<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title></title>
<SCRIPT src="js/aghost.js" type="text/javascript" ></SCRIPT>
</head>
<body>
<div id="silverlight"></div>
<script type='text/javascript'>
new agHost("silverlight", // hostElementID (HTML element to put WPF/E
// ActiveX control inside of -- usually a <div>)
"wpfeobj", // ID of the WPF/E ActiveX control we create
"100%", // Width
"100%", // Height
"#FF999999", // Background color
null, // SourceElement (name of script tag containing xaml)
"xaml/Hello world.xaml", // Source file
"false", // IsWindowless,
"24", // MaxFrameRate
null, // OnError handler (method name -- no quotes)
0, // Minimum major version required
8, // Minimum minor version required
5); // Minimum build required
</script>
</body>
</html>