// useage is as follows
// <script src="http://www.arpiaphoto.com/customblog/a.js">
 //* javabest.com  ...
 rot = new Array(5);
 rot[0] = '<a href="#" target="_blank"><img src="http://www.cinematicbydavidm.com/cineblog/images/banner01.jpg" width="648" height="102" border="0"></a> ';
 rot[1] = '<a href="#" target="_blank"><img src="http://www.cinematicbydavidm.com/cineblog/images/banner02.jpg" width="648" height="102" border="0"></a> ';
 rot[2] = '<a href="#" target="_blank"><img src="http://www.cinematicbydavidm.com/cineblog/images/banner03.jpg" width="648" height="102" border="0"></a> ';
 rot[3] = '<a href="#" target="_blank"><img src="http://www.cinematicbydavidm.com/cineblog/images/banner04.jpg" width="648" height="102" border="0"></a> ';
 rot[4] = '<a href="#" target="_blank"><img src="http://www.cinematicbydavidm.com/cineblog/images/banner05.jpg" width="648" height="102" border="0"></a> ';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);