// useage is as follows
// <script src="rand_banner.js"></script>
 rot = new Array(2);
 rot[0] = '<center><a href="http://www.edimensional.com/Merchant2/agent.mv?AG=xtremegn&SC=PLST&S=edimensional" target="_new"><img src="http://www.callofdutyx.com/images/ads/edimensional-codx.gif" border="0"></a></center>';
 rot[1] = '<center><a target="_blank" href="http://www.idigitalemotion.com"><img src="http://www.callofdutyx.com/images/ads/eye.gif" alt="Eye Digital Emotion" width="468" height="60" border="0"></a></center>';
 index = Math.floor(Math.random() * rot.length);
 document.write(rot[index]); 
 