
$(function(){
	online._game_counts = { g5938:'29',g5525:'8',g5181:'3',g5222:'1',g6981:'8',g5758:'2',g8951:'4',g6167:'1',g5232:'6',g4232:'36',g6805:'11',g6030:'8',g5190:'9',g6721:'29',g5529:'7',g5017:'29',g6459:'37',g5060:'50',g3988:'8',g4343:'25',g5413:'19',g5989:'7',g5148:'8',g5673:'47',g5305:'62',g5748:'24',g6058:'35',g8095:'16',g4716:'13',g6553:'8',g3989:'2',g6566:'21',g4001:'1',g7409:'191',g3992:'49',g7707:'23',g5265:'9',g8533:'37',g7764:'45',g7586:'116',g5805:'64',g7175:'28',g5855:'878',g3981:'2',g3995:'1',g7650:'26',g7523:'18',g7301:'27',g3999:'38',g6262:'21',g5897:'14',g7363:'44',g7334:'20',g5052:'10',g7247:'17',g7021:'14',g7145:'1',g4234:'1',g5925:'1',g8010:'4',g5842:'24',g8481:'1',g6299:'2',g4241:'1',g6695:'11',g5370:'28',g7022:'1',g8277:'3',g4242:'1',g9063:'23',g6915:'1',g5883:'2',g6584:'1',g8627:'11',g6847:'1',g6916:'3',g7392:'5',g8872:'13',g8395:'1',g6210:'11',g4243:'17',g8328:'1',g4866:'51',g4244:'1',g9038:'66',g4233:'1',g4246:'179',g9101:'342',g6192:'1',g6075:'1',g4249:'2',g3990:'3',g6813:'3',g5400:'2',g5717:'1',g7921:'1',g8890:'12',g7697:'2',g7505:'15',g8542:'1',g5725:'1',g6490:'1',g6763:'1',g8461:'1',g6443:'29',g8930:'2',g5790:'3',g6391:'20',g4945:'232',g6779:'20',g4000:'46',g7947:'1',g8628:'4',g7886:'1',g7218:'3',g7819:'16',g6899:'1',g4995:'30',g8106:'7',g7628:'8',g7337:'7',g5973:'1',g5358:'1',g8042:'6',g8185:'2',g6134:'1',g5531:'1',g8599:'2',g5599:'139',g8068:'1',g5255:'5',g6017:'2',g8163:'1',g8522:'1',g7965:'4',g6342:'5',g7859:'1',g7567:'1',g7745:'1',g8753:'4',g8578:'29',g8991:'56',g7809:'2',g6535:'7',g7448:'17',g6063:'1',g5852:'26',g5124:'1',g5739:'3',g5851:'7',g5656:'1',g8133:'1',g8230:'10',g7288:'1',g6846:'9',g8639:'1',g8667:'1',g8419:'2',g5311:'1',g5832:'2',g6795:'35',g8368:'52',g8250:'3',g8532:'210',g6914:'1',g7075:'1',g8837:'1',g6997:'1',g6632:'1',g9009:'15',g6242:'3',g6314:'89' };
	online._totalcount = '4,322';
	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();
});