// this is the main startup script
$(function () {

	// replace heading fonts (all pages)
	Cufon.replace('#nav li a, #content h1, #content h2, #content h3, #content h4, #content ul.imglist h3, #footer h6, #rotator p.title', {
        fontFamily: 'Aller',
		hover: true,
		forceHitArea: true
	});

});
