document.write('<div style="position:absolute;top:0;left:0;visibility:hidden;width:10px;height:10px"><iframe name="counting" src="notclicked.php" frameborder=0 scrolling=no></iframe></div>');

function ClickCount(id) {
  counting.location.replace("clicked.php?id="+id); };