//-------------------------------------------------------------------
// START: SITE GLOBAL VARIABLES
//-------------------------------------------------------------------

	/* Page Load Settings */
	var iSiteLoadFadeInSpeed = 1500; // how fast the content is revealed
	var sSiteLoadFadeInType = "easeInQuart"; // type of ease for content
	
	/* In Body Quotes and Highlights */
	var iQboxFadeInSpeed = 240; // speed - in milliseconds - to load in each quote box
	var aQboxType = new Array(); // type = 1 is a highlight box; type = 2 is a quote box
	var aQboxTitle = new Array();
	var aQboxContent = new Array();
	var aQboxName = new Array();
	var aQboxCompany = new Array();
	var iQboxOn = 0;
	var sQboxSideTitle = "";
	var iQboxDefault = 0; // if greater then 0, the sys will auto load a qBox
	
	var iQboxDelayLoad = 250;
	var iQboxDelayUnload = 250;
