/*           HOMEPAGE BUNSEKIPACK           */

aa = escape(parent.document.referrer);
bb = "";

for ( cnt = 0 ; cnt< aa.length ; cnt++ ){
        cc = aa.charAt( cnt );
        bb += ( cc == "+" ) ? "%2B" : cc;
}

dd = ct.substr(0,2);

document.write("<IMG SRC=\"http://bunseki.kingdom.biglobe.ne.jp/cgi-bin/count/", dd, "/", ct, "/count?ct=", ct );

if( bb.length ){
	bb = bb.replace(/%2C/g, "_S_e_P_a_");
	bb = bb.replace(/,/g, "_S_e_P_a_");
	document.write("&ref=", bb);
}
if( custom.length ){
	document.write("&", custom );
}
document.writeln( "\">");
document.close();
