var $j = jQuery.noConflict(); $j(document).ready(function() {		$j("a[href^='http']:not([ href*='globalexchange.org'])").click(function(){		 window.open(this.href);		 return false;		}).attr("title", "Opens in a new window");	});
