function acc2_count(acc_path){
	document.write("<img src='" + acc_path + "acclog.php?");
	rf = document.referrer.replace("?", "que;");
	for (i = 0; i < 10; i++) {
		rf = rf.replace("&", "amp;");
	}
	document.write("referrer="+rf);
	document.write("&p="+document.URL);
	document.write("&w="+screen.width);
	document.write("&h="+screen.height);
	document.write("&c="+screen.colorDepth+"'>");
}
