// useage is as follows
// <script src="http://www.arpiaphoto.com/customblog/clientfolder/images/a.js">
 //* javabest.com  ...
 rot = new Array(5);
 rot[0] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner01.jpg" width="978" height="334" border="0"></a> ';
 rot[1] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner02.jpg" width="978" height="334" border="0"></a> ';
 rot[2] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner03.jpg" width="978" height="334" border="0"></a> ';
 rot[3] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner04.jpg" width="978" height="334" border="0"></a> ';
 rot[4] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner05.jpg" width="978" height="334" border="0"></a> ';
 rot[5] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner06.jpg" width="978" height="334" border="0"></a> ';
 rot[6] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner07.jpg" width="978" height="334" border="0"></a> ';
 rot[7] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner08.jpg" width="978" height="334" border="0"></a> ';
 rot[8] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner09.jpg" width="978" height="334" border="0"></a> ';
 rot[9] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner10.jpg" width="978" height="334" border="0"></a> ';
 rot[10] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner11.jpg" width="978" height="334" border="0"></a> ';
 rot[11] = '<a href="#" target="_blank"><img src="http://www.sergiophotographer.com/blog/images/banner12.jpg" width="978" height="334" border="0"></a> ';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);