function copyright(){
	var a=new Date();
	var y = a.getFullYear();
	document.write("<div id='footCopyRight' >&copy; 2008-"+ y + " Thomas Jay Thomas. All rights reserved.</div>")
}

function changeImages(imageID, imgSrc){
	//alert(imageID);
	YAHOO.util.Dom.get(imageID).src = imgSrc;
}



