

// banner rotativo
<!-- Begin
var how_many_ads = 2; //Quantidade de bannerīs
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
//txt="";
url="javascript:;";
alt="Asus Eee PC";
banner="banner/b_22112007.gif";

//document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\"' )
//document.write('width=' + width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
//document.write('<small>' + txt + '</small></a>');
document.write('</a>');
//document.write('</center>');
// End -->

}


if (ad==2) {
//txt="";
url="http://www.topdek.com.br/prod_Detalhe.aspx?id=2236";
//alt="Asus Eee Box";
//banner="banner/eeebox.swf";

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="488" height="155" VIEWASTEXT>\n');
document.write('<param name="movie" value="banner/eeebox.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="true">\n');
document.write('<param name="play" value="true">\n');
document.write('<param name="wmode" value="Window">\n');
document.write('<param name="scale" value="ShowAll">\n');
document.write('<a href=\"' + url + '\" target=\"_top\"><embed pluginspage="http://www.macromedia.com/go/getflashplayer" src="banner/eeebox.swf" width="488" height="155" type="application/x-shockwave-flash" scale="ShowAll" play="true" loop="true" menu="true" wmode="Window" quality="1"> </embed></a>\n');
document.write('</object\n');


}








