function writeJS(){
var str='';
str+='<div id="contentSWF_bsp">';
str+='<script type="text\/javascript">';
str+='var bs = new SWFObject("http:\/\/static.oprah.com\/flash\/spirit\/breathingspace\/bs_442x474.swf", "bspace", "442", "474", "6");';
str+='bs.addParam("wmode", "transparent");';
str+='bs.addParam("allowScriptAccess", "always");';
str+='bs.addParam("scale", "noscale");';
str+='bs.addVariable("sAccount","harpodev");';
str+='bs.addVariable("sMovieID","bspace");';
str+='bs.addVariable("sPageURL", document.URL);';
str+='bs.useExpressInstall("http:\/\/images.oprah.com\/flash\/expressinstall.swf");';
str+='bs.write("contentSWF_bsp");';
str+='<\/script>';
str+='<\/div>';

document.write(str);
}
writeJS();
