

var totalMerchants = new Array();



	totalMerchants['Computers'] = 33;
	


	totalMerchants['Elektronica'] = 38;
	


	totalMerchants['Boeken-DVDs-Muziek'] = 17;
	


	totalMerchants['Entertainment'] = 29;
	


	totalMerchants['Fashion-Lifestyle'] = 75;
	


	totalMerchants['Eten-Drinken'] = 8;
	


	totalMerchants['Cadeaus-Gadgets'] = 52;
	


	totalMerchants['Gezondheid-Verzorging'] = 21;
	


	totalMerchants['Huis-Tuin'] = 40;
	


	totalMerchants['Kids'] = 40;
	


	totalMerchants['Office'] = 9;
	


	totalMerchants['Sport-Recreatie'] = 20;
	


	totalMerchants['Telecom-Internet'] = 21;
	


	totalMerchants['Reizen-Toerisme'] = 69;
	


	totalMerchants['Overig'] = 11;
	
