// 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 face='Times New Roman' size='2'>");
document.write("© 2003-2004 ");
document.write("<a href=index.htm>Consumer Mortar Racks</a>");
document.write(" All Rights Reserved.");
document.write("</font>");
document.write("</center>");
