// Google Analytics
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-4788051-2']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();



function pokelog()
{
	document.write("<img src='http://manga-search.jp/00_cgi/pokelog/pokelog.cgi?mode=rec"
    	+ "&swh=" + screen.width + " x " + screen.height + " pixel"
    	+ "&scd=" + screen.colorDepth + "&ref="+document.referrer+"' "
    	+ "width=1 height=1>"); 
}

function jump_url(url) {
 if (url != '')
  {
   window.location = url;
  }
}

function popup() {
if (!document.getElementsByTagName) return false;
var links = document.getElementsByTagName("a");
	for (var i=0; i < links.length; i++) {
		if (links[i].className.match("popup")) {
			links[i].onclick = function() {
			window.open(this.href,'new1');
			return false;
			}
		}
	}
}
