// JavaScript Document


<!--
// To use the function in the body add this code to the href equals:

// "javascript:ml2us('urlNoCom','emailNameGoesHere')"

// bar is the site suffix
var bar = ".net"

function ml2us (foo, u) {
		pre = "mail";
		url = pre + "to:" + u;
		document.location.href = url + "@" + foo + bar;
	}
-->
