$(document).ready(function() {
	// opens links into separate window
	$('A[rel="external"]').click( function() {
		window.open( $(this).attr('href') );
		return false;
	});
});

$(document).ready(function() {
	$('a[href^=http]:not("[href*=://' + document.domain + ']")').click(function() {pageTracker._trackPageview('/out/'+$(this).attr("href"));});
});

