var sRef,sCG;

try{
	sRef=top.document.referrer;
}catch(e){
	sRef='err';
}

if(sRef=='err'){
	try{
		sRef=parent.document.referrer;
	}catch(e){
		sRef='err';
	}
}

if(sRef=='err'){
	sRef=document.referrer;
}

sCG='<img src=http://ana2.tatsumi-sys.jp/banner.asp?uid=2022085&gid=1&pid=1&ref='+escape(sRef)
	+'&scw='+screen.width
	+'&sch='+screen.height
	+'&scd='+screen.colorDepth
	+'&ck='+navigator.cookieEnabled
	+' border=0 width=88 height=31>';

sCG='<a href="http://www.tatsumi-sys.jp/analyzer/?uid=2022085" target="_blank">'+sCG+'</a>';

document.write(sCG);
