$(document).ready(function(){
	//tabs
    $("#tabs").tabs({ fx: { opacity: 'toggle' } });
	
	// load the film
	//$('.VideoPlayer').attr('href', '/swf/player.swf?src=/projects/clown/mp4/dark_anne_sd_hm.mp4?img=/projects/clown/img/film_still_title.jpg?autoplay=true');	
	//$('.VideoPlayer').media( {   width: 680, height: 404, params:{allowFullScreen:true}, bgColor:'#ffffff', flashVersion:'9'  });
	
	// load the cycle plugin	
	$('#s1').cycle({ 
			fx:     'fade', 
			speed:  750, 
			next:   '#nextBtn', 
			prev:   '#prevBtn', 
			pause:   'true',		
			timeout: 0 
	});
	// analytics
	$.gaTracker('UA-7210865-1');
	
	//shadowbox
	Shadowbox.init({continuous: 'true'});
  });

