function load_casa()
{
	sel=document.getElementById("casasel");
	casa=sel.options[sel.selectedIndex].value;
	this.location.href = 'noticias+topicname-'+casa+'.html';
}
function do_nav(start,idioma,topic,npp)
{
	xajax_get_noticias(topic,idioma,start,npp);
}
