$(document).ready(function(){
		// load the first movie when the page is ready
		$('.VideoPlayer').attr('href', '/swf/videoplayer.swf?src=/projects/fantasia/mp4/fantasia_final.mp4&img=/projects/fantasia/img/film_still.jpg&autoplay=true');	
		$('.VideoPlayer').media( {   width: 600, height: 362, params:{allowFullScreen:true}, bgColor:'#FFFFFF', flashVersion:'9'  });	
		$.gaTracker('UA-7210865-1');	
});

