function people()
{
   document.write('<object width="388" height="259">\n');
   document.write('<param name="movie" value="people.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="people.swf" width="388" height="259"></embed>\n');
   document.write('</object>\n');
}

