<!-- Begin
var how_many_ads = 2;
var now = new Date();
var sec = now.getSeconds();
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
	urlright="http://www.enterprise.com/car_rental/deeplinkmap.do?arc=T4rBDImXvz0-VM%2FRKvOH5YVbwIraqN%2FFhA";
	altright="Enterprise";
	bannerright="http://www.cantonwebinfo.com/assets/images/homePage/banners/enterprise.gif";
	widthright="125";
	heightright="60";
}
if (ad==2) {
	urlright="http://www.target.com/gp/browse.html/602-1978872-1536625?node=1038576";
	altright="Target";
	bannerright="http://www.cantonwebinfo.com/assets/images/homePage/banners/target.gif";
	widthright="125";
	heightright="60";
}
document.write('<center>');
document.write('<a href="' + urlright + '" target="top">');
document.write('<img src="' + bannerright + '" width=');
document.write(widthright + ' height=' + heightright + ' ');
document.write('alt="' + altright + '" border=0><br></a>');
document.write('</center>');
// End -->
