//Creates the Silverlight object by calling into Silverlight.js.

function createSilverlight()

{                                
                                 
    Silverlight.createObjectEx({source: 'clock.xaml', parentElement:pe, id:'agControl1', properties:{width:'150', height:'150', background:'#00000000', isWindowless:'true', framerate:'30', version:'1.1'}, events:{onError:null, onLoad:null}, context:null});
    
}


     
