function createSilverlight()
{  
    //example calls, please replace with calls that match your site's requirements    
    Silverlight.createObject("Cgi.xaml", pe, "AgControl1",
                                 {width:'330', height:'330', inplaceInstallPrompt:false, background:'white', isWindowless:'false', framerate:'24', enableFramerateCounter:false, version:'1.0'},
                                 {onError:null, onLoad:null},
                                 null);
}
