function Leaves()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" id="home" width="768" height="564" wmode="transparent"/>\n');
   document.write('<param name="movie" value="leaves.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="scale" value="exactfit" />\n');
   document.write('<param name="bgcolor" value="#000000" />\n');
   document.write('<param name="wmode" value="Transparent" />\n');
   document.write('<param name="FlashVars" value="movieid=home" />\n');
   document.write('<embed src="leaves.swf" name="home" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" flashvars="movieid=home" type="application/x-shockwave-flash" width="768" height="564" scale="exactfit" swLiveConnect="true" border="0" loop="false" bgcolor="#000000" wmode="transparent"></embed>\n');
   document.write('</object>\n');
}