if (swfobject.hasFlashPlayerVersion("9.0.0")) {
    if (location.href.indexOf('#') === -1) {
        try {
            var path = location.pathname.replace(/\/$/, '');
            var hash = location.hash.replace(/^\#\/?/, '');
            location.href = '/#' + path;
        } catch (e) {
        }
    }
    swfobject.createCSS("html", "height:100%;");
    swfobject.createCSS("body", "margin:0; padding:0; overflow:hidden; height:100%;");
    swfobject.createCSS("#layout", "height:100%;");
    swfobject.createCSS("#inner", "display:none");
    swfobject.embedSWF("sable-argent.swf", "layout", "100%", "100%", "9.0.0", null, null, {
        'id': 'sableargent',
        'menu': false,
        'quality': 'best',
        'wmode': 'window',
        'bgcolor': '#000000'
    });
}
