<!--
i=0;
var ads = new Object();
													
ads[i++] = '<p><img src=images/cta-newtank.jpg height=90 width=90 align=left style="padding-right: 10px"; />We offer free estimates.</p><br><div align=right><a href=estimates.htm><img src=images/more-button.jpg width=83 height=24 border=0 style="padding-right:10px; padding-bottom:5px;"  /></a></div>';
ads[i++] = '<p><img src=images/cta-holes.jpg height=90 width=90 align=left style="padding-right: 10px"; />We apply for the permits, schedule the inspection (if applicable), saving you time and any hassles.</p><div align=right><a href=services.htm#permits><img src=images/more-button.jpg width=83 height=24 border=0 style="padding-right:10px; padding-bottom:5px;"  /></a></div>';
ads[i++] = '<p><img src=images/cta-sidefill.jpg height=90 width=90 align=left style="padding-right: 10px"; />Pump / Clean / Capping is not permitted in all jurisdictions.</p><div align=right><a href=services_decommissioning.htm><img src=images/more-button.jpg width=83 height=24 border=0 style="padding-right:10px; padding-bottom:5px;"  /></a></div>';
														
ads.length = i;
dat = new Date();
dat = (dat.getTime()+"").charAt(8);
if (dat.length == 1)
ad_num = dat%ads.length;
else
ad_num = 0;
document.write(ads[ad_num]);
//--> 

