<!--
//edit the links as you would with regular html but remeber the '/" changes and follow the examples as a guide
var firstPart = "iceau";
var middlePart = "@";
var lastPart = "optusnet.com.au";
document.write('<div style="width: 100%; text-align: center">');
document.write('c/- Chief Executive Officer, Neil Gannon,<br />');
document.write('P.O. Box 384, Lake Charm, 3581<br />');
document.write('Victoria, Australia<br />');
document.write('Tel: 03 5457 9377 Mob: 0413 907 317<br />');
document.write('Fax: 03 5048 2821<br />');
document.write('Email: <a href=mailto:'+firstPart+middlePart+lastPart+'>'+firstPart+middlePart+lastPart+'</a><br />');
document.write('</div>');