var so = new SWFObject(
				"images/logo.swf",  // Flash SWF file
				 "flashmain",  // JavaScript ID for Flash content
				 "671", // Flash movie width
				 "110", // Flash movie height
				 "9.0.28", // Required Flash Player version
				 "#000000" // Flash movie background color
		);
// Replace the <div> containing an ID attribute of "flashcontent"
// with the Flash SWF file listed in the previous code
so.write("flashcontent");
