 <!--
 hoje = new Date()
 segundos = hoje.getSeconds()
 browserVer = parseInt(navigator.appVersion)

if (browserVer >= 4){
escolhe_tamanho()
}
if (browserVer <= 3){
nao_escolhe_tamanho()
}

function escolhe_tamanho()
{
  if(window.screen.height < 500) 
  {
	if (segundos >= 0){
        banner    =  "banners/300x50easyComTEF_b.swf"
	w	  =  "300"
	h	  =  "50"
	}

	if (segundos >= 31){
        banner    =  "banners/300x50easyComTEF_b.swf"
	w	  =  "300"
	h	  =  "50"
	}
  }
  else
  {
	if (segundos >= 0){
        banner    =  "banners/468x60easyComTEF_b.swf"
	w	  =  "468"
	h	  =  "60"
	}

	if (segundos >= 31){
        banner    =  "banners/468x60easyComTEF_b.swf"
	w	  =  "468"
	h	  =  "60"
	}
  }
}
function nao_escolhe_tamanho()
{
  if (segundos >= 0){
  banner    =  "banners/300x50easyComTEF_b.swf"
  w	  =  "350"
  h	  =  "50"
  }

  if (segundos >= 31){
  banner    =  "banners/300x50easyComTEF_b.swf"
  w	  =  "350"
  h	  =  "50"
  }
}
 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" border="0" width="'+ w +'" height="'+ h +'"><param name=movie value="' + banner + '"><param name="quality" value="high"><param name="menu" value="0"><param name="bgcolor" value="#FFFFFF"><embed src="' + banner + '" border="0" width="'+ w +'" height="'+ h +'" quality="high" menu="0" bgcolor="#FFFFFF" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></object>');
//  -->