jQuery(function($) {
	$("a[@href^=http://]").not('[@href*=renovationplanning.com.au]').click(function() {
		var target='/egress.php?'+this.href;
		this.target="_blank";
		this.href=target;
	});
});
