function shStat() {
	var img = '<img src="/images/stat/stat.gif';
	if (document.referrer) {
		img += '?ref=' + parent.document.referrer;
	}
	img += '" width="1" height="1" alt="" />';

	document.write(img);
}

shStat();
