// <![CDATA[
    var so = new SWFObject("/swf/detectFlash.swf", 			// Path to Flash Tester File (Do NOT change)
						   "mojoSwf", 						// Flash File ID (Must be unique)
						   "412", 							// Flash File Width
						   "293", 							// Flash File Height
						   "8.0.0", 						// Flash Player Required Version
						   "#262602", 						// Flash File Background Color
						   true);							// Detect for flash player version

    so.addVariable("fileToLoad", "/swf/homeflash.swf"); 	// Path to Flash File to be Loaded (MUST Specify)
	so.addParam("wmode", "transparent");					// Used to place flash content Behind dreamweaver built menus
	
    so.write("flashcontent");								// This writes the content to the div above (ID's must match)
// ]]>