// useage is as follows
// <script src="http://www.gloriamesa.com/blog/a.js">
 //* javabest.com  ...
 rot = new Array(5);
 rot[0] = '<a href="#" target="_blank"><img src="http://www.gloriamesa.com/blog/banner01.jpg" width="978" border="0"> ';
 rot[1] = '<a href="#" target="_blank"><img src="http://www.gloriamesa.com/blog/banner02.jpg" width="978" border="0"> ';
 rot[2] = '<a href="#" target="_blank"><img src="http://www.gloriamesa.com/blog/banner01.jpg" width="978" border="0"> ';
 rot[3] = '<a href="#" target="_blank"><img src="http://www.gloriamesa.com/blog/banner02.jpg" width="978" border="0"> ';
 rot[4] = '<a href="#" target="_blank"><img src="http://www.gloriamesa.com/blog/banner01.jpg" width="978" border="0"> ';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]);