<!-- Banner Ads Rotation Script -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Adapted for www.thebookforum.com by Darren Lewis-->

<!-- Begin
var how_many_ads = 4;
var ad = Math.ceil(how_many_ads*Math.random());
if (ad==1) {
url="http://www.sportsmenschoicegamecalls.com";
alt="Delaware Valley's Premire Game Call Company!";
banner="http://www.TheBuckBarn.com/banners/sportsmenschoice.gif";
width="468";
height="60";
}
if (ad==2) {
url="http://www.huntofalifetime.org";
alt="Making Dreams Come True!";
banner="http://www.TheBuckBarn.com/banners/hoal_04.gif";
width="468";
height="60";
}
if (ad==3) {
url="http://www.conchesteranimalhospital.com";
alt="Conchester Animal Hospital";
banner="http://www.TheBuckBarn.com/banners/conchesterbanner.gif";
width="468";
height="60";
}
if (ad==4) {
url="http://www.njfishandwildlife.com";
alt="New Jersey Division Of Fish & Wildlife";
banner="http://www.TheBuckBarn.com/banners/njdep.gif";
width="468";
height="60";
}
// Output HTML code
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0></a>');
document.write('</center>');
// End -->
