
function InsertAddress(user, domain)
{
	document.write('<a href=\"mai'+'lto:'+user+'@'+domain+'\">'+user+'@'+domain+'</a>');
}
