
var name = "angus_addison";
var domain = "optusnet.com.au";
document.write('<p><a href="mailto:'+ name + '@' + domain + '\">');
document.write('<img src="content/bullets/mailbox.gif\" border="0\" width="29\"');
document.write('<a href="mailto:' + name + '@' + domain + '">');
document.write('<font size="4\">Please contact me.</font></a></p>');
