<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
url="http://www.x10.com/onsale/index.html";
alt="X10.com Hot Deals! Hurry Before They Disappear!";
banner="http://www.x10community.com/images/hot_deals_banner_ad.gif";
width="800";
height="150";
}


if (ad==2) {
url="http://affiliates.x10.com/?property=affiliates&aposition=xtenaffban54&lineid=xtenaffban54&affid=x10_11623813141&type=href";
alt="The XCam - Whats Your Reason For Wanting One?";
banner="http://www.x10community.com/images/xcam_banner_ad.jpg";
width="800";
height="150";
}

if (ad==3) {
url="http://www.x10.com/mt12a_premiere_email4.htm/";
alt="The NEW X10 Minitimer2! With LCD Display!";
banner="http://www.x10community.com/images/minitimer2_banner_ad.gif";
width="800";
height="150";
}


document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
document.write('</center>');
// End -->