$(document).ready(function(){	
	Shadowbox.init();
	$(".enlace-cat-p").each(function(){$(this).append('<a class="enlace-flash" href="' + $("a", $(this)).eq(0).attr("href") + '">&nbsp;</a>')});
});

function requestRECOMENDAR(){
	Shadowbox.close();
	setTimeout ('showRequest()',1000);
}

function showRequest(){
	$('#ok-request-recomendar').click(); 
}


function cambiarFecha(dia, mes, anio)
{
	$("#agenda").load("/includes/recursos/lib/calendario.php?dia=" +dia + "&mes=" + mes + "&anio=" + anio);
}
