// JavaScript Document
function RunFlash_Home() {
	document.write('<object type="application/x-shockwave-flash" data="flash/Home.swf" width="600" height="360">\n');
    	document.write('<param name="movie" value="flash/Home.swf">\n');
    	document.write('</object>\n');
}
