var how_many_ads = 6;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) 
{
url="http://www.pioneerhardware.com/newsite/pioneernewsitever23.htm";
alt="Pioneer Handyman Service";
banner="rotate1.gif";
width="300";
height="100";
}

if (ad==2) 
{
url="#";
alt="Law Office of Tilem & Gole";
banner="rotate2.gif";
width="300";
height="100";
}

if (ad==3) 
{
url="#";
alt="ad space available";
banner="rotate3.gif";
width="300";
height="100";
}

if (ad==4) 
{
url="http://www.pioneerhardware.com/newsite/pioneernewsitever23.htm";
alt="click to go to Pioneer Hardware";
banner="rotate4.gif";
width="300";
height="100";
}

if (ad==5) 
{
url="http://doitbest.com/doitbest/main.aspx?memberid=5416&associate=true";
alt="click to go to Pioneer Online Shopping";
banner="rotate5.gif";
width="300";
height="100";
}

if (ad==6) 
{
url="http://www.pioneerhardware.com/lawadspecs.htm";
alt="click to see bankruptcy specifications";
banner="lawad.gif";
width="300";
height="100";
}




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>');