// JavaScript Document
// Para ver titulares sindicados por RSS en las secciones noticias y deportes.
function verNoticias(url){
	f = document.noticias;
	obj = f.medio;
	if (obj.options[obj.selectedIndex].value!="")
		window.location.href = url+"?medio="+obj.options[obj.selectedIndex].value+"#noticias";
}

