function writeCalc(){
var str='';
str+='<div id="savingsCalc">';
str+='<script type="text\/javascript">';
str+='var calc = new SWFObject("http:\/\/static.oprah.com\/images\/ads\/upromise\/CollegeSavingsCalc_small.swf", "mySWF", "430", "400", "8", "ffffff");';
str+='calc.addParam("wmode", "transparent");';
str+='calc.addParam("allowScriptAccess", "always");';
str+='calc.addParam("quality", "high");';
str+='calc.useExpressInstall("http:\/\/static.oprah.com\/flash\/expressinstall\/expressinstall.swf");';
str+='calc.write("savingsCalc");';
str+='<\/script>';
str+='<\/div>';
document.write(str);
}
writeCalc();