defaultStatus = "Complete Project Management, Exceptional Attention to Detail";

self.onerror = function() { return true; }

function displayEmail(domain, user, display){
	if ((display.length == 0) || (display.indexOf('@')+1)) { document.write("<a href=" + "'mai" + "lto:" + user + "@" + domain + "'>" + user + "@" + domain + "</a>"); }
	else { document.write("<a href=" + "'mai" + "lto:" + user + "@" + domain + "'>" + display + "</a>"); }
}