shows("shopwith5net2");
function shows(from){
	var t1;
	var t2;
	var r;
	
	var q;
	q = location.search.replace(/^\?/, '');
	q = q.replace(/^\=/, '');

	t1="<img src='http://ct.myprof.org/?n="+from+"&k="+q+"&c=";
	t2="' width='0' height='0' alt='アクセスカウント'>";
	r=escape(document.referrer);
	document.write(t1+r+t2);
}

