function writePromo(){
var str='';
str+='<div id="emb_div">This page requires Flash 9. Download it <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="ext">here</a>.';
str+='<script type="text\/javascript">';
str+='var emb = new SWFObject("http:\/\/static.oprah.com\/flash\/magazine\/omag\/200906\/soundslides\/soundslider.swf", "edgarSoundSlide", "420", "383", "9");';
str+='emb.addParam("wmode", "transparent");';
str+='emb.addParam("allowScriptAccess", "always");';
str+='emb.addParam("scale", "noscale");';
str+='emb.addVariable("size","0");';
str+='emb.addVariable("format","xml");';
str+='emb.addVariable("pathToControlFile","http://static.oprah.com/flash/magazine/omag/200906/soundslides/edgar/soundslide_data.xml");';
str+='emb.addVariable("pathToImages","http://static.oprah.com/flash/magazine/omag/200906/soundslides/edgar/jpg");';
str+='emb.addVariable("pathToAudioFile","http://static.oprah.com/flash/magazine/omag/200906/soundslides/edgar/audio_lo.mp3");';
str+='emb.useExpressInstall("http:\/\/static.oprah.com\/flash\/expressinstall\/expressinstall.swf");';
str+='emb.write("emb_div");';
str+='<\/script>';
str+='<\/div>';
document.write(str);
}
writePromo();