	um_ON = new Image(); um_ON.src="/2005/Shared/img/Menu/m_colunas_on.gif";
	um_OFF = new Image(); um_OFF.src="/2005/Shared/img/Menu/m_colunas.gif";
	dois_ON = new Image(); dois_ON.src="/2005/Shared/img/Menu/m_leitores_on.gif";
	dois_OFF = new Image(); dois_OFF.src="/2005/Shared/img/Menu/m_leitores.gif";
	tres_ON = new Image(); tres_ON.src="/2005/Shared/img/Menu/m_temporada_on.gif";
	tres_OFF = new Image(); tres_OFF.src="/2005/Shared/img/Menu/m_temporada.gif";
	quatro_ON = new Image(); quatro_ON.src="/2005/Shared/img/Menu/m_especiais_on.gif";
	quatro_OFF = new Image(); quatro_OFF.src="/2005/Shared/img/Menu/m_especiais.gif";
	cinco_ON = new Image(); cinco_ON.src="/2005/Shared/img/Menu/m_convidados_on.gif";
	cinco_OFF = new Image(); cinco_OFF.src="/2005/Shared/img/Menu/m_convidados.gif";
	function GPT(x,y){document.images[x].src = eval(y).src;}
	
	var theImages = new Array()
	theImages[0] = '/2005/Shared/Img/Menu/logo_inf_1.gif'
	theImages[1] = '/2005/Shared/Img/Menu/logo_inf_2.gif'
	theImages[2] = '/2005/Shared/Img/Menu/logo_inf_3.gif'
	theImages[3] = '/2005/Shared/Img/Menu/logo_inf_4.gif'
	theImages[4] = '/2005/Shared/Img/Menu/logo_inf_5.gif'
	theImages[5] = '/2005/Shared/Img/Menu/logo_inf_6.gif'
	theImages[6] = '/2005/Shared/Img/Menu/logo_inf_7.gif'
	var j = 0
	var p = theImages.length;
	var preBuffer = new Array()
	for (i = 0; i < p; i++){
	   preBuffer[i] = new Image()
	   preBuffer[i].src = theImages[i]
	}
	var whichImage = Math.round(Math.random()*(p-1));
	function showImage(){
	document.write('<img src="'+theImages[whichImage]+'" border="0" ALT="Site GPTotal">');
	}
