// New Images

images = new Array(6);
images[0] = "<a href='#' target='_blank'><img src='http://e3iphone.com/bax/320x153-01.jpg' border='0'/></a>";
images[1] = "<a href='#' target='_blank'><img src='http://e3iphone.com/bax/320x153-02.jpg' border='0'/></a>";
images[2] = "<a href='#' target='_blank'><img src='http://e3iphone.com/bax/320x153-03.jpg' border='0'/></a>";
images[3] = "<a href='#' target='_blank'><img src='http://e3iphone.com/bax/320x153-04.jpg' border='0'/></a>";
images[4] = "<a href='#' target='_blank'><img src='http://e3iphone.com/bax/320x153-05.jpg' border='0'/></a>";
images[5] = "<a href='#' target='_blank'><img src='http://e3iphone.com/bax/320x153-06.jpg' border='0'/></a>";

index = Math.floor(Math.random() * images.length);
document.write(images[index]);

