function getFluxContentAction(which){
	Flux.Utils.WidgetsLoader.createWidget(
		'ContentAction2',
		{accessKey: 'e60e2467-30cb-4a92-8168-4cf890c18555',uri: 'mgid:cms:item:colbertnation.com:' + which ,showAddToMyProfileButton: true,showCommentCount: true,showShareButton: false,hideCommentText: true,showRating: true,showFlagging: false,showPermalink: false
		, customize: {markupUrl: '/flux/thumbs_updown_markup.html', scriptUrl: '/flux/thumbs_updown_logic.js'}}
	);
}


function getFluxComments(which){
 	Flux.Utils.WidgetsLoader.createWidget(
		'Comments3',
		{accessKey: 'e60e2467-30cb-4a92-8168-4cf890c18555',
		uri: 'mgid:cms:item:colbertnation.com:' + which,
		contentType: 'Clip',
		itemsCount: 8,
		viewMode: 'flat',
		customize: {markupUrl: '/flux/comments.html'}
		}
	);

}

function getFluxQuickMenu(){
	Flux.Utils.WidgetsLoader.createWidget(
						'QuickMenu2',
						{accessKey: 'e60e2467-30cb-4a92-8168-4cf890c18555',textFont: 'Arial',textFontSize: '10px',textColor: '#333333',linkColor: '#4866C8',borderStyle: 'solid',borderColor: '#333333',menuBackground: '#E6E6E6',menuItemBackground: '#CCCCCC',customize: {markupUrl: '/flux/quickmenu.html'}}
					);
	setTimeout("fixExpandibleAd()", 10000);
}

function fixExpandibleAd() {
	if (jQuery) {
		var leaderboardAd = $("#leaderboard div:first-child div:firstchild");
		if (leaderboardAd && leaderboardAd.css("z-index") > 99) {
			leaderboardAd.css("z-index", "99");
		}
	}
	
}
