// gamecenter comment overrides defaults for nfl.news.comments
nfl.namespace('nfl.global.sitelife.comments');
nfl.global.sitelife.comments.blockedIds	= [];
nfl.global.sitelife.comments.KillSwitch	= false;
/*	------------------------- BLOCKED GC ID's ------------------------- */ 
/*  a value of 'locked' will block commenting ability by hiding the comment form
 *  a value of 'true' or 'hidden' will actually hide both comments and the comment form 
 * eg:
 * nfl.global.sitelife.comments.blockedIds['29602']	= 'locked';
 * nfl.global.sitelife.comments.blockedIds['29602']	= 'hidden';
 */
/*---------------------------------------------------------*/
