function showPix() {
	var currDate = new Date(); //get curr date
	var index = (currDate.getSeconds() % 3) + 1; //convert to 1..14
	document.write( '<img align="left" src="http://tmp.smugmug.com/photos/381573636_2qaiU-O.jpg" width="750" height="75">' );
	return index;
}//end showPix

rightClickWarning = "All photos are � JD Haesloop - Tallman Photography. All rights reserved. Unauthorized use is prohibited."
