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

