<!-- Begin
var how_many_ads = 4;
var now = new Date();
var sec = now.getSeconds();
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
	urlmiddle="http://click.linksynergy.com/fs-bin/click?id=BHgJkG*mZ70&offerid=27778.10000127&subid=0&type=4";
	altmiddle="Office Depot";
	bannermiddle="http://www.cantonwebinfo.com/assets/images/homePage/banners/officeDepot.gif";
	widthmiddle="468";
	heightmiddle="60";
}
if (ad==2) {
	urlmiddle="http://click.linksynergy.com/fs-bin/click?id=BHgJkG*mZ70&offerid=27778.10000127&subid=0&type=4";
	altmiddle="Office Depot";
	bannermiddle="http://www.cantonwebinfo.com/assets/images/homePage/banners/officeDepot.gif";
	widthmiddle="468";
	heightmiddle="60";
}
if (ad==3) {
	urlmiddle="http://www.walmart.com/catalog/catalog.gsp?cat=4044&dest=3062&sourceid=11504848842589670566&path=0%3A4044&dept=4044";
	altmiddle="Walmart";
	bannermiddle="http://www.cantonwebinfo.com/assets/images/homePage/banners/walmart.gif";
	widthmiddle="468";
	heightmiddle="60";
}
if (ad==4) {
	urlmiddle="http://www.dell.com/us/en/dhs/topics/segtopic_jmp_special49.htm";
	altmiddle="Dell";
	bannermiddle="http://www.cantonwebinfo.com/assets/images/homePage/banners/dell.gif";
	widthmiddle="468";
	heightmiddle="60";
}
document.write('<center>');
document.write('<a href="' + urlmiddle + '" target="top">');
document.write('<img src="' + bannermiddle + '" width=');
document.write(widthmiddle + ' height=' + heightmiddle + ' ');
document.write('alt="' + altmiddle + '" border=0><br></a>');
document.write('</center>');
// End -->
