function banner() {} ; b = new banner() ; n = 0
//-----------------------------Database----------------------------
b[n++]= "<A HREF='http://www.timebandit.tv/scott-hillstrand.html'><img src='http://www.timebandit.tv/banners/home/crew-thumbs/scott-001.jpg' border='0'></a>"
b[n++]= "<A HREF='http://www.timebandit.tv/scott-hillstrand.html'><img src='http://www.timebandit.tv/banners/home/crew-thumbs/scott-002.jpg' border='0'></a>"
b[n++]= "<A HREF='http://www.timebandit.tv/scott-hillstrand.html'><img src='http://www.timebandit.tv/banners/home/crew-thumbs/scott-004.jpg' border='0'></a>"
b[n++]= "<A HREF='http://www.timebandit.tv/scott-hillstrand.html'><img src='http://www.timebandit.tv/banners/home/crew-thumbs/scott-005.jpg' border='0'></a>"
b[n++]= "<A HREF='http://www.timebandit.tv/scott-hillstrand.html'><img src='http://www.timebandit.tv/banners/home/crew-thumbs/scott-006.jpg' border='0'></a>"
b[n++]= "<A HREF='http://www.timebandit.tv/scott-hillstrand.html'><img src='http://www.timebandit.tv/banners/home/crew-thumbs/scott-007.jpg' border='0'></a>"
//------------------------------------------------------------------
i=Math.floor(Math.random() * n) ; 
document.write( b[i] )






