<!-- // hide script from old browsers
function noSpamMail(pretext, posttext, showtext, mailpreat, mailpostat, subject, style) {
	if (subject != '') {
		subject = '?subject='+subject;
	}
	
	if (style != '') {
	document.write(pretext + "<a class=" + style + " href=" + "mail" + "to:" + mailpreat + "&#64;" + mailpostat + subject + ">" + showtext + "</a>" + posttext);
	} else {
	document.write(pretext + "<a href=" + "mail" + "to:" + mailpreat + "&#64;" + mailpostat + subject + ">" + showtext + "</a>" + posttext);
	}
}
// end hiding from old browsers !-->