<!--
// protected email script by Jeff Sanders - http://www.randomactsdesign.com
// original script by Joe Maller - http://www.joemaller.com
// this script is free to use and distribute
// but please give credit
function protect(emailName){
emailServer='ocigc.com'
	document.write("<A HREF=" + "'mai" + "lto:" + emailName + "&#64;" + emailServer + "'>" + emailName + "&#64;" + emailServer +"</A>"); }
 //-->