function pageLoaded() {
	Cufon.replace('.featured-info p', { fontFamily: 'Sentinel Medim', hover: true} );
	Cufon.replace('.featured-cols .col h4, .bottom-cols h4', { fontFamily: 'Sentinel SemiBold', hover: true} );
	Cufon.replace('.featured-info h2, .page-title', { fontFamily: 'Sentinel Black', hover: true} );
	Cufon.replace('#navigation a, .section h1, .section h2, .section h3, .section h4, .section h5', { fontFamily: 'Knockout', hover: true} );

	Cufon.now();
};

jQuery(document).ready(function($) {
	
	$(window).load(function() {
		if ($('#slider').length) { 
			$('#slider').nivoSlider({
				effect: 'sliceDownRight',
				slices: 20,
				animSpeed: 1000,
				pauseTime: 5000,
				directionNav: false
			});
		};
	});
	
	if ($.browser.msie && $.browser.version.substr(0,1)<7) {
		DD_belatedPNG.fix('h1#logo a');
	};
});
