function createSilverlight()
{  
  Silverlight.createObject("default.xaml", document.getElementById("sparent"), "ag",
   {width:'900', height:'600', inplaceInstallPrompt:true, background:'white', version:'1.0'},
   {onError:null, onLoad:onLoad},
   null);
}


     
