function banner() {} ; b = new banner() ; n = 0
//-----------------------------Database----------------------------
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-01.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-02.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-03.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-04.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-05.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-06.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-07.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-08.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-09.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-10.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-11.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-12.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-13.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-14.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-15.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-16.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-17.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-18.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-19.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-20.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-21.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-22.jpg' border='0'></a>"
b[n++]= "<img src='http://www.fishex.com/banners/testm/testimonial-23.jpg' border='0'></a>"
//------------------------------------------------------------------
i=Math.floor(Math.random() * n) ; 
document.write( b[i] )






