//generation of copyright text...function copyright(){		 	var date = new Date()	var years = "2009";		if (date.getFullYear()!= years)		years += "-" + date.getFullYear();		document.write("&copy; Northern Institute of Philosophy, " + years + ".");		return;}//confusion for spammersfunction confuse(a,b,c,d,e,f,g,h){		document.write("<a href=\"mailto:" + a + "@" + e + "\">" + b + c + f + "</a>");			return;}
