function cambiaBanner(){
	/*var pags = new Array('arriba_home.htm','arriba_home2.htm');
	var n = Math.round(Math.random()*2);
	if(n>1) n = 1;
	top.topFrame.location = pags[n];*/
	}