// GOOGLE ANALYTICS CONSTANTS
// GA CAT = Google Analytics Categories
// GA ACT = Google Analytics Actions
var GA = {
			FACEBOOK: {
					CAT : "Facebook",
					ACT:{
						LOGIN: "Login",
						LOGOUT: "Logout"
					}
			},
			SHARE: {
					CAT : "Share",
					ACT:{
						RETWEET: "Retweet",
						LIKE: "Like"
					}
			},
			COMMENTS: {
						CAT : "Comments",
						ACT:{
							COMMENT: "Comment",
							POST_FCBK: "Post to Facebook",
							POST_TWITTER: "Post to Twitter",
							MAX_REACHED: "Max reached",
							DEL_COMMENT: "Delete Comment"
						}
			},
			REACTIONS: {
				CAT: "Reactions"
			}
		};
