
(function($){

	$(document).ready(function(){

		/* open link as '_blank'. */
		$('a[rel=external]').click(function(){					
			window.open(this.href, '_blank');
			return false;
		});

	});

})(jQuery);

