
$(document).ready (function() {
	$("a[rel*='external']").click(function() {
		$.get("click.php", { "new": "dd87s9" });
		window.location = this.href;
		return false;
	});
});


