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