<?php
$categories = array(
1 => 'Actor/Director',
2 => 'Aerospace/Defence',
3 => 'Airport',
4 => 'Album',
5 => 'Amateur Sports Team',
6 => 'Appliances',
7 => 'App Page',
8 => 'Artist',
9 => 'Arts/Entertainment/Nightlife',
10 => 'Author',
11 => 'Baby Goods/Kids Goods',
12 => 'Bags/Luggage',
13 => 'Bank/Financial Institution',
14 => 'Bank/Financial Services',
15 => 'Biotechnology',
16 => 'Blogger',
17 => 'Board Game',
18 => 'Book',
19 => 'Book Series',
20 => 'Bookshop',
21 => 'Building Materials',
22 => 'Business Person',
23 => 'Business Services',
24 => 'Camera/Photo',
25 => 'Cars',
26 => 'Cars and Parts',
27 => 'Cause',
28 => 'Chef',
29 => 'Chemicals',
30 => 'Church/Religious Organisation',
31 => 'Cinema',
32 => 'Clothing',
33 => 'Club',
34 => 'Coach',
35 => 'Comedian',
36 => 'Commercial Equipment',
37 => 'Community/Government',
38 => 'Community Organisation',
39 => 'Company',
40 => 'Computers',
41 => 'Computers/Technology',
42 => 'Concert Tour',
43 => 'Concert Venue',
44 => 'Consulting/Business Services',
45 => 'Dancer',
46 => 'Designer',
47 => 'DIY',
48 => 'Doctor',
49 => 'Education',
50 => 'Electronics',
51 => 'Energy/Utility',
52 => 'Engineering/Construction',
53 => 'Entertainer',
54 => 'Entrepreneur',
55 => 'Event Planning/Event Services',
56 => 'Farming/Agriculture',
57 => 'Fictional Character',
58 => 'Film',
59 => 'Film Character',
60 => 'Food/Drink',
61 => 'Food/Groceries',
62 => 'Furniture',
63 => 'Games/Toys',
64 => 'Government Official',
65 => 'Government Organisation',
66 => 'Health/Beauty',
67 => 'Health/Medical/Pharmaceuticals',
68 => 'Health/Medical/Pharmacy',
69 => 'Home Decor',
70 => 'Hospital/Clinic',
71 => 'Hotel',
72 => 'Household Supplies',
73 => 'Industrials',
74 => 'Insurance Company',
75 => 'Internet/Software',
76 => 'Jewellery/Watches',
77 => 'Journalist',
78 => 'Kitchen/Cooking',
79 => 'Landmark',
80 => 'Lawyer',
81 => 'Legal/Law',
82 => 'Library',
83 => 'Local Business',
84 => 'Magazine',
85 => 'Media/News/Publishing',
86 => 'Medications',
87 => 'Middle School',
88 => 'Mining/Materials',
89 => 'Museum/Art Gallery',
90 => 'Music Award',
91 => 'Music Chart',
92 => 'Musician/Band',
93 => 'Music Video',
94 => 'News Personality',
95 => 'Non-governmental Organisation',
96 => 'Non-profit Organisation',
97 => 'Nursery',
98 => 'Office Supplies',
99 => 'Organisation',
100=> 'Outdoor Gear/Sporting Goods',
101=> 'Patio/Garden',
102=> 'Performance Art',
103=> 'Pet',
104=> 'Pet Services',
105=> 'Pet Supplies',
106=> 'Phone/Tablet',
107=> 'Photographer',
108=> 'Political Organisation',
109=> 'Political Party',
110=> 'Politician',
111=> 'Primary School',
112=> 'Producer',
113=> 'Product/Service',
114=> 'Professional Services',
115=> 'Property',
116=> 'Public Figure',
117=> 'Public Places',
118=> 'Radio Station',
119=> 'Record Label',
120=> 'Restaurant/Cafй',
121=> 'Retail and Consumer Merchandise',
122=> 'School',
123=> 'School Sports Team',
124=> 'Shopping/Retail',
125=> 'Small Business',
126=> 'Software',
127=> 'Song',
128=> 'Spas/Beauty/Personal Care',
129=> 'Sports League',
130=> 'Sportsperson',
131=> 'Sports/Recreation/Activities',
132=> 'Sports Team',
133=> 'Sports Venue',
134=> 'Studio',
135=> 'Teacher',
136=> 'Telecommunication',
137=> 'Tools/Equipment',
138=> 'Tours/Sightseeing',
139=> 'Transport',
140=> 'Transport/Freight',
141=> 'Travel/Leisure',
142=> 'TV Channel',
143=> 'TV/Film Award',
144=> 'TV Network',
145=> 'TV Programme',
146=> 'University',
147=> 'Video Game',
148=> 'Vitamins/Supplements',
149=> 'Website',
150=> 'Wine/Spirits',
151=> 'Writer'
);
?>