var analytics_code = false;

var _gaq = _gaq || [];
_gaq.push(['_setAccount', analytics_code]);
_gaq.push(['_trackPageview']);

$(document).ready(function() {

				Cufon.replace('#subnav li a, .button,#navigation,h1,h2,h3,h4,h5,h6', {hover: true, fontFamily: 'Aller', textShadow:'1px 1px #fff' });
				
				 $("a.gallery").fancybox({
						'transitionIn'	:	'elastic',
						'transitionOut'	:	'elastic',
						'speedIn'		:	600, 
						'speedOut'		:	200, 
						'overlayShow'	:	true
					});
				
				$('#slideshow').cycle({
					fx:     'fade', 
					speed:  'slow',
					timeout: 5000, 
					next:   '#next', 
					prev:   '#prev'

				});

				
});
