// JavaScript Document 
ImageCount = 5; 
img = Math.floor(Math.random() * ImageCount); 
document.write("<img src='http://www.irisforce.com/ad/ad1/"+img+".jpg'>"); 