
function logCount() {

var myProtocol = location.protocol ;

if ( myProtocol == 'http:' || myProtocol == 'https:' ) {

	document.write( "<img src='" + myProtocol + "//www.megu-marry.com/acc/acclog.cgi?");
	document.write("referrer="+document.referrer+"&");
	document.write("width="+screen.width+"&");
	document.write("height="+screen.height+"&");
	document.write("color="+screen.colorDepth+"'>");

}

}












