(function(){
	$(function(){
		website.animateBanner();
		$("#homephotogalleryimage").jqFancyTransitions({
			position: 'random',
			direction: 'alternate',
			height: '223', width: '516',
			strips: 10,
			delay: 3500
		});
	});
})();

