// JavaScript Document

		  hoje = new Date()
		  numero_de_imagens = 4
		  segundos = hoje.getSeconds()
		  numero = segundos % numero_de_imagens
		  
		  if (numero == 0)
		  {
		  banner = "http://www.valecity.com.br/vips/ello330x118.jpg"}
		  if (numero == 1)
		  {
		  banner = "http://www.valecity.com.br/vips/camisetasite.jpg"}	
		  if (numero == 2)
		  {
		  banner = "http://www.valecity.com.br/vips/estancia330x118.jpg"}			  	  
		  if (numero == 3)
		  {
		  banner = "http://www.valecity.com.br/vips/cd_rhass.jpg"
		  }
		  document.write('<img src='+banner+' alt=Promo&ccedil;&acute;o Valecity, Vips e Pr&Ecirc;mios width=330 height=118 /><br> <a href=http://www.valecity.com.br/VIPS_PREMIOS.asp>CONCORRA A PR&Ecirc;MIOS E VIPS PARA AS MELHORES BALADAS - Participe agora!!!</a>')
		  

