
$(function(){
	online._game_counts = { g5938:'39',g5525:'25',g5181:'2',g5222:'2',g6981:'2',g5758:'2',g8951:'34',g6167:'1',g5232:'25',g4232:'28',g6805:'27',g6030:'99',g5190:'11',g6721:'51',g5529:'5',g5017:'24',g6459:'27',g5060:'16',g3988:'3',g4343:'43',g5413:'10',g5989:'15',g5148:'46',g5673:'29',g5305:'45',g5748:'60',g6058:'144',g8095:'97',g4716:'23',g6553:'5',g3989:'1',g6566:'192',g4001:'1',g7409:'106',g3992:'30',g7707:'12',g5265:'34',g8533:'18',g7764:'55',g7586:'80',g5805:'52',g7175:'3',g5855:'445',g3981:'4',g3995:'2',g7650:'20',g7523:'7',g7301:'45',g3999:'42',g6262:'44',g5897:'35',g7363:'52',g7334:'16',g5052:'52',g7247:'3',g7021:'12',g7145:'1',g4234:'1',g5925:'1',g8010:'3',g5842:'21',g8481:'1',g6299:'2',g4241:'1',g6695:'7',g5370:'8',g7022:'2',g8277:'2',g4242:'1',g9063:'50',g6915:'1',g5883:'1',g6584:'1',g8627:'16',g6847:'3',g6916:'1',g7392:'3',g8872:'38',g8395:'1',g6210:'10',g4243:'19',g8328:'1',g4866:'24',g4244:'1',g9038:'58',g4233:'1',g4246:'17',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:'36',g4945:'56',g6779:'2',g4000:'32',g7947:'1',g8628:'2',g7886:'3',g7218:'3',g7819:'1',g6899:'1',g4995:'39',g8106:'7',g7628:'3',g7337:'3',g5973:'1',g5358:'1',g8042:'2',g8185:'1',g6134:'1',g5531:'3',g8599:'1',g5599:'119',g8068:'1',g5255:'1',g6017:'2',g8163:'2',g8522:'1',g7965:'20',g6342:'10',g7859:'1',g7567:'1',g7745:'2',g8753:'3',g8578:'39',g8991:'78',g7809:'1',g6535:'7',g7448:'4',g6063:'1',g5852:'23',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:'18',g8368:'63',g8250:'2',g8532:'229',g6914:'5',g7075:'1',g8837:'2',g6997:'2',g6632:'1',g9009:'37',g6242:'1',g6314:'53' };
	online._totalcount = '3,642';
	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();
});