// SEO

if (swfobject.hasFlashPlayerVersion("10") && document.location.pathname != '/') {
	document.location = "/#" + document.location.pathname;
}

// Embed Flash

swfobject.embedSWF(
	"/loader.swf", "sofbuild", 
	"100%", "100%", 
	"10", "js/expressInstall.swf", {}, {
		allowfullscreen: "true",
		allowscriptaccess: "sameDomain",
		menu: "false",
		bgcolor: "#1B1B1B"
	}, {
		id: "sofbuild"
	}
);

// Fit Flash

swffit.fit("sofbuild");
