<!-- Begin
	
	document.write ("<table width=100% border=0><tr>");

	document.write ("<td>");
	document.write ("<div align='left' unselectable='on' style='color: #ffffff'>");
	document.write ("©Copyright " + ( new Date()).getFullYear());
	
	document.write (" NCPC Applications. ");
	document.write ("All Rights Reserved.");
	document.write ("</div>");
	document.write ("</td>");

	document.write ("<td>");
	document.write ("<div align='right' unselectable='on' style='color: #ffffff; font-weight:normal; font-size:10px'>");
	document.write ("<a target='_blank' href='_terms_of_use.php' class='footer1'>Terms of Use</a>");
	document.write ("<span style='color: #00CCFF'> | </span>");
	document.write ("<a target='_blank' href='_privacy_policy.php' class='footer1'>Privacy Policy</a>");
	document.write ("</div>");
	document.write ("</td>");

	document.write('</tr></table>');
//  End -->
