function AddFlash()
{
   document.write('<object data="mondrianBackground.swf" type="application/x-shockwave-flash" width="900" height="575">\n');
   document.write('<param name="MOVIE" value="mondrianBackground.swf">\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('</object>\n');
}
