TotalNumerOfURLs = 16;

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://faces.sansumclinic.org/"
AddressToGo[2] = "http://www.sbcc.edu/sbnp"
AddressToGo[3] = "http://www.newspress.com/pdfads/548452_discountmtg.pdf"
AddressToGo[4] = "http://www.newspress.com/pdfads/549980_holserbailey.pdf"
AddressToGo[5] = "http://www.newspress.com/pdfads/547538_openairbike.pdf"
AddressToGo[6] = "http://www.newspress.com/pdfads/546603_fotofacial.pdf"
AddressToGo[7] = "http://www.newspress.com/pdfads/549068_sanroqueschool.pdf"
AddressToGo[8] = "http://www.newspress.com/pdfads/546602_DrFlanigan.pdf"
AddressToGo[9] = "http://www.newspress.com/pdfads/550032_prudential.pdf"
AddressToGo[10] = "http://www.newspress.com/pdfads/176403_wesellSB.pdf"
AddressToGo[11] = "http://www.newspress.com/pdfads/548265_calwest.pdf"
AddressToGo[12] = "http://www.newspress.com/pdfads/548158_eyeglassfactory.pdf"
AddressToGo[13] = "http://www.newspress.com/pdfads/549669_cottagehealth.pdf"
AddressToGo[14] = "http://www.newspress.com/pdfads/183919_sansumclinic.pdf"
AddressToGo[15] = "http://www.newspress.com/pdfads/549517_sbautogroup.pdf"
AddressToGo[16] = "http://www.newspress.com/pdfads/190901_BrianBailey.pdf"

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 advertiser!" ALIGN="middle" BORDER="1"></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();}