

$(document).ready(function(){
/* EXAMPLE SYNTAX
	 $("a").click(function(){
	   alert("Example");
	 });
	$('#gallery a').lightBox(); // Lightbox script. 
*/
	$("#clicktoplay").click(function(){
		player.sendEvent('PLAY')
		$("#overlay").fadeOut();
		return false;
	});

});
$(window).load(function(){

});