AudioPlayer.setup("http://versosperfectos.com/js/audio-player/player.swf",{width:425,animation:"no",transparentpagebg:"yes",leftbg:"fd8411",rightbg:"fd8411",bg:"111111",track:"2f2f2f",loader:"fd8411",tracker:"777777",text:"ffffff",border:"2f2f2f"});$(document).ready(function(){$("#pestanaMasLeidas").click(function(){SeleccionarPestanya(1)});$("#pestanaMasComentadas").click(function(){SeleccionarPestanya(2)});SeleccionarPestanya(1);anchoVideos=0;if($(".titulo_cabecera_seccion").text()=="Noticia ampliada"){anchoVideos=625}else{anchoVideos=450}$(".noticia p.video object,.noticia p.video embed").each(function(a){ancho=this.width;nuevoAlto=anchoVideos*this.height/ancho;this.width=anchoVideos;this.height=nuevoAlto})});function SeleccionarPestanya(a){if(a==1){$("#pestanaMasComentadas").removeClass("activo");$("#listadoMasComentadas").removeClass("activo");$("#pestanaMasLeidas").addClass("activo");$("#listadoMasLeidas").addClass("activo")}else{$("#pestanaMasLeidas").removeClass("activo");$("#listadoMasLeidas").removeClass("activo");$("#pestanaMasComentadas").addClass("activo");$("#listadoMasComentadas").addClass("activo")}};