

function init() {

	// load cufon
	Cufon.replace('.footer-top-links h2, h2.bar, .page-title h2, li.level0 > a, .page-title h1, .capt', {hover: true} ); 
	//Cufon.replace('#content > h3');
	
	// load home page banners
	jQuery(".widget-banner ul")
			.before('<div class="slide-nav">')
			.cycle({
				fx: 'fade',
				//timeout:  15000,
				pager:  '.slide-nav',
				onPagerEvent: function() {jQuery('.slideshow').cycle('pause');}
			});
	//add generic fancybox
	jQuery("a[rel='lightbox']").fancybox();
}
