 hoje = new Date()
 numero_b = 1  //Script by JavaSite www.javasite.com.br
 segundos = hoje.getSeconds()
 numero = segundos % numero_b


if (numero == 00){
        banner    =  "imagens/banners/468x60.gif"
        link      =  "http://www.feiraservicos.com.br/cat"
        alvo      =  "_blank"
        descricao =  "Click aqui!"
        nome_link =  ""
}

var dataOK=false

function testacampos(){
if (document.fale.Nome.value.length == 0 |
   document.fale.Telefone.value.length == 0 |
	document.fale.Email.value.length == 0) 
{
      alert("Preencha todos os campos!")
   return false}

   else {
      return true}
}

function entrando(src,cor) 

{
	if (!src.contains(event.fromElement)) 
	{
	  src.bgColor = cor;
	  src.style.cursor = 'hand';
	}
}

function saindo(src,cor) 
{
	if (!src.contains(event.toElement)) 
	{
	  src.bgColor = cor;
	  src.style.cursor = 'default';
	}
}




































