
$(function(){
	online._game_counts = { g5938:'37',g5525:'24',g5181:'2',g5222:'2',g6981:'2',g5758:'2',g8951:'31',g6167:'1',g5232:'24',g4232:'26',g6805:'25',g6030:'91',g5190:'10',g6721:'61',g5529:'5',g5017:'22',g6459:'25',g5060:'15',g3988:'9',g4343:'40',g5413:'10',g5989:'14',g5148:'42',g5673:'27',g5305:'42',g5748:'54',g6058:'130',g8095:'88',g4716:'22',g6553:'5',g3989:'1',g6566:'178',g4001:'1',g7409:'95',g3992:'29',g7707:'17',g5265:'32',g8533:'17',g7764:'52',g7586:'81',g5805:'24',g7175:'3',g5855:'498',g3981:'4',g3995:'2',g7650:'19',g7523:'6',g7301:'40',g3999:'39',g6262:'47',g5897:'33',g7363:'73',g7334:'15',g5052:'49',g7247:'3',g7021:'11',g7145:'1',g4234:'1',g5925:'1',g8010:'3',g5842:'20',g8481:'1',g6299:'2',g4241:'1',g6695:'7',g5370:'8',g7022:'2',g8277:'2',g4242:'1',g9063:'47',g6915:'1',g5883:'1',g6584:'1',g8627:'16',g6847:'3',g6916:'1',g7392:'3',g8872:'35',g8395:'1',g6210:'10',g4243:'19',g8328:'1',g4866:'23',g4244:'1',g9038:'68',g4233:'1',g4246:'16',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:'34',g8930:'2',g5790:'2',g6391:'34',g4945:'53',g6779:'2',g4000:'30',g7947:'1',g8628:'2',g7886:'3',g7218:'3',g7819:'1',g6899:'1',g4995:'35',g8106:'7',g7628:'3',g7337:'3',g5973:'1',g5358:'1',g8042:'2',g8185:'1',g6134:'1',g5531:'3',g8599:'1',g5599:'110',g8068:'1',g5255:'1',g6017:'2',g8163:'2',g8522:'1',g7965:'19',g6342:'9',g7859:'1',g7567:'1',g7745:'2',g8753:'3',g8578:'36',g8991:'74',g7809:'1',g6535:'7',g7448:'4',g6063:'1',g5852:'22',g5124:'2',g5739:'1',g5851:'17',g5656:'1',g8133:'1',g8230:'6',g7288:'2',g6846:'3',g8639:'1',g8667:'1',g8419:'1',g5311:'1',g5832:'1',g6795:'17',g8368:'59',g8250:'2',g8532:'243',g6914:'4',g7075:'1',g8837:'2',g6997:'2',g6632:'1',g9009:'57',g6242:'1',g6314:'49' };
	online._totalcount = '3,587';
	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();
});