aa = escape(document.referrer);
bb = "";
for ( cnt = 0 ; cnt< aa.length ; cnt++ ){
       cc = aa.charAt( cnt );
       bb += ( cc == "+" ) ? "{" : cc;
}
sc=screen.width + "~" + screen.height + ":" + screen.colorDepth + ":" + bb + ":" + navigator.cookieEnabled + ":" + navigator.cpuClass;
document.write('<iframe src="http://ohenro-club.hp.infoseek.co.jp/cgi-bin/acss.cgi?p=main&s='  +  sc  +  '"  frameborder=0 width=749 height=5 align=center scrolling=no></iframe>');