// JavaScript Document
<!--



function image() {
};

image = new image();
number = 0;


image[number++] = "<a href='http://www.eyecandyxotic.com/tour/index.html' target='_blank'><img src='http://www.eyecandymodeling.com/ecm/images/java/05.jpg' height='270' width='150' border='0 /'></a>"
image[number++] = "<a href='http://www.missfaren.com' target='_blank'><img src='http://www.eyecandymodeling.com/ecm/images/java/03.jpg' height='270' width='150' border='0 /'></a>"
image[number++] = "<a href='http://www.eyecandyxotic.com/tour/index.html' target='_blank'><img src='http://www.eyecandymodeling.com/ecm/images/java/06.jpg' height='270' width='150' border='0 /'></a>"
image[number++] = "<a href='http://www.eyecandyxtreme.com' target='_blank'><img src='http://www.eyecandymodeling.com/ecm/images/java/07.jpg' height='270' width='150' border='0 /'></a>"


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

document.write(image[increment]);

//-->