
		
var MTVN = MTVN || {};
MTVN.conf = MTVN.conf || {};
MTVN.conf.sm4 = MTVN.conf.sm4 || {};

MTVN.conf.sm4["ucid"] = "B2F6FFFF0099CABB0002FFFFF6B2";
MTVN.conf.sm4["staging"] = false;

MTVN.conf.sm4["widgets"] = 
{

	"UserBar": {
		"name": "UserBar",
		"opts": {
			displayMode: "PersistentBottom",
			elements: [
				{
					id: "Follow",
					layout: "vertical",
					elements: [
						{
							id: "facebook"
						},
						{
							id: "twitter",
							title: "Follow"
						},
						{
							id: "flux"
						}
					] // elements
				},
				{
					id: "Share"
				},
				{
					id: "CustomLink",
					url: "http://google.com",
					text: "Google"
				},
				{
					id: "CustomHTML",
					html: "<div id='gotstuff'>this div shows cool stuff</div>"
				},
				{
					id: "MyStuff",
					showThumbnail: true
				}
			]
		}
	},

	"FollowBar": {
		"name": "Follow",
		"opts": {
			contentUri: MTVN.conf.sm4.ucid,
			layout: "horizontal",
			elements: [
			{
				id: "twitter",
				title: "Follow"
			},
			{
				id: "facebook"
			}
			]
		}
	},

	"FollowContent": {
		"name": "Follow",
		"opts": {
			layout: "horizontal",
			elements: [
				{
					id: "flux",
					title: "Get Updates"
				},
				{
					id: "twitter",
					title: "Follow"
				},
				{
					id: "facebook"
				}
			]
		}
	},

	"Activity": {
		"name": "ActivityFeed",
		"opts": {
			title: "What's Happening",
			updateRequestInterval: 30,
			injectItems: 2,
			injectSeconds: 10,
			maxResults: 15,
			showPager: true,
			filterVisible: true,
			defaultFilter: "All",
			enableComments: true,
			commentMessage: "Share a message with other fans."
		}
	},

	"Badges": {
		"name": "ActivityFeed",
		"opts": {
			title: "Recent Badges",
			mode: "mini",
			updateRequestInterval: 30,
			injectItems: 1,
			injectSeconds: 20,
			maxResults: 3,
			showPager: false,
			filterVisible: false,
			defaultFilter: "Badges",
			enableComments: false
		}
	}

};
		