
$(function(){
	online._game_counts = { g5938:'34',g5525:'25',g5181:'2',g5222:'2',g6981:'2',g5758:'2',g8951:'36',g6167:'1',g5232:'26',g4232:'28',g6805:'27',g6030:'102',g5190:'11',g6721:'45',g5529:'5',g5017:'24',g6459:'27',g5060:'16',g3988:'3',g4343:'44',g5413:'10',g5989:'16',g5148:'48',g5673:'30',g5305:'45',g5748:'63',g6058:'139',g8095:'101',g4716:'23',g6553:'5',g3989:'1',g6566:'198',g4001:'1',g7409:'110',g3992:'30',g7707:'16',g5265:'35',g8533:'18',g7764:'50',g7586:'82',g5805:'53',g7175:'3',g5855:'440',g3981:'4',g3995:'2',g7650:'20',g7523:'7',g7301:'29',g3999:'43',g6262:'40',g5897:'36',g7363:'54',g7334:'16',g5052:'53',g7247:'3',g7021:'12',g7145:'1',g4234:'1',g5925:'1',g8010:'3',g5842:'22',g8481:'1',g6299:'2',g4241:'1',g6695:'7',g5370:'8',g7022:'2',g8277:'2',g4242:'1',g9063:'51',g6915:'1',g5883:'1',g6584:'1',g8627:'16',g6847:'3',g6916:'1',g7392:'3',g8872:'38',g8395:'1',g6210:'10',g4243:'20',g8328:'1',g4866:'25',g4244:'1',g9038:'60',g4233:'1',g4246:'18',g6192:'1',g6075:'1',g4249:'4',g3990:'3',g6813:'3',g5400:'2',g5717:'5',g7921:'1',g8890:'4',g7697:'1',g7505:'2',g8542:'1',g5725:'1',g6490:'1',g6763:'1',g8461:'2',g6443:'37',g8930:'2',g5790:'2',g6391:'37',g4945:'57',g6779:'2',g4000:'32',g7947:'1',g8628:'2',g7886:'3',g7218:'3',g7819:'1',g6899:'1',g4995:'29',g8106:'7',g7628:'3',g7337:'3',g5973:'1',g5358:'1',g8042:'3',g8185:'1',g6134:'1',g5531:'3',g8599:'1',g5599:'123',g8068:'1',g5255:'1',g6017:'2',g8163:'2',g8522:'1',g7965:'21',g6342:'10',g7859:'1',g7567:'1',g7745:'2',g8753:'3',g8578:'32',g8991:'79',g7809:'1',g6535:'7',g7448:'4',g6063:'1',g5852:'24',g5124:'2',g5739:'1',g5851:'18',g5656:'1',g8133:'1',g8230:'6',g7288:'2',g6846:'3',g8639:'1',g8667:'1',g8419:'1',g5311:'1',g5832:'1',g6795:'19',g8368:'65',g8250:'2',g8532:'234',g6914:'5',g7075:'1',g8837:'2',g6997:'2',g6632:'1',g9009:'38',g6242:'2',g6314:'47' };
	online._totalcount = '3,641';
	var num_slots = $('span.ol_g_icons');
	$.each($(num_slots),function(k,sp){
		var gGID = $(sp).attr('rel');
		if ($.ct(gGID) && $.ct(online._game_counts[gGID])) {
			var icons = '';
			var sname = $(sp).attr('rev');
			if($.ct(sname)) {
				$(sp).addClass('icon_genre_sm_sel icon_'+sname);
				icons += '| ';
			}
			icons += '<span class="ol_count">'+number_format(online._game_counts[gGID],'','',',')+'</span>';
			$(sp).append(icons);
		}
	});
	online.after_playcount.run();
});