function createMySilverlightPlugin()	{
	Silverlight.createObject("myxamlclock.xaml",parentElement,"firstsample",
{width:"250",height:"250",background:"Transparent",isWindowless:"true",version:"1.0"},
{onError:null,onLoad:null});
}
