
function logCount() {

var myProtocol = location.protocol ;

if ( myProtocol == 'http:' ) {

	document.write( "<img src='" + myProtocol + "//www.earth-bread.com/acc/acclog.cgi?");
	document.write("referrer="+document.referrer+"&");
	document.write("width="+screen.width+"&");
	document.write("height="+screen.height+"&");
	document.write("color="+screen.colorDepth+"'>");

} else if ( myProtocol == 'https:' ){
	document.write( "<img src='" + myProtocol + "//secure61.chicappa.jp/~chicappa.jp-earth-bread/www/acc/acclog.cgi?");
	document.write("referrer="+document.referrer+"&");
	document.write("width="+screen.width+"&");
	document.write("height="+screen.height+"&");
	document.write("color="+screen.colorDepth+"'>");
}




}












