// Scripts for SchnauzerPlanet.com
//
// Copyright (c) Tom Nelson, 2007
//


// Use this method to put our address into an element in an attempt
// to hide if from web crawling spammers!
//
function JS_setcontact(id,user,domain,root,tag) {
	var e = document.getElementById(id);
	if (e!=null)
		e.innerHTML = "<A HREF=m&#97;il" + "to"+":"+user+"&#64;"+domain+"."+root+">"+tag+"</a>";
}
