$(document).ready(function(){
//	$('.back').click(function(){
//		history.back();
//	});
	$(".zoom").fancybox();
	initPlayer(false);
});

function initPlayer(play)
{
	if ($('#player').length > 0)
		flowplayer("player", URL + "templates/flowplayer/flowplayer-3.2.5.swf", { clip: { autoPlay: play, scaling:'fit', } });
}
