<!-- Begin -->
var how_many_adbs = 60;
var nowbs = new Date()
var secbs = nowbs.getSeconds()
var adbs = secbs % how_many_adbs;
adbs +=1;
document.write('<a href="http://www.burstnet.com/ads/ad4066a-map.cgi/page' + adbs + '" target="_self"><img src="http://www.burstnet.com/cgi-bin/ads/ad4066a.cgi/page' + adbs + '" width="468" height="60" border="0"></a>');
<!-- // End -->