var t = new Date().getTime();
var rf = encodeURIComponent(document.referrer);
var si = encodeURIComponent(window.location);
//var si = encodeURIComponent(location.search);
var lp = location.protocol.indexOf('https') >- 1 ? 'https:' : 'http:';
var nd = lp + '//www.foxmember.jp/tag/';
document.write('<img src="' + nd + 'img.php?rf=' + rf + '&amp;si=' + si + '&amp;t=' + t + '" width="1" height="1">');
