<!--
y = 0;

ad = new Array(y);
 ad[y++] = '<img src="../images/pic_1.jpg" width="149" height="156" border="0">'
 ad[y++] = '<img src="../images/pic_2.jpg" width="149" height="156" border="0">'
 ad[y++] = '<img src="../images/pic_3.jpg" width="149" height="156" border="0">'
 ad[y++] = '<img src="../images/pic_4.jpg" width="149" height="156" border="0">'
 ad[y++] = '<img src="../images/pic_5.jpg" width="149" height="156" border="0">'
//Continue if more required
x = Math.floor(Math.random()*(y));
document.write(ad[x]);

//-->

