function countJump(url){
	var holder = new Image();
	holder.src = "cgi-bin/countJump.cgi?" + url;
}

