var BLITZ = {
	config: {
	// Width & Height of the SWF
	swfWidth: "992",
	swfHeight: "836"
	}
}

// JS Functions called by Flash to reload the browser, used when changing Site Locale or Bandwidth Setting in Framework sites
function refresh() {
	location.reload();
	document.location = document.location;
}