// JavaScript Document

function RunFlash()
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="300" height="300" id="gallery" align="middle">\n');
    document.write('<param name="movie" value="/gallery/gallery.swf" />\n');
    document.write('<param name="quality" value="high" />\n');
    document.write('<embed base="." src="/gallery/gallery.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="300" name="gallery" align="middle" allowScriptAccess="sameDomain" />\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}
