$(function(){
	$("a").click(function(){
		var opwin = window.open(this.href);
		opwin.focus();
		return false;
	});
	$("a").click(function(){
		$.ajax({
			url : "acc/acclog.cgi",
			type : "get",
			data : {'referrer':this.href}
		});
		return false;
	});
});
