function sw_access(uid,gid,pid) {
	var sw_sRef,sw_sCG; try{sw_sRef = top.document.referrer;}
	catch(e){sw_sRef = 'err' ;}
	if(sw_sRef=='err'){
		try{sw_sRef=parent.document.referrer;}
		catch(e){sw_sRef='err';}
	}
	if(sw_sRef=='err'){sw_sRef=document.referrer;}
	sw_sCG='<img src=http://ana2.tatsumi-sys.jp/cleargif.asp?uid=' + uid + '&gid=' + gid + '&pid=' + pid + '&ref='+escape(sRef)+'&scw='+screen.width+'&sch='+screen.height+'&scd='+screen.colorDepth+'&ck='+navigator.cookieEnabled+' border=0 width=1 height=1>';
	
	tagObj = document.getElementById("access_swf");
	tagObj.innerHTML = sw_sCG;
}
