function nospam_email( username , domain , ext , visibletext )
{
	document.write( '<' + 'a' + ' h' + 'r' + 'e' + 'f' + '=\"' + 'm' + 'a' + 'i' + 'l' + 't' + 'o' + ':' + username + '@' + domain + "." + ext + '\">' );
	document.write( visibletext + '<' + '/' + 'a' + '>' );
}

function nospam_emailimage( username , domain , ext )
{
	document.write( '<br><' + 'a' + ' h' + 'r' + 'e' + 'f' + '=\"' + 'm' + 'a' + 'i' + 'l' + 't' + 'o' + ':' + username + '@' + domain + "." + ext + '\">' );
	document.write( '<img src="images/email_heather.gif" border="0" width="191" height="16">' + '<' + '/' + 'a' + '>' );
}


function nospam_variable( username )
{
	//globalemailvar = username + "@" + "primus" + "electronics" + ".com";
	globalemailvar = username + "@" + "ya" + "hoo" + ".com";
}

