$(document).ready(function(){
		// load the first movie when the page is ready
	//	$('.VideoPlayer').attr('href', '/swf/videoplayer.swf?src=/campaigns/shiseido/2009/mp4/shiseido_600x370.mp4&img=/campaigns/shiseido/2009/shiseido_still.jpg&autoplay=true');	
	//	$('.VideoPlayer').media( {   width: 600, height: 395, params:{allowFullScreen:true}, bgColor:'#FFFFFF', flashVersion:'9'  });	
	$('.VideoPlayer').attr('href', '/swf/mediaplayer_white.swf?file=/agency/film/trailer_low_hm.mp4&image=/agency/image/project_image.gif&hd.file=/agency/film/trailer_hd_hm.mp4&autostart=true&screencolor=0x000000');	
	$('.VideoPlayer').media( {   width: 640, height: 383, params:{allowFullScreen:true}, bgColor:'#FFFFFF', flashVersion:'9'  });	
		$.gaTracker('UA-7210865-1');	
});