// JavaScript Document
<!--



function image() {
};

image = new image();
number = 0;


image[number++] = "<img src='http://www.eyecandymodeling.com/ecm/images/java/flash.jpg' height='280' width='600' border='0'>"
image[number++] = "<img src='http://www.eyecandymodeling.com/ecm/images/java/flash2.jpg' height='280' width='600' border='0'>"


increment = Math.floor(Math.random() * number);

document.write(image[increment]);

//-->