// JavaScript Document
//This Javascript File Will create the Copyright Notice for Cyberteknix Solutions
//This Javascript Document is Copyright 2004
//If you wish to use this script please contact me at John@carlinwebdesign.com

document.write("<center>");
document.write("<font size=2>");
document.write("© 2003-2006 ");
document.write("<a href=http://www.cyberteknixsolutions.com>Cyberteknix Solutions</a>");
document.write(" All Rights Reserved.");
document.write("</center>");
document.write("</font>");
