function swfToHome() {
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" WIDTH="800" HEIGHT="600">\n');
    document.write('<param name="movie" value="main.swf"/>\n');
	document.write('<param name="quality" value="high"/>\n');
	document.write('<param name="bgcolor" value="#000033"/>\n');
	document.write('<embed src="main.swf" quality="high" bgcolor="#000033"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('type="application/x-shockwave-flash" width="800" height="600">');
    document.write('</object>\n');
}
