<!-- hide script from old browsers

function setfocus(fieldName) {
	document.all(fieldName).focus();
}

function getCopyRight() {
	curDate = new Date();
	document.write('Copyright &copy; 2007 - ' + curDate.getFullYear() + ' Jeff Baker - All Rights Reserved');

}
// end hiding script from old browsers -->
