var ImageWidth  =  1;
var ImageHeight =  1;
var ScriptUrl   = 'http://www.shima-d.com/cgi-local/vic/log4.cgi';
var CounterName = 'name';

var Tag = '<img' +
				' src="'   + ScriptUrl   + '?' + CounterName + '@' + document.referrer + '"' +
				' width='  + ImageWidth  +
				' height=' + ImageHeight +
	          '>';

document.write(Tag);


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

