/* ================================================ */
/* copyright.js               	          */
/*                                                  */
/* copyright(c) 2010 Zonta Club of EC, NJ		    */
/* All Rights Reserved.                             */
/*                                                  */
/* ================================================ */


// create copyright information
function createCopy() {
	document.writeln("&copy; 2010 Zonta Club of Essex County, NJ. All Rights Reserved.");
	document.writeln('<br>');
	document.writeln("<a href='http://www.vernov.com'>Webmaster: Vernov Technology Group, LLC</a>");
}
createCopy();




