/**
 * @fileoverview
 * This file contains the namespacing necessary for inline configuration.
 */
 
/**
 * The inline configuration namespacing file.
 * With this configuration it is necessary to include pluck script files. 
 * @constructor
 * @author Matt York
 * @version 1.0
 */
// namespacing
if (typeof(com) == 'undefined')com = {};
if (typeof(com.rogers)== 'undefined')com.rogers = {};
if (typeof(com.rogers.socialmedia) == 'undefined')com.rogers.socialmedia = {};
if (typeof(com.rogers.socialmedia.core) == 'undefined')com.rogers.socialmedia.core = {};
if (typeof(com.rogers.socialmedia.core.pluck) == 'undefined')com.rogers.socialmedia.core.pluck = {};
if (typeof(com.rogers.socialmedia.core.pluck.manager) == 'undefined')com.rogers.socialmedia.core.pluck.manager = {};