

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="17 Beers on Draught";
url="http://www.trialspub.com/bof/ontap.html";
alt="Monday Night Trivia";
banner="http://www.trialspub.com/shared/evbanner1.gif";
width="400";
height="100";
}
if (ad==2) {
txt="Monday Night Trivia";
url="http://www.trialspub.com/events/weekly.html";
alt="SuperGenius or Not?";
banner="http://www.trialspub.com/shared/evbanner2.gif";
width="400";
height="100";
}
if (ad==3) {
txt="Dart League Wednesdays";
url="http://www.trialspub.com/events/weekly.html";
alt="Trials & Tribulations Dart Team";
banner="http://www.trialspub.com/shared/evbanner4.gif";
width="400";
height="100";
}
if (ad==4) {
txt="Thursday, Almost Friday";
url="http://www.trialspub.com/events/weekly.html";
alt="Start the Weekend Early";
banner="http://www.trialspub.com/shared/evbanner5.gif";
width="400";
height="100";
}
if (ad==5) {
txt="Friday: POETS";
url="http://www.trialspub.com/events/weekly.html";
alt="Piss Off Early, Tomorrow's Saturday";
banner="http://www.trialspub.com/shared/evbanner6.gif";
width="400";
height="100";
}
if (ad==6) {
txt="Home Away From Home";
url="http://www.trialspub.com/about.html";
alt="The Commonwealth of Beers";
banner="http://www.trialspub.com/shared/evbanner7.gif";
width="400";
height="100";
}

document.write('<br>');
document.write('<a href=\"' + url + '\" target=\"_top\">');
document.write('<img src=\"' + banner + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br clear=all>');
// End -->


