(function()
{
	Common.Object.create('Typical.Chat.FriendsWindow:Typical.Chat.Window', {

		FriendsWindow : function(mainBar)
		{
			this.parent(mainBar, {isPrimary : false, title : '<b>12</b> online vrienden', icon : 'friendswindow/icon.png'});
		}
		
	});
})();
