var jukebox = {
    movie: "jukeboxbasic.swf", // relative to HTML document (/flashjukebox/index.html)
    majorversion: 6,
    build: 0,
    width: 285,
    height: 200,
    xi: true,
    ximovie: "js/ufo/expressInstall.swf", // relative to HTML document
    align: "middle",
    allowScriptAccess: "sameDomain",
    quality: "high",
    wmode: "opaque",
    bgcolor: "#ffffff"
};
UFO.create(jukebox, "jukeboxReplaceContent");