        var flashvars = {};
        flashvars.file = "../flash/Equine-video.flv";
        flashvars.streamer = "xmoov.asp";
        flashvars.autostart = "true";
        flashvars.frontcolor = "#808285";
        flashvars.backcolor = "#000000";
        flashvars.lightcolor = "#ffffff";
        flashvars.screencolor = "#000000";
        //flashvars.repeat = "single";
        flashvars.stretching = "exactfit";
        flashvars.image = "http://localhost/moulton/flash/equine-holding.jpg";

        var params = {};
        params.allowfullscreen = "true";
        params.allowscriptaccess = "always";

        var attributes = {};
        
        swfobject.embedSWF(
            "include/jwplayer.swf",
            "IntroVideo",
            "593",
            "474",
            "9.0.0",
            "expressInstall.swf",
            flashvars,
            params,
            attributes
        );