
var LifeTributes = {
	baseURL: "http://www.thomasmillermortuary.com/obituaries",
	rootFolder: "/obituaries/",
	storagePath: "http://storage.lifetributes.com/Temp/",
	tributeURL: "/obituaries/Sara-Nunez",
	tributeURLEncoded: "http%3a%2f%2fwww.thomasmillermortuary.com%2fobituaries%2fSara-Nunez",
	tributeURLSingle: "Sara-Nunez",
	tributePossesive: "Sara's",
	tributeFirstName: "Sara",
	tributeId: "78849",
	skin: "maroon",
	imageTypes: "*.jpg;*.jpeg;*.gif;*.png;*.bmp;",
	videoTypes: "*.wmv;*.avi;*.mpeg;*.mpg;*.mp4;*.flv;*.mov;*.f4v;",
	baseTabsUrl: "http://www.thomasmillermortuary.com/obituaries/Sara-Nunez",
	readOnly: false,
	isExpired: false,
	isPublic: true,
	hasStore: true,
	ApiKeys: {
		Facebook: "d98cc7e5992d8895b40b5ef088ebf802"
	},
	User: {
		sessionId: "0z52b345a2r5y145gimu3v45",
		UserId: 0,
		isAuth: false,
		isAdmin: false,
		loginSource: 1,
		email: "",
		firstName: ""
	},
	Options: ['', 'enable_contributions', 'enable_photos', 'enable_videos', 'enable_candle', 'enable_gifts', 'enable_commenting', 'enable_sharing', 'enable_express_sign_up', 'enable_sign_up', 'enable_photos_videos_tab', 'display_obituary_module', 'enable_family_tree', 'display_family_map', 'display_family_dates', 'enable_subscribe_updates'],
	HasOption: function(option) {
		return $.inArray(option, this.Options) > -1;
	},
	
	gaGlobalAccount: "UA-15354035-7",
	gaWebsiteAccount: "UA-15354035-12",
	gaStoreAccount: "UA-15354035-10"
	
};

var GeneralLifeTributeStatus = {
	Success: 1,
	UserNotLogged: 2,
	Error: 3,
	RegisterExists: 4,
	PasswordMatchError: 5,
	OldPasswordError: 6,
	UserNotFound: 7,
	ItemNotFound: 8,
	ReadonlyTribute: 9,
	PermissionDenied: 10,
	RequiredFieldsEmpty: 11
};
