var web = "Grant Sellek";
// For the above line change OzHPV between the quotes to your name first and last with space
var name = "grant.sellek";
// For the above line change webmaster between the quotes to your email name
var domain = "saugov.sa.gov.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.*/