$('#watchvideo').fancybox({
	'overlayOpacity': 0.8,
	'overlayColor': '#000',
	'autoDimensions': false,
	'width': 960,
	'height': 544,
	'scrolling': 'visible',
	'onComplete': function() {
		$.getScript( 'assets/templates/huuhka/projekktor/projekktor.js', function() {
			var PROJEKKTOR_CONFIG = {
				playerFlashMP4:	"assets/templates/huuhka/projekktor/playerMP4.swf",
				playerFlashMP3:	"assets/templates/huuhka/projekktor/playerMP3.swf"
			};
		})
	}
	
	});
if (document.location.href.indexOf('playvideo') != -1) setTimeout("$('#watchvideo').click();", 2000);
