var web = "David Feachnie";
// For the above line change OzHPV between the quotes to your name first and last with space
var name = "dfeachnie";
// For the above line change webmaster between the quotes to your email name (the user name)
var domain = "yahoo.com.au";
// For the above line change ozhpv.org.au between the quotes to your domanin name eg yahoo.com
document.write('<a href=\"mailto:' + name + '@' + domain + '?subject=E-mail from OzHPV website\">');
document.write(web + '</a>');
/* Don't touch the stuff above here. save the file with your first & last name  use LOWER CASE letter & NO spaces. email the file back to me.*/