function header() {
	document.write('<object type="application/x-shockwave-flash" data="swf/home.swf" width="1000" height="350">\n');
	document.write('<param name="movie" value="swf/home.swf" /> \n');
	document.write('<param name="quality" value="high" /> \n');
	document.write('</object>\n');
}