var BLITZ = {
	config: {
	// Width & Height of the SWF
	swfWidth: "100%",
	swfHeight: "750"
	}
}

// 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;
}

function pageInit()
{
	//this is a placeholder;
}