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