var flash_html = '';
var noflashhtml = "
Now Available: "National Survey on Service-Learning and Transitioning to Adulthood" Final Report
";
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:"537px",height:"85px",display:"block"});
}
if ( isFlashVersion( 6 ) )
if ("" != "" && "" == "Gecko" && "transparent" == "transparent") {
var div_id = "div_786975";
document.write("");
firefoxIframeSwitch($(div_id));
}
else document.write(flash_html);
else if (noflashhtml != "") {
document.write(noflashhtml);
} else
document.write('
');