$(document).ready(function() {
	$.expr[':'].external = function(obj){return !obj.href.match(/^mailto\:/) && (obj.hostname != location.hostname);};
	$("a:external").click(function(){$.get('url.php?url='+escape(this.href));return true;});
});