// Rotate Photos

var picNum = Math.random();
picNum = Math.round((7*picNum)+.5);

document.write('<img name="photo_rotate" src="/images/rotate' + picNum + '.jpg" width="283" height="168" alt="">');