/* *** VIDEO CONTROL *** */

function replaceAll(stringValue, replaceValue, newValue)
{
	var functionReturn = new String(stringValue);
	while ( true )
	{
		var currentValue = functionReturn;
		functionReturn = functionReturn.replace(replaceValue, newValue);
		if ( functionReturn == currentValue )
			break;
		}
	return functionReturn;
}



function controlTogglePlay(){
	var thePlayer = 'player1';
	player = document.getElementById(thePlayer);
	player.sendEvent("PLAY");
}


//comparte con facebook
 function encodeface(index){
                  var currentVideoIndex = index;
                  var s = encodeURI(laurlface); 
                  abreface = window.open(s)
                  return abreface;

 
}	
	     
 
// fin comparte con facebook	     
 
 
// comparte con twitter


        		function twit(index){
              		var videoPlayingIndex = index;
              		
          			BitlyCB.shortenResponse = function(data) {//alert("Viendo");
                          var s = '';
                          var first_result;
                          // Results are keyed by longUrl, so we need to grab the first one.
                          for     (var r in data.results) {
                                  first_result = data.results[r]; break;
                                 
                          }
                          
                          for (var key in first_result) {
                          
                                  s += key + ":" + first_result[key].toString() + "\n";
                          
                          }
          
                          var twite= "http://twitter.com/home?status=Viendo en PSOE.tv: " + first_result['shortUrl'];
                          twitee = window.open(twite)
          
                          
                          return twitee;
                          
                  	}

             BitlyClient.shorten(laurl, 'BitlyCB.shortenResponse');
      
      		}	
          
          
//// fin comparte con twiter 

function playVideo(index, showing){
	currentVideoIndex = index;
	currentlyShowing = showing;
	highlightPlaylistItem(index);
	displayPlayingItem(index, showing);
	initPlayer(currentVideoIndex);
	

	
	/** Herramientas de descargar embeber y demás**/
	

	 
	 	if(currentlyShowing == 'content'){
	 	 var titulin = contentArray[index].Title;
  	 var URLFriendlyTitle = replaceAll(contentArray[index].Title, " ", "-");
     var URLFriendlyTitle = URLFriendlyTitle.replace(/\"/g, "");
   	 var descargoVideo = contentArray[index].VideoPath;
  	 var elmetaID = contentArray[index].ContentMetaDataID;
  	  descripcionLarga = contentArray[index].LongDesc;
  	    	  var laURLr = contentArray[index].Lnk;
  	    	    var laimagen = contentArray[index].ThumbnailPath;
  	    
  	  
  
    }

		if(currentlyShowing == 'search'){
		 var titulin = searchContentArray[index].Title;
  	 var URLFriendlyTitle = replaceAll(searchContentArray[index].Title, " ", "-");
  	 var URLFriendlyTitle = URLFriendlyTitle.replace(/\"/g, "");
  	 var descargoVideo = searchContentArray[index].VideoPath;
  	 var elmetaID = searchContentArray[index].ContentMetaDataID;
  	  descripcionLarga = searchContentArray[index].LongDesc;
  	  var laURLr = searchContentArray[index].Lnk;
  	  var laimagen = searchContentArray[index].ThumbnailPath;

		}
		
	

/////////////////////////////////////////PONE BOTON RESERVAR y TITULO DEL VIDEO ////////////////////////////////////////////////////

	if(laURLr != ""){ 

	
    var theurl_last3 = laURLr.substr(laURLr.length - 3);
    var theurl_last7 = laURLr.substr(laURLr.length - 7);
    	
    //	alert(theurl_last7);
    	if(theurl_last3 =='.es'||theurl_last3 =='.do'){
    	
    	
    	
    	if(theurl_last7 =='Ruta.do'){// para las rutas http://www.parador.es/es/cargarReOnRuta.do
    	
    		var laURLreservar = "http://www.parador.es/es/cargarReOnRuta.do";
    var eltite= "<div id='vidtit' class='Title'><a \"_gaq.push(['_trackEvent', 'Videos', 'Reservar', 'Espanol']);\" target='_blank' href='"+laURLreservar+"'>"+titulin+"</a></div>";
    	$(".paraDivTitle").html(eltite);
    var reservButton = "<div id='reservar'><a href="+laURLreservar+" target='_blank'><img src='img/info_reservar.png' border=0/></a></div>";
	$(".parareserva").show(); 
   $(".parareserva").append(reservButton);
    	
    	}else{    	
    	
    	var laURLreservar = "http://www.parador.es/es/cargarReOnParador.do";
    var eltite= "<div id='vidtit' class='Title'><a \"_gaq.push(['_trackEvent', 'Videos', 'Reservar', 'Espanol']);\" target='_blank' href='"+laURLreservar+"'>"+titulin+"</a></div>";
    	$(".paraDivTitle").html(eltite);
    var reservButton = "<div id='reservar'><a href="+laURLreservar+" target='_blank'><img src='img/info_reservar.png' border=0/></a></div>";
	$(".parareserva").show(); 
   $(".parareserva").append(reservButton);
    	}
    	
    	
    	
    	
    	}else{// si la url tiene al final el numero de parador
    	
    var laURLreservar = "http://www.parador.es/es/cargarReOnParador.do?codigoParador="+theurl_last3;
    var eltite= "<div id='vidtit' class='Title'><a \"_gaq.push(['_trackEvent', 'Videos', 'Reservar', 'Espanol']);\" target='_blank' href='"+laURLreservar+"'>"+titulin+"</a></div>";
    	$(".paraDivTitle").html(eltite);
    var reservButton = "<div id='reservar'><a href="+laURLreservar+" target='_blank'><img src='img/info_reservar.png' border=0/></a></div>";
	$(".parareserva").show(); 
   $(".parareserva").append(reservButton);
}//final else la url finaliza en .es
  
  }else{ //else no hay url 	
  
  $(".parareserva").hide();  
      var eltite= "<div id='vidtit' class='Title'>"+titulin+"</div>";
    	$(".paraDivTitle").html(eltite);
  

 	}//final comprobación si campo url esta vacio
 	
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////



///////////////////////////////////////ACTIVA O DESACTIVA BOTON TIEMPO////////////////////////////////////////////

// COMETAR LA LÍNEA SIGUIENTE PARA QUE NO SE MUESTRE EL BOTÓN DE EL TIEMPO
$(".paratiempo").append("<div id='flag_tiempo'></div>");


/////////////////////////////////////////////////////////////////////////////////////////////////////////////////


///////////////////////////////////////ACTIVA O DESACTIVA BOTON TIEMPO////////////////////////////////////////////

// COMETAR LA LÍNEA SIGUIENTE PARA QUE NO SE MUESTRE EL BOTÓN DE EL TIEMPO
$(".paratiempo").append("<div id='flag_tiempo'></div>");


/////////////////////////////////////////////////////////////////////////////////////////////////////////////////


/////////////////////////////////////PONE BOTON MAS INFO///////////////////////////////////////////////////////////
	if(laURLr != ""){ 



  	if (theurl_last3 == "001"){
  			 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
    $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>");   
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo); 
  }

  	if (theurl_last3 == "002"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>");  
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "003"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
    $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>");  
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
    	if (theurl_last3 == "005"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>");  
$(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "006"){
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "007"){
    $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "008"){	 
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
}



    	if (theurl_last3 == "009"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }

  	if (theurl_last3 == "010"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
  	if (theurl_last3 == "011"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "012"){
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "015"){
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "016"){
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "017"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "018"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "019"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "020"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
        $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "021"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    	if (theurl_last3 == "022"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "023"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
      	if (theurl_last3 == "024"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
      	if (theurl_last3 == "025"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
        $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
      	if (theurl_last3 == "026"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
        	if (theurl_last3 == "027"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
        	if (theurl_last3 == "028"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
      	if (theurl_last3 == "029"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
        $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
        	if (theurl_last3 == "030"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
  
        	if (theurl_last3 == "031"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
        	if (theurl_last3 == "032"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
        	if (theurl_last3 == "033"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
    
      	if (theurl_last3 == "034"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>"; 
  	  
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
  
      	if (theurl_last3 == "036"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "037"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "038"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "039"){//granada
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src=\"http://www.paradores.tv/parador/"+theurl_last3+".htm\" frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
  $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_top' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>");  
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "040"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "041"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "042"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "043"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "044"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "046"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "047"){//mazagon 
      	  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src=\"http://www.paradores.tv/parador/"+theurl_last3+".htm\" frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "049"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "050"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "051"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "053"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "055"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "056"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "059"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "060"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
        $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "061"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "063"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    
      	if (theurl_last3 == "064"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }


      	if (theurl_last3 == "066"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
    


     	if (theurl_last3 == "067"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
       	if (theurl_last3 == "070"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }

       	if (theurl_last3 == "071"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "072"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "073"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "075"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "076"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
        $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "077"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
        $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "078"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "079"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "080"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "081"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "083"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "084"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "085"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "086"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }

     	if (theurl_last3 == "087"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "088"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "090"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "091"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "092"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
       	if (theurl_last3 == "093"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
      	if (theurl_last3 == "097"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
      	if (theurl_last3 == "100"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
 
        	if (theurl_last3 == "101"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }

	if (theurl_last3 == "102"){//leon
    
    		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; 
    	var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
      $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
      $(".preInnerPlaylist2").append(ifrmMasInfo);
  }

        	if (theurl_last3 == "103"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
        	if (theurl_last3 == "104"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }


        	if (theurl_last3 == "105"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
  
        	if (theurl_last3 == "106"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
  
        	if (theurl_last3 == "107"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
        	if (theurl_last3 == "108"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
        $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
          	if (theurl_last3 == "109"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
          	if (theurl_last3 == "110"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
          	if (theurl_last3 == "111"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 

  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
          	if (theurl_last3 == "112"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
         $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
 $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
          	if (theurl_last3 == "113"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
     $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }  
  
      	if (theurl_last3 == "114"){
      $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
      	if (theurl_last3 == "115"){
  		 var infoButton = "<div id='masinfo'><a href='#' onClick=\"MM_showHideLayers('playlist','','hide','playlist2','','show');_gaq.push(['_trackEvent', 'Videos', 'Mas Info', 'Espanol']);\"><img src='img/info.png' border=0/></a></div>" ; var ifrmMasInfo = "<div id='innerPlaylist2'><div id='imagen' class='uvlItemBox2'><a class='mini2' href='#'><img class='laimagen' title='"+titulin+"' border='0' src='"+laimagen+"' align='center'><span></span></a></div><iframe id='elmasinfo' src='http://www.paradores.tv/parador/"+theurl_last3+".htm' frameborder='0' allowtransparency='yes' scrolling='no'></iframe></div>";   
       $('#tiempo').append("<div id='tiempo2'><a href='http://www.paradores.tv/eltiempo_xml/eltiempo.php?elid="+theurl_last3+"'  target='_blank' onclick=\"_gaq.push(['_trackEvent', 'Videos', 'hara sol', 'Espanol']); parapausa();return GB_showCenter('El tiempo', this.href , 395, 628)\" ><img src='img/tiempo.png' width=59 height=16 border=0></a></div>"); 
  $(".parainfo").append(infoButton); $(".preInnerPlaylist2").append(ifrmMasInfo);
  }

    /// los que no son paradores para español

      	if(theurl_last3 ==".es"|| theurl_last3 ==".do"){

  		 var infoButton = "<div id='masinfo'><a href='http://www.parador.es/es/portal.do' target='_blank'><img src='img/info.png' border=0/></a></div>" ;    
  $(".parainfo").append(infoButton);// $(".preInnerPlaylist2").append(ifrmMasInfo);
  }

      	if (theurl_last3 == "M=1"){
  		 var infoButton = "<div id='masinfo'><a href='http://www.parador.es/es/portal.do' target='_blank'><img src='img/info.png' border=0/></a></div>" ;    
  $(".parainfo").append(infoButton);// $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
   
        	if (theurl_last3 == "=18"){
  		 var infoButton = "<div id='masinfo'><a href='http://www.parador.es/es/portal.do' target='_blank'><img src='img/info.png' border=0/></a></div>" ;    
  $(".parainfo").append(infoButton); //$(".preInnerPlaylist2").append(ifrmMasInfo);
  }
        	if (theurl_last3 == "=17"){
  		 var infoButton = "<div id='masinfo'><a href='http://www.parador.es/es/portal.do' target='_blank'><img src='img/info.png' border=0/></a></div>" ;    
  $(".parainfo").append(infoButton);// $(".preInnerPlaylist2").append(ifrmMasInfo);
  }
        	if (theurl_last3 == "=59"){
  		 var infoButton = "<div id='masinfo'><a href='http://www.parador.es/es/portal.do' target='_blank'><img src='img/info.png' border=0/></a></div>" ;    
  $(".parainfo").append(infoButton); //$(".preInnerPlaylist2").append(ifrmMasInfo);
  }
  
  
  
}else{$("#masinfo").hide();    //no hay url para mas info
}//final del chekeo de si hay url para másinfo

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

			
} //final funcion playVideo
