// useage is as follows
// <script src="http://www.arpiaphoto.com/customblog/renemiranda/a.js"></script>
 //* javabest.com  ...
 rot = new Array(10);
 rot[0] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner1.jpg" height="400" width="978" border="0"> ';
 rot[1] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner2.jpg" height="400" width="978" border="0"> ';
 rot[2] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner3.jpg" height="400" width="978" border="0"> ';
 rot[3] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner4.jpg" height="400" width="978" border="0"> ';
 rot[4] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner5.jpg" height="400" width="978" border="0"> ';
 rot[5] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner6.jpg" height="400" width="978" border="0"> ';
 rot[6] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner7.jpg" height="400" width="978" border="0"> ';
 rot[7] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner8.jpg" height="400" width="978" border="0"> ';
 rot[8] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner9.jpg" height="400" width="978" border="0"> ';
 rot[9] = '<a href="http://www.renemirandaphoto.com" target="_blank"><img src="http://www.arpiaphoto.com/customblog/renemiranda/banner10.jpg" height="400" width="978" border="0"> ';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);