// JavaScript Document

function RunFooBrainetics()
{
   document.write('<object type="application/x-shockwave-flash", data="brainetics.swf", width="250px", height="210px">\n');
   document.write('<param name="movie" value="brainetics.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="brainetics.swf", width="250px", height="210px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
 
 function RunFooAdults()
{
   document.write('<object type="application/x-shockwave-flash", data="adult.swf", width="250px", height="225px">\n');
   document.write('<param name="movie" value="adult.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="adult.swf", width="250px", height="225px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
 
  function RunFooKids()
{
   document.write('<object type="application/x-shockwave-flash", data="kids.swf", width="250px", height="225px">\n');
   document.write('<param name="movie" value="kids.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="kids.swf", width="250px", height="225px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
 
   function RunFooWhat()
{
   document.write('<object type="application/x-shockwave-flash", data="what-is.swf", width="250px", height="225px">\n');
   document.write('<param name="movie" value="what-is.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="what-is.swf", width="250px", height="225px", play="false"></embed>\n');
   document.write('</object>\n');
}
 
