function adClick(id,target) {
	if (target == 'new') {
		window.open("../count2.php?id="+id);
	} else {
		window.location = "../count2.php?id="+id;
	}
}