	worldpremieremovie = '<a href="#" id="closemovie">Schliessen<\/a><object width="384" standby="Loading Microsoft Windows Media Player components..." classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="MediaPlayer" type="application/x-oleobject" height="216"><param value="mms://c23006-o.w.core.cdn.streamfarm.net/23006rt1tv/ondemand/3669rt1tv/insignia_2008_07_21.wmv" name="url"></param><param value="true" name="autostart"></param><param name="stretchToFit" value="true"></param><param value="full" name="uimode"></param><embed width="384" AutoStart="1" ShowControls="1" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" height="216" ShowStatusBar="1" SRC="mms://c23006-o.w.core.cdn.streamfarm.net/23006rt1tv/ondemand/3669rt1tv/insignia_2008_07_21.wmv" type="video/x-ms-asf" ClickToStart="1"></embed></object>';
	
	function openmovie() {
		$("#layingoverflash").empty().html(worldpremieremovie);
		$("#layingoverflash, #moviewebsitebackground").removeClass("hidden").addClass("visible");
		$("#closemovie").click( function() {
			closemovie();
		});
		$("#content").removeClass("visible").addClass("hidden");
	}
	function closemovie() {
		$("#layingoverflash, #moviewebsitebackground").removeClass("visible").addClass("hidden");
		$("#layingoverflash").empty();
		$("#content").removeClass("hidden").addClass("visible");
		$("#closemovie").unbind("click");
	}
	
	