function printcopyright()
{
	document.write('<div style="clear:left;" ></div>');
	document.write('<div class="box-mark">');
	document.write('Web Security made affordable<p />');
	document.write('</div>');
	document.write('');
	document.write('<div class="box-copyright">');
	document.write('<footer>');
	document.write('CacheGuard Web Security Gateway - Copyright (C) 2002-2011 CacheGuard Technologies Ltd - All rights reserved');
	document.write('</div>');
	document.write('<div class="box-subtitle">');
	document.write('<a href=index.html>Home</a> | <a href=sitemap.html>Site Map</a> | <a href=contact-cacheguard.html>Contact Us</a>');
	document.write('</footer>');
	document.write('</div>');
}

