function writeJS(){
var str='';
str+='<div id="player" style="overflow:hidden; width:300px;">';
str+='<script type="text\/javascript">';
str+='var ane = new SWFObject("http:\/\/static.oprah.com\/flash\/anewearth\/ane_sidebar.swf", "ane_highlights", "298", "150", "9.0.115");';
str+='ane.addParam("wmode", "transparent");';
str+='ane.addParam("allowScriptAccess", "always");';
str+='ane.addParam("scale", "noscale");';
str+='ane.addVariable("content","http:\/\/static.oprah.com\/flash\/anewearth\/ane_highlights_data.xml");';
str+='ane.addVariable("sAccount","harpocom");';
str+='ane.addVariable("sMovieID","aneHighlightPlayer");';
str+='ane.addVariable("sPageURL", document.URL);';
str+='ane.useExpressInstall("http:\/\/images.oprah.com\/flash\/expressinstall.swf");';
str+='ane.write("player");';
str+='<\/script>';
str+='<\/div>';
document.write(str);
}
writeJS();