var npat=pat.length;
var timerID = null;
var notTope=0;
var puedoSubir=false;
var puedoBajar=false;
$(document).ready(function(){
	patrocinar();
	banners(banggen[langRef],"#bannerpp");
	nots = new Array();
	var str_no="",str_mas="",str_vid="";
	str_lee="";
	if (langRef=="es") {
		str_no="Informaci&oacute;n no disponible en este momento.";
		str_mas="para saber m&aacute;s";
		str_vid="ver el v&iacute;deo";
		str_lee="leer";
	}
	if (langRef=="en") {
		str_no="Information not available.";
		str_mas="to know more";
		str_vid="see the video";
		str_lee="read more";
	}
	if (langRef=="fr") {
		str_no="Information actuellement non disponible.";
		str_mas="en savoir plus";
		str_vid="voir la vid&eacute;o";
		str_lee="lire";
	}
	$.ajax({
		type:"GET",
		url: "/12pr/"+langRef+"/noticias/noticias.xml",
		dataType: "xml",
		cache: false,
		success: function(datos){
			if ($(datos).find("noticia").text()=="") {
				$("#noticia").html("<p>"+str_no+"</p>");
			}else{
				var con="";
				var con2="";
				$(datos).find("noticia").slice(0,10).each(function(i) {
					con=($(this).find("tit").text().length>54)?$(this).find("tit").text().substr(0,$(this).find("tit").text().lastIndexOf(" ",54))+"...":$(this).find("tit").text();
					con2=($(this).find("texto").text().length>140)?$(this).find("texto").text().substr(0,$(this).find("texto").text().lastIndexOf(" ",140))+"...":$(this).find("texto").text();
					nots[i]={"ti":con,"fe":$(this).find("fecha").text(),"fo":$(this).find("foto").find("nombre").text(),"te":con2,"v":$(this).find("v").text()};
				});
			}
		},
		complete:function(){
			var con="";
			for (i=0;i<nots.length;i++){
				con+="<div id='not_"+i+"' class='not'>"
				if (nots[i].v=="") con+="<img src='/12pr/imgnoticias/pp_"+nots[i].fo+"' alt='"+nots[i].ti+"' width='75' height='50' class='notfoto' />"
				else con+="<img src='http://img.youtube.com/vi/"+nots[i].v+"/default.jpg' alt='"+nots[i].ti+"' width='75' height='50' class='notfoto' />"
				con+="<p class='fecha'>"+nots[i].fe+"</p>"+
				"<p>"+nots[i].ti+"</p>";
				if (nots[i].v=="") con+="<p class='mas'>"+str_mas+"</p></div>";
				else con+="<p class='mas'>"+str_vid+"</p></div>";
			}
			if (nots.length>0) {
				$("#notListadob").html(con);
				$("#notListado .not").bind("click",ponNoticia);
				$("#notListado .not").first().click();
				if ($("#notListado").height()+2 < $("#notListadob").height()) {
					$("#notDown").removeClass("notDown").addClass("notDownOn").bind("click",notSubir);
					puedoSubir=true;
					notTope=$("#notListado").height()-$("#notListadob").height();
					$("#not_0").addClass("notact");
				}
			}
		},
		error:function(){$("#noticia").html("<p>"+str_no+"</p>");}
	});
});
subiendo=null;
bajando=null;
function notSubir(){
	clearTimeout(subiendo);
	subiendo=setTimeout("notSubir2()",200);
}
function notSubir2(){
	if (($("#notListadob").position().top-142)>=notTope) $("#notListadob").animate({top: "-=71"}, 500);
	else {
		if ($("#notListadob").position().top>notTope) $("#notListadob").animate({top: notTope}, 500);
		if (puedoSubir) {
			$("#notDown").removeClass("notDownOn").addClass("notDown").unbind("click");
			puedoSubir=false;
		}
	}
	if (!puedoBajar) {
		$("#notUp").removeClass("notUp").addClass("notUpOn").bind("click",notBajar);
		puedoBajar=true;
	}
}

function notBajar(){
	clearTimeout(bajando);
	bajando=setTimeout("notBajar2()",200);
}
function notBajar2(){
	if (($("#notListadob").position().top+142)<0) $("#notListadob").animate({top: "+=71"}, 500);
	else {
		if (($("#notListadob").position().top)<0) $("#notListadob").animate({top: 0}, 500);
		if (puedoBajar) {
			$("#notUp").removeClass("notUpOn").addClass("notUp").unbind("click");
			puedoBajar=false;
		}
	}
	if (!puedoSubir) {
		$("#notDown").removeClass("notDown").addClass("notDownOn").bind("click",notSubir);
		puedoSubir=true;
	}

}
function ponNoticia(){
	$(".not").removeClass("notact");
	$(this).addClass("notact");
	var ind=$(this).attr("id").split("_")[1];
	if (nots[ind].v=="") $("#noticia").html("<img src='/12pr/imgnoticias/p_"+nots[ind].fo+"' alt='"+nots[ind].ti+"' width='392' height='263' />"+
"<h1><span class='fecha'>"+nots[ind].fe+"</span> "+nots[ind].ti+"</h1>"+
"<p>"+nots[ind].te+"<a href='/12pr/"+langRef+"/noticias/index.html#"+ind+"'>"+str_lee+"</a></p>");
	else $("#noticia").html("<object width='392' height='263'><param name='movie' value='http://www.youtube.com/v/"+nots[ind].v+"?fs=1&amp;hl=es_ES&amp;rel=0'></param><param name='allowFullScreen' value='true'></param><param name='allowscriptaccess' value='always'></param><embed src='http://www.youtube.com/v/"+nots[ind].v+"?fs=1&amp;hl=es_ES&amp;rel=0' type='application/x-shockwave-flash' width='392' height='263' allowscriptaccess='always' allowfullscreen='true'></embed></object>"+
"<h1><span class='fecha'>"+nots[ind].fe+"</span> "+nots[ind].ti+"</h1>"+
"<p>"+nots[ind].te+"</p>");
//	else $("#noticia").html("<object width='392' height='263' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0'><param name='menu' value='false' /><param name='movie' value='/videonoticias.swf?videoacargar="+nots[ind].v+"' /><param name='quality' value='high' /><param name='wmode' value='opaque' /><embed width='392' height='263' src='/videonoticias.swf?videoacargar="+nots[ind].v+"' quality='high' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' wmode='opaque' menu='false' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>"+

}
function patrocinar(){
	$("#patrocinador").fadeOut(2000,function(){
		$("#patrocinador").html("<a href='"+pat[npat][1]+"' target='_blank'><img src='http://banners.lavuelta.com/12pr/imgpatrocina/"+pat[npat][0]+"' width='147' height='71' id='patimg' alt='Patrocinador' /></a>");
		$("#patrocinador").fadeIn(2000);
	});
	npat++;
	if(npat>=pat.length) npat=0;
	setTimeout("patrocinar()",6000);
}
