function createSilverlight()
{
	var scene = new UntitledProject1.Page();
	Silverlight.createHostedObjectEx({
		source: "Page.xaml",
		parentElement: document.getElementById("SilverlightControlHost"),
		id: "SilverlightControl",
		properties: {
			width: "100%",
			height: "100%",
			version: "1.0"
		},
		events: {},
	
		
initParams:"streaming:/31390/LaloReel_vid/LaloReel.wmv,streaming:/31390/MoGfxReel_vid/MoGfxReel.wmv,streaming:/31390/AACE_vid/AACE.wmv,streaming:/31390/LifeScan_vid/LifeScan.wmv,streaming:/31390/UM2_vid/UM2.wmv,streaming:/31390/XHH_vid/XHH.wmv,streaming:/31390/Pathway_vid/Pathway.wmv,streaming:/31390/Husky_vid/Husky.wmv,streaming:/31390/Kelty_vid/Kelty.wmv"
	
	});
}

if (!window.Silverlight) 
	window.Silverlight = {};

Silverlight.createDelegate = function(instance, method) {
	return function() {
		return method.apply(instance, arguments);
	}
}
