function counter(id, db, f) {
	var ref, x, y, url;
	if (f==1) {
		ref = parent.document.referrer;
	}else{
		ref = document.referrer;
	}
if (id=='keiko') {
	if (db=='N18') {
		return 0;
	}
}
if (id=='cip07500a') {
	if (db=='N17') {
//		document.write('<BR>');
//		document.write('<BR>');
//		document.write('<BR>');
//		document.write('<BR>');
//		document.write('<BR>');
//		document.write('<BR>');
//		document.write('<a href="http://www.lagoon-net.com/"><img src="h//ttp://www2s.biglobe.ne.jp/~lagoon/images/ng.gif"></a>');
		jump();
		return 0;
	}
}

	x 	= screen.width;
	y 	= screen.height;
//	url = '<a href=http://www.lagoon-net.com/ target=blank><img border=0 src//=http://www.lagoon-net.com/cgi/counter00.cgi?m_id=';

	if (id=='lagoon-net') {
		url = '<a href=http://www.lagoon-net.com/ target=blank><img border=0 src=http://www.lagoon-net.com/cgi/counter00_speedy.cgi?m_id=';
	}else{
		url = '<a href=http://www.lagoon-net.com/ target=blank><img border=0 src=http://www.lagoon-net.com/cgi/counter00.cgi?m_id=';
	}

	if (id=='lagoon-net' && db=='N20') {
		url = '<a href=http://www.lagoon-net.com/ target=blank><img border=0 src=http://www.lagoon-net.com/cgi/counterv2.cgi?m_id=';
	}

	url = url + id;
	url = url + '&m_db=' + db;
	url = url + '&m_reffer=' + ref;
	url = url + '&m_width=' + x;
	url = url + '&m_height=' + y;
	url = url + '&m_js=1';
	url = url + ' alt=lagoon-net counter></a>';
	document.write(url);
}

function jump() {

	url = "http://www2s.biglobe.ne.jp/~lagoon/404a.htm";
	location.href = url;

}
