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