function aleatorio_world_cup(){
	num = Math.round(Math.random()*(1-4)+4);
	document.write("<iframe frameborder='0' id='iframe' src='../../announcements/"+num+".html' width='150px' height='1100px' align='center'></iframe>");
	num=0;
}

function aleatorio(){
	num = Math.round(Math.random()*(1-4)+4);
	document.write("<iframe frameborder='0' id='iframe' src='../announcements/"+num+".html' width='150px' height='1100px' align='center'></iframe>");
	num=0;
}

function aleatorio_index(){
	num = Math.round(Math.random()*(1-4)+4);
	document.write("<iframe frameborder='0' id='iframe' src='announcements/"+num+".html' width='150px' height='1100px' align='center'></iframe>");
	num=0;
} 
