// JavaScript Document

function RunFooMini()
{
   document.write('<object type="application/x-shockwave-flash", data="minishaper.swf", width="300px", height="250px">\n');
   document.write('<param name="movie" value="minishaper.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="minishaper.swf", width="300px", height="250px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
function RunFooShaper()
{
   document.write('<object type="application/x-shockwave-flash", data="slendershaper.swf", width="300px", height="250px">\n');
   document.write('<param name="movie" value="slendershaper.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="slendershaper.swf", width="300px", height="250px", play="false"></embed>\n');
   document.write('</object>\n');
}

