jQuery(document).ready(function(){

	// Opens external links in a new window
	jQuery("a[href*='http://']:not([href*='"+location.hostname+"'])").attr("target","_blank");

});