<!--// original content taken from Nic's JavaScript Page with permission// lack of these three lines will result in copyright infringment// made by: Nic's JavaScript Page - http://www.javascript-page.comvar user = "dardmuhammad";var domain = "aol.com";var mail = user + "@" + domain;var message = "Email";document.write("<a href=\"mailto:"+mail+"\" STYLE='text-decoration:none' onMouseOver=\"window.status='Questions? Feedback? Comments? All Inquiries are Welcome';return true\" onMouseOut=\"window.status='D24 Deodorant';return true\">"+message+"</a>");//-->