// Pointlog javascript v1.2
if ( location.protocol == 'http:' ){
    rcvProtocol = 'http://www.sitepoint.jp';
} else {
    rcvProtocol = 'https://www.sitepoint.jp';
}
var doc0ur = document.URL;
var doc0ti = document.title;
var doc0re = document.referrer;
var scr0wh = screen.width + "x" + screen.height;
var scr0cd = screen.colorDepth;
if ( doc0re == parent.frames.location ) { doc0re = top.document.referrer; } else { doc0re = document.referrer; }
document.write( "<img src='" + rcvProtocol + "/cgi-bin/pointlog.cgi?cusID=d8Lsc3Pz" );
document.write( "&curSL=" + f_enc(doc0ur) + "&scrSL=" + scr0wh + "&colSL=" + scr0cd + "&refSL=" + f_enc(doc0re) + "&titSL=" + f_enc(doc0ti) );
document.write( "' width='1' height='1' alt='' border='0'>" );

function f_enc(str) {
 if ( typeof(encodeURIComponent) == 'function' ) { return encodeURIComponent(str); } else { return escape(str); }
}