/// <reference path="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.js"/>


	// external links
	$('body').delegate('a[href^=http]:not([href*="' + location.hostname + '"]), a:[rel~="external"]', 'click', function () { $(this).attr('target', '_blank'); });

