
var user;

function clickhere(user) {
	document.write('<a href=\"mai' + 'lto:' + user + '@muzlink.com\">Click here</a>');
}

