var image = new Array(3);
image[0] = 'http://www.traywick.com/images/3/guerrero_macia_400.jpg';
image[1] = 'http://www.traywick.com/images/3/kelsey_nicholson_400.jpg';
image[2] = 'http://www.traywick.com/images/3/lena_wolff_400.jpg';

var index = Math.round(2*Math.random());

document.write('<img src=\"'+image[index]+'\" align=\"right\" border=\"0\" hspace=\"10\" vspace=\"5\" />');


