function warnUser(){	return window.confirm("This will work ONLY if you have configured an email client \(such as Outlook Express\) on your computer. If you are using Internet email \(gmail, yahoo, etc.\), use the following address: sspl@berks.lib.pa.us. Do you want to proceed?");	}//end warnuserfunction warnUser_webmaster(){	return window.confirm("This will work ONLY if you have configured an email client \(such as Outlook Express\) on your computer. If you are using Internet email \(gmail, yahoo, etc.\), use the following address: jane@berks.lib.pa.us. Do you want to proceed?");	}//end warnuser
