$(document).ready(function() {
	Cufon.replace('#content h1,#content h2,#content h3,#content h4,#content h5', { fontFamily: 'junction regular' });
    $('.slideshow').cycle({	fx: 'scrollUp'	});
	$(".accordion").accordion({active: 'a.selected',header: 'a.head', autoHeight: false });
});
