<!--
function movepic(img_name,img_src) {
	document[img_name].src=img_src;
}

function printYear() {
	thedate=new Date();
	theyear=thedate.getFullYear();
	document.write(theyear);
}
-->

