(function($) {
	$.extend($.expr[':'], {
		external: function(o) {
			return o.hostname !== window.location.hostname && o.hostname;
		}
	});
	$.fn.external = function() {
		return this.filter(':external');
	};
}(this.jQuery));
