function copyright() {
	document.write("<br> <span class='infopower'>");
 
	dtYear = new Date;
	document.write("&copy;");
	document.write(dtYear.getFullYear());
	document.write(" &nbsp;Andrew Leach & Associates &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Site: <a href='http://www.angelachandesign.com' target='_blank'>Angela Chan Design</a> + <a href='http://www.infopower.ca' target='_blank'>InfoPower Technologies</a> ");
		
    
	document.write("</span>");
}

