// JavaScript Document

function RunFooPaintPad ()
{
   document.write('<object type="application/x-shockwave-flash", data="paintpad.swf", width="384px", height="255px">\n');
   document.write('<param name="movie" value="paintpad.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<param name="play" value="false" />\n');
   document.write('<embed src="paintpad.swf", width="384px", height="255px", play="false"></embed>\n');
   document.write('</object>\n');
}



