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

