// useage is as follows
// <script src="http://www.yourserver.com/cgi-bin/rand_banner.js"></script>
 //* surftohere.com © ...
 rot = new Array(4);
 rot[0] = '<img src=novo_wrap/0001.jpg width=619 height=150 border=0><br>';
 rot[1] = '<img src=novo_wrap/0002.jpg width=619 height=150 border=0><br>';
 rot[2] = '<img src=novo_wrap/0003.jpg width=619 height=150 border=0><br>';
 rot[3] = '<img src=novo_wrap/0004.jpg width=619 height=150 border=0><br>';
 rot[4] = '<img src=novo_wrap/0005.jpg width=619 height=150 border=0><br>';
 rot[5] = '<img src=novo_wrap/0006.jpg width=619 height=150 border=0><br>';
 rot[6] = '<img src=novo_wrap/0007.jpg width=619 height=150 border=0><br>';
 rot[7] = '<img src=novo_wrap/0008.jpg width=619 height=150 border=0><br>';
 rot[8] = '<img src=novo_wrap/0009.jpg width=619 height=150 border=0><br>';
 rot[9] = '<img src=novo_wrap/0010.jpg width=619 height=150 border=0><br>';
 rot[10] = '<img src=novo_wrap/0011.jpg width=619 height=150 border=0><br>';
 rot[11] = '<img src=novo_wrap/0012.jpg width=619 height=150 border=0><br>';
 rot[12] = '<img src=novo_wrap/0013.jpg width=619 height=150 border=0><br>';
 rot[13] = '<img src=novo_wrap/0014.jpg width=619 height=150 border=0><br>';
 rot[14] = '<img src=novo_wrap/0015.jpg width=619 height=150 border=0><br>';
 rot[15] = '<img src=novo_wrap/0016.jpg width=619 height=150 border=0><br>';
 rot[16] = '<img src=novo_wrap/0017.jpg width=619 height=150 border=0><br>';
 rot[17] = '<img src=novo_wrap/0018.jpg width=619 height=150 border=0><br>';
 rot[18] = '<img src=novo_wrap/0019.jpg width=619 height=150 border=0><br>';
 rot[19] = '<img src=novo_wrap/0020.jpg width=619 height=150 border=0><br>';
 rot[20] = '<img src=novo_wrap/0021.jpg width=619 height=150 border=0><br>';
 rot[21] = '<img src=novo_wrap/0022.jpg width=619 height=150 border=0><br>';
 rot[22] = '<img src=novo_wrap/0023.jpg width=619 height=150 border=0><br>';
 rot[23] = '<img src=novo_wrap/0024.jpg width=619 height=150 border=0><br>';
 rot[24] = '<img src=novo_wrap/0025.jpg width=619 height=150 border=0><br>';
 rot[25] = '<img src=novo_wrap/0026.jpg width=619 height=150 border=0><br>';

 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);

