
$(function(){
	online._game_counts = { g5938:'31',g5525:'8',g5181:'3',g5222:'1',g6981:'7',g5758:'2',g8951:'4',g6167:'1',g5232:'6',g4232:'41',g6805:'11',g6030:'8',g5190:'9',g6721:'27',g5529:'6',g5017:'27',g6459:'41',g5060:'44',g3988:'7',g4343:'24',g5413:'17',g5989:'7',g5148:'7',g5673:'42',g5305:'56',g5748:'21',g6058:'32',g8095:'15',g4716:'12',g6553:'7',g3989:'3',g6566:'19',g4001:'1',g7409:'180',g3992:'94',g7707:'21',g5265:'8',g8533:'35',g7764:'63',g7586:'104',g5805:'64',g7175:'25',g5855:'816',g3981:'2',g3995:'1',g7650:'24',g7523:'22',g7301:'25',g3999:'36',g6262:'14',g5897:'13',g7363:'53',g7334:'19',g5052:'10',g7247:'16',g7021:'13',g7145:'1',g4234:'1',g5925:'1',g8010:'6',g5842:'22',g8481:'1',g6299:'2',g4241:'1',g6695:'11',g5370:'30',g7022:'1',g8277:'3',g4242:'1',g9063:'21',g6915:'1',g5883:'2',g6584:'1',g8627:'14',g6847:'1',g6916:'3',g7392:'5',g8872:'37',g8395:'1',g6210:'10',g4243:'16',g8328:'1',g4866:'53',g4244:'1',g9038:'62',g4233:'1',g4246:'193',g9101:'356',g6192:'1',g6075:'1',g4249:'2',g3990:'3',g6813:'3',g5400:'2',g5717:'1',g7921:'1',g8890:'11',g7697:'2',g7505:'14',g8542:'1',g5725:'1',g6490:'1',g6763:'1',g8461:'1',g6443:'46',g8930:'2',g5790:'3',g6391:'19',g4945:'262',g6779:'17',g4000:'47',g7947:'1',g8628:'4',g7886:'1',g7218:'3',g7819:'14',g6899:'1',g4995:'35',g8106:'7',g7628:'8',g7337:'6',g5973:'1',g5358:'1',g8042:'6',g8185:'9',g6134:'1',g5531:'1',g8599:'2',g5599:'129',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:'52',g7809:'2',g6535:'6',g7448:'16',g6063:'1',g5852:'24',g5124:'1',g5739:'3',g5851:'11',g5656:'1',g8133:'1',g8230:'9',g7288:'1',g6846:'8',g8639:'1',g8667:'1',g8419:'2',g5311:'1',g5832:'2',g6795:'33',g8368:'53',g8250:'3',g8532:'209',g6914:'1',g7075:'1',g8837:'1',g6997:'1',g6632:'1',g9009:'14',g6242:'3',g6314:'115' };
	online._totalcount = '4,370';
	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();
});