function MAIL_Address1(){
	document.write("<a href=mailto:hotline");
	document.write("@");
	document.write("techsource.com>");
	document.write("email</a>");
}

