function embedMovie(){
 var eTag = '<embed src="people.swf" width="278" height="340" quality="best"';
     eTag = eTag + ' type="application/x-shockwave-flash"></embed>\n';
     eTag = eTag + '<noembed><img src="images/image_top.jpg" width="278" height="340" alt=""></noembed>';
 document.write(eTag);
}