Advertisement
Guest User

Untitled

a guest
Nov 11th, 2013
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. char *AllStationNames[MAX_STATIONS] = {
  2. [1] = "Ian Stewart Complex/Mt. Douglas High School",
  3. [3] = "Strawberry Vale Elementary School",
  4. [4] = "Oaklands Elementary School",
  5. [5] = "Cedar Hill Middle School",
  6. [6] = "Marigold Elementary School/Spectrum High School",
  7. [7] = "Campus View Elementary",
  8. [8] = "Victoria High School",
  9. [9] = "Frank Hobbs Elementary School",
  10. [10] = "MacAulay Elementary School",
  11. [11] = "James Bay Elementary School",
  12. [12] = "Victoria West Elementary School",
  13. [13] = "Shoreline Middle School",
  14. [14] = "Willows Elementary School",
  15. [15] = "Sir James Douglas Elementary School",
  16. [16] = "Tillicum Elementary School",
  17. [17] = "Eagle View Elementary School",
  18. [18] = "Torquay Elementary School",
  19. [19] = "Monterey Middle School",
  20. [20] = "Lake Hill Elementary School",
  21. [21] = "Rogers Elementary School",
  22. [22] = "Cloverdale Elementary School",
  23. [24] = "Hillcrest Elementary School",
  24. [25] = "Lansdowne Middle School",
  25. [26] = "Doncaster Elementary School",
  26. [27] = "Glanford Middle School",
  27. [28] = "Sundance Elementary School",
  28. [29] = "George Jay Elementary School",
  29. [30] = "Northridge Elementary School",
  30. [31] = "Sangster Elementary School",
  31. [32] = "Colwood Elementary School",
  32. [33] = "Reynolds High School",
  33. [34] = "Crystal View Elementary School",
  34. [35] = "David Cameron Elementary School",
  35. [36] = "Hans Helgesen Elementary School",
  36. [37] = "John Muir Elementary School",
  37. [39] = "Lakewood Elementary School",
  38. [40] = "Ruth King Elementary School",
  39. [41] = "CTV Victoria",
  40. [42] = "Butchart Gardens",
  41. [46] = "CTV Nanaimo",
  42. [50] = "Ocean Trails Resort",
  43. [55] = "Savory Elementary School",
  44. [56] = "Willway Elementary School",
  45. [57] = "Wishart Elementary School",
  46. [58] = "Dunsmuir Middle School",
  47. [59] = "Journey Middle School/Poirier Elementary School",
  48. [60] = "Esquimalt High School",
  49. [61] = "Cordova Bay Elementary School",
  50. [62] = "Deep Cove Elementary School",
  51. [63] = "Keating Elementary School",
  52. [64] = "Lochside Elementary School",
  53. [66] = "Prospect Lake Elementary School",
  54. [67] = "Sidney Elementary School",
  55. [68] = "Bayside Middle School",
  56. [70] = "Parkland Secondary School",
  57. [71] = "Cal Revelle Nature Sanctuary",
  58. [72] = "Race Rocks Ecological Reserve",
  59. [73] = "Craigflower Elementary School",
  60. [75] = "Central Middle School",
  61. [76] = "Lambrick Park High School",
  62. [77] = "McKenzie Elementary School",
  63. [78] = "SJ Willis Alternative School",
  64. [79] = "Arbutus Middle School",
  65. [80] = "Gordon Head Middle School",
  66. [81] = "Braefoot Elementary School",
  67. [82] = "Colquitz Middle School",
  68. [83] = "Winchelsea Elementary School",
  69. [84] = "Qualicum Beach Middle School",
  70. [85] = "Palsson Elementary School",
  71. [86] = "Randerson Ridge Elementary School",
  72. [88] = "PASS/Woodwinds Alternate School",
  73. [89] = "Springwood Middle School",
  74. [90] = "View Royal Elementary School",
  75. [91] = "French Creek Community School",
  76. [92] = "False Bay School",
  77. [93] = "Shawnigan Lake Museum",
  78. [94] = "Pender Islands Elementary and Secondary School",
  79. [95] = "Arrowview Elementary School",
  80. [96] = "Bowser Elementary School",
  81. [97] = "Qualicum Beach Elementary School",
  82. [98] = "Margaret Jenkins Elementary School",
  83. [99] = "East Highlands District Firehall",
  84. [100] = "District of Highlands Office",
  85. [101] = "West Highlands District Firehall",
  86. [103] = "Frances Kelsey Secondary School",
  87. [104] = "Happy Valley Elementary School",
  88. [105] = "Port Renfrew Elementary School",
  89. [106] = "Edward Milne Community School",
  90. [107] = "Millstream Elementary School",
  91. [108] = "Alberni Weather",
  92. [109] = "Brentwood Elementary School",
  93. [110] = "Nanoose Bay Elementary School",
  94. [111] = "Parksville Elementary School",
  95. [112] = "Saturna Elementary School",
  96. [113] = "Mayne Island Elementary & Junior Secondary School",
  97. [114] = "Galiano Island Community School",
  98. [115] = "L'Ecole Victor Brodeur",
  99. [117] = "Salt Spring Elementary School &Saltspring Middle School",
  100. [119] = "Fernwood Elementary School",
  101. [120] = "Fulford Elementary School",
  102. [121] = "Gulf Islands Secondary School",
  103. [122] = "Phoenix Elementary School",
  104. [123] = "Vancouver Island University",
  105. [124] = "Seaview Elementary School",
  106. [125] = "St. Patrick's Elementary School",
  107. [126] = "Quamichan Middle School",
  108. [127] = "Cowichan Valley Open Learning Cooperative",
  109. [128] = "John Stubbs Memorial School",
  110. [129] = "G.R. Paine Horticultural Training Centre",
  111. [131] = "Glenlyon Norfolk Junior School",
  112. [132] = "Shawnigan Lake",
  113. [133] = "Discovery Elementary School",
  114. [134] = "Swan Lake Nature House",
  115. [136] = "Pleasant Valley Elementary School",
  116. [137] = "McGirr Elementary School",
  117. [138] = "Bayview Elementary School",
  118. [139] = "L'Ecole Hammond Bay Elementary",
  119. [140] = "Uplands Park Elementary",
  120. [141] = "Mountain View Elementary",
  121. [142] = "View Royal Fire Department",
  122. [143] = "UVic Science Building",
  123. [144] = "Elizabeth Buckley School - Cridge Centre",
  124. [145] = "Chilliwack Education Centre",
  125. [159] = "Camosun College Lansdowne",
  126. [160] = "Shawnigan Lake School",
  127. [161] = "Bamfield Marine Sciences Centre",
  128. [162] = "St. Michaels University School Senior Campus",
  129. [163] = "UVic Social Sciences and Mathematics Building",
  130. [165] = "Alberni Elementary School",
  131. [166] = "Maquinna Elementary School",
  132. [167] = "Wikaninnish Community School",
  133. [168] = "Ucluelet High School",
  134. [169] = "Lighthouse Christian Academy",
  135. [174] = "Kelset Elementary School",
  136. [176] = "St. Michaels University School Junior Campus",
  137. [177] = "Ladysmith Secondary School",
  138. [179] = "Ray Watkins Elementary",
  139. [180] = "Captain Meares Elementary Secondary School",
  140. [181] = "West-Mont Montessori School",
  141. [182] = "Pacific Biological Station, DFO-MPO",
  142. [183] = "Brentwood College",
  143. [184] = "NEPTUNE Port Alberni",
  144. [185] = "Mt. Washington Alpine Resort-Nordic",
  145. [186] = "Mt. Washington Alpine Resort-Alpine",
  146. [187] = "Portage Inlet",
  147. [188] = "North Saanich Middle School",
  148. [189] = "Airport Elementary School",
  149. [190] = "Courtenay Elementary School",
  150. [191] = "Cumberland Junior Secondary School",
  151. [192] = "Denman Island Community School",
  152. [193] = "Hornby Island Community School",
  153. [194] = "Miracle Beach Elementary",
  154. [195] = "North Island Distance Education School",
  155. [196] = "Valley View Elementary School",
  156. [197] = "RASC Victoria Centre",
  157. [199] = "Trial Island Lightstation",
  158. [200] = "Longacre",
  159. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement