
$(function()
{
	$("#menuLeft li:not([class=act])").click(function() { document.location.href = $(this).find("a").attr("href"); return false; });

	$(".programaHoyCont tr td:first-child").addClass("colHora");
	
		
	$("#sUpT").click(function(){$('#programasTVHoyCont').scrollTo("-=130",700);return false;});
	$("#sDownT").click(function(){$('#programasTVHoyCont').scrollTo('+=130',700);return false;});
	$("#sUpR").click(function(){$('#programasRadioHoyCont').scrollTo("-=130",700);return false;});
	$("#sDownR").click(function(){$('#programasRadioHoyCont').scrollTo('+=130',700);return false;});
	
	$("table.programacion tr:even").not(".programaHoyCont tr:even").addClass("gris");
	$("table.programacion tr td:first-child").not(".programaHoyCont td:first-child").addClass("colHora2");
	
	$("#progDestaca .csc-textpic-caption").click(function(){document.location.href = $(this).prev().children("a").attr("href")});
	$("#progDestaca .csc-textpic-image dt").mouseover(function(){$(this).next().addClass("activo")}).mouseout(function(){$(this).next().removeClass("activo")});
	
	$("table.tablaClasificaLiga tbody tr").each(function(){$(this).find("td:first-child").prepend((($(this)[0].rowIndex < 10) ? "&nbsp;&nbsp;" : "") + $(this)[0].rowIndex + " - ")});
	
	
	$("ul.linkVideo li a").click(function(){window.open("fileadmin/my_scripts/videoplayer.php?src="+encodeURI(this.href),"videoplayer","");return false;});

});
