$(document).ready(function(){
	$("#weAreOnTheTellyBox a.more").colorbox({
		transition:"fade", width:"749", height:"497",
		onOpen: function(){
			$('#cboxClose').css("visibility","hidden");
		},
		onComplete: function(){
			$('#cboxClose').css("visibility","visible");
			// replace with video

			var flashvars = {};
			var params = {};
			var attributes = {};

			attributes.wmode = "opaque";
			params.wmode = "opaque";

			var flashvars = {
				autoStart: false,
				controlBar: "bottom",
				file: "/content/flv/advert.flv",
				image: "/content/img/video-fallback.jpg",
				scale: "noborder",
				wmode: "transparent"
			};

			$('#cboxPhoto').wrap('<div id="videoPlayer" />');

			swfobject.embedSWF("/Content/js/mediaplayer/player.swf", "videoPlayer", "720", "430", "9.0.0", "/Content/js/expressInstall.swf", flashvars, params, attributes);
		}
	});
});
