if (!PHOTOZIG) var PHOTOZIG = {};

PHOTOZIG.Properties = function() {
	var self = {}
	
	self.WFE_FOLLOW_RELEASE = true;
	self.RELEASE = "11";
	self.MY_ROOT = "http://m2.pepcast.com";
	self.PWA_ROOT = "http://m2.pepcast.com/__PWA";
	self.WFE_ROOT = "http://m2.pepcast.com/__PWA/WFE_11";
	self.WEBORGANIZER_ROOT = "http://m2.pepcast.com/__PWA/WFE_11/weborganizer";
	self.DEV_ROOT = "http://dev.photozig.net";
	self.DEV_SCRIPTS = "http://dev.photozig.net/pzAlbums_php11";
	self.MY_DEV_ROOT = "http://d2.pepcast.com";
	self.MY_DEV_SCRIPTS = "http://d2.pepcast.com/pzAlbums_php11";
	self.SOCIAL_ROOT = "http://s2.pepcast.com";
	self.TEMPLATES_ROOT = "http://m2.pepcast.com/__PWA/templates_11";
	self.STRUCTURE_ROOT = "http://m2.pepcast.com/__PWA/structure_11";
	self.DEBUG = true;
	self.DEBUG_SERVER_ID = "10";	
	self.ALBUM_OWNER = "";	
	
	return self;
}();