function doMail() {
   addr='air';
	 addr+='mark';
	 addr+='@';
	 addr+='gte';
	 addr+='.';
	 addr+='net';
	 document.writeln("<A HREF='mailto:"+addr+"?subject=*** Important Question from AirmarkUSA.com ***&body=***Important Note: Please do not change the subject line of this email or it may be filtered as spam.'><img border='0' src='http://www.airmarkusa.com/images/mail.gif'></a>");
}
