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);
}

function load_casatop()
{
	sel=document.getElementById("casaseltop");
	casa=sel.options[sel.selectedIndex].value;
	
	this.location.href=casa+'.html';
	
}
