if (!self.on_line_count){var on_line_count ={graph_img:null,popup:function(e){if (this.graph_img == null ){var img = this.graph_img = document.createElement('img'); img.src = 'http://hkokuhaku.dip.jp/count/mimayim_counter/logo.gif';img.style.display = 'none'; img.style.position = 'absolute'; img.style.zIndex = 10000; img.style.margin = '0px'; img.style.padding = '0px'; img.width = 140; img.height = 70; document.body.insertBefore(img, document.body.firstChild);}var X,Y,L,T,W,H; if (document.all && !window.opera){var csscompat=((document.compatMode||"").indexOf("CSS")!=-1); var b=(csscompat?document.documentElement:document.body); X = b.scrollLeft; Y = b.scrollTop; L = (e.clientX - e.offsetX - 2 + X); T = (e.clientY - e.offsetY - 2 + Y); W = b.clientWidth - 16; H = b.clientHeight - 16;} else {X = window.pageXOffset; Y = window.pageYOffset; L = e.pageX; T = e.pageY; W = window.innerWidth - 16; H = window.innerHeight - 16; } T -= this.graph_img.height + 15; if ( W > 0 && L + this.graph_img.width > X + W ) L = X + W - this.graph_img.width; if ( L < X ) L = X; if ( H > 0 && T + this.graph_img.height > Y + H ) T = Y + H - this.graph_img.height; if ( T < Y ) T = Y; this.graph_img.style.left = L + 'px'; this.graph_img.style.top = T + 'px'; this.graph_img.style.display="inline";},hide_graph:function(){if (this.graph_img){this.graph_img.style.display="none";}},popdown:function(){if (this.graph_img){this.graph_img.style.display="none";}},display:function(){if (self.on_line_count){on_line_count.disp_img = function(){document.writeln('Mimayim')} on_line_count.disp_img();} }}} on_line_count.display();