/* ----------------------------------------------------------------------------------
This embeds the swf file.  Changes to this file will affect all pages in this folder.
---------------------------------------------------------------------------------- */

document.write(' <object width="800" height="400"> ');
document.write(' <param name="movie" value="flash/home.swf"> ');
document.write(' <embed src="flash/home.swf" width="800" height="400"> ');
document.write(' </embed> ');
document.write(' </object> ');