var Today = new Date();
function CopyrightNotice() {
	document.write("<h6>&copy; " + Today.getFullYear() +  " Technology Partnership Group, Inc. All rights reserved.</h6>");
}