<!--
var pics = new Array('lady.jpg', 'lady2.jpg');
document.write("<img src=\"" + pics[Math.round(Math.random() * (pics.length - 1))] + "\" width=\"344\" height=\"482\">");
//-->
