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

