<!-- Begin

var how_many_ads = 4;

var now = new Date()

var sec = now.getSeconds()

var ad = sec % how_many_ads;



ad +=1;



if (ad==1) {

txt=" "

url="http://www.myaffiliateprogram.com/u/bowling/b.asp?id=1051&img=bowlcom_banner1.gif";

alt="Bowling Shirts.com";

banner="http://www.bowlingshirt.com/banners/bowlcom_banner1.gif";

width="125";

height="60";

}

if (ad==2) {

txt=" "

url="http://www.myaffiliateprogram.com/u/bowling/b.asp?id=1051&img=bowlingsign_150x134.jpg";

alt="Bowling Shirts.com";

banner="http://www.atomicmag.com/images/bowlingsign_150x134.jpg";

width="150";

height="134";

}


if (ad==3) {

txt=" "; 

url="http://www.myaffiliateprogram.com/u/bowling/b.asp?id=1051&img=crosleyturntable_120x240.gif&p=crosley.html"; 

alt="Bowling Shirts.com";

banner="http://www.bowlingshirt.com/banners/crosleyturntable_120x240.gif";

width="120";

height="240";

}
if (ad==4) {

txt=" "; 

url="http://www.myaffiliateprogram.com/u/bowling/b.asp?id=1051&img=poolbshell_120x240.gif&p=bombshells/bombshells.html"; 

alt="Bowling Shirts.com";

banner="http://www.bowlingshirt.com/banners/poolbshell_120x240.gif";

width="120";

height="240";

}



document.write('<a href=\"' + url + '\" target=\"_blank\">');



document.write('<img src=\"' + banner + '\" width=')



document.write(width + ' height=' + height + ' ');



document.write('alt=\"' + alt + '\" border=1><br>');



document.write('<small>' + txt + '</small></a>');



document.write('</center>');



// End -->

