if (!(window.width)) { var width = 200 }
if (!(window.height)) { var height = 170 }
document.write('<object type="application\/x-shockwave-flash" data="' + movie + '" width="' + width + '" height=' + height + '" wmode="transparent">');
document.write('<param name="base" value="' + base + '" \/>');
document.write('<param name="movie" value="' + movie + '" \/>');
document.write('<param name="wmode" value="transparent" \/>');
document.write('<\/object>');