<!-- 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) {
	line1='';
	line2='<A HREF="http://www.freedrive.com/GetMain.asp?menuid=signupshort&Affiliate=65604" TARGET="_top"><IMG SRC="FD120x60-1.gif" BORDER="0" WIDTH="120" HEIGHT="60" ALT="FreeDrive"></A>';
}
if (ad==2) {
	line1='';
	line2='<A HREF="http://www.freedrive.com/GetMain.asp?menuid=signupshort&Affiliate=65604" TARGET="_top"><IMG SRC="FD120x60-2.gif" BORDER="0" WIDTH="120" HEIGHT="60" ALT="FreeDrive"></A>';
}
if (ad==3) {
	line1='';
	line2='<A HREF="http://www.freedrive.com/GetMain.asp?menuid=signupshort&Affiliate=65604" TARGET="_top"><IMG SRC="FD120x60-3.gif" BORDER="0" WIDTH="120" HEIGHT="60" ALT="FreeDrive"></A>';
}
if (ad==4) {
	line1='';
	line2='';
}
if (ad==5) {
	line1='';
	line2='';
}

document.write(line1);
document.write(line2);

// End -->
