// Category No 0 - 'Automotive'
// Category No 1 - 'Entertainment'
// Category No 2 - 'Food'
// Category No 3 - 'Financial'
// Category No 4 - 'Service'
// Category No 5 - 'Retail'
// Category No 6 - 'Marketing'
CategoryArray = new Array(7)
CategoryArray[0] = new Array(3)
CategoryArray[1] = new Array(6)
CategoryArray[2] = new Array(5)
CategoryArray[3] = new Array(2)
CategoryArray[4] = new Array(6)
CategoryArray[5] = new Array(4)
CategoryArray[6] = new Array(2)
CategoryArray[0][0] = 'Service and Tune up'
CategoryArray[0][1] = 'Tyres and Wheel Alignment'
CategoryArray[0][2] = 'Other Auto'
CategoryArray[1][0] = 'Theatre, Movies, Events'
CategoryArray[1][1] = 'Video and Music'
CategoryArray[1][2] = 'Sports and Fitness'
CategoryArray[1][3] = 'Theme Parks and Leisure'
CategoryArray[1][4] = 'Travel and Accommodation'
CategoryArray[1][5] = 'Other Entertainment'
CategoryArray[2][0] = 'Café'
CategoryArray[2][1] = 'Fast Food and Takeaway'
CategoryArray[2][2] = 'Restaurants'
CategoryArray[2][3] = 'Beer, Wine and Spirits'
CategoryArray[2][4] = 'Other Food'
CategoryArray[3][0] = 'Taxation'
CategoryArray[3][1] = 'Other Financial'
CategoryArray[4][0] = 'Drycleaning'
CategoryArray[4][1] = 'Medical'
CategoryArray[4][2] = 'Household'
CategoryArray[4][3] = 'Computer'
CategoryArray[4][4] = 'Printing'
CategoryArray[4][5] = 'Other Services'
CategoryArray[5][0] = 'Health and Beauty'
CategoryArray[5][1] = 'Photographic'
CategoryArray[5][2] = 'Telecommunications/Computing'
CategoryArray[5][3] = 'Other Retail'
CategoryArray[6][0] = 'Promotions and Competitions'
CategoryArray[6][1] = 'Regional Interest'

