
//  Send e-mail to avoid robots phishing the net to help remove junk spam e-mail	
//  Place this java script into a scripts directory within your website	


// copy the line below and paste it into your website where you wish the e-mail address to go ** Remove the "//" first
// Email: <script type="text/javascript" language="JavaScript" src="scripts/email_ccc.js"> </script>


	var zap_domain = "capital.net"   
	var zap_user = "cmpcolby"   
	var zap_recipient = zap_user + "@" + zap_domain   
	var zap_url = "mailto:" + zap_recipient   + '?subject= Camp Colby Cabins Inquiry Request'
	document.write(zap_recipient.link(zap_url));   

