if(!window.Silverlight){window.Silverlight={}}Silverlight.createDelegate=function(d,c){return function(){return c.apply(d,arguments)}};function createSilverlight(){Silverlight.createObjectEx({source:"Loader.xaml",parentElement:document.getElementById("silverlightPlugInHost"),id:"silverlightPlugIn",properties:{width:"932px",height:"308px",background:"black",isWindowless:"false",version:"1.0"},events:{onLoad:Silverlight.createDelegate(hp,hp.handleLoad),onError:function(f,e){var h=document.getElementById("errorLocation");if(h!=null){var g=e.errorType+"- "+e.errorMessage;if(e.ErrorType=="ParserError"){g+="<br>File: "+e.xamlFile;g+=", line "+e.lineNumber;g+=" character "+e.charPosition}else{if(e.ErrorType=="RuntimeError"){g+="<br>line "+e.lineNumber;g+=" character "+e.charPosition}}h.innerHTML=g;h.style.display="block"}}},context:null})};