function NoSpam(emn,dmn,dme,nme,cls) {
if (nme == null || nme == '') {
	nme = emn + '@' + dmn + '.' + dme;
	}
email = '<a href="mailto:' + emn + '@' + dmn + '.' + dme + '"';
if (cls != null) {
	email = email + ' class="' + cls + '"'
}
email = email + '>' + nme + '</a>';
document.write (email);
}
function ns() {
rnme = 'Lizi Botham'
nme = 'lizi'
dom = 'craftastic'
tld = 'co.uk'
email = '<a href="mailto:' + nme + '@';
email = email + dom + '.' + tld + '?subject=Contact from Craftastic web site"'
email = email + '>' + rnme + '</a>';
document.write (email);
}

var message="Function Disabled!";

function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}

function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}

if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}

document.oncontextmenu=new Function("alert(message);return false")

if (top.location != self.location) { top.location = self.location; }
