if (false) {

	var connectionParams={};
	connectionParams.apiKey = "ToolbarPoker";
	connectionParams.server = "http://toolbarpoker.nitro.bunchball.net/nitro/json";
	connectionParams.autoLogin = true;
	
	// add useSiteLogin
	nitroToolbarCustomizations.useSiteLogin = 'true';
	
	var nitro = new Nitro(connectionParams);	
	
	if (typeof nitroToolbarLogo == "undefined") {
		nitroToolbarLogo = {type:'logo',title:'Nitro Poker - powered by Bunchball',src:'http://assets.bunchball.com/widgets/staticimages/poker/nitroPokerBadge.png',href:'http://www.bunchball.com',buttonCSS:'float:right;marginTop:0px',width:131,height:19};
	}
	
	nitro.showToolbar(	
		[	//plugins to use
			{type:'collapsible',buttonCSS:'float:right'},
			//{type:'login'},
			{type:'poker',name:'Play Nitro Poker',height:500,width:600, buttonCSS:'fontWeight:bold;',preLoginText:'Login to play Nitro Poker'},
			//{type:'payments',buttonText:'Get More Chips!',buttonCSS:''},
			{type:'avatar',name:'My Avatar',height:500,width:600,preLoginText:'Login to customize your Avatar'},							
			{type:'trophies',name:'My Trophies',height:500,width:600,preLoginText:'Login to see your Trophies'},
			{type:'balance',buttonCSS:''},			
			{type:'level',buttonCSS:''},
			{type:'custom', name:'pokercta', buttonWidth:'250px', buttonText:'<object width="250" height="15"><param name="movie" value="http://assets.bunchball.com/widgets/staticimages/poker/poker_cta_play.swf"><embed src="http://assets.bunchball.com/widgets/staticimages/poker/poker_cta_play.swf" width="250" height="15"></embed></object>'},		
			nitroToolbarLogo,
			{type:'help', name:'Nitro Poker Help',src:'http://assets.bunchball.com/widgets/poker/current/toolbarpokerhelp.html',buttonCSS:'float:right'},
			{type:'notifications',updateFrequency:120,waitBeforeFirstFire:5}
		],
		nitroToolbarCustomizations
	);

}
