// Global JavaScript Document
/*	---------------------------------------------------------------------
	Global Options
	--------------------------------------------------------------------- */
	var strUri = "";
	
	if(document.URL.indexOf("localhost") != -1) {
		strUri = "/chiropracticrehabcenters";
	}
	
	
/*	---------------------------------------------------------------------
	END Global Options
	--------------------------------------------------------------------- */

	
/*	=====================================================================
	BELOW THIS LINE ARE CUSTOM FUNCTIONS
	===================================================================== */


/*	---------------------------------------------------------------------
	FUNCTION:			Null
	PARAMETERS:		Null
	RETURNS:			Null
	PURPOSE:			Null
	---------------------------------------------------------------------*/