function printcopyright()
{
	document.write('<div class="box-copyright">');
	document.write('Copyright (C) 2002-2010 CacheGuard - 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('</div>');
}
