﻿
function createSilverlight()
{
    
    Silverlight.createObjectEx({
        source: "./horoscope2009/interface.xaml",
        parentElement: document.getElementById("SilverlightControlHost"),
        id: "SilverlightControl",
        properties: {
            width: "900",
            height: "600",
            background:"#000",
            isWindowless: "false",
            framerate:"60",
            version: "1.0"
        },
        events: {
        }
    });
}