// JavaScript Document

<!-- 
// This is an external protected e-mail script designed by Christopher Williams
// JavaScripts available at http://www.christopherwaynewilliams.com
// this script is free to use and distribute
// but please credit me and/or link to my site

// The @ symbol variable for the super paranoid
// This will be used with all e-mail addresses - The script won't work without it
var at="@";

// My E-mail address as an example
var jname="dusty";
// The second part of the e-mail address which is the domain they are located
var jdom="captaindpcharters.com";
// This is the concatenation of the 3 variables to make up the e-mail address
var jmail=(jname + at + jdom );

// ** Instructions - This is simply a repository for all of the e-mail addresses used on this site
// You can add as many as you like, but you will neet to create a separate variable (var) for each
// Just assign each e-mail address a new variable. I simply use the alphabet for each one.
// You may use some other form to keep up with them.

// Please reference the HTML file associated with this to run your script in HTML
// I've provided an example called jmailex.html for you to utilize






