$(document).ready(function() {

	// nice hash scrolling
	$.localScroll();
	// links in new window
	$('A[rel="external"]').click(function() {
		window.open( $(this).attr('href') );
		return false;
	});
});


