/* This file prevents spambots from harvesting the email address of this website */
function simple(name,text)
{
var domain ="ozemail.com.au";
document.write('<a href="mailto:' + name + '@' + domain + '">' + text + '</a>');
}