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