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

