//make sure global CG object is defined
CG = typeof(CG) == 'undefined' ? {} : CG;

CG.options = {
	FriendManager: {
		defaultGame: 1,
		FB: {
			inviteMessage: 'Create your hero in Duels! Challenge other players in strategic battles, complete epic quests and collect legendary loot. Play for free and get free gear when you register then start customizing your hero with thousands of items.',
			inviteType: 'Duels',
			inviteLanding: 'http://www.duels.com/promos/landing/fb01'
		}
	},
	AwardManager: {
		redeem: 'http://www.duels.com/store/rewardpoints'
	},
	Modal: {
		overlay: 75
	}
};