<!--
y = 0;

ad = new Array(y);
 ad[y++] = '<img src="images/a0.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a1.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a2.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a3.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a4.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a5.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a6.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a7.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a8.jpg" border="0" width="137" height="98"></A>'
 ad[y++] = '<img src="images/a9.jpg" border="0" width="137" height="98"></A>'
//Continue if more required
x = Math.floor(Math.random()*(y));
document.write(ad[x]);
//-->
