function confirmSubmit() {
	var agree=confirm("Please click on the OK button to confirm your donation to Work An Hour 2008. \n If you think this is in error, please click Cancel and clear your browser cache. \n Thank you.");
	if (agree)
		return true ;
	else
		return false ;
}

