// JavaScript Document

function RunFooHeels()
{
   document.write('<object type="application/x-shockwave-flash", data="highheels.swf", width="515px", height="325px">\n');
   document.write('<param name="movie" value="highheels.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="highheels.swf", width="515px", height="325px", play="false"></embed>\n');
   document.write('</object>\n');
}
 