Cufon.replace("#header h1", {'fontFamily':'Plan Storytelling'});
Cufon.replace("#header h2, .col h3", {'fontFamily':'Plan'});

$(document).ready(function() {
	$("a[rel='outbound']").click(function() {	
		$theLink = $(this);
		pageTracker._trackPageview ('/outbound/' + $theLink.attr("href"));
		window.open($theLink.attr("href"));
		return false;
	});
});