//--- frame destroya --------------------------------------

function noframes() {
	if (top.location != self.location) {
		top.location.href = self.location.href;
	}
}

//--- spam destroya --------------------------------------------

function nospam(ahost,auser) {
	window.document.location.href = "mailto:"+auser+"@"+ahost;
}



