/********************************/
//	Dynamic Dependant Project
//	Custom Configuration (Optional)
//	To be placed in the ddp directory
//	and store configuration information
//	(allowing the other js files to be
//	overwritten but maintaining config info.)
/********************************/

var ddp;
if(!ddp) ddp = {};

//we want all properties of the object included in ddp.c, so just use JSON instead of
//exporting single methods/properties to the ddp.c namespace.
ddp.c = {
	//"scriptPath": "/profile/inc/ddp/",
	//"scriptPath": "/recruitment/includes/ddp/",
	"scriptPath": "/ecms/ddp/",
	"otherVariable": "value"
};
