Cufon.replace('.header .navigation a', { fontFamily: 'John Handy Plain', hover: true });
Cufon.replace('.body h2', { fontFamily: 'Myriad Pro' });


// Certain links open in a new window (target attribute not valid XHTML)
$(function() {
	$('a.new, a.external').attr('target', '_blank');
});

