
<!-- Begin
var pbhow_many_ads = 0;
var pbnow = new Date();
var pbsec = pbnow.getSeconds();
var pbad = pbsec % pbhow_many_ads;
var pburl = "";
var pbbanner = "";
var pbalt = "";
var pbtxt = "";
var pbwidth = "";
var pbheight = "";
pbad +=1;





if (pbad==1) {
pbtxt="22nd December at the Golden Lion, Bexleyheath";
pburl="diary.html";
pbalt="22nd December at the Golden Lion, Bexleyheath";
pbbanner="images/gigadvert4.gif";
pbwidth="481";
pbheight="71";
}



if (pbad==2) {
pbtxt="We're On The Move";
pburl="";
pbalt="We're On The Move";
pbbanner="images/gigadvert3.jpg";
pbwidth="481";
pbheight="71";
}



document.write('<center>');

if (pburl=="") {
document.write('<br><br>')
}
else
{

document.write('<br><br><a href=\"' + pburl + '\">')
}


document.write('<img src=\"' + pbbanner + '\" width=');
document.write(pbwidth + ' height=' + pbheight + ' ');
document.write('alt=\"' + pbalt + '\" border=0 valign=bottom><br>');
document.write('</a>');
document.write('</center>');


// End -->

