<!-- Begin
var how_many_ads = 3;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
txt="Please Visit Our Sponsors";
url="http://www.semadstl.com";
alt="Semad Corporation";
banner="graphics/semad-banner.gif";
width="468";
height="60";
}
if (ad==2) {
txt="Please Visit Our Sponsors";
url="http://www.goltermansabo.com";
alt="Golterman & Sabo";
banner="graphics/gs-banner.gif";
width="468";
height="60";
}
if (ad==3) {
txt="Please Visit Our Sponsors";
url="http://www.siba-agc.org";
alt="Southern Illinois Builders Association";
banner="graphics/siba-banner.jpg";
width="468";
height="60";
}
document.write('<center>');
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>');
document.write('</center>');
// End -->