// 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.kristinbednarz.com/blog/images/banner01.jpg" width="978" height="451" border="0"></a> ';
 rot[1] = '<a href="#" target="_blank"><img src="http://www.kristinbednarz.com/blog/images/banner02.jpg" width="978" height="451" border="0"></a> ';
 rot[2] = '<a href="#" target="_blank"><img src="http://www.kristinbednarz.com/blog/images/banner03.jpg" width="978" height="451" border="0"></a> ';
 rot[3] = '<a href="#" target="_blank"><img src="http://www.kristinbednarz.com/blog/images/banner04.jpg" width="978" height="451" border="0"></a> ';
 rot[4] = '<a href="#" target="_blank"><img src="http://www.kristinbednarz.com/blog/images/banner05.jpg" width="978" height="451" border="0"></a> ';
 rot[5] = '<a href="#" target="_blank"><img src="http://www.kristinbednarz.com/blog/images/banner06.jpg" width="978" height="451" border="0"></a> ';
 rot[6] = '<a href="#" target="_blank"><img src="http://www.kristinbednarz.com/blog/images/banner07.jpg" width="978" height="451" border="0"></a> ';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);