jQuery(document).ready(function() {
	 var h = window.location.host.toLowerCase();
	 jQuery("a[href^='http:']").not("[href*='"+h+"']").attr('target','_blank');
	
	//Remove this line after completing the store site..
	jQuery("a[href='/store']").attr('href','http://store.eeinternational.org');
});

