var params = {
	quality: "high",
	scale: "noscale",
	wmode: "window",
	allowscriptaccess: "always",
	bgcolor: "#FFFFFF"
};
var url	= new String( document.location + "" );
var host = document.location + "";
host = host.split("/");
host = "http://" + host[2] + "/";
var flashvars = {
	siteXML: "xml/site.xml",
	videoURL: host + "video/",
	branch: branch
};
var attributes = {
	id: "flashcontent",
	name: "flashcontent"
};

if ( url.indexOf("#/show-html") == -1 )
{
	swfobject.embedSWF("main.swf", "flashcontent", "1000", "640", "10.0.0", "expressInstall.swf", flashvars, params, attributes);
	swffit.fit("flashcontent");
}
