<html>
	<head>
		<title> PlayMovie </title>
		<script src="custom_.js"></script>
		<script>
			//-------------------------------------------------------------------------------------------------
			function IsMCEEnabled()
			{				
				return true;
			}

			function onPostClose()
			{
			}
			//-------------------------------------------------------------------------------------------------
			// navigate out to other MCE page
			//-------------------------------------------------------------------------------------------------
			function onNavigate()
			{
				window.external.MediaCenter.NavigateToPage("{ae804109-f3a3-4fe0-8379-518463da7395}", "{46FB453D-B4A1-44cc-8273-3BCE40A52B07}\\{46FB453D-B4A1-44cc-8273-3BCE40A52B07}");
			}
				
			function onUnload()
			{
			}

			
			var bFirstLoad = true;
			function onLoad()
			{
			    
				if (bFirstLoad)
				{
				    window.external.MediaCenter.SharedViewPort.Visible = false;
					bFirstLoad = false;
				    args = window.external.MediaCenter.Context;
				    date = new Date();
				    year = date.getYear();
				    day = date.getDate();
				    month = date.getMonth();
				    day = day + 1;
				    expireDate = new Date(year, month, day);
                    document.cookie = "parameter" + "=" + escape(args) + "; expires=" + expireDate.toGMTString();
				    
				    var aCookie = document.cookie.split("; ");
				    var test = "";
                    for (var i=0; i < aCookie.length; i++)
                    {
                     // a name/value pair (a crumb) is separated by an equal sign
                     var aCrumb = aCookie[i].split("=");
                     if ("parameter" == aCrumb[0]) 
                         test = unescape(aCrumb[1]);
                    }
                     
					setTimeout("onNavigate()", 50);
				}
				else
					window.external.MediaCenter.CloseApplication();
					
				try
				{
					onPostLoad();
				}
				catch(e) {
				}
			}			
                       
		</script>
	</head>
	
	
	
	<style type="text/css">
		* {
		border: 0px;
		padding: 0px;
		margin: 0px;
		}
	</style>
	<body	onload = "onLoad()"
			onunload = "onUnload()"
			BGCOLOR= "134496"
			scroll = no>
		<script src="KoanBox.js"></script>

	</body>
</html>
