var gUILoggingPercent = 1;
var gUILogging =  Math.floor(Math.random() * 100) < gUILoggingPercent;//will return 0-99
var gFeaturedRoomsRefreshWindow = 120; // seconds
var gShowChatlogLinks = 1.0;

var gInviteMsgs = [
	'Click here to chat about %1',
	'I\'m chatting in %1.  Come chat now',
	'I\'m chatting in %1.  Visit this chatroom now',
	'Here\'s a link to %1 chatroom I\'m in', 
	'You\'re invited to %1 chatroom.  Click here',
	'You\'re invited to %1 chatroom.  Click here to join me',
	'Come join me in this chatroom %1',
	'Come visit me in chatroom %1',
	'Check out this chatroom %1',
	'Let\'s chat in this %1 room',
	'Join me in this %1 room'
];
var gEnablePartners = true;
var gEnableFileTransfer = true;
var gEnablePlatform = true;
var gFileTransferId = null;
var gVideoChatId = 2;

var gPollRotationInterval = {
	first: 1 * 60, // seconds
	others: 3 * 60
};
var gNumPollQuestions = 10;
var gAdTargetingInfoDelay = 2; // 2 seconds

/* this list is auto generated and copied from web/rooms/categories.txt which
   is a copied from tools/scripts/categories.txt created by tools/scripts/roomgallery.py */
var gRoomsCategories = [{"id": "offbeat", "title": "OffBeat"}, {"id": "celebrities_fashion", "title": "Celebrities"}, {"id": "games", "title": "Games"}, {"id": "dating_relationships", "title": "Relationships"}, {"id": "online_groups", "title": "Online"}, {"id": "regional", "title": "Regional"}, {"id": "travel_places", "title": "Places"}, {"id": "sports", "title": "Sports"}, {"id": "pets_animals", "title": "Pets"}, {"id": "movies", "title": "TV and Movies"}, {"id": "tech", "title": "Technology"}, {"id": "anime", "title": "Anime"}, {"id": "schools", "title": "Schools"}, {"id": "music", "title": "Music"}, {"id": "comedy", "title": "Comedy"}]


// facebook is disabled by default (for ff/iphone) but should be
// enabled for meebo
gNetworks['facebook'].makeLive();

gDefaultBuddyIcons = ["meebo_bubble.png", "flower.png", "note.png", "bees.png", "disco_queen.png", "penguin.png"];

var gRollovers = [
	'/flash/rollover_blipblipblip.html'
//	'/flash/rollover_sodapop.html'
];
