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






