TotalNumerOfURLs = 8;

function MakeArray(n) {
   this.length = n;
   for (var i = 1; i <= n; i++) { 
     this[i] = 0 }
     return this
   }

AddressToGo = new MakeArray(TotalNumerOfURLs);

var dt = new Date();
var RandomNumber = (dt.getSeconds()%TotalNumerOfURLs)+1;

AddressToGo[1] = "http://www.sbcountywineguide.com"
AddressToGo[2] = "http://www.santabarbara-homes.com"
AddressToGo[3] = "http://www.newspress.com/sceneonline/index.html"
AddressToGo[4] = "http://www.newspress.com/npsite/sbnpemploy.html"
AddressToGo[5] = "http://www.newspress.com/valleyliving/index.html"
AddressToGo[6] = "http://www.newspress.com/ezpay/ezpaybeach.htm"
AddressToGo[7] = "http://www.newspress.com/index/lifestyles.html"
AddressToGo[8] = "http://news.newspress.com/prepfootball/index.html"

function ShowTheBanner() {
   document.write('<CENTER>');
   document.write('<A HREF="', AddressToGo[RandomNumber], '" target="_top"><IMG SRC="http://www.newspress.com/npsite/ads/localtest/banner', RandomNumber, '.gif" ALT="Visit Our Sponsor!" ALIGN="middle" BORDER="0"></A>');
   document.write('</CENTER>');
   }

var dc=document; var date_ob=new Date();
dc.cookie='h2=o; path=/;';var bust=date_ob.getSeconds();
if(dc.cookie.indexOf('e=llo') <= 0 && dc.cookie.indexOf('2=o') > 0){
dc.write('<scr'+'ipt language="javascript" src="http://media.fastclick.net');
dc.write('/w/pop.cgi?sid=15807&m=2&v=1.8&c='+bust+'"></scr'+'ipt>');
date_ob.setTime(date_ob.getTime()+43200000);
dc.cookie='he=llo; path=/; expires='+ date_ob.toGMTString();}