﻿
var path=window.location.pathname;
var protocolBoom=window.location.protocol;

var flashvars = {boompath:path};

var params = {};
params.scale="noScale";
params.bgcolor="#2b2724";
var attributes = {};
attributes.id = "BoomFlashNavi";
if (swfobject.getQueryParamValue("basic") == "true") {
		// This lets us test the alternative content. If "viewAlt" is true in the query string, we don't allow SWFObject to replace the alternativeContent div with the Flash content.
	}else{
		swfobject.embedSWF(protocolBoom+"//www.boomfestival.org/boom2010/wp-content/themes/boom2010theme/flash/NavigationBoom2010.swf", "flashnavi_boom2010", "1024", "365", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
	}

