var tweetwall_options = new Object({
	
	is_branded_avatar_bg	 : true,
	is_branded_takeover		 : true,
	
	show_time				 : true,
	show_stats_link			 : true,
	show_tweet_history		 : true,
	show_tweet_graphs		 : false,
	
	cycle_selector           : '#ukn-tweetwall ol', // Cycle (plugin) slide selector
	cycle_slide_change_period: 6, // Cycle (plugin) will change every /specified/ seconds.
	cycle_fx                 : 'scrollVert',
	bg_image_switch_on       : true,
	bg_image_switch_period   : 5,
	bg_image_switch_count    : 10, // Switch /specified/ amount of images.
	bg_image_selector        : 'ul#ukn-tweet-avatars', // Select all background images.
	bg_images                : 'ul#ukn-tweet-avatars li img',
	
	
	// by class name
	bg_image_limit      : 300, // No more then /speficied/ amount of images can be displayed. For Wall.
	//widget_bg_image_limit    : 50, // No more then /speficied/ amount of images can be displayed. For Widget.
	
	ajax_call_period         : 9,
	ajax_call_url            : '/ajax/tweetFetch',
	
	since_id_selector        : 'span#since_id'
	
});
