
$(document).ready(function(){
	$("div.workentry a.fb").click(function(){
		$.fancybox({
	    	'transitionOut'	: 'none',
	    	'overlayColor'	: '#000',
	    	'speedIn'				: 650,
	    	'width'					: 560,
	    	'height'				: 340,
	    	'type'					: 'swf',
	    	'swf'						: { wmode:'transparent',allowFullScreen:'true', autoPlay:'true' },
	    	'href'					: "./swf/player.swf?file=" + this.href.replace(new RegExp("watch\\?v=", "i"), 'v/') + "&skin=http%3A//content.longtailvideo.com/skins/glow/glow.zip&stretching=fill&controlbar.position=over"
	    });
    
    	return false;
    });
});

function embedJWPlayer(v){
	swfobject.embedSWF("./swf/player.swf", "flplayer", 560, 340, "9.0.0", null, { file:v, skin:"http%3A//content.longtailvideo.com/skins/glow/glow.zip&stretching=fill&controlbar.position=over" }, { wmode:"transparent", allowFullScreen:"true" } );
}
