function getCopyRight()
{
	var now = new Date();
	var Year = now.getFullYear();
	document.write('Copyright © ' + Year + '<a href="http://www.defendingthenet.com"> www.DefendingTheNet.com</a>. All Rights Reserved.'); 
}

