function RunSlideshow()
{
   document.write('<object type="application/x-shockwave-flash" data="flashslideshow.swf" width="200" height="150" />\n');
   document.write('<param name="movie" value="flashslideshow.swf" />\n');
   document.write('</object>\n');
}
