// useage is as follows
// <script src="http://www.arpiaphoto.com/blogfiles/houston.js"></script>
 //* javabest.com  ...
 rot = new Array(6);
 rot[0] = '<a href="http://www.heatherhouston.com" target="_blank"><img src="http://www.heatherhouston.com/header1.jpg" height="400" width="978" border="0"> ';
 rot[1] = '<a href="http://www.heatherhouston.com" target="_blank"><img src="http://www.heatherhouston.com/header2.jpg" height="400" width="978" border="0"> ';
 rot[2] = '<a href="http://www.heatherhouston.com" target="_blank"><img src="http://www.heatherhouston.com/header3.jpg" height="400" width="978" border="0"> ';
 rot[3] = '<a href="http://www.heatherhouston.com" target="_blank"><img src="http://www.heatherhouston.com/header4.jpg" height="400" width="978" border="0"> ';
 rot[4] = '<a href="http://www.heatherhouston.com" target="_blank"><img src="http://www.heatherhouston.com/header5.jpg" height="400" width="978" border="0"> ';
 rot[5] = '<a href="http://www.heatherhouston.com" target="_blank"><img src="http://www.heatherhouston.com/header6.jpg" height="400" width="978" border="0"> ';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);