// アクセス解析用コマンド

var MyURL = 'http://www.webericsson.jp';
var wStr = document.URL;

if ( MyURL == wStr.substring( 0, MyURL.length))
{
//	document.write( "<img src='http://www.webericsson.jp/acc/acclog.cgi?");
//	document.write( "referrer="+document.referrer+"&");
//	document.write( "width="+screen.width+"&");
//	document.write( "height="+screen.height+"&");
//	document.write( "color="+screen.colorDepth+"'>");
}
