//// IL BAGNO JAVASCRIPT FILE ////
//// MOLE PRODUCTIONS MARCH 2005 ////


d=document;

function movepic(img_name,img_src) {
	d[img_name].src=img_src;
}

function printYear() {
	thedate=new Date();
	theyear=thedate.getFullYear();
	d.write(theyear);
}
