
$(function(){
	online._game_counts = { g5938:'30',g5525:'8',g5181:'3',g5222:'1',g6981:'8',g5758:'2',g8951:'4',g6167:'1',g5232:'6',g4232:'32',g6805:'11',g6030:'8',g5190:'10',g6721:'30',g5529:'7',g5017:'31',g6459:'40',g5060:'52',g3988:'8',g4343:'26',g5413:'20',g5989:'7',g5148:'8',g5673:'50',g5305:'50',g5748:'25',g6058:'36',g8095:'17',g4716:'20',g6553:'8',g3989:'2',g6566:'21',g4001:'2',g7409:'183',g3992:'52',g7707:'24',g5265:'9',g8533:'34',g7764:'38',g7586:'123',g5805:'61',g7175:'18',g5855:'870',g3981:'2',g3995:'1',g7650:'28',g7523:'19',g7301:'17',g3999:'36',g6262:'21',g5897:'14',g7363:'47',g7334:'21',g5052:'10',g7247:'17',g7021:'14',g7145:'1',g4234:'1',g5925:'1',g8010:'4',g5842:'25',g8481:'1',g6299:'2',g4241:'1',g6695:'12',g5370:'29',g7022:'1',g8277:'3',g4242:'1',g9063:'24',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:'39',g4244:'1',g9038:'69',g4233:'1',g4246:'183',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:'30',g8930:'2',g5790:'3',g6391:'22',g4945:'223',g6779:'6',g4000:'48',g7947:'1',g8628:'4',g7886:'1',g7218:'3',g7819:'1',g6899:'1',g4995:'31',g8106:'7',g7628:'8',g7337:'7',g5973:'1',g5358:'1',g8042:'6',g8185:'2',g6134:'1',g5531:'1',g8599:'2',g5599:'130',g8068:'1',g5255:'5',g6017:'2',g8163:'1',g8522:'1',g7965:'4',g6342:'6',g7859:'1',g7567:'1',g7745:'1',g8753:'4',g8578:'30',g8991:'59',g7809:'2',g6535:'7',g7448:'18',g6063:'1',g5852:'27',g5124:'1',g5739:'3',g5851:'7',g5656:'1',g8133:'1',g8230:'11',g7288:'1',g6846:'9',g8639:'1',g8667:'1',g8419:'2',g5311:'1',g5832:'2',g6795:'37',g8368:'55',g8250:'3',g8532:'198',g6914:'1',g7075:'1',g8837:'1',g6997:'1',g6632:'1',g9009:'15',g6242:'3',g6314:'94' };
	online._totalcount = '4,265';
	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();
});