var flash_html = '';
var noflashhtml = "\
\
\
\
";
function firefoxIframeSwitch(obj) {
var _iframe = document.createElement("IFRAME");
_iframe.scrolling="no";
_iframe.frameBorder="0px";
_iframe.marginWidth="0px";
_iframe.marginHeight="0px";
_iframe.setStyle({display:"none"});
obj.insert(_iframe);
_iframe.contentDocument.open();
_iframe.contentDocument.write(flash_html);
_iframe.contentDocument.close();
_iframe.setStyle({width:"190px",height:"23px",display:"block"});
}
if ( isFlashVersion( 6 ) )
if ("" != "" && "" == "Gecko" && "" == "transparent") {
var div_id = "div_573871";
document.write("
");
firefoxIframeSwitch($(div_id));
}
else document.write(flash_html);
else if (noflashhtml != "") {
document.write(noflashhtml);
} else
document.write('
');