	buf = escape(parent.document.referrer);
	ref = "";
	for (i = 0; i < buf.length; i++) {
		str = buf.charAt(i);
		ref += (str == "+") ? "%2B" : str;
	}
	scr = screen.width+","+screen.height+","+screen.colorDepth;

	document.write('<img src="http://www.aircooled-search.com/cgi-bin/ikk/fcount.cgi?LOG=log&DIGIT=6&FONT=a&REF=',ref,'&SCR=',scr,'" width="1" height="1" alt="counter" title="" />');

