// useage is as follows
// <script src="http://www.arpiaphoto.com/customblog/ohana/js/bannersmall5.js">
 //* javabest.com  ...
 rot = new Array(6);
 rot[0] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner24s.jpg" width="198" height="130" border="0"></a> ';
 rot[1] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner25s.jpg" width="198" height="130" border="0"></a> ';
 rot[2] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner26s.jpg" width="198" height="130" border="0"></a> ';
 rot[3] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner27s.jpg" width="198" height="130" border="0"></a> ';
 rot[4] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner28s.jpg" width="198" height="130" border="0"></a> ';
 rot[5] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner29s.jpg" width="198" height="130" border="0"></a> ';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);