function whereAmI(){
	var whereami
	whereami = document.location.href
	if(whereami.match("a4p.biz")){
		document.write("<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\"><\/script>")
		document.write("<script type=\"text/javascript\">")
		document.write("_uacct = \"UA-284156-2\";")
		document.write("urchinTracker();")
		document.write("<\/script>")
	}
	else{
		if(whereami.match("airtimemgr")){
			document.write("<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\"><\/script>")
			document.write("<script type=\"text/javascript\">")
			document.write("_uacct = \"UA-284156-1\";")
			document.write("urchinTracker();")
			document.write("<\/script>")
		}
		else{
			if(whereami.match("airtimemanager")){
				document.write("<script src=\"http://www.google-analytics.com/urchin.js\" type=\"text/javascript\"><\/script>")
				document.write("<script type=\"text/javascript\">")
				document.write("_uacct = \"UA-284156-3\";")
				document.write("urchinTracker();")
				document.write("<\/script>")
			}
			else{
				document.write(".")
			}
		}
	}
}
