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/neal-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/neal-004.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/neal-005.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/neal-006.jpg' border='0'></a>"
//------------------------------------------------------------------
i=Math.floor(Math.random() * n) ; 
document.write( b[i] )






