// useage is as follows
// <script src="http://www.arpiaphoto.com/customblog/ohana/js/bannersmall4.js">
 //* javabest.com  ...
 rot = new Array(6);
 rot[0] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner18s.jpg" width="194" height="130" border="0"></a> ';
 rot[1] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner19s.jpg" width="194" height="130" border="0"></a> ';
 rot[2] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner20s.jpg" width="194" height="130" border="0"></a> ';
 rot[3] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner21s.jpg" width="194" height="130" border="0"></a> ';
 rot[4] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner22s.jpg" width="194" height="130" border="0"></a> ';
 rot[5] = '<a href="#" target="_blank"><img src="http://www.arpiaphoto.com/customblog/ohana/images/banner23s.jpg" width="194" height="130" border="0"></a> ';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);