function HomePageFlash(){
	document.write('<OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 height=221 width=539 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>');
	document.write('<PARAM NAME="Movie" VALUE="resources/home/tree.swf">');
	document.write('<PARAM NAME="Src" VALUE="resources/home/tree.swf">');
	document.write('<PARAM NAME="Play" VALUE="-1">');
	document.write('<PARAM NAME="Loop" VALUE="-1">');
	document.write('<PARAM NAME="Quality" VALUE="High">');
	document.write('<embed src="resources/home/tree.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="539" height="221"></embed>');
	document.write('</OBJECT>');
}