function InsertMovie()
{
document.write('<object width="220" height="170">\n');
document.write('<param name="movie" value"/media/why_prommo.swf">\n');
document.write('<embed src="/media/why_promo.swf" width="220" height="170">\n');
document.write('</embed>\n');
document.write('</object>\n');
}
