	  $(document).ready(function() {
	        $('#page_wrapper a').filter(function() {
	         return this.hostname && this.hostname !== location.hostname;
	        }).addClass('externalLink');
	      });




