<!--

function print_email(name, domain, background, text_color) {
	var reg_exp = new RegExp("[gjpqy]");

	document.write('<a href="mailto:');
	document.write(name); document.write('@'); document.write(domain);
	document.write('">' + name + '@' + domain + '</a>');	
}

-->