<!--
// Script written by =DNX=Blandy= of www.blandyuk.co.uk.
// If you wish to use this code plz do as it stops E-Mail Harvesters!

function DisplayEMail(strDisplay,strEMail,strHosted,strExtra)
{   // v4.01
	document.write('<a href=mailto:' + strEMail + '@' + strHosted + strExtra + '>' + strDisplay + '</a>');
}

function EMailLink(strEMail)
{   // v4.01
	var emailwin = window.open('mailto:' + strEMail + '@JobsGroup.net?subject=Posted from website...', 'email', 'width=100, height=100');
}
//-->