function home() {
	document.write('<object type="application/x-shockwave-flash" width="390" height="70" data="../swf/home.swf">');
	document.write('<param name="movie" value="../swf/home.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="menu" value="false" />');
	document.write('<embed src="swf/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="390" height="70"></embed>');
	document.write('</object>');
}