Create a dataframe that only contains professors' salary data from a larger dataframe of salary data. Create a new variable 'position_simplified' that groups professor titles into categories such as associate, visting, and emeritus.

get_profs(data)

Arguments

data

A dataframe of salary data with a variable 'position'

Value

profs A dataframe of professors' salary data with tidied position categories

Details

Create a dataframe of professors' salary data

Examples

get_profs()
#> base_salary_date fiscal_year gender place_of_residence position #> 1 2007-07-01 2007 M STORY professor #> 2 2007-07-01 2007 M STORY professor #> 3 2007-07-01 2007 M STORY professor #> 4 2007-07-01 2007 M STORY professor #> 5 2007-07-01 2007 M POLK professor #> 6 2007-07-01 2007 M STORY professor #> 7 2007-07-01 2007 M STORY professor #> 8 2007-07-01 2007 M STORY professor #> 9 2007-07-01 2007 M STORY professor #> 10 2007-07-01 2007 M STORY professor #> 11 2007-07-01 2007 M ROUTT professor #> 12 2007-07-01 2007 M STORY professor #> 13 2007-07-01 2007 M STORY professor #> 14 2007-07-01 2007 F STORY professor #> 15 2007-07-01 2007 F STORY professor #> 16 2007-07-01 2007 M STORY professor #> 17 2007-07-01 2007 M STORY professor #> 18 2007-07-01 2007 M STORY professor #> 19 2007-07-01 2007 F STORY professor #> 20 2007-07-01 2007 F STORY professor #> 21 2007-07-01 2007 M POLK professor #> 22 2007-07-01 2007 M STORY professor #> 23 2007-07-01 2007 F STORY professor #> 24 2007-07-01 2007 M STORY professor #> 25 2007-07-01 2007 M STORY professor #> 26 2007-07-01 2007 M STORY professor #> 27 2007-07-01 2007 M STORY professor #> 28 2007-07-01 2007 F ATHENS professor #> 29 2007-07-01 2007 M STORY professor #> 30 2007-07-01 2007 M STORY professor #> 31 2007-07-01 2007 M STORY professor #> 32 2007-07-01 2007 M STORY professor #> 33 2007-07-01 2007 M STORY professor #> 34 2007-07-01 2007 F STORY professor #> 35 2007-07-01 2007 M STORY professor #> 36 2007-07-01 2007 F STORY professor #> 37 2007-07-01 2007 M STORY professor #> 38 2007-07-01 2007 M STORY professor #> 39 2007-07-01 2007 M STORY professor #> 40 2007-07-01 2007 F STORY professor #> 41 2007-07-01 2007 M STORY professor #> 42 2007-07-01 2007 M STORY professor #> 43 2007-07-01 2007 M STORY professor #> 44 2007-07-01 2007 F STORY professor #> 45 2007-07-01 2007 M STORY professor #> 46 2007-07-01 2007 F STORY professor #> 47 2007-07-01 2007 M STORY professor #> 48 2007-07-01 2007 F STORY professor #> 49 2007-07-01 2007 F STORY professor #> 50 2007-07-01 2007 M STORY professor #> 51 2007-07-01 2007 M STORY professor #> 52 2007-07-01 2007 F STORY professor #> 53 2007-07-01 2007 F STORY professor #> 54 2007-07-01 2007 M STORY professor #> 55 2007-07-01 2007 M STORY professor #> 56 2007-07-01 2007 M STORY professor #> 57 2007-07-01 2007 F POLK professor #> 58 2007-07-01 2007 F BOONE professor #> 59 2007-07-01 2007 F STORY professor #> 60 2007-07-01 2007 M STORY professor #> 61 2007-07-01 2007 F STORY professor #> 62 2007-07-01 2007 M STORY professor #> 63 2007-07-01 2007 M STORY professor #> 64 2007-07-01 2007 F STORY professor #> 65 2007-07-01 2007 M STORY professor #> 66 2007-07-01 2007 F STORY professor #> 67 2007-07-01 2007 M STORY professor #> 68 2007-07-01 2007 M STORY professor #> 69 2007-07-01 2007 M STORY professor #> 70 2007-07-01 2007 F STORY professor #> 71 2007-07-01 2007 M STORY professor #> 72 2007-07-01 2007 F STORY professor #> 73 2007-07-01 2007 M STORY professor #> 74 2007-07-01 2007 M STORY professor #> 75 2007-07-01 2007 M STORY professor #> 76 2007-07-01 2007 M STORY professor #> 77 2007-07-01 2007 M STORY professor #> 78 2007-07-01 2007 M STORY professor #> 79 2007-07-01 2007 M POLK professor #> 80 2007-07-01 2007 F STORY professor #> 81 2007-07-01 2007 M STORY professor #> 82 2007-07-01 2007 M STORY professor #> 83 2007-07-01 2007 M STORY professor #> 84 2007-07-01 2007 F STORY professor #> 85 2007-07-01 2007 M STORY professor #> 86 2007-07-01 2007 M STORY professor #> 87 2007-07-01 2007 M LINN professor #> 88 2007-07-01 2007 F STORY professor #> 89 2007-07-01 2007 M BOONE professor #> 90 2007-07-01 2007 M STORY professor #> 91 2007-07-01 2007 M STORY professor #> 92 2007-07-01 2007 M STORY professor #> 93 2007-07-01 2007 F STORY professor #> 94 2007-07-01 2007 M STORY professor #> 95 2007-07-01 2007 F STORY professor #> 96 2007-07-01 2007 F STORY professor #> 97 2007-07-01 2007 F STORY professor #> 98 2007-07-01 2007 F STORY professor #> 99 2007-07-01 2007 F STORY professor #> 100 2007-07-01 2007 M STORY professor #> 101 2007-07-01 2007 M STORY professor #> 102 2007-07-01 2007 M STORY professor #> 103 2007-07-01 2007 M STORY professor #> 104 2007-07-01 2007 F STORY professor #> 105 2007-07-01 2007 M STORY professor #> 106 2007-07-01 2007 M STORY professor #> 107 2007-07-01 2007 M STORY professor #> 108 2007-07-01 2007 M STORY professor #> 109 2007-07-01 2007 M STORY professor #> 110 2007-07-01 2007 F STORY professor #> 111 2007-07-01 2007 M STORY professor #> 112 2007-07-01 2007 M STORY professor #> 113 2007-07-01 2007 M STORY professor #> 114 2007-07-01 2007 F STORY professor #> 115 2007-07-01 2007 M STORY professor #> 116 2007-07-01 2007 M STORY professor #> 117 2007-07-01 2007 F STORY professor #> 118 2007-07-01 2007 F STORY professor #> 119 2007-07-01 2007 F STORY professor #> 120 2007-07-01 2007 M STORY professor #> 121 2007-07-01 2007 F STORY professor #> 122 2007-07-01 2007 M STORY professor #> 123 2007-07-01 2007 F STORY professor #> 124 2007-07-01 2007 M STORY professor #> 125 2007-07-01 2007 M STORY professor #> 126 2007-07-01 2007 M STORY professor #> 127 2007-07-01 2007 F STORY professor #> 128 2007-07-01 2007 F STORY professor #> 129 2007-07-01 2007 M STORY professor #> 130 2007-07-01 2007 M STORY professor #> 131 2007-07-01 2007 M CLARKE professor #> 132 2007-07-01 2007 F STORY professor #> 133 2007-07-01 2007 F JOHNSON professor #> 134 2007-07-01 2007 M STORY professor #> 135 2007-07-01 2007 M STORY professor #> 136 2007-07-01 2007 F STORY professor #> 137 2007-07-01 2007 M STORY professor #> 138 2007-07-01 2007 F STORY professor #> 139 2007-07-01 2007 F STORY professor #> 140 2007-07-01 2007 M STORY professor #> 141 2007-07-01 2007 M STORY professor #> 142 2007-07-01 2007 M MONTGOMERY professor #> 143 2007-07-01 2007 F STORY professor #> 144 2007-07-01 2007 M STORY professor #> 145 2007-07-01 2007 F POLK professor #> 146 2007-07-01 2007 F STORY professor #> 147 2007-07-01 2007 M STORY professor #> 148 2007-07-01 2007 F STORY professor #> 149 2007-07-01 2007 M STORY professor #> 150 2007-07-01 2007 M STORY professor #> 151 2007-07-01 2007 F POLK professor #> 152 2007-07-01 2007 M STORY professor #> 153 2007-07-01 2007 F STORY professor #> 154 2007-07-01 2007 F STORY professor #> 155 2007-07-01 2007 F STORY professor #> 156 2007-07-01 2007 M STORY professor #> 157 2007-07-01 2007 F STORY professor #> 158 2007-07-01 2007 M YAMHILL professor #> 159 2007-07-01 2007 M STORY professor #> 160 2007-07-01 2007 M POLK professor #> 161 2007-07-01 2007 M STORY professor #> 162 2007-07-01 2007 F STORY professor #> 163 2007-07-01 2007 F STORY professor #> 164 2007-07-01 2007 M STORY professor #> 165 2007-07-01 2007 M STORY professor #> 166 2007-07-01 2007 M STORY professor #> 167 2007-07-01 2007 M STORY professor #> 168 2007-07-01 2007 M STORY professor #> 169 2007-07-01 2007 M STORY professor #> 170 2007-07-01 2007 M STORY professor #> 171 2007-07-01 2007 F STORY professor #> 172 2007-07-01 2007 F STORY professor #> 173 2007-07-01 2007 F STORY professor #> 174 2007-07-01 2007 M STORY professor #> 175 2007-07-01 2007 M STORY professor #> 176 2007-07-01 2007 M STORY professor #> 177 2007-07-01 2007 M STORY professor #> 178 2007-07-01 2007 M STORY professor #> 179 2007-07-01 2007 M STORY professor #> 180 2007-07-01 2007 M STORY professor #> 181 2007-07-01 2007 M STORY professor #> 182 2007-07-01 2007 M STORY professor #> 183 2007-07-01 2007 M STORY professor #> 184 2007-07-01 2007 F STORY professor #> 185 2007-07-01 2007 M STORY professor #> 186 2007-07-01 2007 M STORY professor #> 187 2007-07-01 2007 M BOONE professor #> 188 2007-07-01 2007 F <NA> professor #> 189 2007-07-01 2007 M STORY professor #> 190 2007-07-01 2007 F STORY professor #> 191 2007-07-01 2007 F BOONE professor #> 192 2007-07-01 2007 M STORY professor #> 193 2007-07-01 2007 M STORY professor #> 194 2007-07-01 2007 M POLK professor #> 195 2007-07-01 2007 M STORY professor #> 196 2007-07-01 2007 M STORY professor #> 197 2007-07-01 2007 M STORY professor #> 198 2007-07-01 2007 M STORY professor #> 199 2007-07-01 2007 M STORY professor #> 200 2007-07-01 2007 F STORY professor #> 201 2007-07-01 2007 M STORY professor #> 202 2007-07-01 2007 M STORY professor #> 203 2007-07-01 2007 F STORY professor #> 204 2007-07-01 2007 M STORY professor #> 205 2007-07-01 2007 F STORY professor #> 206 2007-07-01 2007 M STORY professor #> 207 2007-07-01 2007 F STORY professor #> 208 2007-07-01 2007 F STORY professor #> 209 2007-07-01 2007 M STORY professor #> 210 2007-07-01 2007 M STORY professor #> 211 2007-07-01 2007 M STORY professor #> 212 2007-07-01 2007 M STORY professor #> 213 2007-07-01 2007 F DALLAS professor #> 214 2007-07-01 2007 F STORY professor #> 215 2007-07-01 2007 F STORY professor #> 216 2007-07-01 2007 F STORY professor #> 217 2007-07-01 2007 M STORY professor #> 218 2007-07-01 2007 M STORY professor #> 219 2007-07-01 2007 F STORY professor #> 220 2007-07-01 2007 F STORY professor #> 221 2007-07-01 2007 M STORY professor #> 222 2007-07-01 2007 M STORY professor #> 223 2007-07-01 2007 M STORY professor #> 224 2007-07-01 2007 F WINNEBAGO professor #> 225 2007-07-01 2007 F STORY professor #> 226 2007-07-01 2007 M STORY professor #> 227 2007-07-01 2007 F STORY professor #> 228 2007-07-01 2007 M STORY professor #> 229 2007-07-01 2007 M STORY professor #> 230 2007-07-01 2007 F STORY professor #> 231 2007-07-01 2007 M STORY professor #> 232 2007-07-01 2007 F STORY professor #> 233 2007-07-01 2007 F STORY professor #> 234 2007-07-01 2007 M STORY professor #> 235 2007-07-01 2007 M STORY professor #> 236 2007-07-01 2007 F STORY professor #> 237 2007-07-01 2007 M STORY professor #> 238 2007-07-01 2007 M STORY professor #> 239 2007-07-01 2007 M STORY professor #> 240 2007-07-01 2007 M STORY professor #> 241 2007-07-01 2007 F STORY professor #> 242 2007-07-01 2007 M <NA> professor #> 243 2007-07-01 2007 M STORY professor #> 244 2007-07-01 2007 M STORY professor #> 245 2007-07-01 2007 F STORY professor #> 246 2007-07-01 2007 M STORY professor #> 247 2007-07-01 2007 M BUTLER professor #> 248 2007-07-01 2007 M STORY professor #> 249 2007-07-01 2007 F STORY professor #> 250 2007-07-01 2007 F POLK professor #> 251 2007-07-01 2007 M STORY professor #> 252 2007-07-01 2007 M STORY professor #> 253 2007-07-01 2007 M STORY professor #> 254 2007-07-01 2007 M STORY professor #> 255 2007-07-01 2007 M STORY professor #> 256 2007-07-01 2007 F STORY professor #> 257 2007-07-01 2007 M STORY professor #> 258 2007-07-01 2007 M STORY professor #> 259 2007-07-01 2007 M STORY professor #> 260 2007-07-01 2007 F STORY professor #> 261 2007-07-01 2007 M STORY professor #> 262 2007-07-01 2007 M STORY professor #> 263 2007-07-01 2007 F <NA> professor #> 264 2007-07-01 2007 M STORY professor #> 265 2007-07-01 2007 M ARLINGTON professor #> 266 2007-07-01 2007 M POLK professor #> 267 2007-07-01 2007 F STORY professor #> 268 2007-07-01 2007 M STORY professor #> 269 2007-07-01 2007 M STORY professor #> 270 2007-07-01 2007 F STORY professor #> 271 2007-07-01 2007 F STORY professor #> 272 2007-07-01 2007 M STORY professor #> 273 2007-07-01 2007 M STORY professor #> 274 2007-07-01 2007 M STORY professor #> 275 2007-07-01 2007 M STORY professor #> 276 2007-07-01 2007 F STORY professor #> 277 2007-07-01 2007 F STORY professor #> 278 2007-07-01 2007 M STORY professor #> 279 2007-07-01 2007 M NEW LONDON professor #> 280 2007-07-01 2007 F STORY professor #> 281 2007-07-01 2007 M STORY professor #> 282 2007-07-01 2007 M STORY professor #> 283 2007-07-01 2007 F STORY professor #> 284 2007-07-01 2007 M STORY professor #> 285 2007-07-01 2007 M STORY professor #> 286 2007-07-01 2007 M STORY professor #> 287 2007-07-01 2007 F STORY professor #> 288 2007-07-01 2007 F STORY professor #> 289 2007-07-01 2007 M STORY professor #> 290 2007-07-01 2007 F STORY professor #> 291 2007-07-01 2007 M STORY professor #> 292 2007-07-01 2007 M STORY professor #> 293 2007-07-01 2007 M STORY professor #> 294 2007-07-01 2007 M BOONE professor #> 295 2007-07-01 2007 M HENNEPIN professor #> 296 2007-07-01 2007 M BOONE professor #> 297 2007-07-01 2007 M INGHAM professor #> 298 2007-07-01 2007 M STORY professor #> 299 2007-07-01 2007 M POLK professor #> 300 2007-07-01 2007 M STORY professor #> 301 2007-07-01 2007 M BOONE professor #> 302 2007-07-01 2007 M STORY professor #> 303 2007-07-01 2007 M BOONE professor #> 304 2007-07-01 2007 M STORY professor #> 305 2007-07-01 2007 M HAMILTON professor #> 306 2007-07-01 2007 M STORY professor #> 307 2007-07-01 2007 F LOS ANGELES professor #> 308 2007-07-01 2007 M STORY professor #> 309 2007-07-01 2007 M STORY professor #> 310 2007-07-01 2007 M BREMER professor #> 311 2007-07-01 2007 M STORY professor #> 312 2007-07-01 2007 M STORY professor #> 313 2007-07-01 2007 M BOONE professor #> 314 2007-07-01 2007 F STORY professor #> 315 2007-07-01 2007 M BOONE professor #> 316 2007-07-01 2007 F STORY professor #> 317 2007-07-01 2007 F STORY professor #> 318 2007-07-01 2007 F STORY professor #> 319 2007-07-01 2007 F STORY professor #> 320 2007-07-01 2007 F STORY professor #> 321 2007-07-01 2007 M STORY professor #> 322 2007-07-01 2007 M STORY professor #> 323 2007-07-01 2007 M STORY professor #> 324 2007-07-01 2007 M STORY professor #> 325 2007-07-01 2007 F STORY professor #> 326 2007-07-01 2007 F STORY professor #> 327 2007-07-01 2007 M STORY professor #> 328 2007-07-01 2007 M STORY professor #> 329 2007-07-01 2007 M STORY professor #> 330 2007-07-01 2007 F WAUKESHA professor #> 331 2007-07-01 2007 F STORY professor #> 332 2007-07-01 2007 F STORY professor #> 333 2007-07-01 2007 F STORY professor #> 334 2007-07-01 2007 M STORY professor #> 335 2007-07-01 2007 F STORY professor #> 336 2007-07-01 2007 F LINN professor #> 337 2007-07-01 2007 M STORY professor #> 338 2007-07-01 2007 F JOHNSON professor #> 339 2007-07-01 2007 F STORY professor #> 340 2007-07-01 2007 M STORY professor #> 341 2007-07-01 2007 M STORY professor #> 342 2007-07-01 2007 M STORY professor #> 343 2007-07-01 2007 M DALLAS professor #> 344 2007-07-01 2007 F STORY professor #> 345 2007-07-01 2007 M STORY professor #> 346 2007-07-01 2007 F POLK professor #> 347 2007-07-01 2007 M STORY professor #> 348 2007-07-01 2007 F STORY professor #> 349 2007-07-01 2007 F STORY professor #> 350 2007-07-01 2007 M STORY professor #> 351 2007-07-01 2007 M STORY professor #> 352 2007-07-01 2007 M STORY professor #> 353 2007-07-01 2007 M STORY professor #> 354 2007-07-01 2007 M STORY professor #> 355 2007-07-01 2007 M STORY professor #> 356 2007-07-01 2007 M STORY professor #> 357 2007-07-01 2007 M MANATEE professor #> 358 2007-07-01 2007 M BOONE professor #> 359 2007-07-01 2007 M STORY professor #> 360 2007-07-01 2007 M STORY professor #> 361 2007-07-01 2007 M POLK professor #> 362 2007-07-01 2007 M STORY professor #> 363 2007-07-01 2007 F STORY professor #> 364 2007-07-01 2007 F STORY professor #> 365 2007-07-01 2007 F STORY professor #> 366 2007-07-01 2007 M STORY professor #> 367 2007-07-01 2007 M STORY professor #> 368 2007-07-01 2007 M STORY professor #> 369 2007-07-01 2007 M STORY professor #> 370 2007-07-01 2007 M STORY professor #> 371 2007-07-01 2007 F STORY professor #> 372 2007-07-01 2007 M STORY professor #> 373 2007-07-01 2007 M STORY professor #> 374 2007-07-01 2007 F STORY professor #> 375 2007-07-01 2007 M STORY professor #> 376 2007-07-01 2007 F POLK professor #> 377 2007-07-01 2007 M STORY professor #> 378 2007-07-01 2007 M STORY professor #> 379 2007-07-01 2007 M STORY professor #> 380 2007-07-01 2007 M STORY professor #> 381 2007-07-01 2007 M STORY professor #> 382 2007-07-01 2007 M STORY professor #> 383 2007-07-01 2007 M STORY professor #> 384 2007-07-01 2007 F STORY professor #> 385 2007-07-01 2007 F STORY professor #> 386 2007-07-01 2007 M STORY professor #> 387 2007-07-01 2007 F STORY professor #> 388 2007-07-01 2007 M STORY professor #> 389 2007-07-01 2007 M STORY professor #> 390 2007-07-01 2007 M STORY professor #> 391 2007-07-01 2007 M STORY professor #> 392 2007-07-01 2007 F STORY professor #> 393 2007-07-01 2007 M STORY professor #> 394 2007-07-01 2007 F STORY professor #> 395 2007-07-01 2007 F STORY professor #> 396 2007-07-01 2007 M STORY professor #> 397 2007-07-01 2007 F POLK professor #> 398 2007-07-01 2007 M STORY professor #> 399 2007-07-01 2007 M STORY professor #> 400 2007-07-01 2007 F STORY professor #> 401 2007-07-01 2007 M STORY professor #> 402 2007-07-01 2007 F STORY professor #> 403 2007-07-01 2007 F DISTRICT OF COLUMBIA professor #> 404 2007-07-01 2007 F DUPAGE professor #> 405 2007-07-01 2007 M STORY professor #> 406 2007-07-01 2007 M STORY professor #> 407 2007-07-01 2007 M STORY professor #> 408 2007-07-01 2007 M BOONE professor #> 409 2007-07-01 2007 M STORY professor #> 410 2007-07-01 2007 M STORY professor #> 411 2007-07-01 2007 F STORY professor #> 412 2007-07-01 2007 M STORY professor #> 413 2007-07-01 2007 M STORY professor #> 414 2007-07-01 2007 M STORY professor #> 415 2007-07-01 2007 M STORY professor #> 416 2007-07-01 2007 M STORY professor #> 417 2007-07-01 2007 M STORY professor #> 418 2007-07-01 2007 F STORY professor #> 419 2007-07-01 2007 M STORY professor #> 420 2007-07-01 2007 M STORY professor #> 421 2007-07-01 2007 F STORY professor #> 422 2007-07-01 2007 M STORY professor #> 423 2007-07-01 2007 F STORY professor #> 424 2007-07-01 2007 M STORY professor #> 425 2007-07-01 2007 M STORY professor #> 426 2007-07-01 2007 M STORY professor #> 427 2007-07-01 2007 M STORY professor #> 428 2007-07-01 2007 M STORY professor #> 429 2007-07-01 2007 F POLK professor #> 430 2007-07-01 2007 M STORY professor #> 431 2007-07-01 2007 F STORY professor #> 432 2007-07-01 2007 F STORY professor #> 433 2007-07-01 2007 M STORY professor #> 434 2007-07-01 2007 M STORY professor #> 435 2007-07-01 2007 F STORY professor #> 436 2007-07-01 2007 M STORY professor #> 437 2007-07-01 2007 M STORY professor #> 438 2007-07-01 2007 F STORY professor #> 439 2007-07-01 2007 M STORY professor #> 440 2007-07-01 2007 M STORY professor #> 441 2007-07-01 2007 M STORY professor #> 442 2007-07-01 2007 M STORY professor #> 443 2007-07-01 2007 M STORY professor #> 444 2007-07-01 2007 M STORY professor #> 445 2007-07-01 2007 F STORY professor #> 446 2007-07-01 2007 F STORY professor #> 447 2007-07-01 2007 F STORY professor #> 448 2007-07-01 2007 M STORY professor #> 449 2007-07-01 2007 M STORY professor #> 450 2007-07-01 2007 M STORY professor #> 451 2007-07-01 2007 M STORY professor #> 452 2007-07-01 2007 F POLK professor #> 453 2007-07-01 2007 M STORY professor #> 454 2007-07-01 2007 F POLK professor #> 455 2007-07-01 2007 M STORY professor #> 456 2007-07-01 2007 F STORY professor #> 457 2007-07-01 2007 M STORY professor #> 458 2007-07-01 2007 M STORY professor #> 459 2007-07-01 2007 F STORY professor #> 460 2007-07-01 2007 M STORY professor #> 461 2007-07-01 2007 F STORY professor #> 462 2007-07-01 2007 M STORY professor #> 463 2007-07-01 2007 M STORY professor #> 464 2007-07-01 2007 F STORY professor #> 465 2007-07-01 2007 M STORY professor #> 466 2007-07-01 2007 M STORY professor #> 467 2007-07-01 2007 M STORY professor #> 468 2007-07-01 2007 F STORY professor #> 469 2007-07-01 2007 M STORY professor #> 470 2007-07-01 2007 F STORY professor #> 471 2007-07-01 2007 M RAMSEY professor #> 472 2007-07-01 2007 M STORY professor #> 473 2007-07-01 2007 M STORY professor #> 474 2007-07-01 2007 M STORY professor #> 475 2007-07-01 2007 M STORY professor #> 476 2007-07-01 2007 M FRANKLIN professor #> 477 2007-07-01 2007 F STORY professor #> 478 2007-07-01 2007 M BOONE professor #> 479 2007-07-01 2007 M STORY professor #> 480 2007-07-01 2007 M STORY professor #> 481 2007-07-01 2007 M STORY professor #> 482 2007-07-01 2007 M STORY professor #> 483 2007-07-01 2007 M STORY professor #> 484 2007-07-01 2007 M STORY professor #> 485 2007-07-01 2007 M STORY professor #> 486 2007-07-01 2007 M STORY professor #> 487 2007-07-01 2007 M STORY professor #> 488 2007-07-01 2007 M BLACK HAWK professor #> 489 2007-07-01 2007 M STORY professor #> 490 2007-07-01 2007 M HAMILTON professor #> 491 2007-07-01 2007 M STORY professor #> 492 2007-07-01 2007 F STORY professor #> 493 2007-07-01 2007 M STORY professor #> 494 2007-07-01 2007 F STORY professor #> 495 2007-07-01 2007 F STORY professor #> 496 2007-07-01 2007 M STORY professor #> 497 2007-07-01 2007 F STORY professor #> 498 2007-07-01 2007 M POLK professor #> 499 2007-07-01 2007 M STORY professor #> 500 2007-07-01 2007 M STORY professor #> 501 2007-07-01 2007 M POLK professor #> 502 2007-07-01 2007 F STORY professor #> 503 2007-07-01 2007 M STORY professor #> 504 2007-07-01 2007 M POLK professor #> 505 2007-07-01 2007 M STORY professor #> 506 2007-07-01 2007 M HAMILTON professor #> 507 2007-07-01 2007 M STORY professor #> 508 2007-07-01 2007 F STORY professor #> 509 2007-07-01 2007 M STORY professor #> 510 2007-07-01 2007 M STORY professor #> 511 2007-07-01 2007 M STORY professor #> 512 2007-07-01 2007 M STORY professor #> 513 2007-07-01 2007 M STORY professor #> 514 2007-07-01 2007 M STORY professor #> 515 2007-07-01 2007 M STORY professor #> 516 2007-07-01 2007 F STORY professor #> 517 2007-07-01 2007 M STORY professor #> 518 2007-07-01 2007 F STORY professor #> 519 2007-07-01 2007 M POLK professor #> 520 2007-07-01 2007 M STORY professor #> 521 2007-07-01 2007 M STORY professor #> 522 2007-07-01 2007 M STORY professor #> 523 2007-07-01 2007 M STORY professor #> 524 2007-07-01 2007 M STORY professor #> 525 2007-07-01 2007 F SARASOTA professor #> 526 2007-07-01 2007 F STORY professor #> 527 2007-07-01 2007 M STORY professor #> 528 2007-07-01 2007 F STORY professor #> 529 2007-07-01 2007 M STORY professor #> 530 2007-07-01 2007 M STORY professor #> 531 2007-07-01 2007 M STORY professor #> 532 2007-07-01 2007 M STORY professor #> 533 2007-07-01 2007 M HAMILTON professor #> 534 2007-07-01 2007 M STORY professor #> 535 2007-07-01 2007 M STORY professor #> 536 2007-07-01 2007 F STORY professor #> 537 2007-07-01 2007 M STORY professor #> 538 2007-07-01 2007 M STORY professor #> 539 2007-07-01 2007 M STORY professor #> 540 2007-07-01 2007 M STORY professor #> 541 2007-07-01 2007 M STORY professor #> 542 2007-07-01 2007 M STORY professor #> 543 2007-07-01 2007 M STORY professor #> 544 2007-07-01 2007 M BOONE professor #> 545 2007-07-01 2007 F STORY professor #> 546 2007-07-01 2007 M STORY professor #> 547 2007-07-01 2007 M STORY professor #> 548 2007-07-01 2007 M STORY professor #> 549 2007-07-01 2007 M STORY professor #> 550 2007-07-01 2007 F STORY professor #> 551 2007-07-01 2007 M STORY professor #> 552 2007-07-01 2007 M STORY professor #> 553 2007-07-01 2007 F STORY professor #> 554 2007-07-01 2007 M STORY professor #> 555 2007-07-01 2007 F STORY professor #> 556 2007-07-01 2007 M STORY professor #> 557 2007-07-01 2007 M <NA> professor #> 558 2007-07-01 2007 F STORY professor #> 559 2007-07-01 2007 F STORY professor #> 560 2007-07-01 2007 M BOONE professor #> 561 2007-07-01 2007 M STORY professor #> 562 2007-07-01 2007 F STORY professor #> 563 2007-07-01 2007 F STORY professor #> 564 2007-07-01 2007 M STORY professor #> 565 2007-07-01 2007 M STORY professor #> 566 2007-07-01 2007 M STORY professor #> 567 2007-07-01 2007 F STORY professor #> 568 2007-07-01 2007 M STORY professor #> 569 2007-07-01 2007 M STORY professor #> 570 2007-07-01 2007 F STORY professor #> 571 2007-07-01 2007 M POLK professor #> 572 2007-07-01 2007 M STORY professor #> 573 2007-07-01 2007 M STORY professor #> 574 2007-07-01 2007 M STORY professor #> 575 2007-07-01 2007 M STORY professor #> 576 2007-07-01 2007 M STORY professor #> 577 2007-07-01 2007 M STORY professor #> 578 2007-07-01 2007 M STORY professor #> 579 2007-07-01 2007 F STORY professor #> 580 2007-07-01 2007 M STORY professor #> 581 2007-07-01 2007 F STORY professor #> 582 2007-07-01 2007 M STORY professor #> 583 2007-07-01 2007 F STORY professor #> 584 2007-07-01 2007 M <NA> professor #> 585 2007-07-01 2007 F STORY professor #> 586 2007-07-01 2007 M STORY professor #> 587 2007-07-01 2007 M STORY professor #> 588 2007-07-01 2007 M STORY professor #> 589 2007-07-01 2007 F HARDIN professor #> 590 2007-07-01 2007 M STORY professor #> 591 2007-07-01 2007 F STORY professor #> 592 2007-07-01 2007 M STORY professor #> 593 2007-07-01 2007 M STORY professor #> 594 2007-07-01 2007 M STORY professor #> 595 2007-07-01 2007 M STORY professor #> 596 2007-07-01 2007 F STORY professor #> 597 2007-07-01 2007 M STORY professor #> 598 2007-07-01 2007 M STORY professor #> 599 2007-07-01 2007 F STORY professor #> 600 2007-07-01 2007 M STORY professor #> 601 2007-07-01 2007 F STORY professor #> 602 2007-07-01 2007 F STORY professor #> 603 2007-07-01 2007 M STORY professor #> 604 2007-07-01 2007 F STORY professor #> 605 2007-07-01 2007 M OLMSTED professor #> 606 2007-07-01 2007 M STORY professor #> 607 2007-07-01 2007 M STORY professor #> 608 2007-07-01 2007 F STORY professor #> 609 2007-07-01 2007 F STORY professor #> 610 2007-07-01 2007 M STORY professor #> 611 2007-07-01 2007 M STORY professor #> 612 2007-07-01 2007 M STORY professor #> 613 2007-07-01 2007 M STORY professor #> 614 2007-07-01 2007 M STORY professor #> 615 2007-07-01 2007 M STORY professor #> 616 2007-07-01 2007 M STORY professor #> 617 2007-07-01 2007 M STORY professor #> 618 2007-07-01 2007 M STORY professor #> 619 2007-07-01 2007 M STORY professor #> 620 2007-07-01 2007 M STORY professor #> 621 2007-07-01 2007 M STORY professor #> 622 2007-07-01 2007 M STORY professor #> 623 2007-07-01 2007 M STORY professor #> 624 2007-07-01 2007 M STORY professor #> 625 2007-07-01 2007 M STORY professor #> 626 2007-07-01 2007 M STORY professor #> 627 2007-07-01 2007 M STORY professor #> 628 2007-07-01 2007 M STORY professor #> 629 2007-07-01 2007 F STORY professor #> 630 2007-07-01 2007 F STORY professor #> 631 2007-07-01 2007 M STORY professor #> 632 2007-07-01 2007 M STORY professor #> 633 2007-07-01 2007 F STORY professor #> 634 2007-07-01 2007 F STORY professor #> 635 2007-07-01 2007 M STORY professor #> 636 2007-07-01 2007 M STORY professor #> 637 2007-07-01 2007 M STORY professor #> 638 2007-07-01 2007 M BOONE professor #> 639 2007-07-01 2007 M STORY professor #> 640 2007-07-01 2007 M STORY professor #> 641 2007-07-01 2007 M STORY professor #> 642 2007-07-01 2007 M STORY professor #> 643 2007-07-01 2007 M STORY professor #> 644 2007-07-01 2007 F STORY professor #> 645 2007-07-01 2007 M STORY professor #> 646 2007-07-01 2007 M STORY professor #> 647 2007-07-01 2007 M STORY professor #> 648 2007-07-01 2007 F STORY professor #> 649 2007-07-01 2007 M STORY professor #> 650 2007-07-01 2007 M STORY professor #> 651 2007-07-01 2007 F STORY professor #> 652 2007-07-01 2007 M STORY professor #> 653 2007-07-01 2007 F STORY professor #> 654 2007-07-01 2007 M STORY professor #> 655 2007-07-01 2007 M STORY professor #> 656 2007-07-01 2007 M STORY professor #> 657 2007-07-01 2007 M POLK professor #> 658 2007-07-01 2007 M STORY professor #> 659 2007-07-01 2007 F STORY professor #> 660 2007-07-01 2007 M STORY professor #> 661 2007-07-01 2007 F STORY professor #> 662 2007-07-01 2007 M HUMBOLDT professor #> 663 2007-07-01 2007 F STORY professor #> 664 2007-07-01 2007 M STORY professor #> 665 2007-07-01 2007 M STORY professor #> 666 2007-07-01 2007 M STORY professor #> 667 2007-07-01 2007 M STORY professor #> 668 2007-07-01 2007 F STORY professor #> 669 2007-07-01 2007 M STORY professor #> 670 2007-07-01 2007 F STORY professor #> 671 2007-07-01 2007 M STORY professor #> 672 2007-07-01 2007 M STORY professor #> 673 2007-07-01 2007 F STORY professor #> 674 2007-07-01 2007 M STORY professor #> 675 2007-07-01 2007 F STORY professor #> 676 2007-07-01 2007 M SEMINOLE professor #> 677 2007-07-01 2007 M STORY professor #> 678 2007-07-01 2007 M STORY professor #> 679 2007-07-01 2007 M STORY professor #> 680 2007-07-01 2007 M STORY professor #> 681 2007-07-01 2007 F STORY professor #> 682 2007-07-01 2007 M STORY professor #> 683 2007-07-01 2007 M STORY professor #> 684 2007-07-01 2007 F STORY professor #> 685 2007-07-01 2007 M STORY professor #> 686 2007-07-01 2007 F STORY professor #> 687 2007-07-01 2007 M STORY professor #> 688 2007-07-01 2007 M STORY professor #> 689 2007-07-01 2007 M STORY professor #> 690 2007-07-01 2007 F STORY professor #> 691 2007-07-01 2007 M POLK professor #> 692 2007-07-01 2007 M STORY professor #> 693 2007-07-01 2007 F STORY professor #> 694 2007-07-01 2007 M STORY professor #> 695 2007-07-01 2007 F BOONE professor #> 696 2007-07-01 2007 F PIMA professor #> 697 2007-07-01 2007 M STORY professor #> 698 2007-07-01 2007 M STORY professor #> 699 2007-07-01 2007 F STORY professor #> 700 2007-07-01 2007 M STORY professor #> 701 2007-07-01 2007 M STORY professor #> 702 2007-07-01 2007 M STORY professor #> 703 2007-07-01 2007 M STORY professor #> 704 2007-07-01 2007 F POLK professor #> 705 2007-07-01 2007 F BOONE professor #> 706 2007-07-01 2007 M STORY professor #> 707 2007-07-01 2007 M STORY professor #> 708 2007-07-01 2007 F STORY professor #> 709 2007-07-01 2007 M STORY professor #> 710 2007-07-01 2007 F CLAY professor #> 711 2007-07-01 2007 F STORY professor #> 712 2007-07-01 2007 F BOONE professor #> 713 2007-07-01 2007 M BOONE professor #> 714 2007-07-01 2007 F STORY professor #> 715 2007-07-01 2007 M STORY professor #> 716 2007-07-01 2007 M STORY professor #> 717 2007-07-01 2007 F STORY professor #> 718 2007-07-01 2007 M STORY professor #> 719 2007-07-01 2007 M STORY professor #> 720 2007-07-01 2007 M STORY professor #> 721 2007-07-01 2007 M STORY professor #> 722 2007-07-01 2007 M STORY professor #> 723 2007-07-01 2007 M STORY professor #> 724 2007-07-01 2007 M STORY professor #> 725 2007-07-01 2007 M STORY professor #> 726 2007-07-01 2007 F STORY professor #> 727 2007-07-01 2007 M STORY professor #> 728 2007-07-01 2007 M BOONE professor #> 729 2007-07-01 2007 F BOONE professor #> 730 2007-07-01 2007 F STORY professor #> 731 2007-07-01 2007 M STORY professor #> 732 2007-07-01 2007 M STORY professor #> 733 2007-07-01 2007 M BOONE professor #> 734 2007-07-01 2007 F STORY professor #> 735 2007-07-01 2007 M STORY professor #> 736 2007-07-01 2007 F POLK professor #> 737 2007-07-01 2007 M STORY professor #> 738 2007-07-01 2007 F STORY professor #> 739 2007-07-01 2007 M STORY professor #> 740 2007-07-01 2007 M STORY professor #> 741 2007-07-01 2007 M STORY professor #> 742 2007-07-01 2007 F STORY professor #> 743 2007-07-01 2007 F STORY professor #> 744 2007-07-01 2007 M STORY professor #> 745 2007-07-01 2007 M STORY professor #> 746 2007-07-01 2007 F STORY professor #> 747 2007-07-01 2007 M STORY professor #> 748 2007-07-01 2007 M STORY professor #> 749 2007-07-01 2007 M STORY professor #> 750 2007-07-01 2007 M STORY professor #> 751 2007-07-01 2007 F POLK professor #> 752 2007-07-01 2007 M STORY professor #> 753 2007-07-01 2007 M STORY professor #> 754 2007-07-01 2007 M STORY professor #> 755 2007-07-01 2007 F STORY professor #> 756 2007-07-01 2007 M STORY professor #> 757 2007-07-01 2007 F STORY professor #> 758 2007-07-01 2007 M SAINT LOUIS CITY professor #> 759 2007-07-01 2007 F STORY professor #> 760 2007-07-01 2007 F STORY professor #> 761 2007-07-01 2007 M STORY professor #> 762 2007-07-01 2007 M STORY professor #> 763 2007-07-01 2007 M STORY professor #> 764 2007-07-01 2007 M STORY professor #> 765 2007-07-01 2007 M STORY professor #> 766 2007-07-01 2007 M STORY professor #> 767 2007-07-01 2007 M STORY professor #> 768 2007-07-01 2007 M STORY professor #> 769 2007-07-01 2007 M STORY professor #> 770 2007-07-01 2007 M POLK professor #> 771 2007-07-01 2007 M STORY professor #> 772 2007-07-01 2007 M STORY professor #> 773 2007-07-01 2007 M STORY professor #> 774 2007-07-01 2007 F STORY professor #> 775 2007-07-01 2007 M STORY professor #> 776 2007-07-01 2007 M RAMSEY professor #> 777 2007-07-01 2007 M STORY professor #> 778 2007-07-01 2007 M STORY professor #> 779 2007-07-01 2007 M STORY professor #> 780 2007-07-01 2007 M STORY professor #> 781 2007-07-01 2007 M BOONE professor #> 782 2007-07-01 2007 M STORY professor #> 783 2007-07-01 2007 M STORY professor #> 784 2007-07-01 2007 M STORY professor #> 785 2007-07-01 2007 M POLK professor #> 786 2007-07-01 2007 M STORY professor #> 787 2007-07-01 2007 M STORY professor #> 788 2007-07-01 2007 M STORY professor #> 789 2007-07-01 2007 F ROCK professor #> 790 2007-07-01 2007 M STORY professor #> 791 2007-07-01 2007 F POLK professor #> 792 2007-07-01 2007 M STORY professor #> 793 2007-07-01 2007 M STORY professor #> 794 2007-07-01 2007 M STORY professor #> 795 2007-07-01 2007 M POLK professor #> 796 2007-07-01 2007 M STORY professor #> 797 2007-07-01 2007 M STORY professor #> 798 2007-07-01 2007 M STORY professor #> 799 2007-07-01 2007 M BREMER professor #> 800 2007-07-01 2007 M STORY professor #> 801 2007-07-01 2007 F STORY professor #> 802 2007-07-01 2007 F STORY professor #> 803 2007-07-01 2007 M STORY professor #> 804 2007-07-01 2007 M STORY professor #> 805 2007-07-01 2007 F STORY professor #> 806 2007-07-01 2007 M IOWA professor #> 807 2007-07-01 2007 M STORY professor #> 808 2007-07-01 2007 M STORY professor #> 809 2007-07-01 2007 F DOUGLAS professor #> 810 2007-07-01 2007 F STORY professor #> 811 2007-07-01 2007 F STORY professor #> 812 2007-07-01 2007 M STORY professor #> 813 2007-07-01 2007 M BOONE professor #> 814 2007-07-01 2007 M STORY professor #> 815 2007-07-01 2007 M BOONE professor #> 816 2007-07-01 2007 M BOONE professor #> 817 2007-07-01 2007 M STORY professor #> 818 2007-07-01 2007 M STORY professor #> 819 2007-07-01 2007 M STORY professor #> 820 2007-07-01 2007 M STORY professor #> 821 2007-07-01 2007 M BOONE professor #> 822 2007-07-01 2007 M STORY professor #> 823 2007-07-01 2007 M STORY professor #> 824 2007-07-01 2007 M STORY professor #> 825 2007-07-01 2007 F STORY professor #> 826 2007-07-01 2007 M STORY professor #> 827 2007-07-01 2007 M STORY professor #> 828 2007-07-01 2007 M STORY professor #> 829 2007-07-01 2007 M STORY professor #> 830 2007-07-01 2007 M STORY professor #> 831 2007-07-01 2007 F STORY professor #> 832 2007-07-01 2007 F STORY professor #> 833 2007-07-01 2007 M STORY professor #> 834 2007-07-01 2007 M BALTIMORE professor #> 835 2007-07-01 2007 M STORY professor #> 836 2007-07-01 2007 F STORY professor #> 837 2007-07-01 2007 M STORY professor #> 838 2007-07-01 2007 M BOONE professor #> 839 2007-07-01 2007 M STORY professor #> 840 2007-07-01 2007 F STORY professor #> 841 2007-07-01 2007 M ALAMANCE professor #> 842 2007-07-01 2007 F STORY professor #> 843 2007-07-01 2007 M STORY professor #> 844 2007-07-01 2007 F STORY professor #> 845 2007-07-01 2007 F STORY professor #> 846 2007-07-01 2007 M STORY professor #> 847 2007-07-01 2007 M STORY professor #> 848 2007-07-01 2007 M STORY professor #> 849 2007-07-01 2007 M STORY professor #> 850 2007-07-01 2007 M STORY professor #> 851 2007-07-01 2007 F STORY professor #> 852 2007-07-01 2007 M STORY professor #> 853 2007-07-01 2007 M STORY professor #> 854 2007-07-01 2007 F STORY professor #> 855 2007-07-01 2007 F STORY professor #> 856 2007-07-01 2007 M STORY professor #> 857 2007-07-01 2007 M STORY professor #> 858 2007-07-01 2007 M STORY professor #> 859 2007-07-01 2007 M CLARKE professor #> 860 2007-07-01 2007 M STORY professor #> 861 2007-07-01 2007 M STORY professor #> 862 2007-07-01 2007 M STORY professor #> 863 2007-07-01 2007 M STORY professor #> 864 2007-07-01 2007 M STORY professor #> 865 2007-07-01 2007 M STORY professor #> 866 2007-07-01 2007 M STORY professor #> 867 2007-07-01 2007 M STORY professor #> 868 2007-07-01 2007 M STORY professor #> 869 2007-07-01 2007 M STORY professor #> 870 2007-07-01 2007 M POLK professor #> 871 2007-07-01 2007 F STORY professor #> 872 2007-07-01 2007 M STORY professor #> 873 2007-07-01 2007 F STORY professor #> 874 2007-07-01 2007 F STORY professor #> 875 2007-07-01 2007 M STORY professor #> 876 2007-07-01 2007 M STORY professor #> 877 2007-07-01 2007 F STORY professor #> 878 2007-07-01 2007 M STORY professor #> 879 2007-07-01 2007 M STORY professor #> 880 2007-07-01 2007 F STORY professor #> 881 2007-07-01 2007 F STORY professor #> 882 2007-07-01 2007 M BOONE professor #> 883 2007-07-01 2007 M GRANT professor #> 884 2007-07-01 2007 F STORY professor #> 885 2007-07-01 2007 M STORY professor #> 886 2007-07-01 2007 M STORY professor #> 887 2007-07-01 2007 F STORY professor #> 888 2007-07-01 2007 F BOONE professor #> 889 2007-07-01 2007 F STORY professor #> 890 2007-07-01 2007 M STORY professor #> 891 2007-07-01 2007 M STORY professor #> 892 2007-07-01 2007 M STORY professor #> 893 2007-07-01 2007 M POLK professor #> 894 2007-07-01 2007 M STORY professor #> 895 2007-07-01 2007 M STORY professor #> 896 2007-07-01 2007 F STORY professor #> 897 2007-07-01 2007 M STORY professor #> 898 2007-07-01 2007 M STORY professor #> 899 2007-07-01 2007 F STORY professor #> 900 2007-07-01 2007 M STORY professor #> 901 2007-07-01 2007 M STORY professor #> 902 2007-07-01 2007 F STORY professor #> 903 2007-07-01 2007 M STORY professor #> 904 2007-07-01 2007 M BOONE professor #> 905 2007-07-01 2007 M STORY professor #> 906 2007-07-01 2007 F BOONE professor #> 907 2007-07-01 2007 M BOONE professor #> 908 2007-07-01 2007 M STORY professor #> 909 2007-07-01 2007 M STORY professor #> 910 2007-07-01 2007 M STORY professor #> 911 2007-07-01 2007 M STORY professor #> 912 2007-07-01 2007 M STORY professor #> 913 2007-07-01 2007 M STORY professor #> 914 2007-07-01 2007 M STORY professor #> 915 2007-07-01 2007 M STORY professor #> 916 2007-07-01 2007 M STORY professor #> 917 2007-07-01 2007 F STORY professor #> 918 2007-07-01 2007 F STORY professor #> 919 2007-07-01 2007 F STORY professor #> 920 2007-07-01 2007 F STORY professor #> 921 2007-07-01 2007 M STORY professor #> 922 2007-07-01 2007 M LUBBOCK professor #> 923 2007-07-01 2007 M STORY professor #> 924 2007-07-01 2007 F POLK professor #> 925 2007-07-01 2007 F STORY professor #> 926 2007-07-01 2007 M STORY professor #> 927 2007-07-01 2007 M STORY professor #> 928 2007-07-01 2007 M STORY professor #> 929 2007-07-01 2007 M STORY professor #> 930 2007-07-01 2007 M STORY professor #> 931 2007-07-01 2007 F STORY professor #> 932 2007-07-01 2007 F STORY professor #> 933 2007-07-01 2007 F STORY professor #> 934 2007-07-01 2007 F STORY professor #> 935 2007-07-01 2007 M POLK professor #> 936 2007-07-01 2007 M STORY professor #> 937 2007-07-01 2007 M STORY professor #> 938 2007-07-01 2007 F STORY professor #> 939 2007-07-01 2007 F STORY professor #> 940 2007-07-01 2007 F STORY professor #> 941 2007-07-01 2007 M STORY professor #> 942 2007-07-01 2007 M STORY professor #> 943 2007-07-01 2007 M STORY professor #> 944 2007-07-01 2007 M STORY professor #> 945 2007-07-01 2007 M STORY professor #> 946 2007-07-01 2007 M STORY professor #> 947 2007-07-01 2007 F STORY professor #> 948 2007-07-01 2007 M STORY professor #> 949 2007-07-01 2007 F STORY professor #> 950 2007-07-01 2007 M STORY professor #> 951 2007-07-01 2007 M STORY professor #> 952 2007-07-01 2007 M STORY professor #> 953 2007-07-01 2007 M STORY professor #> 954 2007-07-01 2007 F STORY professor #> 955 2007-07-01 2007 M STORY professor #> 956 2007-07-01 2007 M STORY professor #> 957 2007-07-01 2007 M BOONE professor #> 958 2007-07-01 2007 M STORY professor #> 959 2007-07-01 2007 M STORY professor #> 960 2007-07-01 2007 M STORY professor #> 961 2007-07-01 2007 M POLK professor #> 962 2007-07-01 2007 M STORY professor #> 963 2007-07-01 2007 F STORY professor #> 964 2007-07-01 2007 M STORY professor #> 965 2007-07-01 2007 F STORY professor #> 966 2007-07-01 2007 M STORY professor #> 967 2007-07-01 2007 F BOONE professor #> 968 2007-07-01 2007 M STORY professor #> 969 2007-07-01 2007 M STORY professor #> 970 2007-07-01 2007 M STORY professor #> 971 2007-07-01 2007 M STORY professor #> 972 2007-07-01 2007 F STORY professor #> 973 2007-07-01 2007 F STORY professor #> 974 2007-07-01 2007 M STORY professor #> 975 2007-07-01 2007 M STORY professor #> 976 2007-07-01 2007 M STORY professor #> 977 2007-07-01 2007 F STORY professor #> 978 2007-07-01 2007 M STORY professor #> 979 2007-07-01 2007 M STORY professor #> 980 2007-07-01 2007 M STORY professor #> 981 2007-07-01 2007 M STORY professor #> 982 2007-07-01 2007 M STORY professor #> 983 2007-07-01 2007 M STORY professor #> 984 2007-07-01 2007 M STORY professor #> 985 2007-07-01 2007 M STORY professor #> 986 2007-07-01 2007 M STORY professor #> 987 2007-07-01 2007 M STORY professor #> 988 2007-07-01 2007 M STORY professor #> 989 2007-07-01 2007 M STORY professor #> 990 2007-07-01 2007 F STORY professor #> 991 2007-07-01 2007 M DALLAS professor #> 992 2007-07-01 2007 M ALBANY professor #> 993 2007-07-01 2007 F STORY professor #> 994 2007-07-01 2007 M STORY professor #> 995 2007-07-01 2007 F STORY professor #> 996 2007-07-01 2007 M STORY professor #> 997 2007-07-01 2007 M STORY professor #> 998 2007-07-01 2007 M STORY professor #> 999 2007-07-01 2007 M STORY professor #> 1000 2007-07-01 2007 M STORY professor #> 1001 2007-07-01 2007 M STORY professor #> 1002 2007-07-01 2007 M STORY professor #> 1003 2007-07-01 2007 F BOONE professor #> 1004 2007-07-01 2007 F STORY professor #> 1005 2007-07-01 2007 M STORY professor #> 1006 2007-07-01 2007 M BOONE professor #> 1007 2007-07-01 2007 M STORY professor #> 1008 2007-07-01 2007 M STORY professor #> 1009 2007-07-01 2007 F STORY professor #> 1010 2007-07-01 2007 F STORY professor #> 1011 2007-07-01 2007 M STORY professor #> 1012 2007-07-01 2007 M STORY professor #> 1013 2007-07-01 2007 M STORY professor #> 1014 2007-07-01 2007 M STORY professor #> 1015 2007-07-01 2007 F STORY professor #> 1016 2007-07-01 2007 M POLK professor #> 1017 2007-07-01 2007 M STORY professor #> 1018 2007-07-01 2007 M STORY professor #> 1019 2007-07-01 2007 M STORY professor #> 1020 2007-07-01 2007 M STORY professor #> 1021 2007-07-01 2007 M STORY professor #> 1022 2007-07-01 2007 F STORY professor #> 1023 2007-07-01 2007 M POLK professor #> 1024 2007-07-01 2007 M STORY professor #> 1025 2007-07-01 2007 F STORY professor #> 1026 2007-07-01 2007 M STORY professor #> 1027 2007-07-01 2007 M STORY professor #> 1028 2007-07-01 2007 F STORY professor #> 1029 2007-07-01 2007 M STORY professor #> 1030 2007-07-01 2007 F PIMA professor #> 1031 2007-07-01 2007 M STORY professor #> 1032 2007-07-01 2007 M STORY professor #> 1033 2007-07-01 2007 M STORY professor #> 1034 2007-07-01 2007 M BOONE professor #> 1035 2007-07-01 2007 M STORY professor #> 1036 2007-07-01 2007 M POLK professor #> 1037 2007-07-01 2007 F STORY professor #> 1038 2007-07-01 2007 M STORY professor #> 1039 2007-07-01 2007 M STORY professor #> 1040 2007-07-01 2007 F STORY professor #> 1041 2007-07-01 2007 M STORY professor #> 1042 2007-07-01 2007 F STORY professor #> 1043 2007-07-01 2007 M STORY professor #> 1044 2007-07-01 2007 M STORY professor #> 1045 2007-07-01 2007 M STORY professor #> 1046 2007-07-01 2007 F STORY professor #> 1047 2007-07-01 2007 M STORY professor #> 1048 2007-07-01 2007 F BOONE professor #> 1049 2007-07-01 2007 M STORY professor #> 1050 2007-07-01 2007 M STORY professor #> 1051 2007-07-01 2007 M STORY professor #> 1052 2007-07-01 2007 M STORY professor #> 1053 2007-07-01 2007 M STORY professor #> 1054 2007-07-01 2007 M STORY professor #> 1055 2007-07-01 2007 M STORY professor #> 1056 2007-07-01 2007 M STORY professor #> 1057 2007-07-01 2007 M STORY professor #> 1058 2007-07-01 2007 M STORY professor #> 1059 2007-07-01 2007 M STORY professor #> 1060 2007-07-01 2007 M STORY professor #> 1061 2007-07-01 2007 F STORY professor #> 1062 2007-07-01 2007 M STORY professor #> 1063 2007-07-01 2007 M STORY professor #> 1064 2007-07-01 2007 F STORY professor #> 1065 2007-07-01 2007 M BOONE professor #> 1066 2007-07-01 2007 M STORY professor #> 1067 2007-07-01 2007 M STORY professor #> 1068 2007-07-01 2007 M STORY professor #> 1069 2007-07-01 2007 M STORY professor #> 1070 2007-07-01 2007 M STORY professor #> 1071 2007-07-01 2007 M BOONE professor #> 1072 2007-07-01 2007 F STORY professor #> 1073 2007-07-01 2007 M <NA> professor #> 1074 2007-07-01 2007 M STORY professor #> 1075 2007-07-01 2007 M STORY professor #> 1076 2007-07-01 2007 F STORY professor #> 1077 2007-07-01 2007 M PIMA professor #> 1078 2007-07-01 2007 M STORY professor #> 1079 2007-07-01 2007 M STORY professor #> 1080 2007-07-01 2007 F STORY professor #> 1081 2007-07-01 2007 M STORY professor #> 1082 2007-07-01 2007 M STORY professor #> 1083 2007-07-01 2007 F STORY professor #> 1084 2007-07-01 2007 M STORY professor #> 1085 2007-07-01 2007 M STORY professor #> 1086 2007-07-01 2007 M STORY professor #> 1087 2007-07-01 2007 M BOONE professor #> 1088 2007-07-01 2007 F STORY professor #> 1089 2007-07-01 2007 M STORY professor #> 1090 2007-07-01 2007 F STORY professor #> 1091 2007-07-01 2007 F STORY professor #> 1092 2007-07-01 2007 M STORY professor #> 1093 2007-07-01 2007 F STORY professor #> 1094 2007-07-01 2007 M GREENE professor #> 1095 2007-07-01 2007 F STORY professor #> 1096 2007-07-01 2007 M STORY professor #> 1097 2007-07-01 2007 F STORY professor #> 1098 2007-07-01 2007 M STORY professor #> 1099 2007-07-01 2007 M CENTRE professor #> 1100 2007-07-01 2007 M BOONE professor #> 1101 2007-07-01 2007 M STORY professor #> 1102 2007-07-01 2007 F STORY professor #> 1103 2007-07-01 2007 M STORY professor #> 1104 2007-07-01 2007 M STORY professor #> 1105 2007-07-01 2007 M STORY professor #> 1106 2007-07-01 2007 F STORY professor #> 1107 2007-07-01 2007 M STORY professor #> 1108 2007-07-01 2007 M HAMPSHIRE professor #> 1109 2007-07-01 2007 M STORY professor #> 1110 2007-07-01 2007 M STORY professor #> 1111 2007-07-01 2007 M STORY professor #> 1112 2007-07-01 2007 M STORY professor #> 1113 2007-07-01 2007 F STORY professor #> 1114 2007-07-01 2007 M STORY professor #> 1115 2007-07-01 2007 M STORY professor #> 1116 2007-07-01 2007 M STORY professor #> 1117 2007-07-01 2007 M STORY professor #> 1118 2007-07-01 2007 M STORY professor #> 1119 2007-07-01 2007 M STORY professor #> 1120 2007-07-01 2007 M KANE professor #> 1121 2007-07-01 2007 M STORY professor #> 1122 2007-07-01 2007 F STORY professor #> 1123 2007-07-01 2007 M STORY professor #> 1124 2007-07-01 2007 F STORY professor #> 1125 2007-07-01 2007 M STORY professor #> 1126 2007-07-01 2007 F STORY professor #> 1127 2007-07-01 2007 M STORY professor #> 1128 2007-07-01 2007 M POLK professor #> 1129 2007-07-01 2007 M BLACK HAWK professor #> 1130 2007-07-01 2007 F STORY professor #> 1131 2007-07-01 2007 M STORY professor #> 1132 2007-07-01 2007 M STORY professor #> 1133 2007-07-01 2007 M STORY professor #> 1134 2007-07-01 2007 F STORY professor #> 1135 2007-07-01 2007 F PAYNE professor #> 1136 2007-07-01 2007 F STORY professor #> 1137 2007-07-01 2007 F STORY professor #> 1138 2007-07-01 2007 M STORY professor #> 1139 2007-07-01 2007 M STORY professor #> 1140 2007-07-01 2007 F STORY professor #> 1141 2007-07-01 2007 M STORY professor #> 1142 2007-07-01 2007 M STORY professor #> 1143 2007-07-01 2007 M STORY professor #> 1144 2007-07-01 2007 M DANE professor #> 1145 2007-07-01 2007 M STORY professor #> 1146 2007-07-01 2007 M STORY professor #> 1147 2007-07-01 2007 M STORY professor #> 1148 2007-07-01 2007 F BOULDER professor #> 1149 2007-07-01 2007 M STORY professor #> 1150 2007-07-01 2007 M STORY professor #> 1151 2007-07-01 2007 M STORY professor #> 1152 2007-07-01 2007 M STORY professor #> 1153 2007-07-01 2007 M STORY professor #> 1154 2007-07-01 2007 M STORY professor #> 1155 2007-07-01 2007 F STORY professor #> 1156 2007-07-01 2007 M STORY professor #> 1157 2007-07-01 2007 M STORY professor #> 1158 2007-07-01 2007 M STORY professor #> 1159 2007-07-01 2007 M MERCER professor #> 1160 2007-07-01 2007 M STORY professor #> 1161 2007-07-01 2007 M STORY professor #> 1162 2007-07-01 2007 M GRANT professor #> 1163 2007-07-01 2007 M STORY professor #> 1164 2007-07-01 2007 M STORY professor #> 1165 2007-07-01 2007 M STORY professor #> 1166 2007-07-01 2007 F STORY professor #> 1167 2007-07-01 2007 M STORY professor #> 1168 2007-07-01 2007 M STORY professor #> 1169 2007-07-01 2007 M STORY professor #> 1170 2007-07-01 2007 F BOONE professor #> 1171 2007-07-01 2007 M BOONE professor #> 1172 2007-07-01 2007 M STORY professor #> 1173 2007-07-01 2007 M STORY professor #> 1174 2007-07-01 2007 M STORY professor #> 1175 2007-07-01 2007 M STORY professor #> 1176 2007-07-01 2007 M STORY professor #> 1177 2007-07-01 2007 M STORY professor #> 1178 2007-07-01 2007 M STORY professor #> 1179 2007-07-01 2007 F STORY professor #> 1180 2007-07-01 2007 M STORY professor #> 1181 2007-07-01 2007 M POLK professor #> 1182 2007-07-01 2007 M STORY professor #> 1183 2007-07-01 2007 M STORY professor #> 1184 2007-07-01 2007 F JOHNSON professor #> 1185 2007-07-01 2007 M STORY professor #> 1186 2007-07-01 2007 M STORY professor #> 1187 2007-07-01 2007 F POLK professor #> 1188 2007-07-01 2007 M STORY professor #> 1189 2007-07-01 2007 M STORY professor #> 1190 2007-07-01 2007 M STORY professor #> 1191 2007-07-01 2007 F STORY professor #> 1192 2007-07-01 2007 M STORY professor #> 1193 2007-07-01 2007 M STORY professor #> 1194 2007-07-01 2007 M STORY professor #> 1195 2007-07-01 2007 M STORY professor #> 1196 2007-07-01 2007 F STORY professor #> 1197 2007-07-01 2007 F STORY professor #> 1198 2007-07-01 2007 F STORY professor #> 1199 2007-07-01 2007 M STORY professor #> 1200 2007-07-01 2007 M BOONE professor #> 1201 2007-07-01 2007 F BOONE professor #> 1202 2007-07-01 2007 F STORY professor #> 1203 2007-07-01 2007 F STORY professor #> 1204 2007-07-01 2007 M STORY professor #> 1205 2007-07-01 2007 F STORY professor #> 1206 2007-07-01 2007 M STORY professor #> 1207 2007-07-01 2007 M STORY professor #> 1208 2007-07-01 2007 M STORY professor #> 1209 2007-07-01 2007 M STORY professor #> 1210 2007-07-01 2007 M STORY professor #> 1211 2007-07-01 2007 M STORY professor #> 1212 2007-07-01 2007 M STORY professor #> 1213 2007-07-01 2007 M STORY professor #> 1214 2007-07-01 2007 M STORY professor #> 1215 2007-07-01 2007 M STORY professor #> 1216 2007-07-01 2007 M STORY professor #> 1217 2007-07-01 2007 M STORY professor #> 1218 2007-07-01 2007 F STORY professor #> 1219 2007-07-01 2007 F STORY professor #> 1220 2007-07-01 2007 M STORY professor #> 1221 2007-07-01 2007 M STORY professor #> 1222 2007-07-01 2007 F STORY professor #> 1223 2007-07-01 2007 M STORY professor #> 1224 2007-07-01 2007 M STORY professor #> 1225 2007-07-01 2007 M STORY professor #> 1226 2007-07-01 2007 M POLK professor #> 1227 2007-07-01 2007 M STORY professor #> 1228 2007-07-01 2007 M STORY professor #> 1229 2007-07-01 2007 M STORY professor #> 1230 2007-07-01 2007 M STORY professor #> 1231 2007-07-01 2007 F STORY professor #> 1232 2007-07-01 2007 M STORY professor #> 1233 2007-07-01 2007 M STORY professor #> 1234 2007-07-01 2007 M STORY professor #> 1235 2007-07-01 2007 M STORY professor #> 1236 2007-07-01 2007 M STORY professor #> 1237 2007-07-01 2007 M BOONE professor #> 1238 2007-07-01 2007 M STORY professor #> 1239 2007-07-01 2007 M HOWARD professor #> 1240 2007-07-01 2007 M STORY professor #> 1241 2007-07-01 2007 M STORY professor #> 1242 2007-07-01 2007 M STORY professor #> 1243 2007-07-01 2007 M STORY professor #> 1244 2007-07-01 2007 M STORY professor #> 1245 2007-07-01 2007 F STORY professor #> 1246 2007-07-01 2007 M <NA> professor #> 1247 2007-07-01 2007 M STORY professor #> 1248 2007-07-01 2007 M STORY professor #> 1249 2007-07-01 2007 F STORY professor #> 1250 2007-07-01 2007 M STORY professor #> 1251 2007-07-01 2007 F STORY professor #> 1252 2007-07-01 2007 F STORY professor #> 1253 2007-07-01 2007 M STORY professor #> 1254 2007-07-01 2007 M POLK professor #> 1255 2007-07-01 2007 F STORY professor #> 1256 2007-07-01 2007 F STORY professor #> 1257 2007-07-01 2007 M STORY professor #> 1258 2007-07-01 2007 M BOONE professor #> 1259 2007-07-01 2007 M STORY professor #> 1260 2007-07-01 2007 M STORY professor #> 1261 2007-07-01 2007 M STORY professor #> 1262 2007-07-01 2007 F STORY professor #> 1263 2007-07-01 2007 M STORY professor #> 1264 2007-07-01 2007 M STORY professor #> 1265 2007-07-01 2007 M STORY professor #> 1266 2007-07-01 2007 M STORY professor #> 1267 2007-07-01 2007 M STORY professor #> 1268 2007-07-01 2007 F STORY professor #> 1269 2007-07-01 2007 M STORY professor #> 1270 2007-07-01 2007 F STORY professor #> 1271 2007-07-01 2007 F STORY professor #> 1272 2007-07-01 2007 M STORY professor #> 1273 2007-07-01 2007 M STORY professor #> 1274 2007-07-01 2007 M STORY professor #> 1275 2007-07-01 2007 M ALACHUA professor #> 1276 2007-07-01 2007 F STORY professor #> 1277 2007-07-01 2007 M POLK professor #> 1278 2007-07-01 2007 F STORY professor #> 1279 2007-07-01 2007 F STORY professor #> 1280 2007-07-01 2007 F STORY professor #> 1281 2007-07-01 2007 M STORY professor #> 1282 2007-07-01 2007 M STORY professor #> 1283 2007-07-01 2007 M STORY professor #> 1284 2007-07-01 2007 F STORY professor #> 1285 2007-07-01 2007 F STORY professor #> 1286 2007-07-01 2007 M STORY professor #> 1287 2007-07-01 2007 M BOONE professor #> 1288 2007-07-01 2007 F POLK professor #> 1289 2007-07-01 2007 M STORY professor #> 1290 2007-07-01 2007 F STORY professor #> 1291 2007-07-01 2007 F STORY professor #> 1292 2007-07-01 2007 M STORY professor #> 1293 2007-07-01 2007 F STORY professor #> 1294 2007-07-01 2007 M POLK professor #> 1295 2007-07-01 2007 M STORY professor #> 1296 2007-07-01 2007 M STORY professor #> 1297 2007-07-01 2007 M STORY professor #> 1298 2007-07-01 2007 M WOODFORD professor #> 1299 2007-07-01 2007 M STORY professor #> 1300 2007-07-01 2007 M STORY professor #> 1301 2007-07-01 2007 M STORY professor #> 1302 2007-07-01 2007 M STORY professor #> 1303 2007-07-01 2007 F STORY professor #> 1304 2007-07-01 2007 F STORY professor #> 1305 2007-07-01 2007 M STORY professor #> 1306 2007-07-01 2007 M STORY professor #> 1307 2007-07-01 2007 F STORY professor #> 1308 2007-07-01 2007 M MARSHALL professor #> 1309 2007-07-01 2007 F POLK professor #> 1310 2007-07-01 2007 F CHISAGO professor #> 1311 2007-07-01 2007 F STORY professor #> 1312 2007-07-01 2007 M STORY professor #> 1313 2007-07-01 2007 F STORY professor #> 1314 2007-07-01 2007 M STORY professor #> 1315 2007-07-01 2007 M STORY professor #> 1316 2007-07-01 2007 M STORY professor #> 1317 2007-07-01 2007 M STORY professor #> 1318 2007-07-01 2007 M STORY professor #> 1319 2007-07-01 2007 M STORY professor #> 1320 2007-07-01 2007 F STORY professor #> 1321 2007-07-01 2007 M STORY professor #> 1322 2007-07-01 2007 F STORY professor #> 1323 2007-07-01 2007 F STORY professor #> 1324 2007-07-01 2007 M STORY professor #> 1325 2007-07-01 2007 M STORY professor #> 1326 2007-07-01 2007 M BOONE professor #> 1327 2007-07-01 2007 F STORY professor #> 1328 2007-07-01 2007 M STORY professor #> 1329 2007-07-01 2007 M STORY professor #> 1330 2007-07-01 2007 M BOONE professor #> 1331 2007-07-01 2007 M STORY professor #> 1332 2007-07-01 2007 M STORY professor #> 1333 2007-07-01 2007 M STORY professor #> 1334 2007-07-01 2007 M STORY professor #> 1335 2007-07-01 2007 M STORY professor #> 1336 2007-07-01 2007 M POLK professor #> 1337 2007-07-01 2007 M STORY professor #> 1338 2007-07-01 2007 M STORY professor #> 1339 2007-07-01 2007 M STORY professor #> 1340 2007-07-01 2007 M STORY professor #> 1341 2007-07-01 2007 F STORY professor #> 1342 2007-07-01 2007 M STORY professor #> 1343 2007-07-01 2007 F STORY professor #> 1344 2007-07-01 2007 M BOONE professor #> 1345 2007-07-01 2007 F STORY professor #> 1346 2007-07-01 2007 M STORY professor #> 1347 2007-07-01 2007 M STORY professor #> 1348 2007-07-01 2007 F POLK professor #> 1349 2007-07-01 2007 M STORY professor #> 1350 2007-07-01 2007 M STORY professor #> 1351 2007-07-01 2007 M STORY professor #> 1352 2007-07-01 2007 M STORY professor #> 1353 2007-07-01 2007 F STORY professor #> 1354 2007-07-01 2007 M STORY professor #> 1355 2007-07-01 2007 F STORY professor #> 1356 2007-07-01 2007 M POLK professor #> 1357 2007-07-01 2007 F STORY professor #> 1358 2007-07-01 2007 F STORY professor #> 1359 2007-07-01 2007 F STORY professor #> 1360 2007-07-01 2007 M STORY professor #> 1361 2007-07-01 2007 M STORY professor #> 1362 2007-07-01 2007 M STORY professor #> 1363 2007-07-01 2007 M STORY professor #> 1364 2007-07-01 2007 M STORY professor #> 1365 2007-07-01 2007 M STORY professor #> 1366 2007-07-01 2007 M COOK professor #> 1367 2007-07-01 2007 F STORY professor #> 1368 2007-07-01 2007 M STORY professor #> 1369 2007-07-01 2007 M STORY professor #> 1370 2007-07-01 2007 M STORY professor #> 1371 2008-07-01 2008 M STORY professor #> 1372 2008-07-01 2008 F STORY professor #> 1373 2008-07-01 2008 M STORY professor #> 1374 2008-07-01 2008 M STORY professor #> 1375 2008-07-01 2008 M STORY professor #> 1376 2008-07-01 2008 M STORY professor #> 1377 2008-07-01 2008 M POLK professor #> 1378 2008-07-01 2008 M STORY professor #> 1379 2008-07-01 2008 M STORY professor #> 1380 2008-07-01 2008 M STORY professor #> 1381 2008-07-01 2008 M STORY professor #> 1382 2008-07-01 2008 M STORY professor #> 1383 2008-07-01 2008 F STORY professor #> 1384 2008-07-01 2008 M STORY professor #> 1385 2008-07-01 2008 M STORY professor #> 1386 2008-07-01 2008 M STORY professor #> 1387 2008-07-01 2008 M STORY professor #> 1388 2008-07-01 2008 F STORY professor #> 1389 2008-07-01 2008 F STORY professor #> 1390 2008-07-01 2008 M POLK professor #> 1391 2008-07-01 2008 M STORY professor #> 1392 2008-07-01 2008 M STORY professor #> 1393 2008-07-01 2008 F STORY professor #> 1394 2008-07-01 2008 M CLINTON professor #> 1395 2008-07-01 2008 M STORY professor #> 1396 2008-07-01 2008 M STORY professor #> 1397 2008-07-01 2008 M STORY professor #> 1398 2008-07-01 2008 M STORY professor #> 1399 2008-07-01 2008 M STORY professor #> 1400 2008-07-01 2008 M STORY professor #> 1401 2008-07-01 2008 M STORY professor #> 1402 2008-07-01 2008 M STORY professor #> 1403 2008-07-01 2008 M STORY professor #> 1404 2008-07-01 2008 F STORY professor #> 1405 2008-07-01 2008 M STORY professor #> 1406 2008-07-01 2008 F STORY professor #> 1407 2008-07-01 2008 M STORY professor #> 1408 2008-07-01 2008 M STORY professor #> 1409 2008-07-01 2008 M STORY professor #> 1410 2008-07-01 2008 F STORY professor #> 1411 2008-07-01 2008 M STORY professor #> 1412 2008-07-01 2008 M STORY professor #> 1413 2008-07-01 2008 M STORY professor #> 1414 2008-07-01 2008 F STORY professor #> 1415 2008-07-01 2008 M STORY professor #> 1416 2008-07-01 2008 M STORY professor #> 1417 2008-07-01 2008 F STORY professor #> 1418 2008-07-01 2008 M STORY professor #> 1419 2008-07-01 2008 F STORY professor #> 1420 2008-07-01 2008 F STORY professor #> 1421 2008-07-01 2008 M STORY professor #> 1422 2008-07-01 2008 M STORY professor #> 1423 2008-07-01 2008 F STORY professor #> 1424 2008-07-01 2008 F STORY professor #> 1425 2008-07-01 2008 M STORY professor #> 1426 2008-07-01 2008 M STORY professor #> 1427 2008-07-01 2008 M STORY professor #> 1428 2008-07-01 2008 F STORY professor #> 1429 2008-07-01 2008 F POLK professor #> 1430 2008-07-01 2008 F BOONE professor #> 1431 2008-07-01 2008 F STORY professor #> 1432 2008-07-01 2008 M STORY professor #> 1433 2008-07-01 2008 F STORY professor #> 1434 2008-07-01 2008 M STORY professor #> 1435 2008-07-01 2008 F STORY professor #> 1436 2008-07-01 2008 M STORY professor #> 1437 2008-07-01 2008 M STORY professor #> 1438 2008-07-01 2008 M STORY professor #> 1439 2008-07-01 2008 F STORY professor #> 1440 2008-07-01 2008 M STORY professor #> 1441 2008-07-01 2008 F STORY professor #> 1442 2008-07-01 2008 M STORY professor #> 1443 2008-07-01 2008 M STORY professor #> 1444 2008-07-01 2008 M STORY professor #> 1445 2008-07-01 2008 M STORY professor #> 1446 2008-07-01 2008 M STORY professor #> 1447 2008-07-01 2008 M STORY professor #> 1448 2008-07-01 2008 M STORY professor #> 1449 2008-07-01 2008 M POLK professor #> 1450 2008-07-01 2008 F STORY professor #> 1451 2008-07-01 2008 M STORY professor #> 1452 2008-07-01 2008 M STORY professor #> 1453 2008-07-01 2008 M STORY professor #> 1454 2008-07-01 2008 F STORY professor #> 1455 2008-07-01 2008 M STORY professor #> 1456 2008-07-01 2008 F STORY professor #> 1457 2008-07-01 2008 M BOONE professor #> 1458 2008-07-01 2008 M STORY professor #> 1459 2008-07-01 2008 M STORY professor #> 1460 2008-07-01 2008 M STORY professor #> 1461 2008-07-01 2008 F STORY professor #> 1462 2008-07-01 2008 M STORY professor #> 1463 2008-07-01 2008 F STORY professor #> 1464 2008-07-01 2008 F STORY professor #> 1465 2008-07-01 2008 F STORY professor #> 1466 2008-07-01 2008 F STORY professor #> 1467 2008-07-01 2008 F STORY professor #> 1468 2008-07-01 2008 F STORY professor #> 1469 2008-07-01 2008 F STORY professor #> 1470 2008-07-01 2008 M STORY professor #> 1471 2008-07-01 2008 M STORY professor #> 1472 2008-07-01 2008 M STORY professor #> 1473 2008-07-01 2008 M STORY professor #> 1474 2008-07-01 2008 F STORY professor #> 1475 2008-07-01 2008 M STORY professor #> 1476 2008-07-01 2008 M STORY professor #> 1477 2008-07-01 2008 M STORY professor #> 1478 2008-07-01 2008 M STORY professor #> 1479 2008-07-01 2008 M BRAZOS professor #> 1480 2008-07-01 2008 M STORY professor #> 1481 2008-07-01 2008 F STORY professor #> 1482 2008-07-01 2008 M STORY professor #> 1483 2008-07-01 2008 M STORY professor #> 1484 2008-07-01 2008 M STORY professor #> 1485 2008-07-01 2008 M BOONE professor #> 1486 2008-07-01 2008 M STORY professor #> 1487 2008-07-01 2008 M STORY professor #> 1488 2008-07-01 2008 F STORY professor #> 1489 2008-07-01 2008 M STORY professor #> 1490 2008-07-01 2008 M STORY professor #> 1491 2008-07-01 2008 F STORY professor #> 1492 2008-07-01 2008 F STORY professor #> 1493 2008-07-01 2008 F STORY professor #> 1494 2008-07-01 2008 M STORY professor #> 1495 2008-07-01 2008 F STORY professor #> 1496 2008-07-01 2008 M STORY professor #> 1497 2008-07-01 2008 M STORY professor #> 1498 2008-07-01 2008 M STORY professor #> 1499 2008-07-01 2008 M STORY professor #> 1500 2008-07-01 2008 M STORY professor #> 1501 2008-07-01 2008 F STORY professor #> 1502 2008-07-01 2008 F STORY professor #> 1503 2008-07-01 2008 F STORY professor #> 1504 2008-07-01 2008 M STORY professor #> 1505 2008-07-01 2008 M STORY professor #> 1506 2008-07-01 2008 F STORY professor #> 1507 2008-07-01 2008 F JOHNSON professor #> 1508 2008-07-01 2008 M STORY professor #> 1509 2008-07-01 2008 M STORY professor #> 1510 2008-07-01 2008 F STORY professor #> 1511 2008-07-01 2008 M STORY professor #> 1512 2008-07-01 2008 F STORY professor #> 1513 2008-07-01 2008 F DEKALB professor #> 1514 2008-07-01 2008 M STORY professor #> 1515 2008-07-01 2008 M STORY professor #> 1516 2008-07-01 2008 M MONTGOMERY professor #> 1517 2008-07-01 2008 M STORY professor #> 1518 2008-07-01 2008 F POLK professor #> 1519 2008-07-01 2008 M STORY professor #> 1520 2008-07-01 2008 F STORY professor #> 1521 2008-07-01 2008 M STORY professor #> 1522 2008-07-01 2008 M STORY professor #> 1523 2008-07-01 2008 F POLK professor #> 1524 2008-07-01 2008 M STORY professor #> 1525 2008-07-01 2008 F STORY professor #> 1526 2008-07-01 2008 F STORY professor #> 1527 2008-07-01 2008 F STORY professor #> 1528 2008-07-01 2008 M STORY professor #> 1529 2008-07-01 2008 F STORY professor #> 1530 2008-07-01 2008 M STORY professor #> 1531 2008-07-01 2008 M STORY professor #> 1532 2008-07-01 2008 F STORY professor #> 1533 2008-07-01 2008 F STORY professor #> 1534 2008-07-01 2008 M STORY professor #> 1535 2008-07-01 2008 M STORY professor #> 1536 2008-07-01 2008 M STORY professor #> 1537 2008-07-01 2008 M STORY professor #> 1538 2008-07-01 2008 M STORY professor #> 1539 2008-07-01 2008 M STORY professor #> 1540 2008-07-01 2008 M STORY professor #> 1541 2008-07-01 2008 M STORY professor #> 1542 2008-07-01 2008 F STORY professor #> 1543 2008-07-01 2008 M STORY professor #> 1544 2008-07-01 2008 F STORY professor #> 1545 2008-07-01 2008 M STORY professor #> 1546 2008-07-01 2008 M STORY professor #> 1547 2008-07-01 2008 M STORY professor #> 1548 2008-07-01 2008 M STORY professor #> 1549 2008-07-01 2008 M STORY professor #> 1550 2008-07-01 2008 M STORY professor #> 1551 2008-07-01 2008 M STORY professor #> 1552 2008-07-01 2008 M STORY professor #> 1553 2008-07-01 2008 M STORY professor #> 1554 2008-07-01 2008 F STORY professor #> 1555 2008-07-01 2008 M STORY professor #> 1556 2008-07-01 2008 M STORY professor #> 1557 2008-07-01 2008 M BOONE professor #> 1558 2008-07-01 2008 M STORY professor #> 1559 2008-07-01 2008 F ** professor #> 1560 2008-07-01 2008 M STORY professor #> 1561 2008-07-01 2008 F STORY professor #> 1562 2008-07-01 2008 F BOONE professor #> 1563 2008-07-01 2008 M STORY professor #> 1564 2008-07-01 2008 M STORY professor #> 1565 2008-07-01 2008 M POLK professor #> 1566 2008-07-01 2008 M STORY professor #> 1567 2008-07-01 2008 M STORY professor #> 1568 2008-07-01 2008 M STORY professor #> 1569 2008-07-01 2008 M STORY professor #> 1570 2008-07-01 2008 M STORY professor #> 1571 2008-07-01 2008 F STORY professor #> 1572 2008-07-01 2008 M STORY professor #> 1573 2008-07-01 2008 M STORY professor #> 1574 2008-07-01 2008 F STORY professor #> 1575 2008-07-01 2008 M STORY professor #> 1576 2008-07-01 2008 F STORY professor #> 1577 2008-07-01 2008 F STORY professor #> 1578 2008-07-01 2008 F STORY professor #> 1579 2008-07-01 2008 M STORY professor #> 1580 2008-07-01 2008 M STORY professor #> 1581 2008-07-01 2008 M STORY professor #> 1582 2008-07-01 2008 F DALLAS professor #> 1583 2008-07-01 2008 F STORY professor #> 1584 2008-07-01 2008 F FULTON professor #> 1585 2008-07-01 2008 M STORY professor #> 1586 2008-07-01 2008 M STORY professor #> 1587 2008-07-01 2008 F STORY professor #> 1588 2008-07-01 2008 F STORY professor #> 1589 2008-07-01 2008 M STORY professor #> 1590 2008-07-01 2008 M STORY professor #> 1591 2008-07-01 2008 F WINNEBAGO professor #> 1592 2008-07-01 2008 F STORY professor #> 1593 2008-07-01 2008 M STORY professor #> 1594 2008-07-01 2008 M STORY professor #> 1595 2008-07-01 2008 M STORY professor #> 1596 2008-07-01 2008 M STORY professor #> 1597 2008-07-01 2008 F STORY professor #> 1598 2008-07-01 2008 M STORY professor #> 1599 2008-07-01 2008 F STORY professor #> 1600 2008-07-01 2008 F STORY professor #> 1601 2008-07-01 2008 M STORY professor #> 1602 2008-07-01 2008 F STORY professor #> 1603 2008-07-01 2008 M STORY professor #> 1604 2008-07-01 2008 M STORY professor #> 1605 2008-07-01 2008 M STORY professor #> 1606 2008-07-01 2008 M STORY professor #> 1607 2008-07-01 2008 F STORY professor #> 1608 2008-07-01 2008 M BOONE professor #> 1609 2008-07-01 2008 M STORY professor #> 1610 2008-07-01 2008 M STORY professor #> 1611 2008-07-01 2008 M STORY professor #> 1612 2008-07-01 2008 F STORY professor #> 1613 2008-07-01 2008 M STORY professor #> 1614 2008-07-01 2008 M STORY professor #> 1615 2008-07-01 2008 M STORY professor #> 1616 2008-07-01 2008 F STORY professor #> 1617 2008-07-01 2008 F POLK professor #> 1618 2008-07-01 2008 M STORY professor #> 1619 2008-07-01 2008 M STORY professor #> 1620 2008-07-01 2008 M STORY professor #> 1621 2008-07-01 2008 M STORY professor #> 1622 2008-07-01 2008 M STORY professor #> 1623 2008-07-01 2008 F STORY professor #> 1624 2008-07-01 2008 M STORY professor #> 1625 2008-07-01 2008 F STORY professor #> 1626 2008-07-01 2008 M STORY professor #> 1627 2008-07-01 2008 M STORY professor #> 1628 2008-07-01 2008 F STORY professor #> 1629 2008-07-01 2008 F STORY professor #> 1630 2008-07-01 2008 M STORY professor #> 1631 2008-07-01 2008 M STORY professor #> 1632 2008-07-01 2008 F ** professor #> 1633 2008-07-01 2008 M STORY professor #> 1634 2008-07-01 2008 M POLK professor #> 1635 2008-07-01 2008 F STORY professor #> 1636 2008-07-01 2008 M STORY professor #> 1637 2008-07-01 2008 M STORY professor #> 1638 2008-07-01 2008 F STORY professor #> 1639 2008-07-01 2008 F STORY professor #> 1640 2008-07-01 2008 M STORY professor #> 1641 2008-07-01 2008 M STORY professor #> 1642 2008-07-01 2008 M STORY professor #> 1643 2008-07-01 2008 M STORY professor #> 1644 2008-07-01 2008 F STORY professor #> 1645 2008-07-01 2008 F STORY professor #> 1646 2008-07-01 2008 M STORY professor #> 1647 2008-07-01 2008 M NEW LONDON professor #> 1648 2008-07-01 2008 F STORY professor #> 1649 2008-07-01 2008 M STORY professor #> 1650 2008-07-01 2008 M STORY professor #> 1651 2008-07-01 2008 M STORY professor #> 1652 2008-07-01 2008 F STORY professor #> 1653 2008-07-01 2008 M STORY professor #> 1654 2008-07-01 2008 M STORY professor #> 1655 2008-07-01 2008 F STORY professor #> 1656 2008-07-01 2008 F STORY professor #> 1657 2008-07-01 2008 M STORY professor #> 1658 2008-07-01 2008 M STORY professor #> 1659 2008-07-01 2008 M STORY professor #> 1660 2008-07-01 2008 M STORY professor #> 1661 2008-07-01 2008 M STORY professor #> 1662 2008-07-01 2008 M BOONE professor #> 1663 2008-07-01 2008 F STORY professor #> 1664 2008-07-01 2008 M STORY professor #> 1665 2008-07-01 2008 M POLK professor #> 1666 2008-07-01 2008 M STORY professor #> 1667 2008-07-01 2008 M BOONE professor #> 1668 2008-07-01 2008 M STORY professor #> 1669 2008-07-01 2008 M BOONE professor #> 1670 2008-07-01 2008 M STORY professor #> 1671 2008-07-01 2008 M HAMILTON professor #> 1672 2008-07-01 2008 M STORY professor #> 1673 2008-07-01 2008 F STORY professor #> 1674 2008-07-01 2008 M STORY professor #> 1675 2008-07-01 2008 M STORY professor #> 1676 2008-07-01 2008 M BREMER professor #> 1677 2008-07-01 2008 M STORY professor #> 1678 2008-07-01 2008 M STORY professor #> 1679 2008-07-01 2008 M BOONE professor #> 1680 2008-07-01 2008 F STORY professor #> 1681 2008-07-01 2008 M BOONE professor #> 1682 2008-07-01 2008 F STORY professor #> 1683 2008-07-01 2008 M STORY professor #> 1684 2008-07-01 2008 F STORY professor #> 1685 2008-07-01 2008 F STORY professor #> 1686 2008-07-01 2008 F STORY professor #> 1687 2008-07-01 2008 F STORY professor #> 1688 2008-07-01 2008 M STORY professor #> 1689 2008-07-01 2008 M STORY professor #> 1690 2008-07-01 2008 M STORY professor #> 1691 2008-07-01 2008 M STORY professor #> 1692 2008-07-01 2008 M STORY professor #> 1693 2008-07-01 2008 F STORY professor #> 1694 2008-07-01 2008 M STORY professor #> 1695 2008-07-01 2008 M STORY professor #> 1696 2008-07-01 2008 M STORY professor #> 1697 2008-07-01 2008 F STORY professor #> 1698 2008-07-01 2008 F STORY professor #> 1699 2008-07-01 2008 F STORY professor #> 1700 2008-07-01 2008 M STORY professor #> 1701 2008-07-01 2008 F STORY professor #> 1702 2008-07-01 2008 F LINN professor #> 1703 2008-07-01 2008 M STORY professor #> 1704 2008-07-01 2008 F JOHNSON professor #> 1705 2008-07-01 2008 F STORY professor #> 1706 2008-07-01 2008 M STORY professor #> 1707 2008-07-01 2008 M STORY professor #> 1708 2008-07-01 2008 M STORY professor #> 1709 2008-07-01 2008 M DALLAS professor #> 1710 2008-07-01 2008 F STORY professor #> 1711 2008-07-01 2008 M STORY professor #> 1712 2008-07-01 2008 M STORY professor #> 1713 2008-07-01 2008 F POLK professor #> 1714 2008-07-01 2008 M STORY professor #> 1715 2008-07-01 2008 F STORY professor #> 1716 2008-07-01 2008 M STORY professor #> 1717 2008-07-01 2008 F STORY professor #> 1718 2008-07-01 2008 M HAMILTON professor #> 1719 2008-07-01 2008 M STORY professor #> 1720 2008-07-01 2008 M STORY professor #> 1721 2008-07-01 2008 M STORY professor #> 1722 2008-07-01 2008 M STORY professor #> 1723 2008-07-01 2008 M STORY professor #> 1724 2008-07-01 2008 M STORY professor #> 1725 2008-07-01 2008 M POLK professor #> 1726 2008-07-01 2008 M STORY professor #> 1727 2008-07-01 2008 M STORY professor #> 1728 2008-07-01 2008 M MANATEE professor #> 1729 2008-07-01 2008 M BOONE professor #> 1730 2008-07-01 2008 M STORY professor #> 1731 2008-07-01 2008 M STORY professor #> 1732 2008-07-01 2008 M POLK professor #> 1733 2008-07-01 2008 M STORY professor #> 1734 2008-07-01 2008 F LANCASTER professor #> 1735 2008-07-01 2008 F STORY professor #> 1736 2008-07-01 2008 F GRAFTON professor #> 1737 2008-07-01 2008 M STORY professor #> 1738 2008-07-01 2008 M STORY professor #> 1739 2008-07-01 2008 M STORY professor #> 1740 2008-07-01 2008 M STORY professor #> 1741 2008-07-01 2008 M STORY professor #> 1742 2008-07-01 2008 F STORY professor #> 1743 2008-07-01 2008 M STORY professor #> 1744 2008-07-01 2008 F STORY professor #> 1745 2008-07-01 2008 M STORY professor #> 1746 2008-07-01 2008 F STORY professor #> 1747 2008-07-01 2008 M STORY professor #> 1748 2008-07-01 2008 F POLK professor #> 1749 2008-07-01 2008 M STORY professor #> 1750 2008-07-01 2008 M STORY professor #> 1751 2008-07-01 2008 F STORY professor #> 1752 2008-07-01 2008 M STORY professor #> 1753 2008-07-01 2008 M STORY professor #> 1754 2008-07-01 2008 M STORY professor #> 1755 2008-07-01 2008 M STORY professor #> 1756 2008-07-01 2008 M ALLEGHENY professor #> 1757 2008-07-01 2008 F STORY professor #> 1758 2008-07-01 2008 F STORY professor #> 1759 2008-07-01 2008 M STORY professor #> 1760 2008-07-01 2008 M STORY professor #> 1761 2008-07-01 2008 F STORY professor #> 1762 2008-07-01 2008 M STORY professor #> 1763 2008-07-01 2008 M STORY professor #> 1764 2008-07-01 2008 M STORY professor #> 1765 2008-07-01 2008 M STORY professor #> 1766 2008-07-01 2008 F STORY professor #> 1767 2008-07-01 2008 M STORY professor #> 1768 2008-07-01 2008 F STORY professor #> 1769 2008-07-01 2008 F STORY professor #> 1770 2008-07-01 2008 M STORY professor #> 1771 2008-07-01 2008 F POLK professor #> 1772 2008-07-01 2008 M STORY professor #> 1773 2008-07-01 2008 M STORY professor #> 1774 2008-07-01 2008 F STORY professor #> 1775 2008-07-01 2008 M STORY professor #> 1776 2008-07-01 2008 F STORY professor #> 1777 2008-07-01 2008 M STORY professor #> 1778 2008-07-01 2008 M STORY professor #> 1779 2008-07-01 2008 M BOONE professor #> 1780 2008-07-01 2008 M STORY professor #> 1781 2008-07-01 2008 M STORY professor #> 1782 2008-07-01 2008 M STORY professor #> 1783 2008-07-01 2008 F STORY professor #> 1784 2008-07-01 2008 M STORY professor #> 1785 2008-07-01 2008 M STORY professor #> 1786 2008-07-01 2008 M STORY professor #> 1787 2008-07-01 2008 M STORY professor #> 1788 2008-07-01 2008 M STORY professor #> 1789 2008-07-01 2008 M CHAMPAIGN professor #> 1790 2008-07-01 2008 M STORY professor #> 1791 2008-07-01 2008 M STORY professor #> 1792 2008-07-01 2008 M VIGO professor #> 1793 2008-07-01 2008 F STORY professor #> 1794 2008-07-01 2008 F STORY professor #> 1795 2008-07-01 2008 M STORY professor #> 1796 2008-07-01 2008 M STORY professor #> 1797 2008-07-01 2008 M STORY professor #> 1798 2008-07-01 2008 F POLK professor #> 1799 2008-07-01 2008 M STORY professor #> 1800 2008-07-01 2008 F STORY professor #> 1801 2008-07-01 2008 F STORY professor #> 1802 2008-07-01 2008 M STORY professor #> 1803 2008-07-01 2008 F STORY professor #> 1804 2008-07-01 2008 M STORY professor #> 1805 2008-07-01 2008 M STORY professor #> 1806 2008-07-01 2008 F STORY professor #> 1807 2008-07-01 2008 M STORY professor #> 1808 2008-07-01 2008 M STORY professor #> 1809 2008-07-01 2008 M STORY professor #> 1810 2008-07-01 2008 M STORY professor #> 1811 2008-07-01 2008 M STORY professor #> 1812 2008-07-01 2008 M STORY professor #> 1813 2008-07-01 2008 F STORY professor #> 1814 2008-07-01 2008 F STORY professor #> 1815 2008-07-01 2008 F STORY professor #> 1816 2008-07-01 2008 M STORY professor #> 1817 2008-07-01 2008 M STORY professor #> 1818 2008-07-01 2008 M STORY professor #> 1819 2008-07-01 2008 M DALLAS professor #> 1820 2008-07-01 2008 M STORY professor #> 1821 2008-07-01 2008 F POLK professor #> 1822 2008-07-01 2008 M STORY professor #> 1823 2008-07-01 2008 F POLK professor #> 1824 2008-07-01 2008 M STORY professor #> 1825 2008-07-01 2008 F STORY professor #> 1826 2008-07-01 2008 M STORY professor #> 1827 2008-07-01 2008 M STORY professor #> 1828 2008-07-01 2008 F STORY professor #> 1829 2008-07-01 2008 M STORY professor #> 1830 2008-07-01 2008 F SAN DIEGO professor #> 1831 2008-07-01 2008 M STORY professor #> 1832 2008-07-01 2008 M STORY professor #> 1833 2008-07-01 2008 F STORY professor #> 1834 2008-07-01 2008 M DURHAM professor #> 1835 2008-07-01 2008 M STORY professor #> 1836 2008-07-01 2008 F STORY professor #> 1837 2008-07-01 2008 M STORY professor #> 1838 2008-07-01 2008 F STORY professor #> 1839 2008-07-01 2008 M STORY professor #> 1840 2008-07-01 2008 F INGHAM professor #> 1841 2008-07-01 2008 M RAMSEY professor #> 1842 2008-07-01 2008 M STORY professor #> 1843 2008-07-01 2008 M STORY professor #> 1844 2008-07-01 2008 M STORY professor #> 1845 2008-07-01 2008 M STORY professor #> 1846 2008-07-01 2008 F STORY professor #> 1847 2008-07-01 2008 M BOONE professor #> 1848 2008-07-01 2008 M STORY professor #> 1849 2008-07-01 2008 M STORY professor #> 1850 2008-07-01 2008 M STORY professor #> 1851 2008-07-01 2008 M STORY professor #> 1852 2008-07-01 2008 M STORY professor #> 1853 2008-07-01 2008 M STORY professor #> 1854 2008-07-01 2008 M STORY professor #> 1855 2008-07-01 2008 M STORY professor #> 1856 2008-07-01 2008 M STORY professor #> 1857 2008-07-01 2008 M STORY professor #> 1858 2008-07-01 2008 M HAMILTON professor #> 1859 2008-07-01 2008 M STORY professor #> 1860 2008-07-01 2008 F STORY professor #> 1861 2008-07-01 2008 M STORY professor #> 1862 2008-07-01 2008 F STORY professor #> 1863 2008-07-01 2008 F STORY professor #> 1864 2008-07-01 2008 M STORY professor #> 1865 2008-07-01 2008 F STORY professor #> 1866 2008-07-01 2008 M POLK professor #> 1867 2008-07-01 2008 M STORY professor #> 1868 2008-07-01 2008 M STORY professor #> 1869 2008-07-01 2008 M DALLAS professor #> 1870 2008-07-01 2008 F STORY professor #> 1871 2008-07-01 2008 M STORY professor #> 1872 2008-07-01 2008 M POLK professor #> 1873 2008-07-01 2008 M STORY professor #> 1874 2008-07-01 2008 M HAMILTON professor #> 1875 2008-07-01 2008 M STORY professor #> 1876 2008-07-01 2008 F STORY professor #> 1877 2008-07-01 2008 M STORY professor #> 1878 2008-07-01 2008 M STORY professor #> 1879 2008-07-01 2008 M STORY professor #> 1880 2008-07-01 2008 M STORY professor #> 1881 2008-07-01 2008 M STORY professor #> 1882 2008-07-01 2008 M STORY professor #> 1883 2008-07-01 2008 M STORY professor #> 1884 2008-07-01 2008 F STORY professor #> 1885 2008-07-01 2008 M STORY professor #> 1886 2008-07-01 2008 F STORY professor #> 1887 2008-07-01 2008 M POLK professor #> 1888 2008-07-01 2008 M STORY professor #> 1889 2008-07-01 2008 M STORY professor #> 1890 2008-07-01 2008 M STORY professor #> 1891 2008-07-01 2008 M STORY professor #> 1892 2008-07-01 2008 M STORY professor #> 1893 2008-07-01 2008 M STORY professor #> 1894 2008-07-01 2008 F STORY professor #> 1895 2008-07-01 2008 M STORY professor #> 1896 2008-07-01 2008 F STORY professor #> 1897 2008-07-01 2008 M STORY professor #> 1898 2008-07-01 2008 M MECKLENBURG professor #> 1899 2008-07-01 2008 M STORY professor #> 1900 2008-07-01 2008 M HAMILTON professor #> 1901 2008-07-01 2008 F STORY professor #> 1902 2008-07-01 2008 M STORY professor #> 1903 2008-07-01 2008 M STORY professor #> 1904 2008-07-01 2008 F STORY professor #> 1905 2008-07-01 2008 M STORY professor #> 1906 2008-07-01 2008 M STORY professor #> 1907 2008-07-01 2008 M STORY professor #> 1908 2008-07-01 2008 M MONTGOMERY professor #> 1909 2008-07-01 2008 M STORY professor #> 1910 2008-07-01 2008 M STORY professor #> 1911 2008-07-01 2008 M STORY professor #> 1912 2008-07-01 2008 M STORY professor #> 1913 2008-07-01 2008 M BOONE professor #> 1914 2008-07-01 2008 F STORY professor #> 1915 2008-07-01 2008 M STORY professor #> 1916 2008-07-01 2008 M STORY professor #> 1917 2008-07-01 2008 M STORY professor #> 1918 2008-07-01 2008 M STORY professor #> 1919 2008-07-01 2008 F STORY professor #> 1920 2008-07-01 2008 M STORY professor #> 1921 2008-07-01 2008 F STORY professor #> 1922 2008-07-01 2008 M STORY professor #> 1923 2008-07-01 2008 F STORY professor #> 1924 2008-07-01 2008 M STORY professor #> 1925 2008-07-01 2008 M ** professor #> 1926 2008-07-01 2008 F STORY professor #> 1927 2008-07-01 2008 F STORY professor #> 1928 2008-07-01 2008 M BOONE professor #> 1929 2008-07-01 2008 M STORY professor #> 1930 2008-07-01 2008 F STORY professor #> 1931 2008-07-01 2008 F STORY professor #> 1932 2008-07-01 2008 M STORY professor #> 1933 2008-07-01 2008 M STORY professor #> 1934 2008-07-01 2008 M STORY professor #> 1935 2008-07-01 2008 M STORY professor #> 1936 2008-07-01 2008 M BOONE professor #> 1937 2008-07-01 2008 F BOONE professor #> 1938 2008-07-01 2008 M POLK professor #> 1939 2008-07-01 2008 M STORY professor #> 1940 2008-07-01 2008 M STORY professor #> 1941 2008-07-01 2008 M STORY professor #> 1942 2008-07-01 2008 M STORY professor #> 1943 2008-07-01 2008 M STORY professor #> 1944 2008-07-01 2008 M STORY professor #> 1945 2008-07-01 2008 M STORY professor #> 1946 2008-07-01 2008 M STORY professor #> 1947 2008-07-01 2008 F STORY professor #> 1948 2008-07-01 2008 M STORY professor #> 1949 2008-07-01 2008 F STORY professor #> 1950 2008-07-01 2008 F STORY professor #> 1951 2008-07-01 2008 F STORY professor #> 1952 2008-07-01 2008 M STORY professor #> 1953 2008-07-01 2008 M STORY professor #> 1954 2008-07-01 2008 M STORY professor #> 1955 2008-07-01 2008 F HARDIN professor #> 1956 2008-07-01 2008 M STORY professor #> 1957 2008-07-01 2008 F STORY professor #> 1958 2008-07-01 2008 M STORY professor #> 1959 2008-07-01 2008 M STORY professor #> 1960 2008-07-01 2008 M STORY professor #> 1961 2008-07-01 2008 M STORY professor #> 1962 2008-07-01 2008 F STORY professor #> 1963 2008-07-01 2008 M STORY professor #> 1964 2008-07-01 2008 M STORY professor #> 1965 2008-07-01 2008 F STORY professor #> 1966 2008-07-01 2008 M STORY professor #> 1967 2008-07-01 2008 F STORY professor #> 1968 2008-07-01 2008 F STORY professor #> 1969 2008-07-01 2008 M STORY professor #> 1970 2008-07-01 2008 F STORY professor #> 1971 2008-07-01 2008 M OLMSTED professor #> 1972 2008-07-01 2008 M STORY professor #> 1973 2008-07-01 2008 M STORY professor #> 1974 2008-07-01 2008 F STORY professor #> 1975 2008-07-01 2008 F STORY professor #> 1976 2008-07-01 2008 M STORY professor #> 1977 2008-07-01 2008 M CHARLOTTESVILLE CITY professor #> 1978 2008-07-01 2008 M STORY professor #> 1979 2008-07-01 2008 M STORY professor #> 1980 2008-07-01 2008 M STORY professor #> 1981 2008-07-01 2008 M STORY professor #> 1982 2008-07-01 2008 M STORY professor #> 1983 2008-07-01 2008 M STORY professor #> 1984 2008-07-01 2008 M HONOLULU professor #> 1985 2008-07-01 2008 M STORY professor #> 1986 2008-07-01 2008 M STORY professor #> 1987 2008-07-01 2008 M STORY professor #> 1988 2008-07-01 2008 M STORY professor #> 1989 2008-07-01 2008 M STORY professor #> 1990 2008-07-01 2008 M STORY professor #> 1991 2008-07-01 2008 M STORY professor #> 1992 2008-07-01 2008 M STORY professor #> 1993 2008-07-01 2008 F STORY professor #> 1994 2008-07-01 2008 M STORY professor #> 1995 2008-07-01 2008 M STORY professor #> 1996 2008-07-01 2008 M STORY professor #> 1997 2008-07-01 2008 M STORY professor #> 1998 2008-07-01 2008 F STORY professor #> 1999 2008-07-01 2008 F STORY professor #> 2000 2008-07-01 2008 M STORY professor #> 2001 2008-07-01 2008 M STORY professor #> 2002 2008-07-01 2008 F STORY professor #> 2003 2008-07-01 2008 M STORY professor #> 2004 2008-07-01 2008 M STORY professor #> 2005 2008-07-01 2008 M BOONE professor #> 2006 2008-07-01 2008 M STORY professor #> 2007 2008-07-01 2008 M STORY professor #> 2008 2008-07-01 2008 M STORY professor #> 2009 2008-07-01 2008 M STORY professor #> 2010 2008-07-01 2008 M STORY professor #> 2011 2008-07-01 2008 M STORY professor #> 2012 2008-07-01 2008 M STORY professor #> 2013 2008-07-01 2008 M STORY professor #> 2014 2008-07-01 2008 M STORY professor #> 2015 2008-07-01 2008 F STORY professor #> 2016 2008-07-01 2008 M STORY professor #> 2017 2008-07-01 2008 F STORY professor #> 2018 2008-07-01 2008 M STORY professor #> 2019 2008-07-01 2008 M STORY professor #> 2020 2008-07-01 2008 M STORY professor #> 2021 2008-07-01 2008 M STORY professor #> 2022 2008-07-01 2008 M POLK professor #> 2023 2008-07-01 2008 M STORY professor #> 2024 2008-07-01 2008 F STORY professor #> 2025 2008-07-01 2008 F STORY professor #> 2026 2008-07-01 2008 F STORY professor #> 2027 2008-07-01 2008 M STORY professor #> 2028 2008-07-01 2008 M STORY professor #> 2029 2008-07-01 2008 M STORY professor #> 2030 2008-07-01 2008 M STORY professor #> 2031 2008-07-01 2008 F STORY professor #> 2032 2008-07-01 2008 M STORY professor #> 2033 2008-07-01 2008 F STORY professor #> 2034 2008-07-01 2008 M STORY professor #> 2035 2008-07-01 2008 M STORY professor #> 2036 2008-07-01 2008 F STORY professor #> 2037 2008-07-01 2008 M STORY professor #> 2038 2008-07-01 2008 F STORY professor #> 2039 2008-07-01 2008 M STORY professor #> 2040 2008-07-01 2008 F STORY professor #> 2041 2008-07-01 2008 M STORY professor #> 2042 2008-07-01 2008 M STORY professor #> 2043 2008-07-01 2008 F STORY professor #> 2044 2008-07-01 2008 M STORY professor #> 2045 2008-07-01 2008 M STORY professor #> 2046 2008-07-01 2008 F STORY professor #> 2047 2008-07-01 2008 M STORY professor #> 2048 2008-07-01 2008 F STORY professor #> 2049 2008-07-01 2008 M STORY professor #> 2050 2008-07-01 2008 M STORY professor #> 2051 2008-07-01 2008 M STORY professor #> 2052 2008-07-01 2008 F STORY professor #> 2053 2008-07-01 2008 M POLK professor #> 2054 2008-07-01 2008 M STORY professor #> 2055 2008-07-01 2008 F STORY professor #> 2056 2008-07-01 2008 M STORY professor #> 2057 2008-07-01 2008 F BOONE professor #> 2058 2008-07-01 2008 M STORY professor #> 2059 2008-07-01 2008 M STORY professor #> 2060 2008-07-01 2008 F STORY professor #> 2061 2008-07-01 2008 M STORY professor #> 2062 2008-07-01 2008 M STORY professor #> 2063 2008-07-01 2008 M STORY professor #> 2064 2008-07-01 2008 M STORY professor #> 2065 2008-07-01 2008 F POLK professor #> 2066 2008-07-01 2008 F BOONE professor #> 2067 2008-07-01 2008 M STORY professor #> 2068 2008-07-01 2008 M STORY professor #> 2069 2008-07-01 2008 F STORY professor #> 2070 2008-07-01 2008 F STORY professor #> 2071 2008-07-01 2008 F BOONE professor #> 2072 2008-07-01 2008 M BOONE professor #> 2073 2008-07-01 2008 F STORY professor #> 2074 2008-07-01 2008 M STORY professor #> 2075 2008-07-01 2008 M STORY professor #> 2076 2008-07-01 2008 M STORY professor #> 2077 2008-07-01 2008 M STORY professor #> 2078 2008-07-01 2008 M STORY professor #> 2079 2008-07-01 2008 M STORY professor #> 2080 2008-07-01 2008 M STORY professor #> 2081 2008-07-01 2008 M STORY professor #> 2082 2008-07-01 2008 M STORY professor #> 2083 2008-07-01 2008 M STORY professor #> 2084 2008-07-01 2008 F STORY professor #> 2085 2008-07-01 2008 M BOONE professor #> 2086 2008-07-01 2008 F BOONE professor #> 2087 2008-07-01 2008 F STORY professor #> 2088 2008-07-01 2008 M STORY professor #> 2089 2008-07-01 2008 M STORY professor #> 2090 2008-07-01 2008 M STORY professor #> 2091 2008-07-01 2008 F STORY professor #> 2092 2008-07-01 2008 M STORY professor #> 2093 2008-07-01 2008 F POLK professor #> 2094 2008-07-01 2008 M STORY professor #> 2095 2008-07-01 2008 F STORY professor #> 2096 2008-07-01 2008 M STORY professor #> 2097 2008-07-01 2008 M STORY professor #> 2098 2008-07-01 2008 M STORY professor #> 2099 2008-07-01 2008 F STORY professor #> 2100 2008-07-01 2008 F STORY professor #> 2101 2008-07-01 2008 M STORY professor #> 2102 2008-07-01 2008 M STORY professor #> 2103 2008-07-01 2008 F MILWAUKEE professor #> 2104 2008-07-01 2008 M STORY professor #> 2105 2008-07-01 2008 M STORY professor #> 2106 2008-07-01 2008 M STORY professor #> 2107 2008-07-01 2008 M STORY professor #> 2108 2008-07-01 2008 F POLK professor #> 2109 2008-07-01 2008 M STORY professor #> 2110 2008-07-01 2008 M STORY professor #> 2111 2008-07-01 2008 M STORY professor #> 2112 2008-07-01 2008 F STORY professor #> 2113 2008-07-01 2008 M STORY professor #> 2114 2008-07-01 2008 F STORY professor #> 2115 2008-07-01 2008 F STORY professor #> 2116 2008-07-01 2008 F STORY professor #> 2117 2008-07-01 2008 M STORY professor #> 2118 2008-07-01 2008 M STORY professor #> 2119 2008-07-01 2008 M STORY professor #> 2120 2008-07-01 2008 M STORY professor #> 2121 2008-07-01 2008 M STORY professor #> 2122 2008-07-01 2008 M STORY professor #> 2123 2008-07-01 2008 M STORY professor #> 2124 2008-07-01 2008 M STORY professor #> 2125 2008-07-01 2008 M POLK professor #> 2126 2008-07-01 2008 M STORY professor #> 2127 2008-07-01 2008 F STORY professor #> 2128 2008-07-01 2008 M STORY professor #> 2129 2008-07-01 2008 M STORY professor #> 2130 2008-07-01 2008 F STORY professor #> 2131 2008-07-01 2008 M STORY professor #> 2132 2008-07-01 2008 M RAMSEY professor #> 2133 2008-07-01 2008 M STORY professor #> 2134 2008-07-01 2008 M STORY professor #> 2135 2008-07-01 2008 M STORY professor #> 2136 2008-07-01 2008 M STORY professor #> 2137 2008-07-01 2008 M BOONE professor #> 2138 2008-07-01 2008 M STORY professor #> 2139 2008-07-01 2008 M STORY professor #> 2140 2008-07-01 2008 M STORY professor #> 2141 2008-07-01 2008 M POLK professor #> 2142 2008-07-01 2008 M STORY professor #> 2143 2008-07-01 2008 M STORY professor #> 2144 2008-07-01 2008 M STORY professor #> 2145 2008-07-01 2008 M STORY professor #> 2146 2008-07-01 2008 F POLK professor #> 2147 2008-07-01 2008 M STORY professor #> 2148 2008-07-01 2008 M STORY professor #> 2149 2008-07-01 2008 M STORY professor #> 2150 2008-07-01 2008 M POLK professor #> 2151 2008-07-01 2008 M STORY professor #> 2152 2008-07-01 2008 M STORY professor #> 2153 2008-07-01 2008 M STORY professor #> 2154 2008-07-01 2008 M STORY professor #> 2155 2008-07-01 2008 F STORY professor #> 2156 2008-07-01 2008 F STORY professor #> 2157 2008-07-01 2008 M STORY professor #> 2158 2008-07-01 2008 F ORANGE professor #> 2159 2008-07-01 2008 M STORY professor #> 2160 2008-07-01 2008 F STORY professor #> 2161 2008-07-01 2008 F STORY professor #> 2162 2008-07-01 2008 M STORY professor #> 2163 2008-07-01 2008 M BOONE professor #> 2164 2008-07-01 2008 M STORY professor #> 2165 2008-07-01 2008 M BOONE professor #> 2166 2008-07-01 2008 M BOONE professor #> 2167 2008-07-01 2008 M STORY professor #> 2168 2008-07-01 2008 F POLK professor #> 2169 2008-07-01 2008 M STORY professor #> 2170 2008-07-01 2008 M STORY professor #> 2171 2008-07-01 2008 M STORY professor #> 2172 2008-07-01 2008 M BOONE professor #> 2173 2008-07-01 2008 M STORY professor #> 2174 2008-07-01 2008 M STORY professor #> 2175 2008-07-01 2008 M STORY professor #> 2176 2008-07-01 2008 M STORY professor #> 2177 2008-07-01 2008 M STORY professor #> 2178 2008-07-01 2008 M STORY professor #> 2179 2008-07-01 2008 M STORY professor #> 2180 2008-07-01 2008 M STORY professor #> 2181 2008-07-01 2008 M STORY professor #> 2182 2008-07-01 2008 F STORY professor #> 2183 2008-07-01 2008 M STORY professor #> 2184 2008-07-01 2008 M STORY professor #> 2185 2008-07-01 2008 F STORY professor #> 2186 2008-07-01 2008 M STORY professor #> 2187 2008-07-01 2008 M BOONE professor #> 2188 2008-07-01 2008 M STORY professor #> 2189 2008-07-01 2008 F STORY professor #> 2190 2008-07-01 2008 F STORY professor #> 2191 2008-07-01 2008 M STORY professor #> 2192 2008-07-01 2008 F STORY professor #> 2193 2008-07-01 2008 M STORY professor #> 2194 2008-07-01 2008 M STORY professor #> 2195 2008-07-01 2008 M STORY professor #> 2196 2008-07-01 2008 M STORY professor #> 2197 2008-07-01 2008 M STORY professor #> 2198 2008-07-01 2008 F STORY professor #> 2199 2008-07-01 2008 M STORY professor #> 2200 2008-07-01 2008 M STORY professor #> 2201 2008-07-01 2008 F STORY professor #> 2202 2008-07-01 2008 F STORY professor #> 2203 2008-07-01 2008 M POLK professor #> 2204 2008-07-01 2008 M STORY professor #> 2205 2008-07-01 2008 M CASS professor #> 2206 2008-07-01 2008 M STORY professor #> 2207 2008-07-01 2008 M CLARKE professor #> 2208 2008-07-01 2008 M STORY professor #> 2209 2008-07-01 2008 M STORY professor #> 2210 2008-07-01 2008 M STORY professor #> 2211 2008-07-01 2008 M FREDERICK professor #> 2212 2008-07-01 2008 M STORY professor #> 2213 2008-07-01 2008 M STORY professor #> 2214 2008-07-01 2008 M STORY professor #> 2215 2008-07-01 2008 M STORY professor #> 2216 2008-07-01 2008 M STORY professor #> 2217 2008-07-01 2008 M STORY professor #> 2218 2008-07-01 2008 F STORY professor #> 2219 2008-07-01 2008 M STORY professor #> 2220 2008-07-01 2008 F STORY professor #> 2221 2008-07-01 2008 F STORY professor #> 2222 2008-07-01 2008 M STORY professor #> 2223 2008-07-01 2008 M STORY professor #> 2224 2008-07-01 2008 F STORY professor #> 2225 2008-07-01 2008 M STORY professor #> 2226 2008-07-01 2008 F STORY professor #> 2227 2008-07-01 2008 M STORY professor #> 2228 2008-07-01 2008 F STORY professor #> 2229 2008-07-01 2008 M STORY professor #> 2230 2008-07-01 2008 F STORY professor #> 2231 2008-07-01 2008 M STORY professor #> 2232 2008-07-01 2008 F BOONE professor #> 2233 2008-07-01 2008 F STORY professor #> 2234 2008-07-01 2008 M STORY professor #> 2235 2008-07-01 2008 M STORY professor #> 2236 2008-07-01 2008 M STORY professor #> 2237 2008-07-01 2008 M POLK professor #> 2238 2008-07-01 2008 M STORY professor #> 2239 2008-07-01 2008 M STORY professor #> 2240 2008-07-01 2008 F STORY professor #> 2241 2008-07-01 2008 M STORY professor #> 2242 2008-07-01 2008 M STORY professor #> 2243 2008-07-01 2008 F STORY professor #> 2244 2008-07-01 2008 M STORY professor #> 2245 2008-07-01 2008 F STORY professor #> 2246 2008-07-01 2008 M STORY professor #> 2247 2008-07-01 2008 M BOONE professor #> 2248 2008-07-01 2008 M STORY professor #> 2249 2008-07-01 2008 F BOONE professor #> 2250 2008-07-01 2008 M BOONE professor #> 2251 2008-07-01 2008 M STORY professor #> 2252 2008-07-01 2008 M WASHINGTON professor #> 2253 2008-07-01 2008 M STORY professor #> 2254 2008-07-01 2008 M STORY professor #> 2255 2008-07-01 2008 F STORY professor #> 2256 2008-07-01 2008 M STORY professor #> 2257 2008-07-01 2008 M STORY professor #> 2258 2008-07-01 2008 M STORY professor #> 2259 2008-07-01 2008 F STORY professor #> 2260 2008-07-01 2008 M STORY professor #> 2261 2008-07-01 2008 M STORY professor #> 2262 2008-07-01 2008 F STORY professor #> 2263 2008-07-01 2008 F STORY professor #> 2264 2008-07-01 2008 F STORY professor #> 2265 2008-07-01 2008 F STORY professor #> 2266 2008-07-01 2008 M BRAZOS professor #> 2267 2008-07-01 2008 F POLK professor #> 2268 2008-07-01 2008 F STORY professor #> 2269 2008-07-01 2008 M STORY professor #> 2270 2008-07-01 2008 M STORY professor #> 2271 2008-07-01 2008 M STORY professor #> 2272 2008-07-01 2008 M STORY professor #> 2273 2008-07-01 2008 M STORY professor #> 2274 2008-07-01 2008 F STORY professor #> 2275 2008-07-01 2008 F STORY professor #> 2276 2008-07-01 2008 F STORY professor #> 2277 2008-07-01 2008 M STORY professor #> 2278 2008-07-01 2008 M STORY professor #> 2279 2008-07-01 2008 F STORY professor #> 2280 2008-07-01 2008 M POLK professor #> 2281 2008-07-01 2008 M STORY professor #> 2282 2008-07-01 2008 M STORY professor #> 2283 2008-07-01 2008 F STORY professor #> 2284 2008-07-01 2008 F STORY professor #> 2285 2008-07-01 2008 M STORY professor #> 2286 2008-07-01 2008 M STORY professor #> 2287 2008-07-01 2008 M STORY professor #> 2288 2008-07-01 2008 M STORY professor #> 2289 2008-07-01 2008 M STORY professor #> 2290 2008-07-01 2008 M STORY professor #> 2291 2008-07-01 2008 M STORY professor #> 2292 2008-07-01 2008 F STORY professor #> 2293 2008-07-01 2008 M STORY professor #> 2294 2008-07-01 2008 M STORY professor #> 2295 2008-07-01 2008 M STORY professor #> 2296 2008-07-01 2008 M STORY professor #> 2297 2008-07-01 2008 F STORY professor #> 2298 2008-07-01 2008 M STORY professor #> 2299 2008-07-01 2008 M STORY professor #> 2300 2008-07-01 2008 M STORY professor #> 2301 2008-07-01 2008 M BOONE professor #> 2302 2008-07-01 2008 M STORY professor #> 2303 2008-07-01 2008 M STORY professor #> 2304 2008-07-01 2008 M POLK professor #> 2305 2008-07-01 2008 M STORY professor #> 2306 2008-07-01 2008 F STORY professor #> 2307 2008-07-01 2008 M STORY professor #> 2308 2008-07-01 2008 F STORY professor #> 2309 2008-07-01 2008 M STORY professor #> 2310 2008-07-01 2008 M STORY professor #> 2311 2008-07-01 2008 M STORY professor #> 2312 2008-07-01 2008 M STORY professor #> 2313 2008-07-01 2008 M STORY professor #> 2314 2008-07-01 2008 F STORY professor #> 2315 2008-07-01 2008 M STORY professor #> 2316 2008-07-01 2008 F STORY professor #> 2317 2008-07-01 2008 M STORY professor #> 2318 2008-07-01 2008 F STORY professor #> 2319 2008-07-01 2008 M SANTA BARBARA professor #> 2320 2008-07-01 2008 M STORY professor #> 2321 2008-07-01 2008 F STORY professor #> 2322 2008-07-01 2008 M STORY professor #> 2323 2008-07-01 2008 M STORY professor #> 2324 2008-07-01 2008 M STORY professor #> 2325 2008-07-01 2008 F STORY professor #> 2326 2008-07-01 2008 M STORY professor #> 2327 2008-07-01 2008 M STORY professor #> 2328 2008-07-01 2008 M STORY professor #> 2329 2008-07-01 2008 M STORY professor #> 2330 2008-07-01 2008 M STORY professor #> 2331 2008-07-01 2008 M STORY professor #> 2332 2008-07-01 2008 M STORY professor #> 2333 2008-07-01 2008 M STORY professor #> 2334 2008-07-01 2008 M STORY professor #> 2335 2008-07-01 2008 M STORY professor #> 2336 2008-07-01 2008 M STORY professor #> 2337 2008-07-01 2008 M BOONE professor #> 2338 2008-07-01 2008 F STORY professor #> 2339 2008-07-01 2008 M STORY professor #> 2340 2008-07-01 2008 F STORY professor #> 2341 2008-07-01 2008 M STORY professor #> 2342 2008-07-01 2008 M STORY professor #> 2343 2008-07-01 2008 M STORY professor #> 2344 2008-07-01 2008 M STORY professor #> 2345 2008-07-01 2008 M STORY professor #> 2346 2008-07-01 2008 F BOONE professor #> 2347 2008-07-01 2008 F STORY professor #> 2348 2008-07-01 2008 M STORY professor #> 2349 2008-07-01 2008 M BOONE professor #> 2350 2008-07-01 2008 M STORY professor #> 2351 2008-07-01 2008 M STORY professor #> 2352 2008-07-01 2008 F STORY professor #> 2353 2008-07-01 2008 F STORY professor #> 2354 2008-07-01 2008 F STORY professor #> 2355 2008-07-01 2008 M STORY professor #> 2356 2008-07-01 2008 M STORY professor #> 2357 2008-07-01 2008 M STORY professor #> 2358 2008-07-01 2008 M STORY professor #> 2359 2008-07-01 2008 F STORY professor #> 2360 2008-07-01 2008 M POLK professor #> 2361 2008-07-01 2008 M STORY professor #> 2362 2008-07-01 2008 M STORY professor #> 2363 2008-07-01 2008 M STORY professor #> 2364 2008-07-01 2008 M STORY professor #> 2365 2008-07-01 2008 M STORY professor #> 2366 2008-07-01 2008 F STORY professor #> 2367 2008-07-01 2008 M STORY professor #> 2368 2008-07-01 2008 M POLK professor #> 2369 2008-07-01 2008 F STORY professor #> 2370 2008-07-01 2008 M STORY professor #> 2371 2008-07-01 2008 F STORY professor #> 2372 2008-07-01 2008 M STORY professor #> 2373 2008-07-01 2008 M STORY professor #> 2374 2008-07-01 2008 M STORY professor #> 2375 2008-07-01 2008 M STORY professor #> 2376 2008-07-01 2008 M BOONE professor #> 2377 2008-07-01 2008 M STORY professor #> 2378 2008-07-01 2008 M BOONE professor #> 2379 2008-07-01 2008 M POLK professor #> 2380 2008-07-01 2008 F STORY professor #> 2381 2008-07-01 2008 M STORY professor #> 2382 2008-07-01 2008 M STORY professor #> 2383 2008-07-01 2008 F STORY professor #> 2384 2008-07-01 2008 M STORY professor #> 2385 2008-07-01 2008 M STORY professor #> 2386 2008-07-01 2008 M STORY professor #> 2387 2008-07-01 2008 M STORY professor #> 2388 2008-07-01 2008 F BOONE professor #> 2389 2008-07-01 2008 M STORY professor #> 2390 2008-07-01 2008 M STORY professor #> 2391 2008-07-01 2008 M STORY professor #> 2392 2008-07-01 2008 M STORY professor #> 2393 2008-07-01 2008 M HENNEPIN professor #> 2394 2008-07-01 2008 M STORY professor #> 2395 2008-07-01 2008 M STORY professor #> 2396 2008-07-01 2008 M STORY professor #> 2397 2008-07-01 2008 M STORY professor #> 2398 2008-07-01 2008 M STORY professor #> 2399 2008-07-01 2008 M STORY professor #> 2400 2008-07-01 2008 F STORY professor #> 2401 2008-07-01 2008 M STORY professor #> 2402 2008-07-01 2008 M STORY professor #> 2403 2008-07-01 2008 F STORY professor #> 2404 2008-07-01 2008 M BOONE professor #> 2405 2008-07-01 2008 M STORY professor #> 2406 2008-07-01 2008 M STORY professor #> 2407 2008-07-01 2008 M STORY professor #> 2408 2008-07-01 2008 M STORY professor #> 2409 2008-07-01 2008 M STORY professor #> 2410 2008-07-01 2008 M BOONE professor #> 2411 2008-07-01 2008 F STORY professor #> 2412 2008-07-01 2008 M ** professor #> 2413 2008-07-01 2008 M STORY professor #> 2414 2008-07-01 2008 M STORY professor #> 2415 2008-07-01 2008 F STORY professor #> 2416 2008-07-01 2008 M STORY professor #> 2417 2008-07-01 2008 M STORY professor #> 2418 2008-07-01 2008 F STORY professor #> 2419 2008-07-01 2008 M STORY professor #> 2420 2008-07-01 2008 M STORY professor #> 2421 2008-07-01 2008 F STORY professor #> 2422 2008-07-01 2008 M STORY professor #> 2423 2008-07-01 2008 M STORY professor #> 2424 2008-07-01 2008 M POLK professor #> 2425 2008-07-01 2008 M STORY professor #> 2426 2008-07-01 2008 M BOONE professor #> 2427 2008-07-01 2008 F STORY professor #> 2428 2008-07-01 2008 F STORY professor #> 2429 2008-07-01 2008 F STORY professor #> 2430 2008-07-01 2008 M HAMILTON professor #> 2431 2008-07-01 2008 F STORY professor #> 2432 2008-07-01 2008 M GREENE professor #> 2433 2008-07-01 2008 F STORY professor #> 2434 2008-07-01 2008 M STORY professor #> 2435 2008-07-01 2008 F STORY professor #> 2436 2008-07-01 2008 M STORY professor #> 2437 2008-07-01 2008 M STORY professor #> 2438 2008-07-01 2008 M BOONE professor #> 2439 2008-07-01 2008 M STORY professor #> 2440 2008-07-01 2008 F STORY professor #> 2441 2008-07-01 2008 M STORY professor #> 2442 2008-07-01 2008 M STORY professor #> 2443 2008-07-01 2008 F STORY professor #> 2444 2008-07-01 2008 M FRANKLIN professor #> 2445 2008-07-01 2008 M STORY professor #> 2446 2008-07-01 2008 M HAMPSHIRE professor #> 2447 2008-07-01 2008 M STORY professor #> 2448 2008-07-01 2008 M STORY professor #> 2449 2008-07-01 2008 M STORY professor #> 2450 2008-07-01 2008 M STORY professor #> 2451 2008-07-01 2008 F STORY professor #> 2452 2008-07-01 2008 M STORY professor #> 2453 2008-07-01 2008 M STORY professor #> 2454 2008-07-01 2008 M STORY professor #> 2455 2008-07-01 2008 M STORY professor #> 2456 2008-07-01 2008 F STORY professor #> 2457 2008-07-01 2008 M STORY professor #> 2458 2008-07-01 2008 M STORY professor #> 2459 2008-07-01 2008 M STORY professor #> 2460 2008-07-01 2008 F STORY professor #> 2461 2008-07-01 2008 M STORY professor #> 2462 2008-07-01 2008 F STORY professor #> 2463 2008-07-01 2008 M STORY professor #> 2464 2008-07-01 2008 F STORY professor #> 2465 2008-07-01 2008 M STORY professor #> 2466 2008-07-01 2008 M POLK professor #> 2467 2008-07-01 2008 F STORY professor #> 2468 2008-07-01 2008 M STORY professor #> 2469 2008-07-01 2008 M STORY professor #> 2470 2008-07-01 2008 M STORY professor #> 2471 2008-07-01 2008 F STORY professor #> 2472 2008-07-01 2008 F PAYNE professor #> 2473 2008-07-01 2008 F STORY professor #> 2474 2008-07-01 2008 F STORY professor #> 2475 2008-07-01 2008 M STORY professor #> 2476 2008-07-01 2008 M STORY professor #> 2477 2008-07-01 2008 F STORY professor #> 2478 2008-07-01 2008 M STORY professor #> 2479 2008-07-01 2008 M STORY professor #> 2480 2008-07-01 2008 M STORY professor #> 2481 2008-07-01 2008 M STORY professor #> 2482 2008-07-01 2008 M STORY professor #> 2483 2008-07-01 2008 F STORY professor #> 2484 2008-07-01 2008 M STORY professor #> 2485 2008-07-01 2008 M STORY professor #> 2486 2008-07-01 2008 M STORY professor #> 2487 2008-07-01 2008 M STORY professor #> 2488 2008-07-01 2008 F STORY professor #> 2489 2008-07-01 2008 M STORY professor #> 2490 2008-07-01 2008 M STORY professor #> 2491 2008-07-01 2008 M STORY professor #> 2492 2008-07-01 2008 F STORY professor #> 2493 2008-07-01 2008 M WAKE professor #> 2494 2008-07-01 2008 M STORY professor #> 2495 2008-07-01 2008 F STORY professor #> 2496 2008-07-01 2008 M STORY professor #> 2497 2008-07-01 2008 M GRANT professor #> 2498 2008-07-01 2008 M STORY professor #> 2499 2008-07-01 2008 M STORY professor #> 2500 2008-07-01 2008 M STORY professor #> 2501 2008-07-01 2008 F STORY professor #> 2502 2008-07-01 2008 M STORY professor #> 2503 2008-07-01 2008 M STORY professor #> 2504 2008-07-01 2008 M STORY professor #> 2505 2008-07-01 2008 F BOONE professor #> 2506 2008-07-01 2008 M BOONE professor #> 2507 2008-07-01 2008 M STORY professor #> 2508 2008-07-01 2008 M STORY professor #> 2509 2008-07-01 2008 M STORY professor #> 2510 2008-07-01 2008 M STORY professor #> 2511 2008-07-01 2008 M STORY professor #> 2512 2008-07-01 2008 M STORY professor #> 2513 2008-07-01 2008 M STORY professor #> 2514 2008-07-01 2008 F STORY professor #> 2515 2008-07-01 2008 M ** professor #> 2516 2008-07-01 2008 M STORY professor #> 2517 2008-07-01 2008 M BOONE professor #> 2518 2008-07-01 2008 M STORY professor #> 2519 2008-07-01 2008 M STORY professor #> 2520 2008-07-01 2008 F JOHNSON professor #> 2521 2008-07-01 2008 M STORY professor #> 2522 2008-07-01 2008 M STORY professor #> 2523 2008-07-01 2008 M STORY professor #> 2524 2008-07-01 2008 F POLK professor #> 2525 2008-07-01 2008 M STORY professor #> 2526 2008-07-01 2008 M STORY professor #> 2527 2008-07-01 2008 F STORY professor #> 2528 2008-07-01 2008 M STORY professor #> 2529 2008-07-01 2008 M STORY professor #> 2530 2008-07-01 2008 M STORY professor #> 2531 2008-07-01 2008 M STORY professor #> 2532 2008-07-01 2008 F STORY professor #> 2533 2008-07-01 2008 F PRINCE GEORGES professor #> 2534 2008-07-01 2008 F STORY professor #> 2535 2008-07-01 2008 M STORY professor #> 2536 2008-07-01 2008 M BOONE professor #> 2537 2008-07-01 2008 F BOONE professor #> 2538 2008-07-01 2008 F STORY professor #> 2539 2008-07-01 2008 M STORY professor #> 2540 2008-07-01 2008 F STORY professor #> 2541 2008-07-01 2008 M STORY professor #> 2542 2008-07-01 2008 M STORY professor #> 2543 2008-07-01 2008 M STORY professor #> 2544 2008-07-01 2008 M STORY professor #> 2545 2008-07-01 2008 M STORY professor #> 2546 2008-07-01 2008 M STORY professor #> 2547 2008-07-01 2008 M STORY professor #> 2548 2008-07-01 2008 M STORY professor #> 2549 2008-07-01 2008 M STORY professor #> 2550 2008-07-01 2008 M TIPPECANOE professor #> 2551 2008-07-01 2008 M STORY professor #> 2552 2008-07-01 2008 M STORY professor #> 2553 2008-07-01 2008 F LATAH professor #> 2554 2008-07-01 2008 F STORY professor #> 2555 2008-07-01 2008 M STORY professor #> 2556 2008-07-01 2008 M STORY professor #> 2557 2008-07-01 2008 M STORY professor #> 2558 2008-07-01 2008 M STORY professor #> 2559 2008-07-01 2008 M STORY professor #> 2560 2008-07-01 2008 M POLK professor #> 2561 2008-07-01 2008 M STORY professor #> 2562 2008-07-01 2008 M STORY professor #> 2563 2008-07-01 2008 F STORY professor #> 2564 2008-07-01 2008 M STORY professor #> 2565 2008-07-01 2008 M STORY professor #> 2566 2008-07-01 2008 M STORY professor #> 2567 2008-07-01 2008 M STORY professor #> 2568 2008-07-01 2008 M STORY professor #> 2569 2008-07-01 2008 M STORY professor #> 2570 2008-07-01 2008 M STORY professor #> 2571 2008-07-01 2008 M STORY professor #> 2572 2008-07-01 2008 M STORY professor #> 2573 2008-07-01 2008 M STORY professor #> 2574 2008-07-01 2008 M STORY professor #> 2575 2008-07-01 2008 M STORY professor #> 2576 2008-07-01 2008 M STORY professor #> 2577 2008-07-01 2008 F STORY professor #> 2578 2008-07-01 2008 M ** professor #> 2579 2008-07-01 2008 M STORY professor #> 2580 2008-07-01 2008 M STORY professor #> 2581 2008-07-01 2008 F ARLINGTON professor #> 2582 2008-07-01 2008 F STORY professor #> 2583 2008-07-01 2008 M STORY professor #> 2584 2008-07-01 2008 F STORY professor #> 2585 2008-07-01 2008 F STORY professor #> 2586 2008-07-01 2008 M STORY professor #> 2587 2008-07-01 2008 M POLK professor #> 2588 2008-07-01 2008 F STORY professor #> 2589 2008-07-01 2008 F STORY professor #> 2590 2008-07-01 2008 M STORY professor #> 2591 2008-07-01 2008 M BOONE professor #> 2592 2008-07-01 2008 M STORY professor #> 2593 2008-07-01 2008 M STORY professor #> 2594 2008-07-01 2008 M STORY professor #> 2595 2008-07-01 2008 F STORY professor #> 2596 2008-07-01 2008 M STORY professor #> 2597 2008-07-01 2008 M STORY professor #> 2598 2008-07-01 2008 M STORY professor #> 2599 2008-07-01 2008 M ** professor #> 2600 2008-07-01 2008 F STORY professor #> 2601 2008-07-01 2008 M STORY professor #> 2602 2008-07-01 2008 F STORY professor #> 2603 2008-07-01 2008 F STORY professor #> 2604 2008-07-01 2008 M STORY professor #> 2605 2008-07-01 2008 M STORY professor #> 2606 2008-07-01 2008 M STORY professor #> 2607 2008-07-01 2008 F STORY professor #> 2608 2008-07-01 2008 F STORY professor #> 2609 2008-07-01 2008 F STORY professor #> 2610 2008-07-01 2008 M STORY professor #> 2611 2008-07-01 2008 F STORY professor #> 2612 2008-07-01 2008 M STORY professor #> 2613 2008-07-01 2008 M STORY professor #> 2614 2008-07-01 2008 M STORY professor #> 2615 2008-07-01 2008 F STORY professor #> 2616 2008-07-01 2008 F STORY professor #> 2617 2008-07-01 2008 M STORY professor #> 2618 2008-07-01 2008 M BOONE professor #> 2619 2008-07-01 2008 F POLK professor #> 2620 2008-07-01 2008 M STORY professor #> 2621 2008-07-01 2008 F STORY professor #> 2622 2008-07-01 2008 F STORY professor #> 2623 2008-07-01 2008 M STORY professor #> 2624 2008-07-01 2008 F STORY professor #> 2625 2008-07-01 2008 M POLK professor #> 2626 2008-07-01 2008 M STORY professor #> 2627 2008-07-01 2008 M STORY professor #> 2628 2008-07-01 2008 M STORY professor #> 2629 2008-07-01 2008 M WOODFORD professor #> 2630 2008-07-01 2008 M STORY professor #> 2631 2008-07-01 2008 M STORY professor #> 2632 2008-07-01 2008 M STORY professor #> 2633 2008-07-01 2008 M STORY professor #> 2634 2008-07-01 2008 F STORY professor #> 2635 2008-07-01 2008 M STORY professor #> 2636 2008-07-01 2008 M STORY professor #> 2637 2008-07-01 2008 M STORY professor #> 2638 2008-07-01 2008 M STORY professor #> 2639 2008-07-01 2008 F STORY professor #> 2640 2008-07-01 2008 F POLK professor #> 2641 2008-07-01 2008 F SAINT CROIX professor #> 2642 2008-07-01 2008 F STORY professor #> 2643 2008-07-01 2008 M STORY professor #> 2644 2008-07-01 2008 F STORY professor #> 2645 2008-07-01 2008 M STORY professor #> 2646 2008-07-01 2008 M STORY professor #> 2647 2008-07-01 2008 M STORY professor #> 2648 2008-07-01 2008 M STORY professor #> 2649 2008-07-01 2008 M STORY professor #> 2650 2008-07-01 2008 M STORY professor #> 2651 2008-07-01 2008 F STORY professor #> 2652 2008-07-01 2008 M STORY professor #> 2653 2008-07-01 2008 F STORY professor #> 2654 2008-07-01 2008 M STORY professor #> 2655 2008-07-01 2008 F STORY professor #> 2656 2008-07-01 2008 M STORY professor #> 2657 2008-07-01 2008 M STORY professor #> 2658 2008-07-01 2008 M BOONE professor #> 2659 2008-07-01 2008 M STORY professor #> 2660 2008-07-01 2008 M STORY professor #> 2661 2008-07-01 2008 M STORY professor #> 2662 2008-07-01 2008 M STORY professor #> 2663 2008-07-01 2008 M STORY professor #> 2664 2008-07-01 2008 M POLK professor #> 2665 2008-07-01 2008 M STORY professor #> 2666 2008-07-01 2008 M STORY professor #> 2667 2008-07-01 2008 M STORY professor #> 2668 2008-07-01 2008 F STORY professor #> 2669 2008-07-01 2008 M STORY professor #> 2670 2008-07-01 2008 M BOONE professor #> 2671 2008-07-01 2008 F STORY professor #> 2672 2008-07-01 2008 M STORY professor #> 2673 2008-07-01 2008 M STORY professor #> 2674 2008-07-01 2008 F POLK professor #> 2675 2008-07-01 2008 M STORY professor #> 2676 2008-07-01 2008 M STORY professor #> 2677 2008-07-01 2008 M STORY professor #> 2678 2008-07-01 2008 M STORY professor #> 2679 2008-07-01 2008 M STORY professor #> 2680 2008-07-01 2008 M STORY professor #> 2681 2008-07-01 2008 F STORY professor #> 2682 2008-07-01 2008 M STORY professor #> 2683 2008-07-01 2008 F STORY professor #> 2684 2008-07-01 2008 F STORY professor #> 2685 2008-07-01 2008 M POLK professor #> 2686 2008-07-01 2008 F STORY professor #> 2687 2008-07-01 2008 F STORY professor #> 2688 2008-07-01 2008 F STORY professor #> 2689 2008-07-01 2008 F STORY professor #> 2690 2008-07-01 2008 M STORY professor #> 2691 2008-07-01 2008 M STORY professor #> 2692 2008-07-01 2008 M STORY professor #> 2693 2008-07-01 2008 M INGHAM professor #> 2694 2008-07-01 2008 M STORY professor #> 2695 2008-07-01 2008 M COOK professor #> 2696 2008-07-01 2008 F STORY professor #> 2697 2008-07-01 2008 M STORY professor #> 2698 2008-07-01 2008 M STORY professor #> 2699 2008-07-01 2008 M STORY professor #> 2700 2009-07-01 2009 M STORY professor #> 2701 2009-07-01 2009 M STORY professor #> 2702 2009-07-01 2009 M STORY professor #> 2703 2009-07-01 2009 M STORY professor #> 2704 2009-07-01 2009 M POLK professor #> 2705 2009-07-01 2009 M STORY professor #> 2706 2009-07-01 2009 M STORY professor #> 2707 2009-07-01 2009 M STORY professor #> 2708 2009-07-01 2009 M STORY professor #> 2709 2009-07-01 2009 M STORY professor #> 2710 2009-07-01 2009 M STORY professor #> 2711 2009-07-01 2009 M STORY professor #> 2712 2009-07-01 2009 F STORY professor #> 2713 2009-07-01 2009 F STORY professor #> 2714 2009-07-01 2009 M STORY professor #> 2715 2009-07-01 2009 M STORY professor #> 2716 2009-07-01 2009 M POWESHIEK professor #> 2717 2009-07-01 2009 M STORY professor #> 2718 2009-07-01 2009 M STORY professor #> 2719 2009-07-01 2009 M STORY professor #> 2720 2009-07-01 2009 F STORY professor #> 2721 2009-07-01 2009 F STORY professor #> 2722 2009-07-01 2009 M POLK professor #> 2723 2009-07-01 2009 M STORY professor #> 2724 2009-07-01 2009 M STORY professor #> 2725 2009-07-01 2009 F STORY professor #> 2726 2009-07-01 2009 M STORY professor #> 2727 2009-07-01 2009 M STORY professor #> 2728 2009-07-01 2009 M STORY professor #> 2729 2009-07-01 2009 M STORY professor #> 2730 2009-07-01 2009 M STORY professor #> 2731 2009-07-01 2009 M STORY professor #> 2732 2009-07-01 2009 M STORY professor #> 2733 2009-07-01 2009 M STORY professor #> 2734 2009-07-01 2009 F STORY professor #> 2735 2009-07-01 2009 M STORY professor #> 2736 2009-07-01 2009 M STORY professor #> 2737 2009-07-01 2009 F STORY professor #> 2738 2009-07-01 2009 M STORY professor #> 2739 2009-07-01 2009 F STORY professor #> 2740 2009-07-01 2009 M STORY professor #> 2741 2009-07-01 2009 M STORY professor #> 2742 2009-07-01 2009 M STORY professor #> 2743 2009-07-01 2009 F STORY professor #> 2744 2009-07-01 2009 M STORY professor #> 2745 2009-07-01 2009 M STORY professor #> 2746 2009-07-01 2009 M STORY professor #> 2747 2009-07-01 2009 M STORY professor #> 2748 2009-07-01 2009 F STORY professor #> 2749 2009-07-01 2009 M STORY professor #> 2750 2009-07-01 2009 M STORY professor #> 2751 2009-07-01 2009 M STORY professor #> 2752 2009-07-01 2009 F STORY professor #> 2753 2009-07-01 2009 M STORY professor #> 2754 2009-07-01 2009 M STORY professor #> 2755 2009-07-01 2009 F STORY professor #> 2756 2009-07-01 2009 M STORY professor #> 2757 2009-07-01 2009 M STORY professor #> 2758 2009-07-01 2009 F STORY professor #> 2759 2009-07-01 2009 F STORY professor #> 2760 2009-07-01 2009 M STORY professor #> 2761 2009-07-01 2009 M HAMILTON professor #> 2762 2009-07-01 2009 M STORY professor #> 2763 2009-07-01 2009 M STORY professor #> 2764 2009-07-01 2009 F POLK professor #> 2765 2009-07-01 2009 F POLK professor #> 2766 2009-07-01 2009 F BOONE professor #> 2767 2009-07-01 2009 F BOONE professor #> 2768 2009-07-01 2009 F STORY professor #> 2769 2009-07-01 2009 M STORY professor #> 2770 2009-07-01 2009 F STORY professor #> 2771 2009-07-01 2009 M STORY professor #> 2772 2009-07-01 2009 M STORY professor #> 2773 2009-07-01 2009 F STORY professor #> 2774 2009-07-01 2009 M STORY professor #> 2775 2009-07-01 2009 M STORY professor #> 2776 2009-07-01 2009 M STORY professor #> 2777 2009-07-01 2009 M STORY professor #> 2778 2009-07-01 2009 M PIMA professor #> 2779 2009-07-01 2009 F STORY professor #> 2780 2009-07-01 2009 M STORY professor #> 2781 2009-07-01 2009 M STORY professor #> 2782 2009-07-01 2009 M STORY professor #> 2783 2009-07-01 2009 M STORY professor #> 2784 2009-07-01 2009 M STORY professor #> 2785 2009-07-01 2009 M STORY professor #> 2786 2009-07-01 2009 M STORY professor #> 2787 2009-07-01 2009 M STORY professor #> 2788 2009-07-01 2009 M POLK professor #> 2789 2009-07-01 2009 F STORY professor #> 2790 2009-07-01 2009 M STORY professor #> 2791 2009-07-01 2009 M STORY professor #> 2792 2009-07-01 2009 M STORY professor #> 2793 2009-07-01 2009 F STORY professor #> 2794 2009-07-01 2009 M STORY professor #> 2795 2009-07-01 2009 M STORY professor #> 2796 2009-07-01 2009 F STORY professor #> 2797 2009-07-01 2009 M BOONE professor #> 2798 2009-07-01 2009 M STORY professor #> 2799 2009-07-01 2009 M STORY professor #> 2800 2009-07-01 2009 M STORY professor #> 2801 2009-07-01 2009 M STORY professor #> 2802 2009-07-01 2009 F STORY professor #> 2803 2009-07-01 2009 M STORY professor #> 2804 2009-07-01 2009 F STORY professor #> 2805 2009-07-01 2009 F STORY professor #> 2806 2009-07-01 2009 F STORY professor #> 2807 2009-07-01 2009 F STORY professor #> 2808 2009-07-01 2009 F STORY professor #> 2809 2009-07-01 2009 F STORY professor #> 2810 2009-07-01 2009 F STORY professor #> 2811 2009-07-01 2009 M STORY professor #> 2812 2009-07-01 2009 M STORY professor #> 2813 2009-07-01 2009 M STORY professor #> 2814 2009-07-01 2009 M STORY professor #> 2815 2009-07-01 2009 M STORY professor #> 2816 2009-07-01 2009 F STORY professor #> 2817 2009-07-01 2009 F STORY professor #> 2818 2009-07-01 2009 M STORY professor #> 2819 2009-07-01 2009 M STORY professor #> 2820 2009-07-01 2009 M STORY professor #> 2821 2009-07-01 2009 M STORY professor #> 2822 2009-07-01 2009 F STORY professor #> 2823 2009-07-01 2009 M STORY professor #> 2824 2009-07-01 2009 F STORY professor #> 2825 2009-07-01 2009 M STORY professor #> 2826 2009-07-01 2009 M STORY professor #> 2827 2009-07-01 2009 M BOONE professor #> 2828 2009-07-01 2009 M STORY professor #> 2829 2009-07-01 2009 M STORY professor #> 2830 2009-07-01 2009 F STORY professor #> 2831 2009-07-01 2009 M STORY professor #> 2832 2009-07-01 2009 M STORY professor #> 2833 2009-07-01 2009 F STORY professor #> 2834 2009-07-01 2009 F STORY professor #> 2835 2009-07-01 2009 F STORY professor #> 2836 2009-07-01 2009 M STORY professor #> 2837 2009-07-01 2009 F STORY professor #> 2838 2009-07-01 2009 M STORY professor #> 2839 2009-07-01 2009 M STORY professor #> 2840 2009-07-01 2009 M STORY professor #> 2841 2009-07-01 2009 M STORY professor #> 2842 2009-07-01 2009 F STORY professor #> 2843 2009-07-01 2009 F STORY professor #> 2844 2009-07-01 2009 F STORY professor #> 2845 2009-07-01 2009 M STORY professor #> 2846 2009-07-01 2009 M STORY professor #> 2847 2009-07-01 2009 M STORY professor #> 2848 2009-07-01 2009 F STORY professor #> 2849 2009-07-01 2009 F STORY professor #> 2850 2009-07-01 2009 M STORY professor #> 2851 2009-07-01 2009 M STORY professor #> 2852 2009-07-01 2009 F STORY professor #> 2853 2009-07-01 2009 M STORY professor #> 2854 2009-07-01 2009 F STORY professor #> 2855 2009-07-01 2009 M STORY professor #> 2856 2009-07-01 2009 M STORY professor #> 2857 2009-07-01 2009 F STORY professor #> 2858 2009-07-01 2009 M STORY professor #> 2859 2009-07-01 2009 F POLK professor #> 2860 2009-07-01 2009 F STORY professor #> 2861 2009-07-01 2009 M STORY professor #> 2862 2009-07-01 2009 F STORY professor #> 2863 2009-07-01 2009 M STORY professor #> 2864 2009-07-01 2009 M STORY professor #> 2865 2009-07-01 2009 F BOONE professor #> 2866 2009-07-01 2009 F POLK professor #> 2867 2009-07-01 2009 M STORY professor #> 2868 2009-07-01 2009 M POLK professor #> 2869 2009-07-01 2009 F STORY professor #> 2870 2009-07-01 2009 F STORY professor #> 2871 2009-07-01 2009 F STORY professor #> 2872 2009-07-01 2009 M STORY professor #> 2873 2009-07-01 2009 F STORY professor #> 2874 2009-07-01 2009 F STORY professor #> 2875 2009-07-01 2009 M STORY professor #> 2876 2009-07-01 2009 M STORY professor #> 2877 2009-07-01 2009 F STORY professor #> 2878 2009-07-01 2009 F STORY professor #> 2879 2009-07-01 2009 M STORY professor #> 2880 2009-07-01 2009 M STORY professor #> 2881 2009-07-01 2009 M STORY professor #> 2882 2009-07-01 2009 M STORY professor #> 2883 2009-07-01 2009 M STORY professor #> 2884 2009-07-01 2009 M STORY professor #> 2885 2009-07-01 2009 M STORY professor #> 2886 2009-07-01 2009 M STORY professor #> 2887 2009-07-01 2009 F STORY professor #> 2888 2009-07-01 2009 M STORY professor #> 2889 2009-07-01 2009 F STORY professor #> 2890 2009-07-01 2009 M STORY professor #> 2891 2009-07-01 2009 M STORY professor #> 2892 2009-07-01 2009 M STORY professor #> 2893 2009-07-01 2009 M STORY professor #> 2894 2009-07-01 2009 M STORY professor #> 2895 2009-07-01 2009 M HENNEPIN professor #> 2896 2009-07-01 2009 M STORY professor #> 2897 2009-07-01 2009 M STORY professor #> 2898 2009-07-01 2009 M STORY professor #> 2899 2009-07-01 2009 M STORY professor #> 2900 2009-07-01 2009 F STORY professor #> 2901 2009-07-01 2009 M STORY professor #> 2902 2009-07-01 2009 M STORY professor #> 2903 2009-07-01 2009 M BOONE professor #> 2904 2009-07-01 2009 M CHAMPAIGN professor #> 2905 2009-07-01 2009 F ** professor #> 2906 2009-07-01 2009 M STORY professor #> 2907 2009-07-01 2009 F STORY professor #> 2908 2009-07-01 2009 F BOONE professor #> 2909 2009-07-01 2009 M STORY professor #> 2910 2009-07-01 2009 F STORY professor #> 2911 2009-07-01 2009 M STORY professor #> 2912 2009-07-01 2009 M POLK professor #> 2913 2009-07-01 2009 M STORY professor #> 2914 2009-07-01 2009 M STORY professor #> 2915 2009-07-01 2009 M STORY professor #> 2916 2009-07-01 2009 M STORY professor #> 2917 2009-07-01 2009 M STORY professor #> 2918 2009-07-01 2009 M STORY professor #> 2919 2009-07-01 2009 F STORY professor #> 2920 2009-07-01 2009 M STORY professor #> 2921 2009-07-01 2009 M STORY professor #> 2922 2009-07-01 2009 F STORY professor #> 2923 2009-07-01 2009 M STORY professor #> 2924 2009-07-01 2009 F STORY professor #> 2925 2009-07-01 2009 F STORY professor #> 2926 2009-07-01 2009 F STORY professor #> 2927 2009-07-01 2009 M STORY professor #> 2928 2009-07-01 2009 M STORY professor #> 2929 2009-07-01 2009 M STORY professor #> 2930 2009-07-01 2009 M STORY professor #> 2931 2009-07-01 2009 F DALLAS professor #> 2932 2009-07-01 2009 F STORY professor #> 2933 2009-07-01 2009 M STORY professor #> 2934 2009-07-01 2009 M STORY professor #> 2935 2009-07-01 2009 F STORY professor #> 2936 2009-07-01 2009 F STORY professor #> 2937 2009-07-01 2009 M STORY professor #> 2938 2009-07-01 2009 M STORY professor #> 2939 2009-07-01 2009 F WINNEBAGO professor #> 2940 2009-07-01 2009 F STORY professor #> 2941 2009-07-01 2009 M STORY professor #> 2942 2009-07-01 2009 M STORY professor #> 2943 2009-07-01 2009 M STORY professor #> 2944 2009-07-01 2009 M STORY professor #> 2945 2009-07-01 2009 F STORY professor #> 2946 2009-07-01 2009 M STORY professor #> 2947 2009-07-01 2009 F STORY professor #> 2948 2009-07-01 2009 F STORY professor #> 2949 2009-07-01 2009 M STORY professor #> 2950 2009-07-01 2009 F STORY professor #> 2951 2009-07-01 2009 M STORY professor #> 2952 2009-07-01 2009 M POLK professor #> 2953 2009-07-01 2009 M STORY professor #> 2954 2009-07-01 2009 M STORY professor #> 2955 2009-07-01 2009 M STORY professor #> 2956 2009-07-01 2009 F STORY professor #> 2957 2009-07-01 2009 M BOONE professor #> 2958 2009-07-01 2009 M STORY professor #> 2959 2009-07-01 2009 M STORY professor #> 2960 2009-07-01 2009 M STORY professor #> 2961 2009-07-01 2009 F STORY professor #> 2962 2009-07-01 2009 M STORY professor #> 2963 2009-07-01 2009 M STORY professor #> 2964 2009-07-01 2009 M STORY professor #> 2965 2009-07-01 2009 F STORY professor #> 2966 2009-07-01 2009 F DAVIDSON professor #> 2967 2009-07-01 2009 F ** professor #> 2968 2009-07-01 2009 M STORY professor #> 2969 2009-07-01 2009 M STORY professor #> 2970 2009-07-01 2009 M STORY professor #> 2971 2009-07-01 2009 M STORY professor #> 2972 2009-07-01 2009 M STORY professor #> 2973 2009-07-01 2009 F STORY professor #> 2974 2009-07-01 2009 M STORY professor #> 2975 2009-07-01 2009 F STORY professor #> 2976 2009-07-01 2009 M STORY professor #> 2977 2009-07-01 2009 M STORY professor #> 2978 2009-07-01 2009 F STORY professor #> 2979 2009-07-01 2009 F STORY professor #> 2980 2009-07-01 2009 M STORY professor #> 2981 2009-07-01 2009 M STORY professor #> 2982 2009-07-01 2009 M STORY professor #> 2983 2009-07-01 2009 F ** professor #> 2984 2009-07-01 2009 M STORY professor #> 2985 2009-07-01 2009 M WELD professor #> 2986 2009-07-01 2009 M POLK professor #> 2987 2009-07-01 2009 F STORY professor #> 2988 2009-07-01 2009 M STORY professor #> 2989 2009-07-01 2009 M STORY professor #> 2990 2009-07-01 2009 F STORY professor #> 2991 2009-07-01 2009 F STORY professor #> 2992 2009-07-01 2009 M STORY professor #> 2993 2009-07-01 2009 M STORY professor #> 2994 2009-07-01 2009 M STORY professor #> 2995 2009-07-01 2009 M STORY professor #> 2996 2009-07-01 2009 F STORY professor #> 2997 2009-07-01 2009 F STORY professor #> 2998 2009-07-01 2009 M STORY professor #> 2999 2009-07-01 2009 M STORY professor #> 3000 2009-07-01 2009 F STORY professor #> 3001 2009-07-01 2009 M STORY professor #> 3002 2009-07-01 2009 M STORY professor #> 3003 2009-07-01 2009 M STORY professor #> 3004 2009-07-01 2009 F STORY professor #> 3005 2009-07-01 2009 M BROWN professor #> 3006 2009-07-01 2009 M STORY professor #> 3007 2009-07-01 2009 M STORY professor #> 3008 2009-07-01 2009 F STORY professor #> 3009 2009-07-01 2009 F STORY professor #> 3010 2009-07-01 2009 M STORY professor #> 3011 2009-07-01 2009 M STORY professor #> 3012 2009-07-01 2009 M STORY professor #> 3013 2009-07-01 2009 F STORY professor #> 3014 2009-07-01 2009 M STORY professor #> 3015 2009-07-01 2009 M BOONE professor #> 3016 2009-07-01 2009 M BOONE professor #> 3017 2009-07-01 2009 F STORY professor #> 3018 2009-07-01 2009 F STORY professor #> 3019 2009-07-01 2009 M STORY professor #> 3020 2009-07-01 2009 M POLK professor #> 3021 2009-07-01 2009 M STORY professor #> 3022 2009-07-01 2009 M BOONE professor #> 3023 2009-07-01 2009 M STORY professor #> 3024 2009-07-01 2009 M POLK professor #> 3025 2009-07-01 2009 M BOONE professor #> 3026 2009-07-01 2009 M STORY professor #> 3027 2009-07-01 2009 M HAMILTON professor #> 3028 2009-07-01 2009 M PAYNE professor #> 3029 2009-07-01 2009 F STORY professor #> 3030 2009-07-01 2009 M STORY professor #> 3031 2009-07-01 2009 M STORY professor #> 3032 2009-07-01 2009 M STORY professor #> 3033 2009-07-01 2009 F STORY professor #> 3034 2009-07-01 2009 M BREMER professor #> 3035 2009-07-01 2009 M STORY professor #> 3036 2009-07-01 2009 M STORY professor #> 3037 2009-07-01 2009 M BOONE professor #> 3038 2009-07-01 2009 F STORY professor #> 3039 2009-07-01 2009 F STORY professor #> 3040 2009-07-01 2009 M STORY professor #> 3041 2009-07-01 2009 F STORY professor #> 3042 2009-07-01 2009 F STORY professor #> 3043 2009-07-01 2009 F STORY professor #> 3044 2009-07-01 2009 F STORY professor #> 3045 2009-07-01 2009 M STORY professor #> 3046 2009-07-01 2009 M STORY professor #> 3047 2009-07-01 2009 M STORY professor #> 3048 2009-07-01 2009 M STORY professor #> 3049 2009-07-01 2009 F STORY professor #> 3050 2009-07-01 2009 M STORY professor #> 3051 2009-07-01 2009 M STORY professor #> 3052 2009-07-01 2009 M STORY professor #> 3053 2009-07-01 2009 M STORY professor #> 3054 2009-07-01 2009 F STORY professor #> 3055 2009-07-01 2009 F STORY professor #> 3056 2009-07-01 2009 F STORY professor #> 3057 2009-07-01 2009 M STORY professor #> 3058 2009-07-01 2009 M POLK professor #> 3059 2009-07-01 2009 F STORY professor #> 3060 2009-07-01 2009 F STORY professor #> 3061 2009-07-01 2009 F LINN professor #> 3062 2009-07-01 2009 M STORY professor #> 3063 2009-07-01 2009 F STORY professor #> 3064 2009-07-01 2009 M STORY professor #> 3065 2009-07-01 2009 M BOONE professor #> 3066 2009-07-01 2009 M STORY professor #> 3067 2009-07-01 2009 M STORY professor #> 3068 2009-07-01 2009 M DALLAS professor #> 3069 2009-07-01 2009 F STORY professor #> 3070 2009-07-01 2009 M STORY professor #> 3071 2009-07-01 2009 F POLK professor #> 3072 2009-07-01 2009 M STORY professor #> 3073 2009-07-01 2009 F STORY professor #> 3074 2009-07-01 2009 M STORY professor #> 3075 2009-07-01 2009 F STORY professor #> 3076 2009-07-01 2009 M STORY professor #> 3077 2009-07-01 2009 M HAMILTON professor #> 3078 2009-07-01 2009 M STORY professor #> 3079 2009-07-01 2009 M STORY professor #> 3080 2009-07-01 2009 M STORY professor #> 3081 2009-07-01 2009 M STORY professor #> 3082 2009-07-01 2009 M STORY professor #> 3083 2009-07-01 2009 M STORY professor #> 3084 2009-07-01 2009 M STORY professor #> 3085 2009-07-01 2009 M POLK professor #> 3086 2009-07-01 2009 M STORY professor #> 3087 2009-07-01 2009 M STORY professor #> 3088 2009-07-01 2009 M MANATEE professor #> 3089 2009-07-01 2009 M BOONE professor #> 3090 2009-07-01 2009 M STORY professor #> 3091 2009-07-01 2009 M STORY professor #> 3092 2009-07-01 2009 M POLK professor #> 3093 2009-07-01 2009 M STORY professor #> 3094 2009-07-01 2009 F STORY professor #> 3095 2009-07-01 2009 M STORY professor #> 3096 2009-07-01 2009 M STORY professor #> 3097 2009-07-01 2009 M STORY professor #> 3098 2009-07-01 2009 M STORY professor #> 3099 2009-07-01 2009 F STORY professor #> 3100 2009-07-01 2009 F STORY professor #> 3101 2009-07-01 2009 M STORY professor #> 3102 2009-07-01 2009 F STORY professor #> 3103 2009-07-01 2009 M STORY professor #> 3104 2009-07-01 2009 F POLK professor #> 3105 2009-07-01 2009 M STORY professor #> 3106 2009-07-01 2009 M STORY professor #> 3107 2009-07-01 2009 F STORY professor #> 3108 2009-07-01 2009 M STORY professor #> 3109 2009-07-01 2009 M STORY professor #> 3110 2009-07-01 2009 M STORY professor #> 3111 2009-07-01 2009 M STORY professor #> 3112 2009-07-01 2009 M STORY professor #> 3113 2009-07-01 2009 F STORY professor #> 3114 2009-07-01 2009 M STORY professor #> 3115 2009-07-01 2009 M STORY professor #> 3116 2009-07-01 2009 F STORY professor #> 3117 2009-07-01 2009 M STORY professor #> 3118 2009-07-01 2009 M STORY professor #> 3119 2009-07-01 2009 F STORY professor #> 3120 2009-07-01 2009 M STORY professor #> 3121 2009-07-01 2009 F STORY professor #> 3122 2009-07-01 2009 M STORY professor #> 3123 2009-07-01 2009 F POLK professor #> 3124 2009-07-01 2009 M STORY professor #> 3125 2009-07-01 2009 M STORY professor #> 3126 2009-07-01 2009 F STORY professor #> 3127 2009-07-01 2009 M STORY professor #> 3128 2009-07-01 2009 F STORY professor #> 3129 2009-07-01 2009 M STORY professor #> 3130 2009-07-01 2009 M MARICOPA professor #> 3131 2009-07-01 2009 M STORY professor #> 3132 2009-07-01 2009 M BOONE professor #> 3133 2009-07-01 2009 M STORY professor #> 3134 2009-07-01 2009 M STORY professor #> 3135 2009-07-01 2009 M STORY professor #> 3136 2009-07-01 2009 F STORY professor #> 3137 2009-07-01 2009 M STORY professor #> 3138 2009-07-01 2009 M STORY professor #> 3139 2009-07-01 2009 M STORY professor #> 3140 2009-07-01 2009 M STORY professor #> 3141 2009-07-01 2009 M STORY professor #> 3142 2009-07-01 2009 M STORY professor #> 3143 2009-07-01 2009 M CHAMPAIGN professor #> 3144 2009-07-01 2009 F STORY professor #> 3145 2009-07-01 2009 M STORY professor #> 3146 2009-07-01 2009 M STORY professor #> 3147 2009-07-01 2009 M VIGO professor #> 3148 2009-07-01 2009 F STORY professor #> 3149 2009-07-01 2009 F STORY professor #> 3150 2009-07-01 2009 M STORY professor #> 3151 2009-07-01 2009 M STORY professor #> 3152 2009-07-01 2009 M STORY professor #> 3153 2009-07-01 2009 F POLK professor #> 3154 2009-07-01 2009 M STORY professor #> 3155 2009-07-01 2009 F STORY professor #> 3156 2009-07-01 2009 M STORY professor #> 3157 2009-07-01 2009 M STORY professor #> 3158 2009-07-01 2009 F STORY professor #> 3159 2009-07-01 2009 M STORY professor #> 3160 2009-07-01 2009 F STORY professor #> 3161 2009-07-01 2009 M STORY professor #> 3162 2009-07-01 2009 M STORY professor #> 3163 2009-07-01 2009 M STORY professor #> 3164 2009-07-01 2009 M STORY professor #> 3165 2009-07-01 2009 M STORY professor #> 3166 2009-07-01 2009 M STORY professor #> 3167 2009-07-01 2009 M STORY professor #> 3168 2009-07-01 2009 F STORY professor #> 3169 2009-07-01 2009 F STORY professor #> 3170 2009-07-01 2009 F STORY professor #> 3171 2009-07-01 2009 M STORY professor #> 3172 2009-07-01 2009 M STORY professor #> 3173 2009-07-01 2009 M STORY professor #> 3174 2009-07-01 2009 F POLK professor #> 3175 2009-07-01 2009 M STORY professor #> 3176 2009-07-01 2009 F POLK professor #> 3177 2009-07-01 2009 M STORY professor #> 3178 2009-07-01 2009 F STORY professor #> 3179 2009-07-01 2009 F STORY professor #> 3180 2009-07-01 2009 M STORY professor #> 3181 2009-07-01 2009 M STORY professor #> 3182 2009-07-01 2009 F STORY professor #> 3183 2009-07-01 2009 F SAN DIEGO professor #> 3184 2009-07-01 2009 M STORY professor #> 3185 2009-07-01 2009 M STORY professor #> 3186 2009-07-01 2009 F STORY professor #> 3187 2009-07-01 2009 M STORY professor #> 3188 2009-07-01 2009 F STORY professor #> 3189 2009-07-01 2009 M STORY professor #> 3190 2009-07-01 2009 F STORY professor #> 3191 2009-07-01 2009 M STORY professor #> 3192 2009-07-01 2009 M STORY professor #> 3193 2009-07-01 2009 M STORY professor #> 3194 2009-07-01 2009 M STORY professor #> 3195 2009-07-01 2009 M STORY professor #> 3196 2009-07-01 2009 F STORY professor #> 3197 2009-07-01 2009 M BOONE professor #> 3198 2009-07-01 2009 M STORY professor #> 3199 2009-07-01 2009 M STORY professor #> 3200 2009-07-01 2009 M STORY professor #> 3201 2009-07-01 2009 M STORY professor #> 3202 2009-07-01 2009 M STORY professor #> 3203 2009-07-01 2009 F STORY professor #> 3204 2009-07-01 2009 M STORY professor #> 3205 2009-07-01 2009 M STORY professor #> 3206 2009-07-01 2009 M STORY professor #> 3207 2009-07-01 2009 M STORY professor #> 3208 2009-07-01 2009 F STORY professor #> 3209 2009-07-01 2009 M STORY professor #> 3210 2009-07-01 2009 M HAMILTON professor #> 3211 2009-07-01 2009 M STORY professor #> 3212 2009-07-01 2009 F STORY professor #> 3213 2009-07-01 2009 M STORY professor #> 3214 2009-07-01 2009 F STORY professor #> 3215 2009-07-01 2009 F STORY professor #> 3216 2009-07-01 2009 F STORY professor #> 3217 2009-07-01 2009 M STORY professor #> 3218 2009-07-01 2009 F STORY professor #> 3219 2009-07-01 2009 M POLK professor #> 3220 2009-07-01 2009 M STORY professor #> 3221 2009-07-01 2009 M STORY professor #> 3222 2009-07-01 2009 M DALLAS professor #> 3223 2009-07-01 2009 M STORY professor #> 3224 2009-07-01 2009 M STORY professor #> 3225 2009-07-01 2009 F STORY professor #> 3226 2009-07-01 2009 M STORY professor #> 3227 2009-07-01 2009 M POLK professor #> 3228 2009-07-01 2009 M STORY professor #> 3229 2009-07-01 2009 M HAMILTON professor #> 3230 2009-07-01 2009 M STORY professor #> 3231 2009-07-01 2009 F STORY professor #> 3232 2009-07-01 2009 M STORY professor #> 3233 2009-07-01 2009 M STORY professor #> 3234 2009-07-01 2009 M STORY professor #> 3235 2009-07-01 2009 M STORY professor #> 3236 2009-07-01 2009 M STORY professor #> 3237 2009-07-01 2009 M STORY professor #> 3238 2009-07-01 2009 M STORY professor #> 3239 2009-07-01 2009 F STORY professor #> 3240 2009-07-01 2009 M STORY professor #> 3241 2009-07-01 2009 M POLK professor #> 3242 2009-07-01 2009 M STORY professor #> 3243 2009-07-01 2009 M STORY professor #> 3244 2009-07-01 2009 M STORY professor #> 3245 2009-07-01 2009 M STORY professor #> 3246 2009-07-01 2009 M STORY professor #> 3247 2009-07-01 2009 M STORY professor #> 3248 2009-07-01 2009 F STORY professor #> 3249 2009-07-01 2009 M STORY professor #> 3250 2009-07-01 2009 F STORY professor #> 3251 2009-07-01 2009 M STORY professor #> 3252 2009-07-01 2009 M MECKLENBURG professor #> 3253 2009-07-01 2009 M STORY professor #> 3254 2009-07-01 2009 M HAMILTON professor #> 3255 2009-07-01 2009 F STORY professor #> 3256 2009-07-01 2009 M STORY professor #> 3257 2009-07-01 2009 M STORY professor #> 3258 2009-07-01 2009 F STORY professor #> 3259 2009-07-01 2009 M STORY professor #> 3260 2009-07-01 2009 M STORY professor #> 3261 2009-07-01 2009 M STORY professor #> 3262 2009-07-01 2009 M STORY professor #> 3263 2009-07-01 2009 M STORY professor #> 3264 2009-07-01 2009 M STORY professor #> 3265 2009-07-01 2009 M STORY professor #> 3266 2009-07-01 2009 F STORY professor #> 3267 2009-07-01 2009 M STORY professor #> 3268 2009-07-01 2009 M STORY professor #> 3269 2009-07-01 2009 M STORY professor #> 3270 2009-07-01 2009 M STORY professor #> 3271 2009-07-01 2009 F POLK professor #> 3272 2009-07-01 2009 F STORY professor #> 3273 2009-07-01 2009 M STORY professor #> 3274 2009-07-01 2009 F STORY professor #> 3275 2009-07-01 2009 M STORY professor #> 3276 2009-07-01 2009 F STORY professor #> 3277 2009-07-01 2009 F STORY professor #> 3278 2009-07-01 2009 M STORY professor #> 3279 2009-07-01 2009 F STORY professor #> 3280 2009-07-01 2009 F STORY professor #> 3281 2009-07-01 2009 M BOONE professor #> 3282 2009-07-01 2009 M STORY professor #> 3283 2009-07-01 2009 F STORY professor #> 3284 2009-07-01 2009 F STORY professor #> 3285 2009-07-01 2009 M STORY professor #> 3286 2009-07-01 2009 M STORY professor #> 3287 2009-07-01 2009 M STORY professor #> 3288 2009-07-01 2009 M STORY professor #> 3289 2009-07-01 2009 M BOONE professor #> 3290 2009-07-01 2009 F BOONE professor #> 3291 2009-07-01 2009 M STORY professor #> 3292 2009-07-01 2009 M STORY professor #> 3293 2009-07-01 2009 M STORY professor #> 3294 2009-07-01 2009 M STORY professor #> 3295 2009-07-01 2009 M STORY professor #> 3296 2009-07-01 2009 M STORY professor #> 3297 2009-07-01 2009 M STORY professor #> 3298 2009-07-01 2009 M STORY professor #> 3299 2009-07-01 2009 F STORY professor #> 3300 2009-07-01 2009 M STORY professor #> 3301 2009-07-01 2009 M STORY professor #> 3302 2009-07-01 2009 F STORY professor #> 3303 2009-07-01 2009 F STORY professor #> 3304 2009-07-01 2009 M STORY professor #> 3305 2009-07-01 2009 M STORY professor #> 3306 2009-07-01 2009 F HARDIN professor #> 3307 2009-07-01 2009 M STORY professor #> 3308 2009-07-01 2009 F STORY professor #> 3309 2009-07-01 2009 M STORY professor #> 3310 2009-07-01 2009 M STORY professor #> 3311 2009-07-01 2009 M STORY professor #> 3312 2009-07-01 2009 M STORY professor #> 3313 2009-07-01 2009 F STORY professor #> 3314 2009-07-01 2009 M STORY professor #> 3315 2009-07-01 2009 M STORY professor #> 3316 2009-07-01 2009 M STORY professor #> 3317 2009-07-01 2009 F STORY professor #> 3318 2009-07-01 2009 M STORY professor #> 3319 2009-07-01 2009 F STORY professor #> 3320 2009-07-01 2009 F STORY professor #> 3321 2009-07-01 2009 M STORY professor #> 3322 2009-07-01 2009 F STORY professor #> 3323 2009-07-01 2009 M OLMSTED professor #> 3324 2009-07-01 2009 M STORY professor #> 3325 2009-07-01 2009 M STORY professor #> 3326 2009-07-01 2009 F STORY professor #> 3327 2009-07-01 2009 F STORY professor #> 3328 2009-07-01 2009 M STORY professor #> 3329 2009-07-01 2009 M CHARLOTTESVILLE CITY professor #> 3330 2009-07-01 2009 M STORY professor #> 3331 2009-07-01 2009 M STORY professor #> 3332 2009-07-01 2009 M STORY professor #> 3333 2009-07-01 2009 M STORY professor #> 3334 2009-07-01 2009 M STORY professor #> 3335 2009-07-01 2009 M STORY professor #> 3336 2009-07-01 2009 M STORY professor #> 3337 2009-07-01 2009 M STORY professor #> 3338 2009-07-01 2009 M STORY professor #> 3339 2009-07-01 2009 M STORY professor #> 3340 2009-07-01 2009 M STORY professor #> 3341 2009-07-01 2009 M STORY professor #> 3342 2009-07-01 2009 M STORY professor #> 3343 2009-07-01 2009 M STORY professor #> 3344 2009-07-01 2009 M STORY professor #> 3345 2009-07-01 2009 M STORY professor #> 3346 2009-07-01 2009 M STORY professor #> 3347 2009-07-01 2009 M STORY professor #> 3348 2009-07-01 2009 M STORY professor #> 3349 2009-07-01 2009 F STORY professor #> 3350 2009-07-01 2009 M STORY professor #> 3351 2009-07-01 2009 M STORY professor #> 3352 2009-07-01 2009 M STORY professor #> 3353 2009-07-01 2009 M STORY professor #> 3354 2009-07-01 2009 F STORY professor #> 3355 2009-07-01 2009 F STORY professor #> 3356 2009-07-01 2009 M STORY professor #> 3357 2009-07-01 2009 F STORY professor #> 3358 2009-07-01 2009 M STORY professor #> 3359 2009-07-01 2009 M STORY professor #> 3360 2009-07-01 2009 M BOONE professor #> 3361 2009-07-01 2009 M STORY professor #> 3362 2009-07-01 2009 M STORY professor #> 3363 2009-07-01 2009 M STORY professor #> 3364 2009-07-01 2009 M STORY professor #> 3365 2009-07-01 2009 M STORY professor #> 3366 2009-07-01 2009 M STORY professor #> 3367 2009-07-01 2009 M STORY professor #> 3368 2009-07-01 2009 M STORY professor #> 3369 2009-07-01 2009 M STORY professor #> 3370 2009-07-01 2009 F STORY professor #> 3371 2009-07-01 2009 M STORY professor #> 3372 2009-07-01 2009 M STORY professor #> 3373 2009-07-01 2009 F STORY professor #> 3374 2009-07-01 2009 M STORY professor #> 3375 2009-07-01 2009 M WASHTENAW professor #> 3376 2009-07-01 2009 M STORY professor #> 3377 2009-07-01 2009 M STORY professor #> 3378 2009-07-01 2009 M POLK professor #> 3379 2009-07-01 2009 M STORY professor #> 3380 2009-07-01 2009 F STORY professor #> 3381 2009-07-01 2009 F STORY professor #> 3382 2009-07-01 2009 M STORY professor #> 3383 2009-07-01 2009 F STORY professor #> 3384 2009-07-01 2009 M STORY professor #> 3385 2009-07-01 2009 M STORY professor #> 3386 2009-07-01 2009 M STORY professor #> 3387 2009-07-01 2009 M MONTGOMERY professor #> 3388 2009-07-01 2009 F STORY professor #> 3389 2009-07-01 2009 M STORY professor #> 3390 2009-07-01 2009 M STORY professor #> 3391 2009-07-01 2009 M STORY professor #> 3392 2009-07-01 2009 F STORY professor #> 3393 2009-07-01 2009 F STORY professor #> 3394 2009-07-01 2009 M STORY professor #> 3395 2009-07-01 2009 M STORY professor #> 3396 2009-07-01 2009 F STORY professor #> 3397 2009-07-01 2009 M STORY professor #> 3398 2009-07-01 2009 F STORY professor #> 3399 2009-07-01 2009 M STORY professor #> 3400 2009-07-01 2009 F STORY professor #> 3401 2009-07-01 2009 M STORY professor #> 3402 2009-07-01 2009 M STORY professor #> 3403 2009-07-01 2009 F STORY professor #> 3404 2009-07-01 2009 M STORY professor #> 3405 2009-07-01 2009 F STORY professor #> 3406 2009-07-01 2009 M STORY professor #> 3407 2009-07-01 2009 M STORY professor #> 3408 2009-07-01 2009 M STORY professor #> 3409 2009-07-01 2009 M STORY professor #> 3410 2009-07-01 2009 F STORY professor #> 3411 2009-07-01 2009 M POLK professor #> 3412 2009-07-01 2009 M STORY professor #> 3413 2009-07-01 2009 M STORY professor #> 3414 2009-07-01 2009 F STORY professor #> 3415 2009-07-01 2009 M STORY professor #> 3416 2009-07-01 2009 F BOONE professor #> 3417 2009-07-01 2009 M STORY professor #> 3418 2009-07-01 2009 M STORY professor #> 3419 2009-07-01 2009 F STORY professor #> 3420 2009-07-01 2009 M STORY professor #> 3421 2009-07-01 2009 M JOHNSON professor #> 3422 2009-07-01 2009 M STORY professor #> 3423 2009-07-01 2009 F BOONE professor #> 3424 2009-07-01 2009 M STORY professor #> 3425 2009-07-01 2009 F STORY professor #> 3426 2009-07-01 2009 M STORY professor #> 3427 2009-07-01 2009 F STORY professor #> 3428 2009-07-01 2009 F BOONE professor #> 3429 2009-07-01 2009 M BOONE professor #> 3430 2009-07-01 2009 F STORY professor #> 3431 2009-07-01 2009 M STORY professor #> 3432 2009-07-01 2009 M STORY professor #> 3433 2009-07-01 2009 M STORY professor #> 3434 2009-07-01 2009 M STORY professor #> 3435 2009-07-01 2009 M STORY professor #> 3436 2009-07-01 2009 M STORY professor #> 3437 2009-07-01 2009 M STORY professor #> 3438 2009-07-01 2009 M STORY professor #> 3439 2009-07-01 2009 M STORY professor #> 3440 2009-07-01 2009 M BOONE professor #> 3441 2009-07-01 2009 F BOONE professor #> 3442 2009-07-01 2009 F STORY professor #> 3443 2009-07-01 2009 M STORY professor #> 3444 2009-07-01 2009 F STORY professor #> 3445 2009-07-01 2009 M STORY professor #> 3446 2009-07-01 2009 F STORY professor #> 3447 2009-07-01 2009 M STORY professor #> 3448 2009-07-01 2009 F POLK professor #> 3449 2009-07-01 2009 M STORY professor #> 3450 2009-07-01 2009 F STORY professor #> 3451 2009-07-01 2009 M STORY professor #> 3452 2009-07-01 2009 M STORY professor #> 3453 2009-07-01 2009 M STORY professor #> 3454 2009-07-01 2009 M STORY professor #> 3455 2009-07-01 2009 F STORY professor #> 3456 2009-07-01 2009 F STORY professor #> 3457 2009-07-01 2009 M STORY professor #> 3458 2009-07-01 2009 M STORY professor #> 3459 2009-07-01 2009 M STORY professor #> 3460 2009-07-01 2009 M STORY professor #> 3461 2009-07-01 2009 M STORY professor #> 3462 2009-07-01 2009 F POLK professor #> 3463 2009-07-01 2009 M STORY professor #> 3464 2009-07-01 2009 M STORY professor #> 3465 2009-07-01 2009 F STORY professor #> 3466 2009-07-01 2009 M STORY professor #> 3467 2009-07-01 2009 F STORY professor #> 3468 2009-07-01 2009 F STORY professor #> 3469 2009-07-01 2009 F STORY professor #> 3470 2009-07-01 2009 M STORY professor #> 3471 2009-07-01 2009 M STORY professor #> 3472 2009-07-01 2009 M STORY professor #> 3473 2009-07-01 2009 M STORY professor #> 3474 2009-07-01 2009 M STORY professor #> 3475 2009-07-01 2009 M STORY professor #> 3476 2009-07-01 2009 M STORY professor #> 3477 2009-07-01 2009 M STORY professor #> 3478 2009-07-01 2009 M STORY professor #> 3479 2009-07-01 2009 M POLK professor #> 3480 2009-07-01 2009 F STORY professor #> 3481 2009-07-01 2009 M STORY professor #> 3482 2009-07-01 2009 M STORY professor #> 3483 2009-07-01 2009 F STORY professor #> 3484 2009-07-01 2009 M STORY professor #> 3485 2009-07-01 2009 M STORY professor #> 3486 2009-07-01 2009 F STORY professor #> 3487 2009-07-01 2009 M STORY professor #> 3488 2009-07-01 2009 M RAMSEY professor #> 3489 2009-07-01 2009 M STORY professor #> 3490 2009-07-01 2009 M STORY professor #> 3491 2009-07-01 2009 M STORY professor #> 3492 2009-07-01 2009 M STORY professor #> 3493 2009-07-01 2009 M BOONE professor #> 3494 2009-07-01 2009 M STORY professor #> 3495 2009-07-01 2009 M STORY professor #> 3496 2009-07-01 2009 M STORY professor #> 3497 2009-07-01 2009 M POLK professor #> 3498 2009-07-01 2009 M STORY professor #> 3499 2009-07-01 2009 M STORY professor #> 3500 2009-07-01 2009 M STORY professor #> 3501 2009-07-01 2009 M STORY professor #> 3502 2009-07-01 2009 F POLK professor #> 3503 2009-07-01 2009 M STORY professor #> 3504 2009-07-01 2009 M STORY professor #> 3505 2009-07-01 2009 M STORY professor #> 3506 2009-07-01 2009 M POLK professor #> 3507 2009-07-01 2009 M STORY professor #> 3508 2009-07-01 2009 M STORY professor #> 3509 2009-07-01 2009 M STORY professor #> 3510 2009-07-01 2009 M DOUGLAS professor #> 3511 2009-07-01 2009 F STORY professor #> 3512 2009-07-01 2009 M STORY professor #> 3513 2009-07-01 2009 M STORY professor #> 3514 2009-07-01 2009 M STORY professor #> 3515 2009-07-01 2009 F STORY professor #> 3516 2009-07-01 2009 F STORY professor #> 3517 2009-07-01 2009 M STORY professor #> 3518 2009-07-01 2009 M BOONE professor #> 3519 2009-07-01 2009 M CHAMPAIGN professor #> 3520 2009-07-01 2009 M BOONE professor #> 3521 2009-07-01 2009 M STORY professor #> 3522 2009-07-01 2009 F POLK professor #> 3523 2009-07-01 2009 M STORY professor #> 3524 2009-07-01 2009 M STORY professor #> 3525 2009-07-01 2009 M STORY professor #> 3526 2009-07-01 2009 M BOONE professor #> 3527 2009-07-01 2009 M STORY professor #> 3528 2009-07-01 2009 M STORY professor #> 3529 2009-07-01 2009 M STORY professor #> 3530 2009-07-01 2009 M STORY professor #> 3531 2009-07-01 2009 M STORY professor #> 3532 2009-07-01 2009 M STORY professor #> 3533 2009-07-01 2009 M STORY professor #> 3534 2009-07-01 2009 M STORY professor #> 3535 2009-07-01 2009 M STORY professor #> 3536 2009-07-01 2009 F STORY professor #> 3537 2009-07-01 2009 M STORY professor #> 3538 2009-07-01 2009 M STORY professor #> 3539 2009-07-01 2009 F STORY professor #> 3540 2009-07-01 2009 M STORY professor #> 3541 2009-07-01 2009 M BOONE professor #> 3542 2009-07-01 2009 M STORY professor #> 3543 2009-07-01 2009 F STORY professor #> 3544 2009-07-01 2009 F STORY professor #> 3545 2009-07-01 2009 M STORY professor #> 3546 2009-07-01 2009 F STORY professor #> 3547 2009-07-01 2009 F STORY professor #> 3548 2009-07-01 2009 M STORY professor #> 3549 2009-07-01 2009 M STORY professor #> 3550 2009-07-01 2009 M STORY professor #> 3551 2009-07-01 2009 M STORY professor #> 3552 2009-07-01 2009 M STORY professor #> 3553 2009-07-01 2009 F STORY professor #> 3554 2009-07-01 2009 M STORY professor #> 3555 2009-07-01 2009 M STORY professor #> 3556 2009-07-01 2009 F STORY professor #> 3557 2009-07-01 2009 F STORY professor #> 3558 2009-07-01 2009 M POLK professor #> 3559 2009-07-01 2009 M STORY professor #> 3560 2009-07-01 2009 M STORY professor #> 3561 2009-07-01 2009 M STORY professor #> 3562 2009-07-01 2009 M STORY professor #> 3563 2009-07-01 2009 M STORY professor #> 3564 2009-07-01 2009 M FREDERICK professor #> 3565 2009-07-01 2009 M STORY professor #> 3566 2009-07-01 2009 M STORY professor #> 3567 2009-07-01 2009 M STORY professor #> 3568 2009-07-01 2009 M STORY professor #> 3569 2009-07-01 2009 M STORY professor #> 3570 2009-07-01 2009 M STORY professor #> 3571 2009-07-01 2009 M STORY professor #> 3572 2009-07-01 2009 M STORY professor #> 3573 2009-07-01 2009 M STORY professor #> 3574 2009-07-01 2009 F STORY professor #> 3575 2009-07-01 2009 M STORY professor #> 3576 2009-07-01 2009 F STORY professor #> 3577 2009-07-01 2009 M STORY professor #> 3578 2009-07-01 2009 M STORY professor #> 3579 2009-07-01 2009 F STORY professor #> 3580 2009-07-01 2009 M STORY professor #> 3581 2009-07-01 2009 M STORY professor #> 3582 2009-07-01 2009 F STORY professor #> 3583 2009-07-01 2009 M STORY professor #> 3584 2009-07-01 2009 F STORY professor #> 3585 2009-07-01 2009 M STORY professor #> 3586 2009-07-01 2009 F STORY professor #> 3587 2009-07-01 2009 M STORY professor #> 3588 2009-07-01 2009 M STORY professor #> 3589 2009-07-01 2009 F BOONE professor #> 3590 2009-07-01 2009 F STORY professor #> 3591 2009-07-01 2009 F STORY professor #> 3592 2009-07-01 2009 M STORY professor #> 3593 2009-07-01 2009 M STORY professor #> 3594 2009-07-01 2009 M STORY professor #> 3595 2009-07-01 2009 M POLK professor #> 3596 2009-07-01 2009 M STORY professor #> 3597 2009-07-01 2009 M STORY professor #> 3598 2009-07-01 2009 F STORY professor #> 3599 2009-07-01 2009 M STORY professor #> 3600 2009-07-01 2009 M STORY professor #> 3601 2009-07-01 2009 F STORY professor #> 3602 2009-07-01 2009 M STORY professor #> 3603 2009-07-01 2009 F STORY professor #> 3604 2009-07-01 2009 M STORY professor #> 3605 2009-07-01 2009 M BOONE professor #> 3606 2009-07-01 2009 M STORY professor #> 3607 2009-07-01 2009 F STORY professor #> 3608 2009-07-01 2009 M STORY professor #> 3609 2009-07-01 2009 M STORY professor #> 3610 2009-07-01 2009 M WASHINGTON professor #> 3611 2009-07-01 2009 M STORY professor #> 3612 2009-07-01 2009 M STORY professor #> 3613 2009-07-01 2009 F ** professor #> 3614 2009-07-01 2009 F STORY professor #> 3615 2009-07-01 2009 M STORY professor #> 3616 2009-07-01 2009 M STORY professor #> 3617 2009-07-01 2009 M STORY professor #> 3618 2009-07-01 2009 F STORY professor #> 3619 2009-07-01 2009 F STORY professor #> 3620 2009-07-01 2009 F STORY professor #> 3621 2009-07-01 2009 F STORY professor #> 3622 2009-07-01 2009 F STORY professor #> 3623 2009-07-01 2009 F STORY professor #> 3624 2009-07-01 2009 M STORY professor #> 3625 2009-07-01 2009 F POLK professor #> 3626 2009-07-01 2009 F STORY professor #> 3627 2009-07-01 2009 M STORY professor #> 3628 2009-07-01 2009 M STORY professor #> 3629 2009-07-01 2009 M STORY professor #> 3630 2009-07-01 2009 M STORY professor #> 3631 2009-07-01 2009 M STORY professor #> 3632 2009-07-01 2009 F STORY professor #> 3633 2009-07-01 2009 M STORY professor #> 3634 2009-07-01 2009 M POLK professor #> 3635 2009-07-01 2009 M POLK professor #> 3636 2009-07-01 2009 M STORY professor #> 3637 2009-07-01 2009 M STORY professor #> 3638 2009-07-01 2009 F STORY professor #> 3639 2009-07-01 2009 F STORY professor #> 3640 2009-07-01 2009 M STORY professor #> 3641 2009-07-01 2009 M STORY professor #> 3642 2009-07-01 2009 M STORY professor #> 3643 2009-07-01 2009 M STORY professor #> 3644 2009-07-01 2009 M STORY professor #> 3645 2009-07-01 2009 M STORY professor #> 3646 2009-07-01 2009 M STORY professor #> 3647 2009-07-01 2009 F STORY professor #> 3648 2009-07-01 2009 M STORY professor #> 3649 2009-07-01 2009 M STORY professor #> 3650 2009-07-01 2009 M STORY professor #> 3651 2009-07-01 2009 F STORY professor #> 3652 2009-07-01 2009 M STORY professor #> 3653 2009-07-01 2009 M STORY professor #> 3654 2009-07-01 2009 M BOONE professor #> 3655 2009-07-01 2009 M STORY professor #> 3656 2009-07-01 2009 M STORY professor #> 3657 2009-07-01 2009 M POLK professor #> 3658 2009-07-01 2009 M STORY professor #> 3659 2009-07-01 2009 F STORY professor #> 3660 2009-07-01 2009 M STORY professor #> 3661 2009-07-01 2009 F STORY professor #> 3662 2009-07-01 2009 M STORY professor #> 3663 2009-07-01 2009 M STORY professor #> 3664 2009-07-01 2009 M STORY professor #> 3665 2009-07-01 2009 M STORY professor #> 3666 2009-07-01 2009 F STORY professor #> 3667 2009-07-01 2009 M STORY professor #> 3668 2009-07-01 2009 F STORY professor #> 3669 2009-07-01 2009 M STORY professor #> 3670 2009-07-01 2009 F STORY professor #> 3671 2009-07-01 2009 M STORY professor #> 3672 2009-07-01 2009 F STORY professor #> 3673 2009-07-01 2009 M STORY professor #> 3674 2009-07-01 2009 M STORY professor #> 3675 2009-07-01 2009 M STORY professor #> 3676 2009-07-01 2009 F STORY professor #> 3677 2009-07-01 2009 M STORY professor #> 3678 2009-07-01 2009 M STORY professor #> 3679 2009-07-01 2009 M STORY professor #> 3680 2009-07-01 2009 M STORY professor #> 3681 2009-07-01 2009 M STORY professor #> 3682 2009-07-01 2009 M STORY professor #> 3683 2009-07-01 2009 M STORY professor #> 3684 2009-07-01 2009 M STORY professor #> 3685 2009-07-01 2009 M STORY professor #> 3686 2009-07-01 2009 M STORY professor #> 3687 2009-07-01 2009 M STORY professor #> 3688 2009-07-01 2009 M STORY professor #> 3689 2009-07-01 2009 M BOONE professor #> 3690 2009-07-01 2009 M DALLAS professor #> 3691 2009-07-01 2009 F STORY professor #> 3692 2009-07-01 2009 M STORY professor #> 3693 2009-07-01 2009 F STORY professor #> 3694 2009-07-01 2009 M STORY professor #> 3695 2009-07-01 2009 M STORY professor #> 3696 2009-07-01 2009 M STORY professor #> 3697 2009-07-01 2009 M STORY professor #> 3698 2009-07-01 2009 M STORY professor #> 3699 2009-07-01 2009 M STORY professor #> 3700 2009-07-01 2009 F BOONE professor #> 3701 2009-07-01 2009 F STORY professor #> 3702 2009-07-01 2009 M STORY professor #> 3703 2009-07-01 2009 M STORY professor #> 3704 2009-07-01 2009 M BOONE professor #> 3705 2009-07-01 2009 M STORY professor #> 3706 2009-07-01 2009 M STORY professor #> 3707 2009-07-01 2009 F STORY professor #> 3708 2009-07-01 2009 F STORY professor #> 3709 2009-07-01 2009 F STORY professor #> 3710 2009-07-01 2009 M STORY professor #> 3711 2009-07-01 2009 M STORY professor #> 3712 2009-07-01 2009 M STORY professor #> 3713 2009-07-01 2009 M STORY professor #> 3714 2009-07-01 2009 F STORY professor #> 3715 2009-07-01 2009 M POLK professor #> 3716 2009-07-01 2009 M STORY professor #> 3717 2009-07-01 2009 M STORY professor #> 3718 2009-07-01 2009 M STORY professor #> 3719 2009-07-01 2009 M STORY professor #> 3720 2009-07-01 2009 M STORY professor #> 3721 2009-07-01 2009 F STORY professor #> 3722 2009-07-01 2009 M STORY professor #> 3723 2009-07-01 2009 M POLK professor #> 3724 2009-07-01 2009 M STORY professor #> 3725 2009-07-01 2009 F STORY professor #> 3726 2009-07-01 2009 M STORY professor #> 3727 2009-07-01 2009 F STORY professor #> 3728 2009-07-01 2009 F STORY professor #> 3729 2009-07-01 2009 M STORY professor #> 3730 2009-07-01 2009 M STORY professor #> 3731 2009-07-01 2009 M STORY professor #> 3732 2009-07-01 2009 M STORY professor #> 3733 2009-07-01 2009 M STORY professor #> 3734 2009-07-01 2009 M BOONE professor #> 3735 2009-07-01 2009 M STORY professor #> 3736 2009-07-01 2009 M BOONE professor #> 3737 2009-07-01 2009 M POLK professor #> 3738 2009-07-01 2009 M STORY professor #> 3739 2009-07-01 2009 F STORY professor #> 3740 2009-07-01 2009 M STORY professor #> 3741 2009-07-01 2009 F STORY professor #> 3742 2009-07-01 2009 M STORY professor #> 3743 2009-07-01 2009 M STORY professor #> 3744 2009-07-01 2009 M STORY professor #> 3745 2009-07-01 2009 M STORY professor #> 3746 2009-07-01 2009 F BOONE professor #> 3747 2009-07-01 2009 M STORY professor #> 3748 2009-07-01 2009 M STORY professor #> 3749 2009-07-01 2009 M STORY professor #> 3750 2009-07-01 2009 M STORY professor #> 3751 2009-07-01 2009 F STORY professor #> 3752 2009-07-01 2009 F STORY professor #> 3753 2009-07-01 2009 M STORY professor #> 3754 2009-07-01 2009 M POLK professor #> 3755 2009-07-01 2009 M STORY professor #> 3756 2009-07-01 2009 M STORY professor #> 3757 2009-07-01 2009 M STORY professor #> 3758 2009-07-01 2009 M STORY professor #> 3759 2009-07-01 2009 F STORY professor #> 3760 2009-07-01 2009 M STORY professor #> 3761 2009-07-01 2009 M STORY professor #> 3762 2009-07-01 2009 F STORY professor #> 3763 2009-07-01 2009 M BOONE professor #> 3764 2009-07-01 2009 M STORY professor #> 3765 2009-07-01 2009 M STORY professor #> 3766 2009-07-01 2009 M STORY professor #> 3767 2009-07-01 2009 M STORY professor #> 3768 2009-07-01 2009 M STORY professor #> 3769 2009-07-01 2009 M BOONE professor #> 3770 2009-07-01 2009 F STORY professor #> 3771 2009-07-01 2009 M ** professor #> 3772 2009-07-01 2009 M STORY professor #> 3773 2009-07-01 2009 M STORY professor #> 3774 2009-07-01 2009 M STORY professor #> 3775 2009-07-01 2009 F STORY professor #> 3776 2009-07-01 2009 M STORY professor #> 3777 2009-07-01 2009 M STORY professor #> 3778 2009-07-01 2009 F STORY professor #> 3779 2009-07-01 2009 M STORY professor #> 3780 2009-07-01 2009 M STORY professor #> 3781 2009-07-01 2009 M STORY professor #> 3782 2009-07-01 2009 F STORY professor #> 3783 2009-07-01 2009 M STORY professor #> 3784 2009-07-01 2009 M STORY professor #> 3785 2009-07-01 2009 M STORY professor #> 3786 2009-07-01 2009 M BOONE professor #> 3787 2009-07-01 2009 F STORY professor #> 3788 2009-07-01 2009 M STORY professor #> 3789 2009-07-01 2009 F STORY professor #> 3790 2009-07-01 2009 F STORY professor #> 3791 2009-07-01 2009 M HAMILTON professor #> 3792 2009-07-01 2009 F STORY professor #> 3793 2009-07-01 2009 M GREENE professor #> 3794 2009-07-01 2009 F STORY professor #> 3795 2009-07-01 2009 M STORY professor #> 3796 2009-07-01 2009 F STORY professor #> 3797 2009-07-01 2009 M STORY professor #> 3798 2009-07-01 2009 M STORY professor #> 3799 2009-07-01 2009 M BOONE professor #> 3800 2009-07-01 2009 M POLK professor #> 3801 2009-07-01 2009 M STORY professor #> 3802 2009-07-01 2009 M STORY professor #> 3803 2009-07-01 2009 M STORY professor #> 3804 2009-07-01 2009 F STORY professor #> 3805 2009-07-01 2009 M STORY professor #> 3806 2009-07-01 2009 M STORY professor #> 3807 2009-07-01 2009 M STORY professor #> 3808 2009-07-01 2009 M STORY professor #> 3809 2009-07-01 2009 M STORY professor #> 3810 2009-07-01 2009 F STORY professor #> 3811 2009-07-01 2009 M STORY professor #> 3812 2009-07-01 2009 M STORY professor #> 3813 2009-07-01 2009 M STORY professor #> 3814 2009-07-01 2009 M STORY professor #> 3815 2009-07-01 2009 F STORY professor #> 3816 2009-07-01 2009 M STORY professor #> 3817 2009-07-01 2009 M STORY professor #> 3818 2009-07-01 2009 M STORY professor #> 3819 2009-07-01 2009 M STORY professor #> 3820 2009-07-01 2009 M STORY professor #> 3821 2009-07-01 2009 F STORY professor #> 3822 2009-07-01 2009 M STORY professor #> 3823 2009-07-01 2009 F STORY professor #> 3824 2009-07-01 2009 M STORY professor #> 3825 2009-07-01 2009 F STORY professor #> 3826 2009-07-01 2009 M STORY professor #> 3827 2009-07-01 2009 M POLK professor #> 3828 2009-07-01 2009 F STORY professor #> 3829 2009-07-01 2009 M STORY professor #> 3830 2009-07-01 2009 M STORY professor #> 3831 2009-07-01 2009 M STORY professor #> 3832 2009-07-01 2009 F STORY professor #> 3833 2009-07-01 2009 M STORY professor #> 3834 2009-07-01 2009 M STORY professor #> 3835 2009-07-01 2009 F STORY professor #> 3836 2009-07-01 2009 M STORY professor #> 3837 2009-07-01 2009 M STORY professor #> 3838 2009-07-01 2009 M STORY professor #> 3839 2009-07-01 2009 M STORY professor #> 3840 2009-07-01 2009 M STORY professor #> 3841 2009-07-01 2009 F STORY professor #> 3842 2009-07-01 2009 M STORY professor #> 3843 2009-07-01 2009 M STORY professor #> 3844 2009-07-01 2009 M STORY professor #> 3845 2009-07-01 2009 M STORY professor #> 3846 2009-07-01 2009 F STORY professor #> 3847 2009-07-01 2009 M STORY professor #> 3848 2009-07-01 2009 M STORY professor #> 3849 2009-07-01 2009 M STORY professor #> 3850 2009-07-01 2009 F STORY professor #> 3851 2009-07-01 2009 M STORY professor #> 3852 2009-07-01 2009 F STORY professor #> 3853 2009-07-01 2009 M GREENE professor #> 3854 2009-07-01 2009 M STORY professor #> 3855 2009-07-01 2009 M STORY professor #> 3856 2009-07-01 2009 M ST JOSEPH professor #> 3857 2009-07-01 2009 M STORY professor #> 3858 2009-07-01 2009 F STORY professor #> 3859 2009-07-01 2009 M STORY professor #> 3860 2009-07-01 2009 M STORY professor #> 3861 2009-07-01 2009 M STORY professor #> 3862 2009-07-01 2009 M STORY professor #> 3863 2009-07-01 2009 F BOONE professor #> 3864 2009-07-01 2009 M BOONE professor #> 3865 2009-07-01 2009 M STORY professor #> 3866 2009-07-01 2009 M STORY professor #> 3867 2009-07-01 2009 M STORY professor #> 3868 2009-07-01 2009 M STORY professor #> 3869 2009-07-01 2009 M STORY professor #> 3870 2009-07-01 2009 M STORY professor #> 3871 2009-07-01 2009 M STORY professor #> 3872 2009-07-01 2009 F KENT professor #> 3873 2009-07-01 2009 M ** professor #> 3874 2009-07-01 2009 M STORY professor #> 3875 2009-07-01 2009 M BOONE professor #> 3876 2009-07-01 2009 M STORY professor #> 3877 2009-07-01 2009 M STORY professor #> 3878 2009-07-01 2009 F JOHNSON professor #> 3879 2009-07-01 2009 M STORY professor #> 3880 2009-07-01 2009 M STORY professor #> 3881 2009-07-01 2009 M STORY professor #> 3882 2009-07-01 2009 F POLK professor #> 3883 2009-07-01 2009 M STORY professor #> 3884 2009-07-01 2009 M STORY professor #> 3885 2009-07-01 2009 F STORY professor #> 3886 2009-07-01 2009 M STORY professor #> 3887 2009-07-01 2009 M STORY professor #> 3888 2009-07-01 2009 M STORY professor #> 3889 2009-07-01 2009 F STORY professor #> 3890 2009-07-01 2009 F STORY professor #> 3891 2009-07-01 2009 M STORY professor #> 3892 2009-07-01 2009 M BOONE professor #> 3893 2009-07-01 2009 F DENTON professor #> 3894 2009-07-01 2009 F STORY professor #> 3895 2009-07-01 2009 M STORY professor #> 3896 2009-07-01 2009 F STORY professor #> 3897 2009-07-01 2009 M STORY professor #> 3898 2009-07-01 2009 M STORY professor #> 3899 2009-07-01 2009 M STORY professor #> 3900 2009-07-01 2009 M STORY professor #> 3901 2009-07-01 2009 M STORY professor #> 3902 2009-07-01 2009 M STORY professor #> 3903 2009-07-01 2009 M STORY professor #> 3904 2009-07-01 2009 M SAN MATEO professor #> 3905 2009-07-01 2009 M STORY professor #> 3906 2009-07-01 2009 M STORY professor #> 3907 2009-07-01 2009 F STORY professor #> 3908 2009-07-01 2009 M STORY professor #> 3909 2009-07-01 2009 F STORY professor #> 3910 2009-07-01 2009 M STORY professor #> 3911 2009-07-01 2009 M STORY professor #> 3912 2009-07-01 2009 M STORY professor #> 3913 2009-07-01 2009 M STORY professor #> 3914 2009-07-01 2009 M STORY professor #> 3915 2009-07-01 2009 M POLK professor #> 3916 2009-07-01 2009 M STORY professor #> 3917 2009-07-01 2009 M STORY professor #> 3918 2009-07-01 2009 M STORY professor #> 3919 2009-07-01 2009 M STORY professor #> 3920 2009-07-01 2009 M STORY professor #> 3921 2009-07-01 2009 M STORY professor #> 3922 2009-07-01 2009 M STORY professor #> 3923 2009-07-01 2009 M STORY professor #> 3924 2009-07-01 2009 M STORY professor #> 3925 2009-07-01 2009 M STORY professor #> 3926 2009-07-01 2009 M STORY professor #> 3927 2009-07-01 2009 M STORY professor #> 3928 2009-07-01 2009 M STORY professor #> 3929 2009-07-01 2009 M STORY professor #> 3930 2009-07-01 2009 M STORY professor #> 3931 2009-07-01 2009 F STORY professor #> 3932 2009-07-01 2009 M STORY professor #> 3933 2009-07-01 2009 M STORY professor #> 3934 2009-07-01 2009 F STORY professor #> 3935 2009-07-01 2009 F STORY professor #> 3936 2009-07-01 2009 M STORY professor #> 3937 2009-07-01 2009 F STORY professor #> 3938 2009-07-01 2009 M STORY professor #> 3939 2009-07-01 2009 M POLK professor #> 3940 2009-07-01 2009 F STORY professor #> 3941 2009-07-01 2009 F STORY professor #> 3942 2009-07-01 2009 M STORY professor #> 3943 2009-07-01 2009 M BOONE professor #> 3944 2009-07-01 2009 M STORY professor #> 3945 2009-07-01 2009 M STORY professor #> 3946 2009-07-01 2009 M STORY professor #> 3947 2009-07-01 2009 F STORY professor #> 3948 2009-07-01 2009 M STORY professor #> 3949 2009-07-01 2009 M STORY professor #> 3950 2009-07-01 2009 F STORY professor #> 3951 2009-07-01 2009 M STORY professor #> 3952 2009-07-01 2009 F STORY professor #> 3953 2009-07-01 2009 F STORY professor #> 3954 2009-07-01 2009 M STORY professor #> 3955 2009-07-01 2009 M STORY professor #> 3956 2009-07-01 2009 M STORY professor #> 3957 2009-07-01 2009 M STORY professor #> 3958 2009-07-01 2009 F STORY professor #> 3959 2009-07-01 2009 M POLK professor #> 3960 2009-07-01 2009 M STORY professor #> 3961 2009-07-01 2009 M STORY professor #> 3962 2009-07-01 2009 F STORY professor #> 3963 2009-07-01 2009 F STORY professor #> 3964 2009-07-01 2009 M STORY professor #> 3965 2009-07-01 2009 F STORY professor #> 3966 2009-07-01 2009 M STORY professor #> 3967 2009-07-01 2009 M STORY professor #> 3968 2009-07-01 2009 M STORY professor #> 3969 2009-07-01 2009 M STORY professor #> 3970 2009-07-01 2009 F STORY professor #> 3971 2009-07-01 2009 F STORY professor #> 3972 2009-07-01 2009 F STORY professor #> 3973 2009-07-01 2009 M STORY professor #> 3974 2009-07-01 2009 M BOONE professor #> 3975 2009-07-01 2009 F POLK professor #> 3976 2009-07-01 2009 M STORY professor #> 3977 2009-07-01 2009 F STORY professor #> 3978 2009-07-01 2009 F STORY professor #> 3979 2009-07-01 2009 M STORY professor #> 3980 2009-07-01 2009 F STORY professor #> 3981 2009-07-01 2009 M POLK professor #> 3982 2009-07-01 2009 M STORY professor #> 3983 2009-07-01 2009 M STORY professor #> 3984 2009-07-01 2009 M STORY professor #> 3985 2009-07-01 2009 M STORY professor #> 3986 2009-07-01 2009 M STORY professor #> 3987 2009-07-01 2009 M STORY professor #> 3988 2009-07-01 2009 M STORY professor #> 3989 2009-07-01 2009 M STORY professor #> 3990 2009-07-01 2009 F STORY professor #> 3991 2009-07-01 2009 M STORY professor #> 3992 2009-07-01 2009 F STORY professor #> 3993 2009-07-01 2009 M STORY professor #> 3994 2009-07-01 2009 M STORY professor #> 3995 2009-07-01 2009 M STORY professor #> 3996 2009-07-01 2009 F STORY professor #> 3997 2009-07-01 2009 F BOONE professor #> 3998 2009-07-01 2009 F STORY professor #> 3999 2009-07-01 2009 M STORY professor #> 4000 2009-07-01 2009 F STORY professor #> 4001 2009-07-01 2009 M STORY professor #> 4002 2009-07-01 2009 M STORY professor #> 4003 2009-07-01 2009 F STORY professor #> 4004 2009-07-01 2009 M STORY professor #> 4005 2009-07-01 2009 M STORY professor #> 4006 2009-07-01 2009 M STORY professor #> 4007 2009-07-01 2009 M STORY professor #> 4008 2009-07-01 2009 M STORY professor #> 4009 2009-07-01 2009 F STORY professor #> 4010 2009-07-01 2009 M STORY professor #> 4011 2009-07-01 2009 M STORY professor #> 4012 2009-07-01 2009 F STORY professor #> 4013 2009-07-01 2009 M STORY professor #> 4014 2009-07-01 2009 M STORY professor #> 4015 2009-07-01 2009 M BOONE professor #> 4016 2009-07-01 2009 M STORY professor #> 4017 2009-07-01 2009 M STORY professor #> 4018 2009-07-01 2009 M STORY professor #> 4019 2009-07-01 2009 M STORY professor #> 4020 2009-07-01 2009 M STORY professor #> 4021 2009-07-01 2009 M POLK professor #> 4022 2009-07-01 2009 M POLK professor #> 4023 2009-07-01 2009 M STORY professor #> 4024 2009-07-01 2009 M STORY professor #> 4025 2009-07-01 2009 M STORY professor #> 4026 2009-07-01 2009 F STORY professor #> 4027 2009-07-01 2009 F STORY professor #> 4028 2009-07-01 2009 M STORY professor #> 4029 2009-07-01 2009 M BOONE professor #> 4030 2009-07-01 2009 F STORY professor #> 4031 2009-07-01 2009 F STORY professor #> 4032 2009-07-01 2009 M STORY professor #> 4033 2009-07-01 2009 M STORY professor #> 4034 2009-07-01 2009 F POLK professor #> 4035 2009-07-01 2009 M STORY professor #> 4036 2009-07-01 2009 M STORY professor #> 4037 2009-07-01 2009 M STORY professor #> 4038 2009-07-01 2009 M STORY professor #> 4039 2009-07-01 2009 M STORY professor #> 4040 2009-07-01 2009 M STORY professor #> 4041 2009-07-01 2009 F STORY professor #> 4042 2009-07-01 2009 M STORY professor #> 4043 2009-07-01 2009 F STORY professor #> 4044 2009-07-01 2009 F STORY professor #> 4045 2009-07-01 2009 M POLK professor #> 4046 2009-07-01 2009 F STORY professor #> 4047 2009-07-01 2009 F STORY professor #> 4048 2009-07-01 2009 F STORY professor #> 4049 2009-07-01 2009 F STORY professor #> 4050 2009-07-01 2009 F STORY professor #> 4051 2009-07-01 2009 M STORY professor #> 4052 2009-07-01 2009 M STORY professor #> 4053 2009-07-01 2009 M STORY professor #> 4054 2009-07-01 2009 M STORY professor #> 4055 2009-07-01 2009 M STORY professor #> 4056 2009-07-01 2009 M STORY professor #> 4057 2009-07-01 2009 M COOK professor #> 4058 2009-07-01 2009 M STORY professor #> 4059 2009-07-01 2009 F ** professor #> 4060 2009-07-01 2009 F STORY professor #> 4061 2009-07-01 2009 M STORY professor #> 4062 2009-07-01 2009 M STORY professor #> 4063 2009-07-01 2009 M STORY professor #> 4064 2009-07-01 2009 M STORY professor #> 4065 2010-07-01 2010 M STORY professor #> 4066 2010-07-01 2010 M STORY professor #> 4067 2010-07-01 2010 M STORY professor #> 4068 2010-07-01 2010 F STORY professor #> 4069 2010-07-01 2010 M STORY professor #> 4070 2010-07-01 2010 M STORY professor #> 4071 2010-07-01 2010 M STORY professor #> 4072 2010-07-01 2010 F STORY professor #> 4073 2010-07-01 2010 M STORY professor #> 4074 2010-07-01 2010 M STORY professor #> 4075 2010-07-01 2010 F STORY professor #> 4076 2010-07-01 2010 M STORY professor #> 4077 2010-07-01 2010 F POLK professor #> 4078 2010-07-01 2010 M STORY professor #> 4079 2010-07-01 2010 M STORY professor #> 4080 2010-07-01 2010 M POLK professor #> 4081 2010-07-01 2010 M STORY professor #> 4082 2010-07-01 2010 M STORY professor #> 4083 2010-07-01 2010 M STORY professor #> 4084 2010-07-01 2010 M STORY professor #> 4085 2010-07-01 2010 M STORY professor #> 4086 2010-07-01 2010 M STORY professor #> 4087 2010-07-01 2010 M STORY professor #> 4088 2010-07-01 2010 M STORY professor #> 4089 2010-07-01 2010 F STORY professor #> 4090 2010-07-01 2010 F STORY professor #> 4091 2010-07-01 2010 M STORY professor #> 4092 2010-07-01 2010 M POWESHIEK professor #> 4093 2010-07-01 2010 M STORY professor #> 4094 2010-07-01 2010 M STORY professor #> 4095 2010-07-01 2010 M STORY professor #> 4096 2010-07-01 2010 F STORY professor #> 4097 2010-07-01 2010 F STORY professor #> 4098 2010-07-01 2010 M POLK professor #> 4099 2010-07-01 2010 M STORY professor #> 4100 2010-07-01 2010 M STORY professor #> 4101 2010-07-01 2010 M STORY professor #> 4102 2010-07-01 2010 M STORY professor #> 4103 2010-07-01 2010 M STORY professor #> 4104 2010-07-01 2010 M STORY professor #> 4105 2010-07-01 2010 M STORY professor #> 4106 2010-07-01 2010 F STORY professor #> 4107 2010-07-01 2010 M STORY professor #> 4108 2010-07-01 2010 M STORY professor #> 4109 2010-07-01 2010 F STORY professor #> 4110 2010-07-01 2010 M STORY professor #> 4111 2010-07-01 2010 F STORY professor #> 4112 2010-07-01 2010 M STORY professor #> 4113 2010-07-01 2010 M STORY professor #> 4114 2010-07-01 2010 M STORY professor #> 4115 2010-07-01 2010 F STORY professor #> 4116 2010-07-01 2010 M STORY professor #> 4117 2010-07-01 2010 M STORY professor #> 4118 2010-07-01 2010 M STORY professor #> 4119 2010-07-01 2010 M STORY professor #> 4120 2010-07-01 2010 F STORY professor #> 4121 2010-07-01 2010 M STORY professor #> 4122 2010-07-01 2010 M STORY professor #> 4123 2010-07-01 2010 F STORY professor #> 4124 2010-07-01 2010 M STORY professor #> 4125 2010-07-01 2010 F STORY professor #> 4126 2010-07-01 2010 M STORY professor #> 4127 2010-07-01 2010 M STORY professor #> 4128 2010-07-01 2010 F STORY professor #> 4129 2010-07-01 2010 F STORY professor #> 4130 2010-07-01 2010 M STORY professor #> 4131 2010-07-01 2010 M STORY professor #> 4132 2010-07-01 2010 M HAMILTON professor #> 4133 2010-07-01 2010 M STORY professor #> 4134 2010-07-01 2010 M STORY professor #> 4135 2010-07-01 2010 F POLK professor #> 4136 2010-07-01 2010 F POLK professor #> 4137 2010-07-01 2010 M STORY professor #> 4138 2010-07-01 2010 F BOONE professor #> 4139 2010-07-01 2010 F BOONE professor #> 4140 2010-07-01 2010 F STORY professor #> 4141 2010-07-01 2010 M STORY professor #> 4142 2010-07-01 2010 F STORY professor #> 4143 2010-07-01 2010 M STORY professor #> 4144 2010-07-01 2010 M STORY professor #> 4145 2010-07-01 2010 M STORY professor #> 4146 2010-07-01 2010 F STORY professor #> 4147 2010-07-01 2010 M STORY professor #> 4148 2010-07-01 2010 M STORY professor #> 4149 2010-07-01 2010 M STORY professor #> 4150 2010-07-01 2010 M STORY professor #> 4151 2010-07-01 2010 M STORY professor #> 4152 2010-07-01 2010 F STORY professor #> 4153 2010-07-01 2010 M STORY professor #> 4154 2010-07-01 2010 M STORY professor #> 4155 2010-07-01 2010 M STORY professor #> 4156 2010-07-01 2010 M STORY professor #> 4157 2010-07-01 2010 M STORY professor #> 4158 2010-07-01 2010 M STORY professor #> 4159 2010-07-01 2010 M STORY professor #> 4160 2010-07-01 2010 M STORY professor #> 4161 2010-07-01 2010 F STORY professor #> 4162 2010-07-01 2010 M STORY professor #> 4163 2010-07-01 2010 M POLK professor #> 4164 2010-07-01 2010 F STORY professor #> 4165 2010-07-01 2010 M STORY professor #> 4166 2010-07-01 2010 M STORY professor #> 4167 2010-07-01 2010 F STORY professor #> 4168 2010-07-01 2010 M STORY professor #> 4169 2010-07-01 2010 F STORY professor #> 4170 2010-07-01 2010 M STORY professor #> 4171 2010-07-01 2010 M STORY professor #> 4172 2010-07-01 2010 F STORY professor #> 4173 2010-07-01 2010 M BOONE professor #> 4174 2010-07-01 2010 M STORY professor #> 4175 2010-07-01 2010 M STORY professor #> 4176 2010-07-01 2010 M STORY professor #> 4177 2010-07-01 2010 F STORY professor #> 4178 2010-07-01 2010 M STORY professor #> 4179 2010-07-01 2010 F STORY professor #> 4180 2010-07-01 2010 M STORY professor #> 4181 2010-07-01 2010 F STORY professor #> 4182 2010-07-01 2010 F STORY professor #> 4183 2010-07-01 2010 F STORY professor #> 4184 2010-07-01 2010 F STORY professor #> 4185 2010-07-01 2010 F JOHNSON professor #> 4186 2010-07-01 2010 F STORY professor #> 4187 2010-07-01 2010 F STORY professor #> 4188 2010-07-01 2010 M STORY professor #> 4189 2010-07-01 2010 M STORY professor #> 4190 2010-07-01 2010 M STORY professor #> 4191 2010-07-01 2010 M STORY professor #> 4192 2010-07-01 2010 M STORY professor #> 4193 2010-07-01 2010 M STORY professor #> 4194 2010-07-01 2010 M STORY professor #> 4195 2010-07-01 2010 M STORY professor #> 4196 2010-07-01 2010 M STORY professor #> 4197 2010-07-01 2010 F STORY professor #> 4198 2010-07-01 2010 M STORY professor #> 4199 2010-07-01 2010 F STORY professor #> 4200 2010-07-01 2010 M STORY professor #> 4201 2010-07-01 2010 M STORY professor #> 4202 2010-07-01 2010 M BOONE professor #> 4203 2010-07-01 2010 M STORY professor #> 4204 2010-07-01 2010 M STORY professor #> 4205 2010-07-01 2010 F STORY professor #> 4206 2010-07-01 2010 M STORY professor #> 4207 2010-07-01 2010 F STORY professor #> 4208 2010-07-01 2010 F STORY professor #> 4209 2010-07-01 2010 F STORY professor #> 4210 2010-07-01 2010 M STORY professor #> 4211 2010-07-01 2010 F STORY professor #> 4212 2010-07-01 2010 M STORY professor #> 4213 2010-07-01 2010 M STORY professor #> 4214 2010-07-01 2010 M STORY professor #> 4215 2010-07-01 2010 F STORY professor #> 4216 2010-07-01 2010 F STORY professor #> 4217 2010-07-01 2010 F STORY professor #> 4218 2010-07-01 2010 M STORY professor #> 4219 2010-07-01 2010 M STORY professor #> 4220 2010-07-01 2010 M STORY professor #> 4221 2010-07-01 2010 F STORY professor #> 4222 2010-07-01 2010 F STORY professor #> 4223 2010-07-01 2010 M STORY professor #> 4224 2010-07-01 2010 M STORY professor #> 4225 2010-07-01 2010 F STORY professor #> 4226 2010-07-01 2010 M STORY professor #> 4227 2010-07-01 2010 F STORY professor #> 4228 2010-07-01 2010 M STORY professor #> 4229 2010-07-01 2010 M STORY professor #> 4230 2010-07-01 2010 M STORY professor #> 4231 2010-07-01 2010 F STORY professor #> 4232 2010-07-01 2010 M STORY professor #> 4233 2010-07-01 2010 F POLK professor #> 4234 2010-07-01 2010 F STORY professor #> 4235 2010-07-01 2010 M STORY professor #> 4236 2010-07-01 2010 F STORY professor #> 4237 2010-07-01 2010 M STORY professor #> 4238 2010-07-01 2010 M STORY professor #> 4239 2010-07-01 2010 M STORY professor #> 4240 2010-07-01 2010 F BOONE professor #> 4241 2010-07-01 2010 F POLK professor #> 4242 2010-07-01 2010 M STORY professor #> 4243 2010-07-01 2010 M POLK professor #> 4244 2010-07-01 2010 F STORY professor #> 4245 2010-07-01 2010 F STORY professor #> 4246 2010-07-01 2010 F STORY professor #> 4247 2010-07-01 2010 M STORY professor #> 4248 2010-07-01 2010 F STORY professor #> 4249 2010-07-01 2010 F STORY professor #> 4250 2010-07-01 2010 F STORY professor #> 4251 2010-07-01 2010 F STORY professor #> 4252 2010-07-01 2010 M STORY professor #> 4253 2010-07-01 2010 M STORY professor #> 4254 2010-07-01 2010 F STORY professor #> 4255 2010-07-01 2010 M STORY professor #> 4256 2010-07-01 2010 F STORY professor #> 4257 2010-07-01 2010 M STORY professor #> 4258 2010-07-01 2010 M STORY professor #> 4259 2010-07-01 2010 M STORY professor #> 4260 2010-07-01 2010 M STORY professor #> 4261 2010-07-01 2010 M STORY professor #> 4262 2010-07-01 2010 M STORY professor #> 4263 2010-07-01 2010 M STORY professor #> 4264 2010-07-01 2010 M STORY professor #> 4265 2010-07-01 2010 F STORY professor #> 4266 2010-07-01 2010 M STORY professor #> 4267 2010-07-01 2010 F STORY professor #> 4268 2010-07-01 2010 M STORY professor #> 4269 2010-07-01 2010 M STORY professor #> 4270 2010-07-01 2010 M STORY professor #> 4271 2010-07-01 2010 M STORY professor #> 4272 2010-07-01 2010 M STORY professor #> 4273 2010-07-01 2010 M STORY professor #> 4274 2010-07-01 2010 M HENNEPIN professor #> 4275 2010-07-01 2010 M STORY professor #> 4276 2010-07-01 2010 M STORY professor #> 4277 2010-07-01 2010 M STORY professor #> 4278 2010-07-01 2010 M STORY professor #> 4279 2010-07-01 2010 M STORY professor #> 4280 2010-07-01 2010 F STORY professor #> 4281 2010-07-01 2010 M STORY professor #> 4282 2010-07-01 2010 F STORY professor #> 4283 2010-07-01 2010 M STORY professor #> 4284 2010-07-01 2010 M BOONE professor #> 4285 2010-07-01 2010 F ** professor #> 4286 2010-07-01 2010 M STORY professor #> 4287 2010-07-01 2010 F STORY professor #> 4288 2010-07-01 2010 F BOONE professor #> 4289 2010-07-01 2010 F STORY professor #> 4290 2010-07-01 2010 M STORY professor #> 4291 2010-07-01 2010 F STORY professor #> 4292 2010-07-01 2010 M STORY professor #> 4293 2010-07-01 2010 M STORY professor #> 4294 2010-07-01 2010 M POLK professor #> 4295 2010-07-01 2010 M STORY professor #> 4296 2010-07-01 2010 M STORY professor #> 4297 2010-07-01 2010 M STORY professor #> 4298 2010-07-01 2010 M STORY professor #> 4299 2010-07-01 2010 M STORY professor #> 4300 2010-07-01 2010 F GRANT professor #> 4301 2010-07-01 2010 M STORY professor #> 4302 2010-07-01 2010 M DAVIS professor #> 4303 2010-07-01 2010 F STORY professor #> 4304 2010-07-01 2010 M STORY professor #> 4305 2010-07-01 2010 F STORY professor #> 4306 2010-07-01 2010 F STORY professor #> 4307 2010-07-01 2010 F STORY professor #> 4308 2010-07-01 2010 M STORY professor #> 4309 2010-07-01 2010 M STORY professor #> 4310 2010-07-01 2010 M STORY professor #> 4311 2010-07-01 2010 M STORY professor #> 4312 2010-07-01 2010 F DALLAS professor #> 4313 2010-07-01 2010 F STORY professor #> 4314 2010-07-01 2010 M STORY professor #> 4315 2010-07-01 2010 F STORY professor #> 4316 2010-07-01 2010 M STORY professor #> 4317 2010-07-01 2010 F STORY professor #> 4318 2010-07-01 2010 F STORY professor #> 4319 2010-07-01 2010 F STORY professor #> 4320 2010-07-01 2010 M STORY professor #> 4321 2010-07-01 2010 F WINNEBAGO professor #> 4322 2010-07-01 2010 M STORY professor #> 4323 2010-07-01 2010 F STORY professor #> 4324 2010-07-01 2010 F STORY professor #> 4325 2010-07-01 2010 M STORY professor #> 4326 2010-07-01 2010 M STORY professor #> 4327 2010-07-01 2010 M STORY professor #> 4328 2010-07-01 2010 M STORY professor #> 4329 2010-07-01 2010 F STORY professor #> 4330 2010-07-01 2010 F STORY professor #> 4331 2010-07-01 2010 M STORY professor #> 4332 2010-07-01 2010 F STORY professor #> 4333 2010-07-01 2010 M STORY professor #> 4334 2010-07-01 2010 M STORY professor #> 4335 2010-07-01 2010 M STORY professor #> 4336 2010-07-01 2010 M STORY professor #> 4337 2010-07-01 2010 F STORY professor #> 4338 2010-07-01 2010 M STORY professor #> 4339 2010-07-01 2010 M STORY professor #> 4340 2010-07-01 2010 F STORY professor #> 4341 2010-07-01 2010 M STORY professor #> 4342 2010-07-01 2010 M STORY professor #> 4343 2010-07-01 2010 M STORY professor #> 4344 2010-07-01 2010 F STORY professor #> 4345 2010-07-01 2010 M STORY professor #> 4346 2010-07-01 2010 M STORY professor #> 4347 2010-07-01 2010 M STORY professor #> 4348 2010-07-01 2010 M STORY professor #> 4349 2010-07-01 2010 F STORY professor #> 4350 2010-07-01 2010 F STORY professor #> 4351 2010-07-01 2010 M STORY professor #> 4352 2010-07-01 2010 F STORY professor #> 4353 2010-07-01 2010 M STORY professor #> 4354 2010-07-01 2010 M STORY professor #> 4355 2010-07-01 2010 F STORY professor #> 4356 2010-07-01 2010 F STORY professor #> 4357 2010-07-01 2010 M STORY professor #> 4358 2010-07-01 2010 M STORY professor #> 4359 2010-07-01 2010 M STORY professor #> 4360 2010-07-01 2010 F STORY professor #> 4361 2010-07-01 2010 M STORY professor #> 4362 2010-07-01 2010 M STORY professor #> 4363 2010-07-01 2010 M POLK professor #> 4364 2010-07-01 2010 F STORY professor #> 4365 2010-07-01 2010 M STORY professor #> 4366 2010-07-01 2010 M STORY professor #> 4367 2010-07-01 2010 F STORY professor #> 4368 2010-07-01 2010 F STORY professor #> 4369 2010-07-01 2010 M STORY professor #> 4370 2010-07-01 2010 M STORY professor #> 4371 2010-07-01 2010 M STORY professor #> 4372 2010-07-01 2010 M STORY professor #> 4373 2010-07-01 2010 F STORY professor #> 4374 2010-07-01 2010 F STORY professor #> 4375 2010-07-01 2010 M STORY professor #> 4376 2010-07-01 2010 M STORY professor #> 4377 2010-07-01 2010 F STORY professor #> 4378 2010-07-01 2010 M STORY professor #> 4379 2010-07-01 2010 M STORY professor #> 4380 2010-07-01 2010 M STORY professor #> 4381 2010-07-01 2010 F STORY professor #> 4382 2010-07-01 2010 M STORY professor #> 4383 2010-07-01 2010 F STORY professor #> 4384 2010-07-01 2010 F STORY professor #> 4385 2010-07-01 2010 F STORY professor #> 4386 2010-07-01 2010 M STORY professor #> 4387 2010-07-01 2010 M STORY professor #> 4388 2010-07-01 2010 M STORY professor #> 4389 2010-07-01 2010 F STORY professor #> 4390 2010-07-01 2010 M STORY professor #> 4391 2010-07-01 2010 M BOONE professor #> 4392 2010-07-01 2010 M BOONE professor #> 4393 2010-07-01 2010 F STORY professor #> 4394 2010-07-01 2010 F STORY professor #> 4395 2010-07-01 2010 M STORY professor #> 4396 2010-07-01 2010 M POLK professor #> 4397 2010-07-01 2010 M STORY professor #> 4398 2010-07-01 2010 M BOONE professor #> 4399 2010-07-01 2010 M STORY professor #> 4400 2010-07-01 2010 M POLK professor #> 4401 2010-07-01 2010 M BOONE professor #> 4402 2010-07-01 2010 M STORY professor #> 4403 2010-07-01 2010 M HAMILTON professor #> 4404 2010-07-01 2010 F STORY professor #> 4405 2010-07-01 2010 M STORY professor #> 4406 2010-07-01 2010 F STORY professor #> 4407 2010-07-01 2010 M BREMER professor #> 4408 2010-07-01 2010 M STORY professor #> 4409 2010-07-01 2010 M STORY professor #> 4410 2010-07-01 2010 M BOONE professor #> 4411 2010-07-01 2010 F STORY professor #> 4412 2010-07-01 2010 F STORY professor #> 4413 2010-07-01 2010 F STORY professor #> 4414 2010-07-01 2010 F STORY professor #> 4415 2010-07-01 2010 F STORY professor #> 4416 2010-07-01 2010 F STORY professor #> 4417 2010-07-01 2010 M STORY professor #> 4418 2010-07-01 2010 M STORY professor #> 4419 2010-07-01 2010 M STORY professor #> 4420 2010-07-01 2010 M STORY professor #> 4421 2010-07-01 2010 F STORY professor #> 4422 2010-07-01 2010 M STORY professor #> 4423 2010-07-01 2010 M STORY professor #> 4424 2010-07-01 2010 M STORY professor #> 4425 2010-07-01 2010 M STORY professor #> 4426 2010-07-01 2010 F STORY professor #> 4427 2010-07-01 2010 F STORY professor #> 4428 2010-07-01 2010 F STORY professor #> 4429 2010-07-01 2010 M STORY professor #> 4430 2010-07-01 2010 M POLK professor #> 4431 2010-07-01 2010 F STORY professor #> 4432 2010-07-01 2010 F STORY professor #> 4433 2010-07-01 2010 F LINN professor #> 4434 2010-07-01 2010 M STORY professor #> 4435 2010-07-01 2010 F STORY professor #> 4436 2010-07-01 2010 M STORY professor #> 4437 2010-07-01 2010 M BOONE professor #> 4438 2010-07-01 2010 F STORY professor #> 4439 2010-07-01 2010 M STORY professor #> 4440 2010-07-01 2010 M STORY professor #> 4441 2010-07-01 2010 M DALLAS professor #> 4442 2010-07-01 2010 F STORY professor #> 4443 2010-07-01 2010 M STORY professor #> 4444 2010-07-01 2010 F POLK professor #> 4445 2010-07-01 2010 M SAINT LOUIS professor #> 4446 2010-07-01 2010 M STORY professor #> 4447 2010-07-01 2010 M HAMILTON professor #> 4448 2010-07-01 2010 M STORY professor #> 4449 2010-07-01 2010 M STORY professor #> 4450 2010-07-01 2010 M STORY professor #> 4451 2010-07-01 2010 M STORY professor #> 4452 2010-07-01 2010 M STORY professor #> 4453 2010-07-01 2010 M STORY professor #> 4454 2010-07-01 2010 M STORY professor #> 4455 2010-07-01 2010 M STORY professor #> 4456 2010-07-01 2010 M BOONE professor #> 4457 2010-07-01 2010 M STORY professor #> 4458 2010-07-01 2010 M STORY professor #> 4459 2010-07-01 2010 M POLK professor #> 4460 2010-07-01 2010 F STORY professor #> 4461 2010-07-01 2010 M STORY professor #> 4462 2010-07-01 2010 F STORY professor #> 4463 2010-07-01 2010 M STORY professor #> 4464 2010-07-01 2010 M STORY professor #> 4465 2010-07-01 2010 F STORY professor #> 4466 2010-07-01 2010 F STORY professor #> 4467 2010-07-01 2010 M STORY professor #> 4468 2010-07-01 2010 M STORY professor #> 4469 2010-07-01 2010 F STORY professor #> 4470 2010-07-01 2010 M STORY professor #> 4471 2010-07-01 2010 M STORY professor #> 4472 2010-07-01 2010 F STORY professor #> 4473 2010-07-01 2010 M STORY professor #> 4474 2010-07-01 2010 M STORY professor #> 4475 2010-07-01 2010 M STORY professor #> 4476 2010-07-01 2010 M STORY professor #> 4477 2010-07-01 2010 M STORY professor #> 4478 2010-07-01 2010 F STORY professor #> 4479 2010-07-01 2010 F STORY professor #> 4480 2010-07-01 2010 M STORY professor #> 4481 2010-07-01 2010 M STORY professor #> 4482 2010-07-01 2010 F STORY professor #> 4483 2010-07-01 2010 M STORY professor #> 4484 2010-07-01 2010 M STORY professor #> 4485 2010-07-01 2010 F STORY professor #> 4486 2010-07-01 2010 M STORY professor #> 4487 2010-07-01 2010 F STORY professor #> 4488 2010-07-01 2010 M STORY professor #> 4489 2010-07-01 2010 F POLK professor #> 4490 2010-07-01 2010 M STORY professor #> 4491 2010-07-01 2010 M STORY professor #> 4492 2010-07-01 2010 F NEW YORK professor #> 4493 2010-07-01 2010 F STORY professor #> 4494 2010-07-01 2010 M STORY professor #> 4495 2010-07-01 2010 F STORY professor #> 4496 2010-07-01 2010 M STORY professor #> 4497 2010-07-01 2010 M BOONE professor #> 4498 2010-07-01 2010 M STORY professor #> 4499 2010-07-01 2010 M STORY professor #> 4500 2010-07-01 2010 M STORY professor #> 4501 2010-07-01 2010 F STORY professor #> 4502 2010-07-01 2010 M STORY professor #> 4503 2010-07-01 2010 M STORY professor #> 4504 2010-07-01 2010 M STORY professor #> 4505 2010-07-01 2010 M STORY professor #> 4506 2010-07-01 2010 M STORY professor #> 4507 2010-07-01 2010 M STORY professor #> 4508 2010-07-01 2010 F STORY professor #> 4509 2010-07-01 2010 M STORY professor #> 4510 2010-07-01 2010 M STORY professor #> 4511 2010-07-01 2010 M VIGO professor #> 4512 2010-07-01 2010 F STORY professor #> 4513 2010-07-01 2010 F STORY professor #> 4514 2010-07-01 2010 M STORY professor #> 4515 2010-07-01 2010 M STORY professor #> 4516 2010-07-01 2010 M STORY professor #> 4517 2010-07-01 2010 F POLK professor #> 4518 2010-07-01 2010 M STORY professor #> 4519 2010-07-01 2010 F STORY professor #> 4520 2010-07-01 2010 M STORY professor #> 4521 2010-07-01 2010 M STORY professor #> 4522 2010-07-01 2010 M STORY professor #> 4523 2010-07-01 2010 F STORY professor #> 4524 2010-07-01 2010 M STORY professor #> 4525 2010-07-01 2010 F STORY professor #> 4526 2010-07-01 2010 M STORY professor #> 4527 2010-07-01 2010 M STORY professor #> 4528 2010-07-01 2010 M STORY professor #> 4529 2010-07-01 2010 M STORY professor #> 4530 2010-07-01 2010 M STORY professor #> 4531 2010-07-01 2010 M STORY professor #> 4532 2010-07-01 2010 M STORY professor #> 4533 2010-07-01 2010 M STORY professor #> 4534 2010-07-01 2010 F STORY professor #> 4535 2010-07-01 2010 F STORY professor #> 4536 2010-07-01 2010 M STORY professor #> 4537 2010-07-01 2010 F STORY professor #> 4538 2010-07-01 2010 M STORY professor #> 4539 2010-07-01 2010 M STORY professor #> 4540 2010-07-01 2010 M STORY professor #> 4541 2010-07-01 2010 F POLK professor #> 4542 2010-07-01 2010 M STORY professor #> 4543 2010-07-01 2010 F POLK professor #> 4544 2010-07-01 2010 M STORY professor #> 4545 2010-07-01 2010 F STORY professor #> 4546 2010-07-01 2010 F STORY professor #> 4547 2010-07-01 2010 M STORY professor #> 4548 2010-07-01 2010 M STORY professor #> 4549 2010-07-01 2010 F STORY professor #> 4550 2010-07-01 2010 F STORY professor #> 4551 2010-07-01 2010 M STORY professor #> 4552 2010-07-01 2010 M STORY professor #> 4553 2010-07-01 2010 F STORY professor #> 4554 2010-07-01 2010 M STORY professor #> 4555 2010-07-01 2010 F STORY professor #> 4556 2010-07-01 2010 M STORY professor #> 4557 2010-07-01 2010 F STORY professor #> 4558 2010-07-01 2010 M STORY professor #> 4559 2010-07-01 2010 M STORY professor #> 4560 2010-07-01 2010 M STORY professor #> 4561 2010-07-01 2010 M STORY professor #> 4562 2010-07-01 2010 M STORY professor #> 4563 2010-07-01 2010 F STORY professor #> 4564 2010-07-01 2010 M BOONE professor #> 4565 2010-07-01 2010 M STORY professor #> 4566 2010-07-01 2010 M STORY professor #> 4567 2010-07-01 2010 M STORY professor #> 4568 2010-07-01 2010 M STORY professor #> 4569 2010-07-01 2010 M STORY professor #> 4570 2010-07-01 2010 F STORY professor #> 4571 2010-07-01 2010 M STORY professor #> 4572 2010-07-01 2010 M KOOCHICHING professor #> 4573 2010-07-01 2010 M STORY professor #> 4574 2010-07-01 2010 M STORY professor #> 4575 2010-07-01 2010 F STORY professor #> 4576 2010-07-01 2010 M STORY professor #> 4577 2010-07-01 2010 M HAMILTON professor #> 4578 2010-07-01 2010 M STORY professor #> 4579 2010-07-01 2010 F STORY professor #> 4580 2010-07-01 2010 F STORY professor #> 4581 2010-07-01 2010 F STORY professor #> 4582 2010-07-01 2010 M STORY professor #> 4583 2010-07-01 2010 M POLK professor #> 4584 2010-07-01 2010 M STORY professor #> 4585 2010-07-01 2010 M STORY professor #> 4586 2010-07-01 2010 M LARIMER professor #> 4587 2010-07-01 2010 M STORY professor #> 4588 2010-07-01 2010 M STORY professor #> 4589 2010-07-01 2010 F STORY professor #> 4590 2010-07-01 2010 M STORY professor #> 4591 2010-07-01 2010 M POLK professor #> 4592 2010-07-01 2010 M STORY professor #> 4593 2010-07-01 2010 M HAMILTON professor #> 4594 2010-07-01 2010 M STORY professor #> 4595 2010-07-01 2010 F STORY professor #> 4596 2010-07-01 2010 M STORY professor #> 4597 2010-07-01 2010 M STORY professor #> 4598 2010-07-01 2010 M STORY professor #> 4599 2010-07-01 2010 M STORY professor #> 4600 2010-07-01 2010 M STORY professor #> 4601 2010-07-01 2010 M STORY professor #> 4602 2010-07-01 2010 M STORY professor #> 4603 2010-07-01 2010 F STORY professor #> 4604 2010-07-01 2010 M STORY professor #> 4605 2010-07-01 2010 F STORY professor #> 4606 2010-07-01 2010 M POLK professor #> 4607 2010-07-01 2010 M STORY professor #> 4608 2010-07-01 2010 M STORY professor #> 4609 2010-07-01 2010 M STORY professor #> 4610 2010-07-01 2010 M STORY professor #> 4611 2010-07-01 2010 M STORY professor #> 4612 2010-07-01 2010 M STORY professor #> 4613 2010-07-01 2010 M STORY professor #> 4614 2010-07-01 2010 M STORY professor #> 4615 2010-07-01 2010 F STORY professor #> 4616 2010-07-01 2010 M STORY professor #> 4617 2010-07-01 2010 F STORY professor #> 4618 2010-07-01 2010 M STORY professor #> 4619 2010-07-01 2010 M STORY professor #> 4620 2010-07-01 2010 M HAMILTON professor #> 4621 2010-07-01 2010 F STORY professor #> 4622 2010-07-01 2010 F STORY professor #> 4623 2010-07-01 2010 M STORY professor #> 4624 2010-07-01 2010 M STORY professor #> 4625 2010-07-01 2010 F STORY professor #> 4626 2010-07-01 2010 F STORY professor #> 4627 2010-07-01 2010 M STORY professor #> 4628 2010-07-01 2010 M STORY professor #> 4629 2010-07-01 2010 M STORY professor #> 4630 2010-07-01 2010 M STORY professor #> 4631 2010-07-01 2010 M STORY professor #> 4632 2010-07-01 2010 F STORY professor #> 4633 2010-07-01 2010 F STORY professor #> 4634 2010-07-01 2010 M STORY professor #> 4635 2010-07-01 2010 M STORY professor #> 4636 2010-07-01 2010 M STORY professor #> 4637 2010-07-01 2010 M STORY professor #> 4638 2010-07-01 2010 F STORY professor #> 4639 2010-07-01 2010 M STORY professor #> 4640 2010-07-01 2010 F STORY professor #> 4641 2010-07-01 2010 M STORY professor #> 4642 2010-07-01 2010 F STORY professor #> 4643 2010-07-01 2010 F STORY professor #> 4644 2010-07-01 2010 M STORY professor #> 4645 2010-07-01 2010 F STORY professor #> 4646 2010-07-01 2010 F STORY professor #> 4647 2010-07-01 2010 M BOONE professor #> 4648 2010-07-01 2010 M STORY professor #> 4649 2010-07-01 2010 F STORY professor #> 4650 2010-07-01 2010 M STORY professor #> 4651 2010-07-01 2010 M STORY professor #> 4652 2010-07-01 2010 M STORY professor #> 4653 2010-07-01 2010 M STORY professor #> 4654 2010-07-01 2010 M BOONE professor #> 4655 2010-07-01 2010 F BOONE professor #> 4656 2010-07-01 2010 M STORY professor #> 4657 2010-07-01 2010 M STORY professor #> 4658 2010-07-01 2010 M STORY professor #> 4659 2010-07-01 2010 M STORY professor #> 4660 2010-07-01 2010 M STORY professor #> 4661 2010-07-01 2010 M STORY professor #> 4662 2010-07-01 2010 F STORY professor #> 4663 2010-07-01 2010 M STORY professor #> 4664 2010-07-01 2010 M STORY professor #> 4665 2010-07-01 2010 F STORY professor #> 4666 2010-07-01 2010 F STORY professor #> 4667 2010-07-01 2010 M STORY professor #> 4668 2010-07-01 2010 M STORY professor #> 4669 2010-07-01 2010 F HARDIN professor #> 4670 2010-07-01 2010 M STORY professor #> 4671 2010-07-01 2010 F STORY professor #> 4672 2010-07-01 2010 M STORY professor #> 4673 2010-07-01 2010 M STORY professor #> 4674 2010-07-01 2010 M STORY professor #> 4675 2010-07-01 2010 M STORY professor #> 4676 2010-07-01 2010 M STORY professor #> 4677 2010-07-01 2010 F STORY professor #> 4678 2010-07-01 2010 M STORY professor #> 4679 2010-07-01 2010 M STORY professor #> 4680 2010-07-01 2010 M STORY professor #> 4681 2010-07-01 2010 F STORY professor #> 4682 2010-07-01 2010 M STORY professor #> 4683 2010-07-01 2010 F STORY professor #> 4684 2010-07-01 2010 F STORY professor #> 4685 2010-07-01 2010 M STORY professor #> 4686 2010-07-01 2010 F STORY professor #> 4687 2010-07-01 2010 M STORY professor #> 4688 2010-07-01 2010 F STORY professor #> 4689 2010-07-01 2010 M STORY professor #> 4690 2010-07-01 2010 F STORY professor #> 4691 2010-07-01 2010 F STORY professor #> 4692 2010-07-01 2010 M STORY professor #> 4693 2010-07-01 2010 M CHARLOTTESVILLE CITY professor #> 4694 2010-07-01 2010 M STORY professor #> 4695 2010-07-01 2010 M STORY professor #> 4696 2010-07-01 2010 M STORY professor #> 4697 2010-07-01 2010 M STORY professor #> 4698 2010-07-01 2010 M STORY professor #> 4699 2010-07-01 2010 M STORY professor #> 4700 2010-07-01 2010 M STORY professor #> 4701 2010-07-01 2010 M STORY professor #> 4702 2010-07-01 2010 F STORY professor #> 4703 2010-07-01 2010 M STORY professor #> 4704 2010-07-01 2010 M STORY professor #> 4705 2010-07-01 2010 M STORY professor #> 4706 2010-07-01 2010 M STORY professor #> 4707 2010-07-01 2010 M STORY professor #> 4708 2010-07-01 2010 M STORY professor #> 4709 2010-07-01 2010 M STORY professor #> 4710 2010-07-01 2010 M STORY professor #> 4711 2010-07-01 2010 M STORY professor #> 4712 2010-07-01 2010 M STORY professor #> 4713 2010-07-01 2010 M STORY professor #> 4714 2010-07-01 2010 F STORY professor #> 4715 2010-07-01 2010 M STORY professor #> 4716 2010-07-01 2010 M STORY professor #> 4717 2010-07-01 2010 M STORY professor #> 4718 2010-07-01 2010 M STORY professor #> 4719 2010-07-01 2010 F STORY professor #> 4720 2010-07-01 2010 M STORY professor #> 4721 2010-07-01 2010 F STORY professor #> 4722 2010-07-01 2010 M STORY professor #> 4723 2010-07-01 2010 M STORY professor #> 4724 2010-07-01 2010 M BOONE professor #> 4725 2010-07-01 2010 M STORY professor #> 4726 2010-07-01 2010 M STORY professor #> 4727 2010-07-01 2010 M STORY professor #> 4728 2010-07-01 2010 M STORY professor #> 4729 2010-07-01 2010 M STORY professor #> 4730 2010-07-01 2010 M STORY professor #> 4731 2010-07-01 2010 M STORY professor #> 4732 2010-07-01 2010 M STORY professor #> 4733 2010-07-01 2010 F STORY professor #> 4734 2010-07-01 2010 M STORY professor #> 4735 2010-07-01 2010 M STORY professor #> 4736 2010-07-01 2010 F STORY professor #> 4737 2010-07-01 2010 M STORY professor #> 4738 2010-07-01 2010 F STORY professor #> 4739 2010-07-01 2010 M STORY professor #> 4740 2010-07-01 2010 M STORY professor #> 4741 2010-07-01 2010 M STORY professor #> 4742 2010-07-01 2010 M STORY professor #> 4743 2010-07-01 2010 M POLK professor #> 4744 2010-07-01 2010 M STORY professor #> 4745 2010-07-01 2010 F STORY professor #> 4746 2010-07-01 2010 F STORY professor #> 4747 2010-07-01 2010 M STORY professor #> 4748 2010-07-01 2010 F STORY professor #> 4749 2010-07-01 2010 M STORY professor #> 4750 2010-07-01 2010 M STORY professor #> 4751 2010-07-01 2010 F STORY professor #> 4752 2010-07-01 2010 M STORY professor #> 4753 2010-07-01 2010 M STORY professor #> 4754 2010-07-01 2010 M STORY professor #> 4755 2010-07-01 2010 F STORY professor #> 4756 2010-07-01 2010 F STORY professor #> 4757 2010-07-01 2010 M STORY professor #> 4758 2010-07-01 2010 M STORY professor #> 4759 2010-07-01 2010 F SACRAMENTO professor #> 4760 2010-07-01 2010 M STORY professor #> 4761 2010-07-01 2010 F STORY professor #> 4762 2010-07-01 2010 M STORY professor #> 4763 2010-07-01 2010 F STORY professor #> 4764 2010-07-01 2010 M STORY professor #> 4765 2010-07-01 2010 M STORY professor #> 4766 2010-07-01 2010 F STORY professor #> 4767 2010-07-01 2010 M STORY professor #> 4768 2010-07-01 2010 M STORY professor #> 4769 2010-07-01 2010 M STORY professor #> 4770 2010-07-01 2010 M STORY professor #> 4771 2010-07-01 2010 M STORY professor #> 4772 2010-07-01 2010 F STORY professor #> 4773 2010-07-01 2010 M POLK professor #> 4774 2010-07-01 2010 M STORY professor #> 4775 2010-07-01 2010 M STORY professor #> 4776 2010-07-01 2010 F STORY professor #> 4777 2010-07-01 2010 M COOK professor #> 4778 2010-07-01 2010 M STORY professor #> 4779 2010-07-01 2010 M STORY professor #> 4780 2010-07-01 2010 F BOONE professor #> 4781 2010-07-01 2010 M STORY professor #> 4782 2010-07-01 2010 M STORY professor #> 4783 2010-07-01 2010 M STORY professor #> 4784 2010-07-01 2010 M STORY professor #> 4785 2010-07-01 2010 F BOONE professor #> 4786 2010-07-01 2010 M STORY professor #> 4787 2010-07-01 2010 F STORY professor #> 4788 2010-07-01 2010 M STORY professor #> 4789 2010-07-01 2010 F STORY professor #> 4790 2010-07-01 2010 F BOONE professor #> 4791 2010-07-01 2010 M BOONE professor #> 4792 2010-07-01 2010 F STORY professor #> 4793 2010-07-01 2010 M STORY professor #> 4794 2010-07-01 2010 M STORY professor #> 4795 2010-07-01 2010 M STORY professor #> 4796 2010-07-01 2010 M STORY professor #> 4797 2010-07-01 2010 M STORY professor #> 4798 2010-07-01 2010 M STORY professor #> 4799 2010-07-01 2010 M STORY professor #> 4800 2010-07-01 2010 M BOONE professor #> 4801 2010-07-01 2010 F BOONE professor #> 4802 2010-07-01 2010 F STORY professor #> 4803 2010-07-01 2010 M STORY professor #> 4804 2010-07-01 2010 F STORY professor #> 4805 2010-07-01 2010 M STORY professor #> 4806 2010-07-01 2010 F STORY professor #> 4807 2010-07-01 2010 M STORY professor #> 4808 2010-07-01 2010 F POLK professor #> 4809 2010-07-01 2010 M STORY professor #> 4810 2010-07-01 2010 F STORY professor #> 4811 2010-07-01 2010 M STORY professor #> 4812 2010-07-01 2010 M STORY professor #> 4813 2010-07-01 2010 M STORY professor #> 4814 2010-07-01 2010 F STORY professor #> 4815 2010-07-01 2010 F STORY professor #> 4816 2010-07-01 2010 M STORY professor #> 4817 2010-07-01 2010 M STORY professor #> 4818 2010-07-01 2010 M STORY professor #> 4819 2010-07-01 2010 M STORY professor #> 4820 2010-07-01 2010 M STORY professor #> 4821 2010-07-01 2010 F POLK professor #> 4822 2010-07-01 2010 M STORY professor #> 4823 2010-07-01 2010 M STORY professor #> 4824 2010-07-01 2010 F STORY professor #> 4825 2010-07-01 2010 M STORY professor #> 4826 2010-07-01 2010 F STORY professor #> 4827 2010-07-01 2010 F STORY professor #> 4828 2010-07-01 2010 M STORY professor #> 4829 2010-07-01 2010 F STORY professor #> 4830 2010-07-01 2010 M STORY professor #> 4831 2010-07-01 2010 M STORY professor #> 4832 2010-07-01 2010 M STORY professor #> 4833 2010-07-01 2010 M STORY professor #> 4834 2010-07-01 2010 M STORY professor #> 4835 2010-07-01 2010 M STORY professor #> 4836 2010-07-01 2010 M STORY professor #> 4837 2010-07-01 2010 M STORY professor #> 4838 2010-07-01 2010 M POLK professor #> 4839 2010-07-01 2010 F STORY professor #> 4840 2010-07-01 2010 M STORY professor #> 4841 2010-07-01 2010 M STORY professor #> 4842 2010-07-01 2010 F STORY professor #> 4843 2010-07-01 2010 M STORY professor #> 4844 2010-07-01 2010 M STORY professor #> 4845 2010-07-01 2010 F STORY professor #> 4846 2010-07-01 2010 M STORY professor #> 4847 2010-07-01 2010 M STORY professor #> 4848 2010-07-01 2010 M STORY professor #> 4849 2010-07-01 2010 M STORY professor #> 4850 2010-07-01 2010 M STORY professor #> 4851 2010-07-01 2010 M BOONE professor #> 4852 2010-07-01 2010 M STORY professor #> 4853 2010-07-01 2010 M STORY professor #> 4854 2010-07-01 2010 M POLK professor #> 4855 2010-07-01 2010 M STORY professor #> 4856 2010-07-01 2010 M STORY professor #> 4857 2010-07-01 2010 M STORY professor #> 4858 2010-07-01 2010 M STORY professor #> 4859 2010-07-01 2010 F POLK professor #> 4860 2010-07-01 2010 M STORY professor #> 4861 2010-07-01 2010 M HOWARD professor #> 4862 2010-07-01 2010 M STORY professor #> 4863 2010-07-01 2010 M POLK professor #> 4864 2010-07-01 2010 M STORY professor #> 4865 2010-07-01 2010 M STORY professor #> 4866 2010-07-01 2010 M STORY professor #> 4867 2010-07-01 2010 F STORY professor #> 4868 2010-07-01 2010 M STORY professor #> 4869 2010-07-01 2010 M STORY professor #> 4870 2010-07-01 2010 M STORY professor #> 4871 2010-07-01 2010 F STORY professor #> 4872 2010-07-01 2010 F STORY professor #> 4873 2010-07-01 2010 M STORY professor #> 4874 2010-07-01 2010 M BOONE professor #> 4875 2010-07-01 2010 M BOONE professor #> 4876 2010-07-01 2010 M STORY professor #> 4877 2010-07-01 2010 F POLK professor #> 4878 2010-07-01 2010 M STORY professor #> 4879 2010-07-01 2010 M STORY professor #> 4880 2010-07-01 2010 M STORY professor #> 4881 2010-07-01 2010 M BOONE professor #> 4882 2010-07-01 2010 M STORY professor #> 4883 2010-07-01 2010 M STORY professor #> 4884 2010-07-01 2010 M STORY professor #> 4885 2010-07-01 2010 M STORY professor #> 4886 2010-07-01 2010 M STORY professor #> 4887 2010-07-01 2010 M STORY professor #> 4888 2010-07-01 2010 M STORY professor #> 4889 2010-07-01 2010 M STORY professor #> 4890 2010-07-01 2010 M STORY professor #> 4891 2010-07-01 2010 F STORY professor #> 4892 2010-07-01 2010 M STORY professor #> 4893 2010-07-01 2010 M STORY professor #> 4894 2010-07-01 2010 F STORY professor #> 4895 2010-07-01 2010 M STORY professor #> 4896 2010-07-01 2010 M BOONE professor #> 4897 2010-07-01 2010 M STORY professor #> 4898 2010-07-01 2010 F STORY professor #> 4899 2010-07-01 2010 M STORY professor #> 4900 2010-07-01 2010 M STORY professor #> 4901 2010-07-01 2010 F STORY professor #> 4902 2010-07-01 2010 F STORY professor #> 4903 2010-07-01 2010 M STORY professor #> 4904 2010-07-01 2010 M STORY professor #> 4905 2010-07-01 2010 M STORY professor #> 4906 2010-07-01 2010 M STORY professor #> 4907 2010-07-01 2010 M STORY professor #> 4908 2010-07-01 2010 F STORY professor #> 4909 2010-07-01 2010 M STORY professor #> 4910 2010-07-01 2010 M STORY professor #> 4911 2010-07-01 2010 F STORY professor #> 4912 2010-07-01 2010 F STORY professor #> 4913 2010-07-01 2010 M POLK professor #> 4914 2010-07-01 2010 M STORY professor #> 4915 2010-07-01 2010 M STORY professor #> 4916 2010-07-01 2010 M STORY professor #> 4917 2010-07-01 2010 M STORY professor #> 4918 2010-07-01 2010 M STORY professor #> 4919 2010-07-01 2010 M FREDERICK professor #> 4920 2010-07-01 2010 M STORY professor #> 4921 2010-07-01 2010 M STORY professor #> 4922 2010-07-01 2010 M STORY professor #> 4923 2010-07-01 2010 M STORY professor #> 4924 2010-07-01 2010 M STORY professor #> 4925 2010-07-01 2010 M STORY professor #> 4926 2010-07-01 2010 M STORY professor #> 4927 2010-07-01 2010 M STORY professor #> 4928 2010-07-01 2010 M STORY professor #> 4929 2010-07-01 2010 F STORY professor #> 4930 2010-07-01 2010 M STORY professor #> 4931 2010-07-01 2010 F STORY professor #> 4932 2010-07-01 2010 M STORY professor #> 4933 2010-07-01 2010 M STORY professor #> 4934 2010-07-01 2010 F STORY professor #> 4935 2010-07-01 2010 M STORY professor #> 4936 2010-07-01 2010 M STORY professor #> 4937 2010-07-01 2010 F STORY professor #> 4938 2010-07-01 2010 M STORY professor #> 4939 2010-07-01 2010 F STORY professor #> 4940 2010-07-01 2010 M STORY professor #> 4941 2010-07-01 2010 F STORY professor #> 4942 2010-07-01 2010 M STORY professor #> 4943 2010-07-01 2010 M STORY professor #> 4944 2010-07-01 2010 M STORY professor #> 4945 2010-07-01 2010 F BOONE professor #> 4946 2010-07-01 2010 F STORY professor #> 4947 2010-07-01 2010 F STORY professor #> 4948 2010-07-01 2010 M STORY professor #> 4949 2010-07-01 2010 M STORY professor #> 4950 2010-07-01 2010 M POLK professor #> 4951 2010-07-01 2010 M STORY professor #> 4952 2010-07-01 2010 M STORY professor #> 4953 2010-07-01 2010 F STORY professor #> 4954 2010-07-01 2010 M STORY professor #> 4955 2010-07-01 2010 M STORY professor #> 4956 2010-07-01 2010 F STORY professor #> 4957 2010-07-01 2010 M STORY professor #> 4958 2010-07-01 2010 F STORY professor #> 4959 2010-07-01 2010 M STORY professor #> 4960 2010-07-01 2010 M BOONE professor #> 4961 2010-07-01 2010 M STORY professor #> 4962 2010-07-01 2010 M STORY professor #> 4963 2010-07-01 2010 M STORY professor #> 4964 2010-07-01 2010 M STORY professor #> 4965 2010-07-01 2010 F STORY professor #> 4966 2010-07-01 2010 M STORY professor #> 4967 2010-07-01 2010 M STORY professor #> 4968 2010-07-01 2010 F STORY professor #> 4969 2010-07-01 2010 F STORY professor #> 4970 2010-07-01 2010 F STORY professor #> 4971 2010-07-01 2010 F STORY professor #> 4972 2010-07-01 2010 F STORY professor #> 4973 2010-07-01 2010 F STORY professor #> 4974 2010-07-01 2010 M STORY professor #> 4975 2010-07-01 2010 F POLK professor #> 4976 2010-07-01 2010 F STORY professor #> 4977 2010-07-01 2010 M STORY professor #> 4978 2010-07-01 2010 M STORY professor #> 4979 2010-07-01 2010 M STORY professor #> 4980 2010-07-01 2010 M STORY professor #> 4981 2010-07-01 2010 F STORY professor #> 4982 2010-07-01 2010 M STORY professor #> 4983 2010-07-01 2010 M POLK professor #> 4984 2010-07-01 2010 M STORY professor #> 4985 2010-07-01 2010 M POLK professor #> 4986 2010-07-01 2010 M POLK professor #> 4987 2010-07-01 2010 M STORY professor #> 4988 2010-07-01 2010 M STORY professor #> 4989 2010-07-01 2010 F STORY professor #> 4990 2010-07-01 2010 M STORY professor #> 4991 2010-07-01 2010 F STORY professor #> 4992 2010-07-01 2010 F STORY professor #> 4993 2010-07-01 2010 M STORY professor #> 4994 2010-07-01 2010 M STORY professor #> 4995 2010-07-01 2010 M STORY professor #> 4996 2010-07-01 2010 M STORY professor #> 4997 2010-07-01 2010 M STORY professor #> 4998 2010-07-01 2010 M STORY professor #> 4999 2010-07-01 2010 M STORY professor #> 5000 2010-07-01 2010 F STORY professor #> 5001 2010-07-01 2010 M STORY professor #> 5002 2010-07-01 2010 M BOONE professor #> 5003 2010-07-01 2010 M STORY professor #> 5004 2010-07-01 2010 M STORY professor #> 5005 2010-07-01 2010 F STORY professor #> 5006 2010-07-01 2010 M STORY professor #> 5007 2010-07-01 2010 M STORY professor #> 5008 2010-07-01 2010 M STORY professor #> 5009 2010-07-01 2010 M STORY professor #> 5010 2010-07-01 2010 M POLK professor #> 5011 2010-07-01 2010 M STORY professor #> 5012 2010-07-01 2010 F STORY professor #> 5013 2010-07-01 2010 M STORY professor #> 5014 2010-07-01 2010 M STORY professor #> 5015 2010-07-01 2010 F STORY professor #> 5016 2010-07-01 2010 M STORY professor #> 5017 2010-07-01 2010 M STORY professor #> 5018 2010-07-01 2010 M STORY professor #> 5019 2010-07-01 2010 M STORY professor #> 5020 2010-07-01 2010 F STORY professor #> 5021 2010-07-01 2010 M STORY professor #> 5022 2010-07-01 2010 F STORY professor #> 5023 2010-07-01 2010 M STORY professor #> 5024 2010-07-01 2010 F STORY professor #> 5025 2010-07-01 2010 M STORY professor #> 5026 2010-07-01 2010 F STORY professor #> 5027 2010-07-01 2010 M STORY professor #> 5028 2010-07-01 2010 M STORY professor #> 5029 2010-07-01 2010 M SUFFOLK professor #> 5030 2010-07-01 2010 F STORY professor #> 5031 2010-07-01 2010 M STORY professor #> 5032 2010-07-01 2010 M STORY professor #> 5033 2010-07-01 2010 M STORY professor #> 5034 2010-07-01 2010 M STORY professor #> 5035 2010-07-01 2010 M STORY professor #> 5036 2010-07-01 2010 M STORY professor #> 5037 2010-07-01 2010 M STORY professor #> 5038 2010-07-01 2010 M STORY professor #> 5039 2010-07-01 2010 M STORY professor #> 5040 2010-07-01 2010 M STORY professor #> 5041 2010-07-01 2010 M STORY professor #> 5042 2010-07-01 2010 M STORY professor #> 5043 2010-07-01 2010 M STORY professor #> 5044 2010-07-01 2010 M BOONE professor #> 5045 2010-07-01 2010 M DALLAS professor #> 5046 2010-07-01 2010 F STORY professor #> 5047 2010-07-01 2010 M STORY professor #> 5048 2010-07-01 2010 F STORY professor #> 5049 2010-07-01 2010 M STORY professor #> 5050 2010-07-01 2010 M STORY professor #> 5051 2010-07-01 2010 M STORY professor #> 5052 2010-07-01 2010 M STORY professor #> 5053 2010-07-01 2010 M STORY professor #> 5054 2010-07-01 2010 M STORY professor #> 5055 2010-07-01 2010 F BOONE professor #> 5056 2010-07-01 2010 F STORY professor #> 5057 2010-07-01 2010 M STORY professor #> 5058 2010-07-01 2010 M STORY professor #> 5059 2010-07-01 2010 M STORY professor #> 5060 2010-07-01 2010 F STORY professor #> 5061 2010-07-01 2010 F STORY professor #> 5062 2010-07-01 2010 F STORY professor #> 5063 2010-07-01 2010 M STORY professor #> 5064 2010-07-01 2010 M STORY professor #> 5065 2010-07-01 2010 M STORY professor #> 5066 2010-07-01 2010 M STORY professor #> 5067 2010-07-01 2010 F STORY professor #> 5068 2010-07-01 2010 M POLK professor #> 5069 2010-07-01 2010 M STORY professor #> 5070 2010-07-01 2010 M STORY professor #> 5071 2010-07-01 2010 M STORY professor #> 5072 2010-07-01 2010 M STORY professor #> 5073 2010-07-01 2010 M STORY professor #> 5074 2010-07-01 2010 F STORY professor #> 5075 2010-07-01 2010 M STORY professor #> 5076 2010-07-01 2010 M POLK professor #> 5077 2010-07-01 2010 M STORY professor #> 5078 2010-07-01 2010 M STORY professor #> 5079 2010-07-01 2010 F STORY professor #> 5080 2010-07-01 2010 M STORY professor #> 5081 2010-07-01 2010 F STORY professor #> 5082 2010-07-01 2010 F STORY professor #> 5083 2010-07-01 2010 M STORY professor #> 5084 2010-07-01 2010 M STORY professor #> 5085 2010-07-01 2010 M STORY professor #> 5086 2010-07-01 2010 M STORY professor #> 5087 2010-07-01 2010 M STORY professor #> 5088 2010-07-01 2010 M BOONE professor #> 5089 2010-07-01 2010 F STORY professor #> 5090 2010-07-01 2010 M STORY professor #> 5091 2010-07-01 2010 M BOONE professor #> 5092 2010-07-01 2010 F POLK professor #> 5093 2010-07-01 2010 M POLK professor #> 5094 2010-07-01 2010 M STORY professor #> 5095 2010-07-01 2010 F STORY professor #> 5096 2010-07-01 2010 M STORY professor #> 5097 2010-07-01 2010 M STORY professor #> 5098 2010-07-01 2010 F STORY professor #> 5099 2010-07-01 2010 M STORY professor #> 5100 2010-07-01 2010 F STORY professor #> 5101 2010-07-01 2010 M STORY professor #> 5102 2010-07-01 2010 M STORY professor #> 5103 2010-07-01 2010 M STORY professor #> 5104 2010-07-01 2010 F BOONE professor #> 5105 2010-07-01 2010 M STORY professor #> 5106 2010-07-01 2010 M NEW YORK professor #> 5107 2010-07-01 2010 M STORY professor #> 5108 2010-07-01 2010 M STORY professor #> 5109 2010-07-01 2010 M STORY professor #> 5110 2010-07-01 2010 F STORY professor #> 5111 2010-07-01 2010 F STORY professor #> 5112 2010-07-01 2010 F STORY professor #> 5113 2010-07-01 2010 M STORY professor #> 5114 2010-07-01 2010 M POLK professor #> 5115 2010-07-01 2010 M STORY professor #> 5116 2010-07-01 2010 M STORY professor #> 5117 2010-07-01 2010 M STORY professor #> 5118 2010-07-01 2010 M STORY professor #> 5119 2010-07-01 2010 M STORY professor #> 5120 2010-07-01 2010 M STORY professor #> 5121 2010-07-01 2010 F STORY professor #> 5122 2010-07-01 2010 M BOONE professor #> 5123 2010-07-01 2010 M STORY professor #> 5124 2010-07-01 2010 M STORY professor #> 5125 2010-07-01 2010 M STORY professor #> 5126 2010-07-01 2010 M STORY professor #> 5127 2010-07-01 2010 M STORY professor #> 5128 2010-07-01 2010 M BOONE professor #> 5129 2010-07-01 2010 F STORY professor #> 5130 2010-07-01 2010 M ** professor #> 5131 2010-07-01 2010 M STORY professor #> 5132 2010-07-01 2010 M STORY professor #> 5133 2010-07-01 2010 M STORY professor #> 5134 2010-07-01 2010 M STORY professor #> 5135 2010-07-01 2010 F STORY professor #> 5136 2010-07-01 2010 M STORY professor #> 5137 2010-07-01 2010 M STORY professor #> 5138 2010-07-01 2010 M STORY professor #> 5139 2010-07-01 2010 F STORY professor #> 5140 2010-07-01 2010 M STORY professor #> 5141 2010-07-01 2010 M STORY professor #> 5142 2010-07-01 2010 M STORY professor #> 5143 2010-07-01 2010 F STORY professor #> 5144 2010-07-01 2010 M STORY professor #> 5145 2010-07-01 2010 M STORY professor #> 5146 2010-07-01 2010 M STORY professor #> 5147 2010-07-01 2010 M BOONE professor #> 5148 2010-07-01 2010 F STORY professor #> 5149 2010-07-01 2010 M STORY professor #> 5150 2010-07-01 2010 F STORY professor #> 5151 2010-07-01 2010 F STORY professor #> 5152 2010-07-01 2010 M STORY professor #> 5153 2010-07-01 2010 M GREENE professor #> 5154 2010-07-01 2010 F STORY professor #> 5155 2010-07-01 2010 M STORY professor #> 5156 2010-07-01 2010 F STORY professor #> 5157 2010-07-01 2010 M STORY professor #> 5158 2010-07-01 2010 M BOONE professor #> 5159 2010-07-01 2010 M POLK professor #> 5160 2010-07-01 2010 M STORY professor #> 5161 2010-07-01 2010 M STORY professor #> 5162 2010-07-01 2010 M POLK professor #> 5163 2010-07-01 2010 F STORY professor #> 5164 2010-07-01 2010 M STORY professor #> 5165 2010-07-01 2010 M STORY professor #> 5166 2010-07-01 2010 M STORY professor #> 5167 2010-07-01 2010 M STORY professor #> 5168 2010-07-01 2010 M STORY professor #> 5169 2010-07-01 2010 F STORY professor #> 5170 2010-07-01 2010 M STORY professor #> 5171 2010-07-01 2010 M STORY professor #> 5172 2010-07-01 2010 M STORY professor #> 5173 2010-07-01 2010 M STORY professor #> 5174 2010-07-01 2010 F STORY professor #> 5175 2010-07-01 2010 M STORY professor #> 5176 2010-07-01 2010 M STORY professor #> 5177 2010-07-01 2010 M STORY professor #> 5178 2010-07-01 2010 M STORY professor #> 5179 2010-07-01 2010 M STORY professor #> 5180 2010-07-01 2010 F STORY professor #> 5181 2010-07-01 2010 F STORY professor #> 5182 2010-07-01 2010 M STORY professor #> 5183 2010-07-01 2010 F STORY professor #> 5184 2010-07-01 2010 M STORY professor #> 5185 2010-07-01 2010 F STORY professor #> 5186 2010-07-01 2010 M STORY professor #> 5187 2010-07-01 2010 M POLK professor #> 5188 2010-07-01 2010 F STORY professor #> 5189 2010-07-01 2010 M STORY professor #> 5190 2010-07-01 2010 M STORY professor #> 5191 2010-07-01 2010 F STORY professor #> 5192 2010-07-01 2010 M STORY professor #> 5193 2010-07-01 2010 M STORY professor #> 5194 2010-07-01 2010 F STORY professor #> 5195 2010-07-01 2010 M STORY professor #> 5196 2010-07-01 2010 M STORY professor #> 5197 2010-07-01 2010 M STORY professor #> 5198 2010-07-01 2010 M STORY professor #> 5199 2010-07-01 2010 M STORY professor #> 5200 2010-07-01 2010 M STORY professor #> 5201 2010-07-01 2010 F STORY professor #> 5202 2010-07-01 2010 M STORY professor #> 5203 2010-07-01 2010 M STORY professor #> 5204 2010-07-01 2010 M STORY professor #> 5205 2010-07-01 2010 M STORY professor #> 5206 2010-07-01 2010 F STORY professor #> 5207 2010-07-01 2010 M STORY professor #> 5208 2010-07-01 2010 M STORY professor #> 5209 2010-07-01 2010 F STORY professor #> 5210 2010-07-01 2010 M STORY professor #> 5211 2010-07-01 2010 F STORY professor #> 5212 2010-07-01 2010 M STORY professor #> 5213 2010-07-01 2010 M STORY professor #> 5214 2010-07-01 2010 M STORY professor #> 5215 2010-07-01 2010 M STORY professor #> 5216 2010-07-01 2010 F STORY professor #> 5217 2010-07-01 2010 M STORY professor #> 5218 2010-07-01 2010 M STORY professor #> 5219 2010-07-01 2010 M STORY professor #> 5220 2010-07-01 2010 M STORY professor #> 5221 2010-07-01 2010 F HAMILTON professor #> 5222 2010-07-01 2010 F BOONE professor #> 5223 2010-07-01 2010 M BOONE professor #> 5224 2010-07-01 2010 M STORY professor #> 5225 2010-07-01 2010 M STORY professor #> 5226 2010-07-01 2010 M STORY professor #> 5227 2010-07-01 2010 M STORY professor #> 5228 2010-07-01 2010 M STORY professor #> 5229 2010-07-01 2010 M STORY professor #> 5230 2010-07-01 2010 M STORY professor #> 5231 2010-07-01 2010 M ** professor #> 5232 2010-07-01 2010 M STORY professor #> 5233 2010-07-01 2010 M BOONE professor #> 5234 2010-07-01 2010 M STORY professor #> 5235 2010-07-01 2010 M STORY professor #> 5236 2010-07-01 2010 F JOHNSON professor #> 5237 2010-07-01 2010 M STORY professor #> 5238 2010-07-01 2010 M STORY professor #> 5239 2010-07-01 2010 M STORY professor #> 5240 2010-07-01 2010 F POLK professor #> 5241 2010-07-01 2010 M STORY professor #> 5242 2010-07-01 2010 F STORY professor #> 5243 2010-07-01 2010 M STORY professor #> 5244 2010-07-01 2010 M STORY professor #> 5245 2010-07-01 2010 F STORY professor #> 5246 2010-07-01 2010 M STORY professor #> 5247 2010-07-01 2010 M STORY professor #> 5248 2010-07-01 2010 F STORY professor #> 5249 2010-07-01 2010 F STORY professor #> 5250 2010-07-01 2010 M STORY professor #> 5251 2010-07-01 2010 F DENTON professor #> 5252 2010-07-01 2010 F STORY professor #> 5253 2010-07-01 2010 M STORY professor #> 5254 2010-07-01 2010 F STORY professor #> 5255 2010-07-01 2010 M STORY professor #> 5256 2010-07-01 2010 M STORY professor #> 5257 2010-07-01 2010 M STORY professor #> 5258 2010-07-01 2010 M STORY professor #> 5259 2010-07-01 2010 M STORY professor #> 5260 2010-07-01 2010 M STORY professor #> 5261 2010-07-01 2010 M STORY professor #> 5262 2010-07-01 2010 M STORY professor #> 5263 2010-07-01 2010 M FREDERICK professor #> 5264 2010-07-01 2010 M STORY professor #> 5265 2010-07-01 2010 F STORY professor #> 5266 2010-07-01 2010 M STORY professor #> 5267 2010-07-01 2010 F STORY professor #> 5268 2010-07-01 2010 M STORY professor #> 5269 2010-07-01 2010 M STORY professor #> 5270 2010-07-01 2010 M STORY professor #> 5271 2010-07-01 2010 M STORY professor #> 5272 2010-07-01 2010 M STORY professor #> 5273 2010-07-01 2010 M POLK professor #> 5274 2010-07-01 2010 M STORY professor #> 5275 2010-07-01 2010 M STORY professor #> 5276 2010-07-01 2010 M STORY professor #> 5277 2010-07-01 2010 F ** professor #> 5278 2010-07-01 2010 M STORY professor #> 5279 2010-07-01 2010 M STORY professor #> 5280 2010-07-01 2010 M STORY professor #> 5281 2010-07-01 2010 M STORY professor #> 5282 2010-07-01 2010 M STORY professor #> 5283 2010-07-01 2010 M STORY professor #> 5284 2010-07-01 2010 M STORY professor #> 5285 2010-07-01 2010 M STORY professor #> 5286 2010-07-01 2010 M STORY professor #> 5287 2010-07-01 2010 M STORY professor #> 5288 2010-07-01 2010 M STORY professor #> 5289 2010-07-01 2010 M STORY professor #> 5290 2010-07-01 2010 M STORY professor #> 5291 2010-07-01 2010 M STORY professor #> 5292 2010-07-01 2010 F STORY professor #> 5293 2010-07-01 2010 M STORY professor #> 5294 2010-07-01 2010 M STORY professor #> 5295 2010-07-01 2010 F STORY professor #> 5296 2010-07-01 2010 F STORY professor #> 5297 2010-07-01 2010 M STORY professor #> 5298 2010-07-01 2010 M STORY professor #> 5299 2010-07-01 2010 M POLK professor #> 5300 2010-07-01 2010 F STORY professor #> 5301 2010-07-01 2010 F STORY professor #> 5302 2010-07-01 2010 M STORY professor #> 5303 2010-07-01 2010 M STORY professor #> 5304 2010-07-01 2010 M BOONE professor #> 5305 2010-07-01 2010 M STORY professor #> 5306 2010-07-01 2010 M STORY professor #> 5307 2010-07-01 2010 M STORY professor #> 5308 2010-07-01 2010 F STORY professor #> 5309 2010-07-01 2010 M STORY professor #> 5310 2010-07-01 2010 M STORY professor #> 5311 2010-07-01 2010 F STORY professor #> 5312 2010-07-01 2010 M STORY professor #> 5313 2010-07-01 2010 F STORY professor #> 5314 2010-07-01 2010 F STORY professor #> 5315 2010-07-01 2010 M STORY professor #> 5316 2010-07-01 2010 M STORY professor #> 5317 2010-07-01 2010 M STORY professor #> 5318 2010-07-01 2010 F STORY professor #> 5319 2010-07-01 2010 M STORY professor #> 5320 2010-07-01 2010 M POLK professor #> 5321 2010-07-01 2010 M STORY professor #> 5322 2010-07-01 2010 M STORY professor #> 5323 2010-07-01 2010 F STORY professor #> 5324 2010-07-01 2010 F STORY professor #> 5325 2010-07-01 2010 M STORY professor #> 5326 2010-07-01 2010 F STORY professor #> 5327 2010-07-01 2010 F STORY professor #> 5328 2010-07-01 2010 F STORY professor #> 5329 2010-07-01 2010 M STORY professor #> 5330 2010-07-01 2010 M STORY professor #> 5331 2010-07-01 2010 M STORY professor #> 5332 2010-07-01 2010 M STORY professor #> 5333 2010-07-01 2010 F STORY professor #> 5334 2010-07-01 2010 F STORY professor #> 5335 2010-07-01 2010 M STORY professor #> 5336 2010-07-01 2010 F STORY professor #> 5337 2010-07-01 2010 M STORY professor #> 5338 2010-07-01 2010 M BOONE professor #> 5339 2010-07-01 2010 F POLK professor #> 5340 2010-07-01 2010 M STORY professor #> 5341 2010-07-01 2010 F STORY professor #> 5342 2010-07-01 2010 M STORY professor #> 5343 2010-07-01 2010 F STORY professor #> 5344 2010-07-01 2010 F STORY professor #> 5345 2010-07-01 2010 M POLK professor #> 5346 2010-07-01 2010 M STORY professor #> 5347 2010-07-01 2010 M STORY professor #> 5348 2010-07-01 2010 M STORY professor #> 5349 2010-07-01 2010 M STORY professor #> 5350 2010-07-01 2010 M STORY professor #> 5351 2010-07-01 2010 M STORY professor #> 5352 2010-07-01 2010 M BOONE professor #> 5353 2010-07-01 2010 M STORY professor #> 5354 2010-07-01 2010 F STORY professor #> 5355 2010-07-01 2010 M STORY professor #> 5356 2010-07-01 2010 F STORY professor #> 5357 2010-07-01 2010 M STORY professor #> 5358 2010-07-01 2010 M STORY professor #> 5359 2010-07-01 2010 M STORY professor #> 5360 2010-07-01 2010 F STORY professor #> 5361 2010-07-01 2010 F BOONE professor #> 5362 2010-07-01 2010 M STORY professor #> 5363 2010-07-01 2010 F STORY professor #> 5364 2010-07-01 2010 M STORY professor #> 5365 2010-07-01 2010 M STORY professor #> 5366 2010-07-01 2010 F STORY professor #> 5367 2010-07-01 2010 M STORY professor #> 5368 2010-07-01 2010 M STORY professor #> 5369 2010-07-01 2010 M STORY professor #> 5370 2010-07-01 2010 M STORY professor #> 5371 2010-07-01 2010 M STORY professor #> 5372 2010-07-01 2010 F STORY professor #> 5373 2010-07-01 2010 M STORY professor #> 5374 2010-07-01 2010 M STORY professor #> 5375 2010-07-01 2010 M STORY professor #> 5376 2010-07-01 2010 F STORY professor #> 5377 2010-07-01 2010 M STORY professor #> 5378 2010-07-01 2010 M STORY professor #> 5379 2010-07-01 2010 M STORY professor #> 5380 2010-07-01 2010 M BOONE professor #> 5381 2010-07-01 2010 M STORY professor #> 5382 2010-07-01 2010 M STORY professor #> 5383 2010-07-01 2010 M STORY professor #> 5384 2010-07-01 2010 M STORY professor #> 5385 2010-07-01 2010 M STORY professor #> 5386 2010-07-01 2010 M POLK professor #> 5387 2010-07-01 2010 M POLK professor #> 5388 2010-07-01 2010 M STORY professor #> 5389 2010-07-01 2010 M STORY professor #> 5390 2010-07-01 2010 M STORY professor #> 5391 2010-07-01 2010 F STORY professor #> 5392 2010-07-01 2010 F STORY professor #> 5393 2010-07-01 2010 M STORY professor #> 5394 2010-07-01 2010 M BOONE professor #> 5395 2010-07-01 2010 F STORY professor #> 5396 2010-07-01 2010 F STORY professor #> 5397 2010-07-01 2010 M STORY professor #> 5398 2010-07-01 2010 M STORY professor #> 5399 2010-07-01 2010 M STORY professor #> 5400 2010-07-01 2010 F POLK professor #> 5401 2010-07-01 2010 M STORY professor #> 5402 2010-07-01 2010 M STORY professor #> 5403 2010-07-01 2010 M STORY professor #> 5404 2010-07-01 2010 M STORY professor #> 5405 2010-07-01 2010 M STORY professor #> 5406 2010-07-01 2010 F STORY professor #> 5407 2010-07-01 2010 M STORY professor #> 5408 2010-07-01 2010 F STORY professor #> 5409 2010-07-01 2010 M STORY professor #> 5410 2010-07-01 2010 M POLK professor #> 5411 2010-07-01 2010 F STORY professor #> 5412 2010-07-01 2010 F STORY professor #> 5413 2010-07-01 2010 F STORY professor #> 5414 2010-07-01 2010 F STORY professor #> 5415 2010-07-01 2010 M STORY professor #> 5416 2010-07-01 2010 M STORY professor #> 5417 2010-07-01 2010 M STORY professor #> 5418 2010-07-01 2010 M STORY professor #> 5419 2010-07-01 2010 M STORY professor #> 5420 2010-07-01 2010 M STORY professor #> 5421 2010-07-01 2010 M COOK professor #> 5422 2010-07-01 2010 M STORY professor #> 5423 2010-07-01 2010 F STORY professor #> 5424 2010-07-01 2010 M STORY professor #> 5425 2010-07-01 2010 M STORY professor #> 5426 2010-07-01 2010 M STORY professor #> 5427 2010-07-01 2010 M STORY professor #> 5428 2010-07-01 2010 M STORY professor #> 5429 2011-07-01 2011 M STORY professor #> 5430 2011-07-01 2011 F POLK professor #> 5431 2011-07-01 2011 M STORY professor #> 5432 2011-07-01 2011 M STORY professor #> 5433 2011-07-01 2011 M STORY professor #> 5434 2011-07-01 2011 M STORY professor #> 5435 2011-07-01 2011 M STORY professor #> 5436 2011-07-01 2011 M STORY professor #> 5437 2011-07-01 2011 M STORY professor #> 5438 2011-07-01 2011 M STORY professor #> 5439 2011-07-01 2011 M STORY professor #> 5440 2011-07-01 2011 M STORY professor #> 5441 2011-07-01 2011 M STORY professor #> 5442 2011-07-01 2011 M STORY professor #> 5443 2011-07-01 2011 M STORY professor #> 5444 2011-07-01 2011 M STORY professor #> 5445 2011-07-01 2011 M STORY professor #> 5446 2011-07-01 2011 F STORY professor #> 5447 2011-07-01 2011 F STORY professor #> 5448 2011-07-01 2011 M STORY professor #> 5449 2011-07-01 2011 M STORY professor #> 5450 2011-07-01 2011 M POWESHIEK professor #> 5451 2011-07-01 2011 M STORY professor #> 5452 2011-07-01 2011 M STORY professor #> 5453 2011-07-01 2011 M STORY professor #> 5454 2011-07-01 2011 F STORY professor #> 5455 2011-07-01 2011 F STORY professor #> 5456 2011-07-01 2011 M POLK professor #> 5457 2011-07-01 2011 F STORY professor #> 5458 2011-07-01 2011 M STORY professor #> 5459 2011-07-01 2011 M STORY professor #> 5460 2011-07-01 2011 M STORY professor #> 5461 2011-07-01 2011 F STORY professor #> 5462 2011-07-01 2011 M STORY professor #> 5463 2011-07-01 2011 M STORY professor #> 5464 2011-07-01 2011 M STORY professor #> 5465 2011-07-01 2011 M STORY professor #> 5466 2011-07-01 2011 M STORY professor #> 5467 2011-07-01 2011 F STORY professor #> 5468 2011-07-01 2011 M STORY professor #> 5469 2011-07-01 2011 M STORY professor #> 5470 2011-07-01 2011 M STORY professor #> 5471 2011-07-01 2011 F STORY professor #> 5472 2011-07-01 2011 M STORY professor #> 5473 2011-07-01 2011 * DANE professor #> 5474 2011-07-01 2011 F STORY professor #> 5475 2011-07-01 2011 M STORY professor #> 5476 2011-07-01 2011 F STORY professor #> 5477 2011-07-01 2011 M STORY professor #> 5478 2011-07-01 2011 M STORY professor #> 5479 2011-07-01 2011 M STORY professor #> 5480 2011-07-01 2011 M STORY professor #> 5481 2011-07-01 2011 F STORY professor #> 5482 2011-07-01 2011 F ** professor #> 5483 2011-07-01 2011 M STORY professor #> 5484 2011-07-01 2011 M STORY professor #> 5485 2011-07-01 2011 F STORY professor #> 5486 2011-07-01 2011 M STORY professor #> 5487 2011-07-01 2011 F STORY professor #> 5488 2011-07-01 2011 M STORY professor #> 5489 2011-07-01 2011 M STORY professor #> 5490 2011-07-01 2011 F BOONE professor #> 5491 2011-07-01 2011 F STORY professor #> 5492 2011-07-01 2011 M STORY professor #> 5493 2011-07-01 2011 M STORY professor #> 5494 2011-07-01 2011 M HAMILTON professor #> 5495 2011-07-01 2011 F STORY professor #> 5496 2011-07-01 2011 M STORY professor #> 5497 2011-07-01 2011 F POLK professor #> 5498 2011-07-01 2011 F POLK professor #> 5499 2011-07-01 2011 M POWESHIEK professor #> 5500 2011-07-01 2011 F BOONE professor #> 5501 2011-07-01 2011 F BOONE professor #> 5502 2011-07-01 2011 F PIERCE professor #> 5503 2011-07-01 2011 M STORY professor #> 5504 2011-07-01 2011 F STORY professor #> 5505 2011-07-01 2011 M STORY professor #> 5506 2011-07-01 2011 M STORY professor #> 5507 2011-07-01 2011 M STORY professor #> 5508 2011-07-01 2011 F STORY professor #> 5509 2011-07-01 2011 M STORY professor #> 5510 2011-07-01 2011 M STORY professor #> 5511 2011-07-01 2011 M STORY professor #> 5512 2011-07-01 2011 M STORY professor #> 5513 2011-07-01 2011 M STORY professor #> 5514 2011-07-01 2011 F STORY professor #> 5515 2011-07-01 2011 M POLK professor #> 5516 2011-07-01 2011 M STORY professor #> 5517 2011-07-01 2011 M STORY professor #> 5518 2011-07-01 2011 M STORY professor #> 5519 2011-07-01 2011 M STORY professor #> 5520 2011-07-01 2011 M STORY professor #> 5521 2011-07-01 2011 M STORY professor #> 5522 2011-07-01 2011 M STORY professor #> 5523 2011-07-01 2011 F STORY professor #> 5524 2011-07-01 2011 M STORY professor #> 5525 2011-07-01 2011 M STORY professor #> 5526 2011-07-01 2011 M POLK professor #> 5527 2011-07-01 2011 F STORY professor #> 5528 2011-07-01 2011 M STORY professor #> 5529 2011-07-01 2011 M STORY professor #> 5530 2011-07-01 2011 F STORY professor #> 5531 2011-07-01 2011 M STORY professor #> 5532 2011-07-01 2011 F STORY professor #> 5533 2011-07-01 2011 M STORY professor #> 5534 2011-07-01 2011 M GRAND professor #> 5535 2011-07-01 2011 F STORY professor #> 5536 2011-07-01 2011 F STORY professor #> 5537 2011-07-01 2011 M BOONE professor #> 5538 2011-07-01 2011 M STORY professor #> 5539 2011-07-01 2011 M STORY professor #> 5540 2011-07-01 2011 F STORY professor #> 5541 2011-07-01 2011 M STORY professor #> 5542 2011-07-01 2011 F STORY professor #> 5543 2011-07-01 2011 M STORY professor #> 5544 2011-07-01 2011 F STORY professor #> 5545 2011-07-01 2011 F ADAIR professor #> 5546 2011-07-01 2011 F STORY professor #> 5547 2011-07-01 2011 F JOHNSON professor #> 5548 2011-07-01 2011 F STORY professor #> 5549 2011-07-01 2011 F STORY professor #> 5550 2011-07-01 2011 M STORY professor #> 5551 2011-07-01 2011 M STORY professor #> 5552 2011-07-01 2011 M STORY professor #> 5553 2011-07-01 2011 M STORY professor #> 5554 2011-07-01 2011 M STORY professor #> 5555 2011-07-01 2011 M STORY professor #> 5556 2011-07-01 2011 M STORY professor #> 5557 2011-07-01 2011 M STORY professor #> 5558 2011-07-01 2011 M STORY professor #> 5559 2011-07-01 2011 M STORY professor #> 5560 2011-07-01 2011 F STORY professor #> 5561 2011-07-01 2011 M STORY professor #> 5562 2011-07-01 2011 F STORY professor #> 5563 2011-07-01 2011 M STORY professor #> 5564 2011-07-01 2011 M STORY professor #> 5565 2011-07-01 2011 M STORY professor #> 5566 2011-07-01 2011 F STORY professor #> 5567 2011-07-01 2011 M STORY professor #> 5568 2011-07-01 2011 F STORY professor #> 5569 2011-07-01 2011 F STORY professor #> 5570 2011-07-01 2011 F STORY professor #> 5571 2011-07-01 2011 M STORY professor #> 5572 2011-07-01 2011 F STORY professor #> 5573 2011-07-01 2011 M STORY professor #> 5574 2011-07-01 2011 M STORY professor #> 5575 2011-07-01 2011 M STORY professor #> 5576 2011-07-01 2011 F STORY professor #> 5577 2011-07-01 2011 F STORY professor #> 5578 2011-07-01 2011 F STORY professor #> 5579 2011-07-01 2011 F STORY professor #> 5580 2011-07-01 2011 M STORY professor #> 5581 2011-07-01 2011 M STORY professor #> 5582 2011-07-01 2011 M STORY professor #> 5583 2011-07-01 2011 F STORY professor #> 5584 2011-07-01 2011 F STORY professor #> 5585 2011-07-01 2011 M STORY professor #> 5586 2011-07-01 2011 M STORY professor #> 5587 2011-07-01 2011 F STORY professor #> 5588 2011-07-01 2011 M STORY professor #> 5589 2011-07-01 2011 F STORY professor #> 5590 2011-07-01 2011 M STORY professor #> 5591 2011-07-01 2011 M STORY professor #> 5592 2011-07-01 2011 M STORY professor #> 5593 2011-07-01 2011 F STORY professor #> 5594 2011-07-01 2011 M STORY professor #> 5595 2011-07-01 2011 F POLK professor #> 5596 2011-07-01 2011 F STORY professor #> 5597 2011-07-01 2011 F STORY professor #> 5598 2011-07-01 2011 M STORY professor #> 5599 2011-07-01 2011 F STORY professor #> 5600 2011-07-01 2011 M STORY professor #> 5601 2011-07-01 2011 M STORY professor #> 5602 2011-07-01 2011 M STORY professor #> 5603 2011-07-01 2011 F BOONE professor #> 5604 2011-07-01 2011 F POLK professor #> 5605 2011-07-01 2011 M STORY professor #> 5606 2011-07-01 2011 M STORY professor #> 5607 2011-07-01 2011 M POLK professor #> 5608 2011-07-01 2011 F STORY professor #> 5609 2011-07-01 2011 F STORY professor #> 5610 2011-07-01 2011 F STORY professor #> 5611 2011-07-01 2011 M STORY professor #> 5612 2011-07-01 2011 F ALAMEDA professor #> 5613 2011-07-01 2011 F STORY professor #> 5614 2011-07-01 2011 F STORY professor #> 5615 2011-07-01 2011 F STORY professor #> 5616 2011-07-01 2011 M STORY professor #> 5617 2011-07-01 2011 M STORY professor #> 5618 2011-07-01 2011 F STORY professor #> 5619 2011-07-01 2011 M STORY professor #> 5620 2011-07-01 2011 F STORY professor #> 5621 2011-07-01 2011 M STORY professor #> 5622 2011-07-01 2011 M STORY professor #> 5623 2011-07-01 2011 M STORY professor #> 5624 2011-07-01 2011 M STORY professor #> 5625 2011-07-01 2011 M STORY professor #> 5626 2011-07-01 2011 M STORY professor #> 5627 2011-07-01 2011 M STORY professor #> 5628 2011-07-01 2011 M STORY professor #> 5629 2011-07-01 2011 F STORY professor #> 5630 2011-07-01 2011 M STORY professor #> 5631 2011-07-01 2011 F STORY professor #> 5632 2011-07-01 2011 M STORY professor #> 5633 2011-07-01 2011 M STORY professor #> 5634 2011-07-01 2011 M STORY professor #> 5635 2011-07-01 2011 M STORY professor #> 5636 2011-07-01 2011 M STORY professor #> 5637 2011-07-01 2011 M HENNEPIN professor #> 5638 2011-07-01 2011 M STORY professor #> 5639 2011-07-01 2011 F STORY professor #> 5640 2011-07-01 2011 M STORY professor #> 5641 2011-07-01 2011 M STORY professor #> 5642 2011-07-01 2011 M STORY professor #> 5643 2011-07-01 2011 M STORY professor #> 5644 2011-07-01 2011 F STORY professor #> 5645 2011-07-01 2011 M STORY professor #> 5646 2011-07-01 2011 F STORY professor #> 5647 2011-07-01 2011 M STORY professor #> 5648 2011-07-01 2011 M BOONE professor #> 5649 2011-07-01 2011 F ** professor #> 5650 2011-07-01 2011 M STORY professor #> 5651 2011-07-01 2011 F STORY professor #> 5652 2011-07-01 2011 F BOONE professor #> 5653 2011-07-01 2011 F STORY professor #> 5654 2011-07-01 2011 M STORY professor #> 5655 2011-07-01 2011 F STORY professor #> 5656 2011-07-01 2011 M STORY professor #> 5657 2011-07-01 2011 M STORY professor #> 5658 2011-07-01 2011 M POLK professor #> 5659 2011-07-01 2011 M STORY professor #> 5660 2011-07-01 2011 M STORY professor #> 5661 2011-07-01 2011 M STORY professor #> 5662 2011-07-01 2011 M STORY professor #> 5663 2011-07-01 2011 M STORY professor #> 5664 2011-07-01 2011 M STORY professor #> 5665 2011-07-01 2011 M STORY professor #> 5666 2011-07-01 2011 M STORY professor #> 5667 2011-07-01 2011 F STORY professor #> 5668 2011-07-01 2011 F STORY professor #> 5669 2011-07-01 2011 F STORY professor #> 5670 2011-07-01 2011 M STORY professor #> 5671 2011-07-01 2011 M STORY professor #> 5672 2011-07-01 2011 M STORY professor #> 5673 2011-07-01 2011 M STORY professor #> 5674 2011-07-01 2011 F DALLAS professor #> 5675 2011-07-01 2011 F STORY professor #> 5676 2011-07-01 2011 F STORY professor #> 5677 2011-07-01 2011 M STORY professor #> 5678 2011-07-01 2011 F STORY professor #> 5679 2011-07-01 2011 M STORY professor #> 5680 2011-07-01 2011 F STORY professor #> 5681 2011-07-01 2011 F STORY professor #> 5682 2011-07-01 2011 F WINNEBAGO professor #> 5683 2011-07-01 2011 M STORY professor #> 5684 2011-07-01 2011 F STORY professor #> 5685 2011-07-01 2011 F STORY professor #> 5686 2011-07-01 2011 M STORY professor #> 5687 2011-07-01 2011 M STORY professor #> 5688 2011-07-01 2011 M STORY professor #> 5689 2011-07-01 2011 M STORY professor #> 5690 2011-07-01 2011 F STORY professor #> 5691 2011-07-01 2011 M STORY professor #> 5692 2011-07-01 2011 F STORY professor #> 5693 2011-07-01 2011 F STORY professor #> 5694 2011-07-01 2011 M STORY professor #> 5695 2011-07-01 2011 F STORY professor #> 5696 2011-07-01 2011 M STORY professor #> 5697 2011-07-01 2011 M STORY professor #> 5698 2011-07-01 2011 M STORY professor #> 5699 2011-07-01 2011 M HENNEPIN professor #> 5700 2011-07-01 2011 F STORY professor #> 5701 2011-07-01 2011 M STORY professor #> 5702 2011-07-01 2011 M STORY professor #> 5703 2011-07-01 2011 M STORY professor #> 5704 2011-07-01 2011 F STORY professor #> 5705 2011-07-01 2011 M STORY professor #> 5706 2011-07-01 2011 M STORY professor #> 5707 2011-07-01 2011 M STORY professor #> 5708 2011-07-01 2011 F STORY professor #> 5709 2011-07-01 2011 M STORY professor #> 5710 2011-07-01 2011 M STORY professor #> 5711 2011-07-01 2011 M STORY professor #> 5712 2011-07-01 2011 M STORY professor #> 5713 2011-07-01 2011 F STORY professor #> 5714 2011-07-01 2011 F STORY professor #> 5715 2011-07-01 2011 M STORY professor #> 5716 2011-07-01 2011 F STORY professor #> 5717 2011-07-01 2011 M STORY professor #> 5718 2011-07-01 2011 M STORY professor #> 5719 2011-07-01 2011 F STORY professor #> 5720 2011-07-01 2011 M STORY professor #> 5721 2011-07-01 2011 M STORY professor #> 5722 2011-07-01 2011 M STORY professor #> 5723 2011-07-01 2011 F STORY professor #> 5724 2011-07-01 2011 M STORY professor #> 5725 2011-07-01 2011 M STORY professor #> 5726 2011-07-01 2011 F STORY professor #> 5727 2011-07-01 2011 M STORY professor #> 5728 2011-07-01 2011 M STORY professor #> 5729 2011-07-01 2011 F STORY professor #> 5730 2011-07-01 2011 F STORY professor #> 5731 2011-07-01 2011 M STORY professor #> 5732 2011-07-01 2011 M STORY professor #> 5733 2011-07-01 2011 M STORY professor #> 5734 2011-07-01 2011 M STORY professor #> 5735 2011-07-01 2011 F STORY professor #> 5736 2011-07-01 2011 F STORY professor #> 5737 2011-07-01 2011 M STORY professor #> 5738 2011-07-01 2011 M STORY professor #> 5739 2011-07-01 2011 F STORY professor #> 5740 2011-07-01 2011 M STORY professor #> 5741 2011-07-01 2011 M STORY professor #> 5742 2011-07-01 2011 M STORY professor #> 5743 2011-07-01 2011 F STORY professor #> 5744 2011-07-01 2011 F ** professor #> 5745 2011-07-01 2011 M STORY professor #> 5746 2011-07-01 2011 F STORY professor #> 5747 2011-07-01 2011 F INGHAM professor #> 5748 2011-07-01 2011 F STORY professor #> 5749 2011-07-01 2011 M STORY professor #> 5750 2011-07-01 2011 M STORY professor #> 5751 2011-07-01 2011 M STORY professor #> 5752 2011-07-01 2011 F STORY professor #> 5753 2011-07-01 2011 M STORY professor #> 5754 2011-07-01 2011 M BOONE professor #> 5755 2011-07-01 2011 M BOONE professor #> 5756 2011-07-01 2011 F STORY professor #> 5757 2011-07-01 2011 F STORY professor #> 5758 2011-07-01 2011 M STORY professor #> 5759 2011-07-01 2011 M POLK professor #> 5760 2011-07-01 2011 M STORY professor #> 5761 2011-07-01 2011 M BOONE professor #> 5762 2011-07-01 2011 M STORY professor #> 5763 2011-07-01 2011 M POLK professor #> 5764 2011-07-01 2011 M BOONE professor #> 5765 2011-07-01 2011 M STORY professor #> 5766 2011-07-01 2011 M HAMILTON professor #> 5767 2011-07-01 2011 F DOUGLAS professor #> 5768 2011-07-01 2011 M STORY professor #> 5769 2011-07-01 2011 M BREMER professor #> 5770 2011-07-01 2011 M STORY professor #> 5771 2011-07-01 2011 M STORY professor #> 5772 2011-07-01 2011 M BOONE professor #> 5773 2011-07-01 2011 F STORY professor #> 5774 2011-07-01 2011 M STORY professor #> 5775 2011-07-01 2011 F STORY professor #> 5776 2011-07-01 2011 F STORY professor #> 5777 2011-07-01 2011 F STORY professor #> 5778 2011-07-01 2011 F STORY professor #> 5779 2011-07-01 2011 M STORY professor #> 5780 2011-07-01 2011 M STORY professor #> 5781 2011-07-01 2011 M STORY professor #> 5782 2011-07-01 2011 F STORY professor #> 5783 2011-07-01 2011 M STORY professor #> 5784 2011-07-01 2011 F STORY professor #> 5785 2011-07-01 2011 M STORY professor #> 5786 2011-07-01 2011 M STORY professor #> 5787 2011-07-01 2011 M STORY professor #> 5788 2011-07-01 2011 M STORY professor #> 5789 2011-07-01 2011 F STORY professor #> 5790 2011-07-01 2011 F STORY professor #> 5791 2011-07-01 2011 F STORY professor #> 5792 2011-07-01 2011 M STORY professor #> 5793 2011-07-01 2011 M POLK professor #> 5794 2011-07-01 2011 F STORY professor #> 5795 2011-07-01 2011 F STORY professor #> 5796 2011-07-01 2011 F LINN professor #> 5797 2011-07-01 2011 M STORY professor #> 5798 2011-07-01 2011 F STORY professor #> 5799 2011-07-01 2011 M STORY professor #> 5800 2011-07-01 2011 M BOONE professor #> 5801 2011-07-01 2011 F STORY professor #> 5802 2011-07-01 2011 M STORY professor #> 5803 2011-07-01 2011 M STORY professor #> 5804 2011-07-01 2011 M DALLAS professor #> 5805 2011-07-01 2011 F STORY professor #> 5806 2011-07-01 2011 M STORY professor #> 5807 2011-07-01 2011 F POLK professor #> 5808 2011-07-01 2011 M STORY professor #> 5809 2011-07-01 2011 M HAMILTON professor #> 5810 2011-07-01 2011 M STORY professor #> 5811 2011-07-01 2011 M STORY professor #> 5812 2011-07-01 2011 M STORY professor #> 5813 2011-07-01 2011 M STORY professor #> 5814 2011-07-01 2011 M STORY professor #> 5815 2011-07-01 2011 M STORY professor #> 5816 2011-07-01 2011 M STORY professor #> 5817 2011-07-01 2011 M STORY professor #> 5818 2011-07-01 2011 M BOONE professor #> 5819 2011-07-01 2011 M STORY professor #> 5820 2011-07-01 2011 M STORY professor #> 5821 2011-07-01 2011 M POLK professor #> 5822 2011-07-01 2011 F STORY professor #> 5823 2011-07-01 2011 M STORY professor #> 5824 2011-07-01 2011 F STORY professor #> 5825 2011-07-01 2011 M STORY professor #> 5826 2011-07-01 2011 M STORY professor #> 5827 2011-07-01 2011 F STORY professor #> 5828 2011-07-01 2011 M STORY professor #> 5829 2011-07-01 2011 M DALLAS professor #> 5830 2011-07-01 2011 F STORY professor #> 5831 2011-07-01 2011 M STORY professor #> 5832 2011-07-01 2011 M STORY professor #> 5833 2011-07-01 2011 M STORY professor #> 5834 2011-07-01 2011 F STORY professor #> 5835 2011-07-01 2011 M STORY professor #> 5836 2011-07-01 2011 M STORY professor #> 5837 2011-07-01 2011 M STORY professor #> 5838 2011-07-01 2011 M STORY professor #> 5839 2011-07-01 2011 M STORY professor #> 5840 2011-07-01 2011 F STORY professor #> 5841 2011-07-01 2011 F STORY professor #> 5842 2011-07-01 2011 M STORY professor #> 5843 2011-07-01 2011 M STORY professor #> 5844 2011-07-01 2011 F STORY professor #> 5845 2011-07-01 2011 M STORY professor #> 5846 2011-07-01 2011 M STORY professor #> 5847 2011-07-01 2011 F STORY professor #> 5848 2011-07-01 2011 M STORY professor #> 5849 2011-07-01 2011 M STORY professor #> 5850 2011-07-01 2011 F STORY professor #> 5851 2011-07-01 2011 M STORY professor #> 5852 2011-07-01 2011 F POLK professor #> 5853 2011-07-01 2011 M CLEVELAND professor #> 5854 2011-07-01 2011 M STORY professor #> 5855 2011-07-01 2011 M STORY professor #> 5856 2011-07-01 2011 F STORY professor #> 5857 2011-07-01 2011 M STORY professor #> 5858 2011-07-01 2011 F STORY professor #> 5859 2011-07-01 2011 M STORY professor #> 5860 2011-07-01 2011 M BOONE professor #> 5861 2011-07-01 2011 M STORY professor #> 5862 2011-07-01 2011 M STORY professor #> 5863 2011-07-01 2011 F STORY professor #> 5864 2011-07-01 2011 M STORY professor #> 5865 2011-07-01 2011 M STORY professor #> 5866 2011-07-01 2011 M STORY professor #> 5867 2011-07-01 2011 M STORY professor #> 5868 2011-07-01 2011 M STORY professor #> 5869 2011-07-01 2011 M STORY professor #> 5870 2011-07-01 2011 M STORY professor #> 5871 2011-07-01 2011 M VIGO professor #> 5872 2011-07-01 2011 F STORY professor #> 5873 2011-07-01 2011 F STORY professor #> 5874 2011-07-01 2011 M STORY professor #> 5875 2011-07-01 2011 M STORY professor #> 5876 2011-07-01 2011 F POLK professor #> 5877 2011-07-01 2011 M STORY professor #> 5878 2011-07-01 2011 M STORY professor #> 5879 2011-07-01 2011 M STORY professor #> 5880 2011-07-01 2011 M STORY professor #> 5881 2011-07-01 2011 F STORY professor #> 5882 2011-07-01 2011 M STORY professor #> 5883 2011-07-01 2011 F STORY professor #> 5884 2011-07-01 2011 M STORY professor #> 5885 2011-07-01 2011 M STORY professor #> 5886 2011-07-01 2011 M STORY professor #> 5887 2011-07-01 2011 M STORY professor #> 5888 2011-07-01 2011 M STORY professor #> 5889 2011-07-01 2011 M STORY professor #> 5890 2011-07-01 2011 F STORY professor #> 5891 2011-07-01 2011 M STORY professor #> 5892 2011-07-01 2011 F STORY professor #> 5893 2011-07-01 2011 M STORY professor #> 5894 2011-07-01 2011 M STORY professor #> 5895 2011-07-01 2011 M STORY professor #> 5896 2011-07-01 2011 F POLK professor #> 5897 2011-07-01 2011 M STORY professor #> 5898 2011-07-01 2011 F POLK professor #> 5899 2011-07-01 2011 M STORY professor #> 5900 2011-07-01 2011 F STORY professor #> 5901 2011-07-01 2011 F STORY professor #> 5902 2011-07-01 2011 M STORY professor #> 5903 2011-07-01 2011 F STORY professor #> 5904 2011-07-01 2011 M STORY professor #> 5905 2011-07-01 2011 F STORY professor #> 5906 2011-07-01 2011 F STORY professor #> 5907 2011-07-01 2011 M STORY professor #> 5908 2011-07-01 2011 M STORY professor #> 5909 2011-07-01 2011 F STORY professor #> 5910 2011-07-01 2011 M STORY professor #> 5911 2011-07-01 2011 F STORY professor #> 5912 2011-07-01 2011 F STORY professor #> 5913 2011-07-01 2011 M STORY professor #> 5914 2011-07-01 2011 M STORY professor #> 5915 2011-07-01 2011 M STORY professor #> 5916 2011-07-01 2011 M STORY professor #> 5917 2011-07-01 2011 F STORY professor #> 5918 2011-07-01 2011 M BOONE professor #> 5919 2011-07-01 2011 M STORY professor #> 5920 2011-07-01 2011 M STORY professor #> 5921 2011-07-01 2011 M STORY professor #> 5922 2011-07-01 2011 M STORY professor #> 5923 2011-07-01 2011 F STORY professor #> 5924 2011-07-01 2011 M STORY professor #> 5925 2011-07-01 2011 M KOOCHICHING professor #> 5926 2011-07-01 2011 M STORY professor #> 5927 2011-07-01 2011 M STORY professor #> 5928 2011-07-01 2011 F STORY professor #> 5929 2011-07-01 2011 M STORY professor #> 5930 2011-07-01 2011 M HAMILTON professor #> 5931 2011-07-01 2011 M STORY professor #> 5932 2011-07-01 2011 F STORY professor #> 5933 2011-07-01 2011 F STORY professor #> 5934 2011-07-01 2011 F STORY professor #> 5935 2011-07-01 2011 M STORY professor #> 5936 2011-07-01 2011 F STORY professor #> 5937 2011-07-01 2011 M POLK professor #> 5938 2011-07-01 2011 M STORY professor #> 5939 2011-07-01 2011 M STORY professor #> 5940 2011-07-01 2011 M LARIMER professor #> 5941 2011-07-01 2011 M STORY professor #> 5942 2011-07-01 2011 M STORY professor #> 5943 2011-07-01 2011 F STORY professor #> 5944 2011-07-01 2011 M STORY professor #> 5945 2011-07-01 2011 M POLK professor #> 5946 2011-07-01 2011 M STORY professor #> 5947 2011-07-01 2011 M KITTITAS professor #> 5948 2011-07-01 2011 F STORY professor #> 5949 2011-07-01 2011 F STORY professor #> 5950 2011-07-01 2011 M STORY professor #> 5951 2011-07-01 2011 M STORY professor #> 5952 2011-07-01 2011 M STORY professor #> 5953 2011-07-01 2011 M STORY professor #> 5954 2011-07-01 2011 M STORY professor #> 5955 2011-07-01 2011 M STORY professor #> 5956 2011-07-01 2011 M STORY professor #> 5957 2011-07-01 2011 M STORY professor #> 5958 2011-07-01 2011 F STORY professor #> 5959 2011-07-01 2011 M STORY professor #> 5960 2011-07-01 2011 F STORY professor #> 5961 2011-07-01 2011 M POLK professor #> 5962 2011-07-01 2011 M STORY professor #> 5963 2011-07-01 2011 M STORY professor #> 5964 2011-07-01 2011 M ARLINGTON professor #> 5965 2011-07-01 2011 M STORY professor #> 5966 2011-07-01 2011 M STORY professor #> 5967 2011-07-01 2011 F STORY professor #> 5968 2011-07-01 2011 M STORY professor #> 5969 2011-07-01 2011 M STORY professor #> 5970 2011-07-01 2011 M STORY professor #> 5971 2011-07-01 2011 F STORY professor #> 5972 2011-07-01 2011 M STORY professor #> 5973 2011-07-01 2011 F STORY professor #> 5974 2011-07-01 2011 M STORY professor #> 5975 2011-07-01 2011 M STORY professor #> 5976 2011-07-01 2011 M HAMILTON professor #> 5977 2011-07-01 2011 F STORY professor #> 5978 2011-07-01 2011 F STORY professor #> 5979 2011-07-01 2011 M STORY professor #> 5980 2011-07-01 2011 F STORY professor #> 5981 2011-07-01 2011 F STORY professor #> 5982 2011-07-01 2011 M STORY professor #> 5983 2011-07-01 2011 M STORY professor #> 5984 2011-07-01 2011 M STORY professor #> 5985 2011-07-01 2011 M STORY professor #> 5986 2011-07-01 2011 M STORY professor #> 5987 2011-07-01 2011 F STORY professor #> 5988 2011-07-01 2011 F STORY professor #> 5989 2011-07-01 2011 M STORY professor #> 5990 2011-07-01 2011 M STORY professor #> 5991 2011-07-01 2011 M STORY professor #> 5992 2011-07-01 2011 M STORY professor #> 5993 2011-07-01 2011 F STORY professor #> 5994 2011-07-01 2011 M STORY professor #> 5995 2011-07-01 2011 F STORY professor #> 5996 2011-07-01 2011 M STORY professor #> 5997 2011-07-01 2011 F STORY professor #> 5998 2011-07-01 2011 F STORY professor #> 5999 2011-07-01 2011 M STORY professor #> 6000 2011-07-01 2011 M ** professor #> 6001 2011-07-01 2011 F STORY professor #> 6002 2011-07-01 2011 F STORY professor #> 6003 2011-07-01 2011 M BOONE professor #> 6004 2011-07-01 2011 M STORY professor #> 6005 2011-07-01 2011 F STORY professor #> 6006 2011-07-01 2011 M STORY professor #> 6007 2011-07-01 2011 M STORY professor #> 6008 2011-07-01 2011 M STORY professor #> 6009 2011-07-01 2011 M STORY professor #> 6010 2011-07-01 2011 M STORY professor #> 6011 2011-07-01 2011 M BOONE professor #> 6012 2011-07-01 2011 F BOONE professor #> 6013 2011-07-01 2011 M STORY professor #> 6014 2011-07-01 2011 M STORY professor #> 6015 2011-07-01 2011 M STORY professor #> 6016 2011-07-01 2011 M STORY professor #> 6017 2011-07-01 2011 M STORY professor #> 6018 2011-07-01 2011 M STORY professor #> 6019 2011-07-01 2011 F STORY professor #> 6020 2011-07-01 2011 M STORY professor #> 6021 2011-07-01 2011 M STORY professor #> 6022 2011-07-01 2011 F STORY professor #> 6023 2011-07-01 2011 F STORY professor #> 6024 2011-07-01 2011 M STORY professor #> 6025 2011-07-01 2011 M STORY professor #> 6026 2011-07-01 2011 M STORY professor #> 6027 2011-07-01 2011 M STORY professor #> 6028 2011-07-01 2011 F STORY professor #> 6029 2011-07-01 2011 M STORY professor #> 6030 2011-07-01 2011 M STORY professor #> 6031 2011-07-01 2011 M TIPPECANOE professor #> 6032 2011-07-01 2011 M STORY professor #> 6033 2011-07-01 2011 F STORY professor #> 6034 2011-07-01 2011 M STORY professor #> 6035 2011-07-01 2011 M STORY professor #> 6036 2011-07-01 2011 F STORY professor #> 6037 2011-07-01 2011 M STORY professor #> 6038 2011-07-01 2011 F STORY professor #> 6039 2011-07-01 2011 F STORY professor #> 6040 2011-07-01 2011 M STORY professor #> 6041 2011-07-01 2011 F STORY professor #> 6042 2011-07-01 2011 M STORY professor #> 6043 2011-07-01 2011 F STORY professor #> 6044 2011-07-01 2011 M STORY professor #> 6045 2011-07-01 2011 F LANCASTER professor #> 6046 2011-07-01 2011 M STORY professor #> 6047 2011-07-01 2011 M CHARLOTTESVILLE CITY professor #> 6048 2011-07-01 2011 M STORY professor #> 6049 2011-07-01 2011 M STORY professor #> 6050 2011-07-01 2011 M STORY professor #> 6051 2011-07-01 2011 M STORY professor #> 6052 2011-07-01 2011 M STORY professor #> 6053 2011-07-01 2011 M STORY professor #> 6054 2011-07-01 2011 M STORY professor #> 6055 2011-07-01 2011 F STORY professor #> 6056 2011-07-01 2011 M STORY professor #> 6057 2011-07-01 2011 M STORY professor #> 6058 2011-07-01 2011 M STORY professor #> 6059 2011-07-01 2011 M STORY professor #> 6060 2011-07-01 2011 M STORY professor #> 6061 2011-07-01 2011 M STORY professor #> 6062 2011-07-01 2011 M STORY professor #> 6063 2011-07-01 2011 M STORY professor #> 6064 2011-07-01 2011 M STORY professor #> 6065 2011-07-01 2011 M STORY professor #> 6066 2011-07-01 2011 M STORY professor #> 6067 2011-07-01 2011 M STORY professor #> 6068 2011-07-01 2011 M STORY professor #> 6069 2011-07-01 2011 M STORY professor #> 6070 2011-07-01 2011 F STORY professor #> 6071 2011-07-01 2011 M FRANKLIN professor #> 6072 2011-07-01 2011 M STORY professor #> 6073 2011-07-01 2011 F BOONE professor #> 6074 2011-07-01 2011 F STORY professor #> 6075 2011-07-01 2011 M STORY professor #> 6076 2011-07-01 2011 M STORY professor #> 6077 2011-07-01 2011 M BOONE professor #> 6078 2011-07-01 2011 M STORY professor #> 6079 2011-07-01 2011 M STORY professor #> 6080 2011-07-01 2011 M STORY professor #> 6081 2011-07-01 2011 M STORY professor #> 6082 2011-07-01 2011 M STORY professor #> 6083 2011-07-01 2011 M STORY professor #> 6084 2011-07-01 2011 M STORY professor #> 6085 2011-07-01 2011 M STORY professor #> 6086 2011-07-01 2011 M STORY professor #> 6087 2011-07-01 2011 F STORY professor #> 6088 2011-07-01 2011 F STORY professor #> 6089 2011-07-01 2011 M STORY professor #> 6090 2011-07-01 2011 M STORY professor #> 6091 2011-07-01 2011 F STORY professor #> 6092 2011-07-01 2011 M STORY professor #> 6093 2011-07-01 2011 M STORY professor #> 6094 2011-07-01 2011 M STORY professor #> 6095 2011-07-01 2011 M STORY professor #> 6096 2011-07-01 2011 M STORY professor #> 6097 2011-07-01 2011 M STORY professor #> 6098 2011-07-01 2011 M STORY professor #> 6099 2011-07-01 2011 M POLK professor #> 6100 2011-07-01 2011 M STORY professor #> 6101 2011-07-01 2011 F STORY professor #> 6102 2011-07-01 2011 F STORY professor #> 6103 2011-07-01 2011 M STORY professor #> 6104 2011-07-01 2011 F STORY professor #> 6105 2011-07-01 2011 M STORY professor #> 6106 2011-07-01 2011 M RIVERSIDE professor #> 6107 2011-07-01 2011 F STORY professor #> 6108 2011-07-01 2011 M STORY professor #> 6109 2011-07-01 2011 M STORY professor #> 6110 2011-07-01 2011 M STORY professor #> 6111 2011-07-01 2011 F STORY professor #> 6112 2011-07-01 2011 F STORY professor #> 6113 2011-07-01 2011 M STORY professor #> 6114 2011-07-01 2011 M STORY professor #> 6115 2011-07-01 2011 F STORY professor #> 6116 2011-07-01 2011 M STORY professor #> 6117 2011-07-01 2011 F STORY professor #> 6118 2011-07-01 2011 M SAN DIEGO professor #> 6119 2011-07-01 2011 M STORY professor #> 6120 2011-07-01 2011 F STORY professor #> 6121 2011-07-01 2011 M STORY professor #> 6122 2011-07-01 2011 M STORY professor #> 6123 2011-07-01 2011 M STORY professor #> 6124 2011-07-01 2011 M STORY professor #> 6125 2011-07-01 2011 F STORY professor #> 6126 2011-07-01 2011 M POLK professor #> 6127 2011-07-01 2011 M STORY professor #> 6128 2011-07-01 2011 M STORY professor #> 6129 2011-07-01 2011 F STORY professor #> 6130 2011-07-01 2011 M STORY professor #> 6131 2011-07-01 2011 M STORY professor #> 6132 2011-07-01 2011 F BOONE professor #> 6133 2011-07-01 2011 M STORY professor #> 6134 2011-07-01 2011 M STORY professor #> 6135 2011-07-01 2011 M STORY professor #> 6136 2011-07-01 2011 F BOONE professor #> 6137 2011-07-01 2011 M STORY professor #> 6138 2011-07-01 2011 F STORY professor #> 6139 2011-07-01 2011 M STORY professor #> 6140 2011-07-01 2011 F CASS professor #> 6141 2011-07-01 2011 F STORY professor #> 6142 2011-07-01 2011 F BOONE professor #> 6143 2011-07-01 2011 M BOONE professor #> 6144 2011-07-01 2011 F STORY professor #> 6145 2011-07-01 2011 M STORY professor #> 6146 2011-07-01 2011 M STORY professor #> 6147 2011-07-01 2011 M STORY professor #> 6148 2011-07-01 2011 M STORY professor #> 6149 2011-07-01 2011 M STORY professor #> 6150 2011-07-01 2011 M STORY professor #> 6151 2011-07-01 2011 M STORY professor #> 6152 2011-07-01 2011 M STORY professor #> 6153 2011-07-01 2011 M BOONE professor #> 6154 2011-07-01 2011 F BOONE professor #> 6155 2011-07-01 2011 F STORY professor #> 6156 2011-07-01 2011 M POLK professor #> 6157 2011-07-01 2011 F STORY professor #> 6158 2011-07-01 2011 F STORY professor #> 6159 2011-07-01 2011 M STORY professor #> 6160 2011-07-01 2011 F POLK professor #> 6161 2011-07-01 2011 M STORY professor #> 6162 2011-07-01 2011 F STORY professor #> 6163 2011-07-01 2011 M STORY professor #> 6164 2011-07-01 2011 M STORY professor #> 6165 2011-07-01 2011 M STORY professor #> 6166 2011-07-01 2011 F STORY professor #> 6167 2011-07-01 2011 F STORY professor #> 6168 2011-07-01 2011 M STORY professor #> 6169 2011-07-01 2011 M STORY professor #> 6170 2011-07-01 2011 M STORY professor #> 6171 2011-07-01 2011 M STORY professor #> 6172 2011-07-01 2011 M STORY professor #> 6173 2011-07-01 2011 M STORY professor #> 6174 2011-07-01 2011 F POLK professor #> 6175 2011-07-01 2011 M STORY professor #> 6176 2011-07-01 2011 F STORY professor #> 6177 2011-07-01 2011 M STORY professor #> 6178 2011-07-01 2011 F STORY professor #> 6179 2011-07-01 2011 M STORY professor #> 6180 2011-07-01 2011 F STORY professor #> 6181 2011-07-01 2011 M STORY professor #> 6182 2011-07-01 2011 F STORY professor #> 6183 2011-07-01 2011 M STORY professor #> 6184 2011-07-01 2011 M STORY professor #> 6185 2011-07-01 2011 M STORY professor #> 6186 2011-07-01 2011 M STORY professor #> 6187 2011-07-01 2011 M STORY professor #> 6188 2011-07-01 2011 M STORY professor #> 6189 2011-07-01 2011 M STORY professor #> 6190 2011-07-01 2011 M STORY professor #> 6191 2011-07-01 2011 M STORY professor #> 6192 2011-07-01 2011 F STORY professor #> 6193 2011-07-01 2011 F STORY professor #> 6194 2011-07-01 2011 M STORY professor #> 6195 2011-07-01 2011 M STORY professor #> 6196 2011-07-01 2011 F STORY professor #> 6197 2011-07-01 2011 M RIVERSIDE professor #> 6198 2011-07-01 2011 M STORY professor #> 6199 2011-07-01 2011 F STORY professor #> 6200 2011-07-01 2011 M STORY professor #> 6201 2011-07-01 2011 M STORY professor #> 6202 2011-07-01 2011 M STORY professor #> 6203 2011-07-01 2011 M STORY professor #> 6204 2011-07-01 2011 M STORY professor #> 6205 2011-07-01 2011 M BOONE professor #> 6206 2011-07-01 2011 M STORY professor #> 6207 2011-07-01 2011 M STORY professor #> 6208 2011-07-01 2011 M POLK professor #> 6209 2011-07-01 2011 M STORY professor #> 6210 2011-07-01 2011 M STORY professor #> 6211 2011-07-01 2011 M STORY professor #> 6212 2011-07-01 2011 M STORY professor #> 6213 2011-07-01 2011 F POLK professor #> 6214 2011-07-01 2011 M STORY professor #> 6215 2011-07-01 2011 M STORY professor #> 6216 2011-07-01 2011 M POLK professor #> 6217 2011-07-01 2011 M STORY professor #> 6218 2011-07-01 2011 M STORY professor #> 6219 2011-07-01 2011 M STORY professor #> 6220 2011-07-01 2011 F STORY professor #> 6221 2011-07-01 2011 M STORY professor #> 6222 2011-07-01 2011 M STORY professor #> 6223 2011-07-01 2011 M STORY professor #> 6224 2011-07-01 2011 M STORY professor #> 6225 2011-07-01 2011 F STORY professor #> 6226 2011-07-01 2011 F STORY professor #> 6227 2011-07-01 2011 M STORY professor #> 6228 2011-07-01 2011 M STORY professor #> 6229 2011-07-01 2011 M BOONE professor #> 6230 2011-07-01 2011 M BOONE professor #> 6231 2011-07-01 2011 M BOONE professor #> 6232 2011-07-01 2011 M STORY professor #> 6233 2011-07-01 2011 F POLK professor #> 6234 2011-07-01 2011 M STORY professor #> 6235 2011-07-01 2011 M STORY professor #> 6236 2011-07-01 2011 M STORY professor #> 6237 2011-07-01 2011 M BOONE professor #> 6238 2011-07-01 2011 M STORY professor #> 6239 2011-07-01 2011 M STORY professor #> 6240 2011-07-01 2011 M STORY professor #> 6241 2011-07-01 2011 M STORY professor #> 6242 2011-07-01 2011 M STORY professor #> 6243 2011-07-01 2011 M STORY professor #> 6244 2011-07-01 2011 M STORY professor #> 6245 2011-07-01 2011 M STORY professor #> 6246 2011-07-01 2011 M STORY professor #> 6247 2011-07-01 2011 F STORY professor #> 6248 2011-07-01 2011 M STORY professor #> 6249 2011-07-01 2011 M STORY professor #> 6250 2011-07-01 2011 F STORY professor #> 6251 2011-07-01 2011 M STORY professor #> 6252 2011-07-01 2011 M BOONE professor #> 6253 2011-07-01 2011 F STORY professor #> 6254 2011-07-01 2011 M STORY professor #> 6255 2011-07-01 2011 F STORY professor #> 6256 2011-07-01 2011 M STORY professor #> 6257 2011-07-01 2011 F STORY professor #> 6258 2011-07-01 2011 F STORY professor #> 6259 2011-07-01 2011 M STORY professor #> 6260 2011-07-01 2011 M STORY professor #> 6261 2011-07-01 2011 M STORY professor #> 6262 2011-07-01 2011 M STORY professor #> 6263 2011-07-01 2011 F STORY professor #> 6264 2011-07-01 2011 M STORY professor #> 6265 2011-07-01 2011 F CHESHIRE professor #> 6266 2011-07-01 2011 F STORY professor #> 6267 2011-07-01 2011 M POLK professor #> 6268 2011-07-01 2011 M STORY professor #> 6269 2011-07-01 2011 M STORY professor #> 6270 2011-07-01 2011 M STORY professor #> 6271 2011-07-01 2011 M STORY professor #> 6272 2011-07-01 2011 M FREDERICK professor #> 6273 2011-07-01 2011 M FAYETTE professor #> 6274 2011-07-01 2011 M STORY professor #> 6275 2011-07-01 2011 M STORY professor #> 6276 2011-07-01 2011 M STORY professor #> 6277 2011-07-01 2011 M STORY professor #> 6278 2011-07-01 2011 F STORY professor #> 6279 2011-07-01 2011 M STORY professor #> 6280 2011-07-01 2011 M STORY professor #> 6281 2011-07-01 2011 M STORY professor #> 6282 2011-07-01 2011 M STORY professor #> 6283 2011-07-01 2011 F STORY professor #> 6284 2011-07-01 2011 M STORY professor #> 6285 2011-07-01 2011 F STORY professor #> 6286 2011-07-01 2011 M STORY professor #> 6287 2011-07-01 2011 M STORY professor #> 6288 2011-07-01 2011 F STORY professor #> 6289 2011-07-01 2011 M STORY professor #> 6290 2011-07-01 2011 M STORY professor #> 6291 2011-07-01 2011 F STORY professor #> 6292 2011-07-01 2011 M STORY professor #> 6293 2011-07-01 2011 M STORY professor #> 6294 2011-07-01 2011 F STORY professor #> 6295 2011-07-01 2011 M STORY professor #> 6296 2011-07-01 2011 M STORY professor #> 6297 2011-07-01 2011 M STORY professor #> 6298 2011-07-01 2011 F BOONE professor #> 6299 2011-07-01 2011 F STORY professor #> 6300 2011-07-01 2011 F STORY professor #> 6301 2011-07-01 2011 M STORY professor #> 6302 2011-07-01 2011 M STORY professor #> 6303 2011-07-01 2011 M POLK professor #> 6304 2011-07-01 2011 M STORY professor #> 6305 2011-07-01 2011 M STORY professor #> 6306 2011-07-01 2011 F STORY professor #> 6307 2011-07-01 2011 M STORY professor #> 6308 2011-07-01 2011 M STORY professor #> 6309 2011-07-01 2011 F STORY professor #> 6310 2011-07-01 2011 M STORY professor #> 6311 2011-07-01 2011 F STORY professor #> 6312 2011-07-01 2011 M STORY professor #> 6313 2011-07-01 2011 M BOONE professor #> 6314 2011-07-01 2011 M STORY professor #> 6315 2011-07-01 2011 M STORY professor #> 6316 2011-07-01 2011 M STORY professor #> 6317 2011-07-01 2011 F STORY professor #> 6318 2011-07-01 2011 M STORY professor #> 6319 2011-07-01 2011 M STORY professor #> 6320 2011-07-01 2011 F STORY professor #> 6321 2011-07-01 2011 F BOONE professor #> 6322 2011-07-01 2011 F STORY professor #> 6323 2011-07-01 2011 F STORY professor #> 6324 2011-07-01 2011 F STORY professor #> 6325 2011-07-01 2011 F STORY professor #> 6326 2011-07-01 2011 M STORY professor #> 6327 2011-07-01 2011 M CARROLL professor #> 6328 2011-07-01 2011 F STORY professor #> 6329 2011-07-01 2011 M STORY professor #> 6330 2011-07-01 2011 M STORY professor #> 6331 2011-07-01 2011 F STORY professor #> 6332 2011-07-01 2011 M STORY professor #> 6333 2011-07-01 2011 M POLK professor #> 6334 2011-07-01 2011 M STORY professor #> 6335 2011-07-01 2011 M POLK professor #> 6336 2011-07-01 2011 M POLK professor #> 6337 2011-07-01 2011 M STORY professor #> 6338 2011-07-01 2011 M STORY professor #> 6339 2011-07-01 2011 F STORY professor #> 6340 2011-07-01 2011 M STORY professor #> 6341 2011-07-01 2011 F STORY professor #> 6342 2011-07-01 2011 F STORY professor #> 6343 2011-07-01 2011 M STORY professor #> 6344 2011-07-01 2011 M STORY professor #> 6345 2011-07-01 2011 M STORY professor #> 6346 2011-07-01 2011 M STORY professor #> 6347 2011-07-01 2011 M STORY professor #> 6348 2011-07-01 2011 M STORY professor #> 6349 2011-07-01 2011 M STORY professor #> 6350 2011-07-01 2011 F STORY professor #> 6351 2011-07-01 2011 M STORY professor #> 6352 2011-07-01 2011 M BOONE professor #> 6353 2011-07-01 2011 M STORY professor #> 6354 2011-07-01 2011 F STORY professor #> 6355 2011-07-01 2011 M STORY professor #> 6356 2011-07-01 2011 M STORY professor #> 6357 2011-07-01 2011 M STORY professor #> 6358 2011-07-01 2011 M STORY professor #> 6359 2011-07-01 2011 M POLK professor #> 6360 2011-07-01 2011 M WOODBURY professor #> 6361 2011-07-01 2011 F STORY professor #> 6362 2011-07-01 2011 M STORY professor #> 6363 2011-07-01 2011 M STORY professor #> 6364 2011-07-01 2011 F STORY professor #> 6365 2011-07-01 2011 M STORY professor #> 6366 2011-07-01 2011 M STORY professor #> 6367 2011-07-01 2011 M STORY professor #> 6368 2011-07-01 2011 M STORY professor #> 6369 2011-07-01 2011 F STORY professor #> 6370 2011-07-01 2011 M STORY professor #> 6371 2011-07-01 2011 F STORY professor #> 6372 2011-07-01 2011 M STORY professor #> 6373 2011-07-01 2011 F STORY professor #> 6374 2011-07-01 2011 M STORY professor #> 6375 2011-07-01 2011 M STORY professor #> 6376 2011-07-01 2011 M SUFFOLK professor #> 6377 2011-07-01 2011 F STORY professor #> 6378 2011-07-01 2011 M STORY professor #> 6379 2011-07-01 2011 M STORY professor #> 6380 2011-07-01 2011 M STORY professor #> 6381 2011-07-01 2011 M STORY professor #> 6382 2011-07-01 2011 M STORY professor #> 6383 2011-07-01 2011 M STORY professor #> 6384 2011-07-01 2011 M STORY professor #> 6385 2011-07-01 2011 M STORY professor #> 6386 2011-07-01 2011 M STORY professor #> 6387 2011-07-01 2011 M STORY professor #> 6388 2011-07-01 2011 M STORY professor #> 6389 2011-07-01 2011 M STORY professor #> 6390 2011-07-01 2011 M DALLAS professor #> 6391 2011-07-01 2011 F STORY professor #> 6392 2011-07-01 2011 M STORY professor #> 6393 2011-07-01 2011 F STORY professor #> 6394 2011-07-01 2011 M STORY professor #> 6395 2011-07-01 2011 M STORY professor #> 6396 2011-07-01 2011 M STORY professor #> 6397 2011-07-01 2011 M STORY professor #> 6398 2011-07-01 2011 M CENTRE professor #> 6399 2011-07-01 2011 M STORY professor #> 6400 2011-07-01 2011 F BOONE professor #> 6401 2011-07-01 2011 M STORY professor #> 6402 2011-07-01 2011 M STORY professor #> 6403 2011-07-01 2011 M STORY professor #> 6404 2011-07-01 2011 F STORY professor #> 6405 2011-07-01 2011 F STORY professor #> 6406 2011-07-01 2011 M STORY professor #> 6407 2011-07-01 2011 F STORY professor #> 6408 2011-07-01 2011 M STORY professor #> 6409 2011-07-01 2011 M STORY professor #> 6410 2011-07-01 2011 M STORY professor #> 6411 2011-07-01 2011 F STORY professor #> 6412 2011-07-01 2011 M STORY professor #> 6413 2011-07-01 2011 F STORY professor #> 6414 2011-07-01 2011 M MARSHALL professor #> 6415 2011-07-01 2011 M STORY professor #> 6416 2011-07-01 2011 M STORY professor #> 6417 2011-07-01 2011 M STORY professor #> 6418 2011-07-01 2011 F STORY professor #> 6419 2011-07-01 2011 M STORY professor #> 6420 2011-07-01 2011 M POLK professor #> 6421 2011-07-01 2011 M STORY professor #> 6422 2011-07-01 2011 M STORY professor #> 6423 2011-07-01 2011 F POLK professor #> 6424 2011-07-01 2011 F STORY professor #> 6425 2011-07-01 2011 M STORY professor #> 6426 2011-07-01 2011 F STORY professor #> 6427 2011-07-01 2011 F STORY professor #> 6428 2011-07-01 2011 M STORY professor #> 6429 2011-07-01 2011 M STORY professor #> 6430 2011-07-01 2011 M STORY professor #> 6431 2011-07-01 2011 M STORY professor #> 6432 2011-07-01 2011 M STORY professor #> 6433 2011-07-01 2011 M BOONE professor #> 6434 2011-07-01 2011 F STORY professor #> 6435 2011-07-01 2011 M STORY professor #> 6436 2011-07-01 2011 M BOONE professor #> 6437 2011-07-01 2011 F POLK professor #> 6438 2011-07-01 2011 M POLK professor #> 6439 2011-07-01 2011 M STORY professor #> 6440 2011-07-01 2011 F STORY professor #> 6441 2011-07-01 2011 M STORY professor #> 6442 2011-07-01 2011 M STORY professor #> 6443 2011-07-01 2011 F STORY professor #> 6444 2011-07-01 2011 M STORY professor #> 6445 2011-07-01 2011 F STORY professor #> 6446 2011-07-01 2011 M STORY professor #> 6447 2011-07-01 2011 M STORY professor #> 6448 2011-07-01 2011 M STORY professor #> 6449 2011-07-01 2011 F BOONE professor #> 6450 2011-07-01 2011 M STORY professor #> 6451 2011-07-01 2011 M STORY professor #> 6452 2011-07-01 2011 M STORY professor #> 6453 2011-07-01 2011 M STORY professor #> 6454 2011-07-01 2011 F STORY professor #> 6455 2011-07-01 2011 F STORY professor #> 6456 2011-07-01 2011 F STORY professor #> 6457 2011-07-01 2011 M STORY professor #> 6458 2011-07-01 2011 M STORY professor #> 6459 2011-07-01 2011 M STORY professor #> 6460 2011-07-01 2011 M STORY professor #> 6461 2011-07-01 2011 M STORY professor #> 6462 2011-07-01 2011 M STORY professor #> 6463 2011-07-01 2011 M STORY professor #> 6464 2011-07-01 2011 F STORY professor #> 6465 2011-07-01 2011 M BOONE professor #> 6466 2011-07-01 2011 M STORY professor #> 6467 2011-07-01 2011 M STORY professor #> 6468 2011-07-01 2011 M STORY professor #> 6469 2011-07-01 2011 M STORY professor #> 6470 2011-07-01 2011 M STORY professor #> 6471 2011-07-01 2011 M BOONE professor #> 6472 2011-07-01 2011 F STORY professor #> 6473 2011-07-01 2011 M ** professor #> 6474 2011-07-01 2011 M STORY professor #> 6475 2011-07-01 2011 M STORY professor #> 6476 2011-07-01 2011 M STORY professor #> 6477 2011-07-01 2011 M STORY professor #> 6478 2011-07-01 2011 F STORY professor #> 6479 2011-07-01 2011 M STORY professor #> 6480 2011-07-01 2011 M STORY professor #> 6481 2011-07-01 2011 M STORY professor #> 6482 2011-07-01 2011 F STORY professor #> 6483 2011-07-01 2011 M STORY professor #> 6484 2011-07-01 2011 M STORY professor #> 6485 2011-07-01 2011 M STORY professor #> 6486 2011-07-01 2011 F STORY professor #> 6487 2011-07-01 2011 M STORY professor #> 6488 2011-07-01 2011 M STORY professor #> 6489 2011-07-01 2011 M STORY professor #> 6490 2011-07-01 2011 M BOONE professor #> 6491 2011-07-01 2011 F STORY professor #> 6492 2011-07-01 2011 M STORY professor #> 6493 2011-07-01 2011 F STORY professor #> 6494 2011-07-01 2011 F STORY professor #> 6495 2011-07-01 2011 M STORY professor #> 6496 2011-07-01 2011 M GREENE professor #> 6497 2011-07-01 2011 F STORY professor #> 6498 2011-07-01 2011 M STORY professor #> 6499 2011-07-01 2011 F STORY professor #> 6500 2011-07-01 2011 M STORY professor #> 6501 2011-07-01 2011 M BOONE professor #> 6502 2011-07-01 2011 M POLK professor #> 6503 2011-07-01 2011 M STORY professor #> 6504 2011-07-01 2011 M STORY professor #> 6505 2011-07-01 2011 F STORY professor #> 6506 2011-07-01 2011 M STORY professor #> 6507 2011-07-01 2011 M STORY professor #> 6508 2011-07-01 2011 M STORY professor #> 6509 2011-07-01 2011 M STORY professor #> 6510 2011-07-01 2011 F STORY professor #> 6511 2011-07-01 2011 M STORY professor #> 6512 2011-07-01 2011 M STORY professor #> 6513 2011-07-01 2011 M STORY professor #> 6514 2011-07-01 2011 M STORY professor #> 6515 2011-07-01 2011 F STORY professor #> 6516 2011-07-01 2011 M STORY professor #> 6517 2011-07-01 2011 M STORY professor #> 6518 2011-07-01 2011 M STORY professor #> 6519 2011-07-01 2011 M STORY professor #> 6520 2011-07-01 2011 M STORY professor #> 6521 2011-07-01 2011 F STORY professor #> 6522 2011-07-01 2011 F STORY professor #> 6523 2011-07-01 2011 M STORY professor #> 6524 2011-07-01 2011 F STORY professor #> 6525 2011-07-01 2011 M STORY professor #> 6526 2011-07-01 2011 F STORY professor #> 6527 2011-07-01 2011 M STORY professor #> 6528 2011-07-01 2011 M STORY professor #> 6529 2011-07-01 2011 F STORY professor #> 6530 2011-07-01 2011 M STORY professor #> 6531 2011-07-01 2011 M STORY professor #> 6532 2011-07-01 2011 F STORY professor #> 6533 2011-07-01 2011 M STORY professor #> 6534 2011-07-01 2011 M STORY professor #> 6535 2011-07-01 2011 F STORY professor #> 6536 2011-07-01 2011 M STORY professor #> 6537 2011-07-01 2011 M STORY professor #> 6538 2011-07-01 2011 M STORY professor #> 6539 2011-07-01 2011 M STORY professor #> 6540 2011-07-01 2011 M STORY professor #> 6541 2011-07-01 2011 M STORY professor #> 6542 2011-07-01 2011 F STORY professor #> 6543 2011-07-01 2011 M STORY professor #> 6544 2011-07-01 2011 M STORY professor #> 6545 2011-07-01 2011 M STORY professor #> 6546 2011-07-01 2011 M STORY professor #> 6547 2011-07-01 2011 F STORY professor #> 6548 2011-07-01 2011 M STORY professor #> 6549 2011-07-01 2011 M STORY professor #> 6550 2011-07-01 2011 F STORY professor #> 6551 2011-07-01 2011 M STORY professor #> 6552 2011-07-01 2011 F STORY professor #> 6553 2011-07-01 2011 M STORY professor #> 6554 2011-07-01 2011 M STORY professor #> 6555 2011-07-01 2011 M STORY professor #> 6556 2011-07-01 2011 M STORY professor #> 6557 2011-07-01 2011 F STORY professor #> 6558 2011-07-01 2011 M STORY professor #> 6559 2011-07-01 2011 M STORY professor #> 6560 2011-07-01 2011 M STORY professor #> 6561 2011-07-01 2011 M STORY professor #> 6562 2011-07-01 2011 F STORY professor #> 6563 2011-07-01 2011 F BOONE professor #> 6564 2011-07-01 2011 M STORY professor #> 6565 2011-07-01 2011 M STORY professor #> 6566 2011-07-01 2011 M STORY professor #> 6567 2011-07-01 2011 M STORY professor #> 6568 2011-07-01 2011 M STORY professor #> 6569 2011-07-01 2011 M STORY professor #> 6570 2011-07-01 2011 M STORY professor #> 6571 2011-07-01 2011 M ** professor #> 6572 2011-07-01 2011 M STORY professor #> 6573 2011-07-01 2011 M BOONE professor #> 6574 2011-07-01 2011 M STORY professor #> 6575 2011-07-01 2011 M STORY professor #> 6576 2011-07-01 2011 F JOHNSON professor #> 6577 2011-07-01 2011 M STORY professor #> 6578 2011-07-01 2011 M STORY professor #> 6579 2011-07-01 2011 F POLK professor #> 6580 2011-07-01 2011 M STORY professor #> 6581 2011-07-01 2011 F STORY professor #> 6582 2011-07-01 2011 M STORY professor #> 6583 2011-07-01 2011 M STORY professor #> 6584 2011-07-01 2011 F STORY professor #> 6585 2011-07-01 2011 M STORY professor #> 6586 2011-07-01 2011 M STORY professor #> 6587 2011-07-01 2011 F STORY professor #> 6588 2011-07-01 2011 F STORY professor #> 6589 2011-07-01 2011 F STORY professor #> 6590 2011-07-01 2011 M STORY professor #> 6591 2011-07-01 2011 F DENTON professor #> 6592 2011-07-01 2011 F STORY professor #> 6593 2011-07-01 2011 M STORY professor #> 6594 2011-07-01 2011 F STORY professor #> 6595 2011-07-01 2011 M STORY professor #> 6596 2011-07-01 2011 M STORY professor #> 6597 2011-07-01 2011 M STORY professor #> 6598 2011-07-01 2011 M STORY professor #> 6599 2011-07-01 2011 M STORY professor #> 6600 2011-07-01 2011 M STORY professor #> 6601 2011-07-01 2011 M STORY professor #> 6602 2011-07-01 2011 M STORY professor #> 6603 2011-07-01 2011 M STORY professor #> 6604 2011-07-01 2011 M STORY professor #> 6605 2011-07-01 2011 M FREDERICK professor #> 6606 2011-07-01 2011 F STORY professor #> 6607 2011-07-01 2011 M STORY professor #> 6608 2011-07-01 2011 M STORY professor #> 6609 2011-07-01 2011 F STORY professor #> 6610 2011-07-01 2011 F STORY professor #> 6611 2011-07-01 2011 M STORY professor #> 6612 2011-07-01 2011 M STORY professor #> 6613 2011-07-01 2011 M STORY professor #> 6614 2011-07-01 2011 M STORY professor #> 6615 2011-07-01 2011 M POLK professor #> 6616 2011-07-01 2011 M STORY professor #> 6617 2011-07-01 2011 M STORY professor #> 6618 2011-07-01 2011 M STORY professor #> 6619 2011-07-01 2011 F HAMILTON professor #> 6620 2011-07-01 2011 M STORY professor #> 6621 2011-07-01 2011 M STORY professor #> 6622 2011-07-01 2011 M STORY professor #> 6623 2011-07-01 2011 M STORY professor #> 6624 2011-07-01 2011 M STORY professor #> 6625 2011-07-01 2011 M STORY professor #> 6626 2011-07-01 2011 M STORY professor #> 6627 2011-07-01 2011 M STORY professor #> 6628 2011-07-01 2011 M STORY professor #> 6629 2011-07-01 2011 M STORY professor #> 6630 2011-07-01 2011 M STORY professor #> 6631 2011-07-01 2011 M STORY professor #> 6632 2011-07-01 2011 M STORY professor #> 6633 2011-07-01 2011 M STORY professor #> 6634 2011-07-01 2011 M STORY professor #> 6635 2011-07-01 2011 F STORY professor #> 6636 2011-07-01 2011 M STORY professor #> 6637 2011-07-01 2011 M STORY professor #> 6638 2011-07-01 2011 F STORY professor #> 6639 2011-07-01 2011 M STORY professor #> 6640 2011-07-01 2011 M STORY professor #> 6641 2011-07-01 2011 M POLK professor #> 6642 2011-07-01 2011 F STORY professor #> 6643 2011-07-01 2011 F STORY professor #> 6644 2011-07-01 2011 F STORY professor #> 6645 2011-07-01 2011 M STORY professor #> 6646 2011-07-01 2011 M STORY professor #> 6647 2011-07-01 2011 M BOONE professor #> 6648 2011-07-01 2011 M STORY professor #> 6649 2011-07-01 2011 M STORY professor #> 6650 2011-07-01 2011 M HARRIS professor #> 6651 2011-07-01 2011 F STORY professor #> 6652 2011-07-01 2011 M STORY professor #> 6653 2011-07-01 2011 M STORY professor #> 6654 2011-07-01 2011 F STORY professor #> 6655 2011-07-01 2011 M STORY professor #> 6656 2011-07-01 2011 F STORY professor #> 6657 2011-07-01 2011 F STORY professor #> 6658 2011-07-01 2011 M STORY professor #> 6659 2011-07-01 2011 M STORY professor #> 6660 2011-07-01 2011 M STORY professor #> 6661 2011-07-01 2011 F STORY professor #> 6662 2011-07-01 2011 M STORY professor #> 6663 2011-07-01 2011 M POLK professor #> 6664 2011-07-01 2011 M STORY professor #> 6665 2011-07-01 2011 M STORY professor #> 6666 2011-07-01 2011 F STORY professor #> 6667 2011-07-01 2011 F STORY professor #> 6668 2011-07-01 2011 M STORY professor #> 6669 2011-07-01 2011 F STORY professor #> 6670 2011-07-01 2011 F STORY professor #> 6671 2011-07-01 2011 F STORY professor #> 6672 2011-07-01 2011 F STORY professor #> 6673 2011-07-01 2011 M STORY professor #> 6674 2011-07-01 2011 M STORY professor #> 6675 2011-07-01 2011 M STORY professor #> 6676 2011-07-01 2011 M STORY professor #> 6677 2011-07-01 2011 F STORY professor #> 6678 2011-07-01 2011 M STORY professor #> 6679 2011-07-01 2011 F STORY professor #> 6680 2011-07-01 2011 M STORY professor #> 6681 2011-07-01 2011 M BOONE professor #> 6682 2011-07-01 2011 F POLK professor #> 6683 2011-07-01 2011 M STORY professor #> 6684 2011-07-01 2011 F STORY professor #> 6685 2011-07-01 2011 F STORY professor #> 6686 2011-07-01 2011 M STORY professor #> 6687 2011-07-01 2011 F STORY professor #> 6688 2011-07-01 2011 F STORY professor #> 6689 2011-07-01 2011 M POLK professor #> 6690 2011-07-01 2011 M STORY professor #> 6691 2011-07-01 2011 M STORY professor #> 6692 2011-07-01 2011 M STORY professor #> 6693 2011-07-01 2011 M STORY professor #> 6694 2011-07-01 2011 M STORY professor #> 6695 2011-07-01 2011 M STORY professor #> 6696 2011-07-01 2011 M STORY professor #> 6697 2011-07-01 2011 M BOONE professor #> 6698 2011-07-01 2011 M STORY professor #> 6699 2011-07-01 2011 F STORY professor #> 6700 2011-07-01 2011 M MULTNOMAH professor #> 6701 2011-07-01 2011 M STORY professor #> 6702 2011-07-01 2011 F STORY professor #> 6703 2011-07-01 2011 M STORY professor #> 6704 2011-07-01 2011 M STORY professor #> 6705 2011-07-01 2011 M STORY professor #> 6706 2011-07-01 2011 F STORY professor #> 6707 2011-07-01 2011 F BOONE professor #> 6708 2011-07-01 2011 M STORY professor #> 6709 2011-07-01 2011 F STORY professor #> 6710 2011-07-01 2011 M STORY professor #> 6711 2011-07-01 2011 M STORY professor #> 6712 2011-07-01 2011 F STORY professor #> 6713 2011-07-01 2011 M STORY professor #> 6714 2011-07-01 2011 M STORY professor #> 6715 2011-07-01 2011 M STORY professor #> 6716 2011-07-01 2011 M STORY professor #> 6717 2011-07-01 2011 F STORY professor #> 6718 2011-07-01 2011 M STORY professor #> 6719 2011-07-01 2011 M STORY professor #> 6720 2011-07-01 2011 M STORY professor #> 6721 2011-07-01 2011 M STORY professor #> 6722 2011-07-01 2011 F STORY professor #> 6723 2011-07-01 2011 M STORY professor #> 6724 2011-07-01 2011 M STORY professor #> 6725 2011-07-01 2011 M STORY professor #> 6726 2011-07-01 2011 M BOONE professor #> 6727 2011-07-01 2011 M STORY professor #> 6728 2011-07-01 2011 M STORY professor #> 6729 2011-07-01 2011 M STORY professor #> 6730 2011-07-01 2011 M STORY professor #> 6731 2011-07-01 2011 M POLK professor #> 6732 2011-07-01 2011 M STORY professor #> 6733 2011-07-01 2011 M STORY professor #> 6734 2011-07-01 2011 M STORY professor #> 6735 2011-07-01 2011 F STORY professor #> 6736 2011-07-01 2011 M STORY professor #> 6737 2011-07-01 2011 M BOONE professor #> 6738 2011-07-01 2011 F STORY professor #> 6739 2011-07-01 2011 F STORY professor #> 6740 2011-07-01 2011 M STORY professor #> 6741 2011-07-01 2011 M STORY professor #> 6742 2011-07-01 2011 M STORY professor #> 6743 2011-07-01 2011 F POLK professor #> 6744 2011-07-01 2011 F STORY professor #> 6745 2011-07-01 2011 M STORY professor #> 6746 2011-07-01 2011 M STORY professor #> 6747 2011-07-01 2011 M STORY professor #> 6748 2011-07-01 2011 M STORY professor #> 6749 2011-07-01 2011 F STORY professor #> 6750 2011-07-01 2011 M STORY professor #> 6751 2011-07-01 2011 M STORY professor #> 6752 2011-07-01 2011 F STORY professor #> 6753 2011-07-01 2011 M STORY professor #> 6754 2011-07-01 2011 F STORY professor #> 6755 2011-07-01 2011 M STORY professor #> 6756 2011-07-01 2011 M POLK professor #> 6757 2011-07-01 2011 F STORY professor #> 6758 2011-07-01 2011 F STORY professor #> 6759 2011-07-01 2011 F STORY professor #> 6760 2011-07-01 2011 F STORY professor #> 6761 2011-07-01 2011 M STORY professor #> 6762 2011-07-01 2011 M STORY professor #> 6763 2011-07-01 2011 M STORY professor #> 6764 2011-07-01 2011 M STORY professor #> 6765 2011-07-01 2011 M STORY professor #> 6766 2011-07-01 2011 M STORY professor #> 6767 2011-07-01 2011 M STORY professor #> 6768 2011-07-01 2011 M STORY professor #> 6769 2011-07-01 2011 F STORY professor #> 6770 2011-07-01 2011 M STORY professor #> 6771 2011-07-01 2011 M STORY professor #> 6772 2011-07-01 2011 M STORY professor #> 6773 2011-07-01 2011 M STORY professor #> 6774 2011-07-01 2011 M STORY professor #> 6775 2011-07-01 2011 M MIDDLESEX professor #> 6776 2012-07-01 2012 M STORY professor #> 6777 2012-07-01 2012 M STORY professor #> 6778 2012-07-01 2012 M STORY professor #> 6779 2012-07-01 2012 M STORY professor #> 6780 2012-07-01 2012 F POLK professor #> 6781 2012-07-01 2012 M STORY professor #> 6782 2012-07-01 2012 M STORY professor #> 6783 2012-07-01 2012 M STORY professor #> 6784 2012-07-01 2012 M STORY professor #> 6785 2012-07-01 2012 M STORY professor #> 6786 2012-07-01 2012 M STORY professor #> 6787 2012-07-01 2012 M STORY professor #> 6788 2012-07-01 2012 M STORY professor #> 6789 2012-07-01 2012 M STORY professor #> 6790 2012-07-01 2012 F STORY professor #> 6791 2012-07-01 2012 M POLK professor #> 6792 2012-07-01 2012 M STORY professor #> 6793 2012-07-01 2012 M POWESHIEK professor #> 6794 2012-07-01 2012 M STORY professor #> 6795 2012-07-01 2012 M STORY professor #> 6796 2012-07-01 2012 F BOONE professor #> 6797 2012-07-01 2012 M STORY professor #> 6798 2012-07-01 2012 F STORY professor #> 6799 2012-07-01 2012 M STORY professor #> 6800 2012-07-01 2012 F STORY professor #> 6801 2012-07-01 2012 M STORY professor #> 6802 2012-07-01 2012 M SAINT LOUIS professor #> 6803 2012-07-01 2012 M STORY professor #> 6804 2012-07-01 2012 F STORY professor #> 6805 2012-07-01 2012 M STORY professor #> 6806 2012-07-01 2012 M STORY professor #> 6807 2012-07-01 2012 M STORY professor #> 6808 2012-07-01 2012 M STORY professor #> 6809 2012-07-01 2012 M STORY professor #> 6810 2012-07-01 2012 M STORY professor #> 6811 2012-07-01 2012 M STORY professor #> 6812 2012-07-01 2012 M STORY professor #> 6813 2012-07-01 2012 M STORY professor #> 6814 2012-07-01 2012 M STORY professor #> 6815 2012-07-01 2012 F STORY professor #> 6816 2012-07-01 2012 M STORY professor #> 6817 2012-07-01 2012 M POLK professor #> 6818 2012-07-01 2012 M STORY professor #> 6819 2012-07-01 2012 F STORY professor #> 6820 2012-07-01 2012 M STORY professor #> 6821 2012-07-01 2012 F STORY professor #> 6822 2012-07-01 2012 M STORY professor #> 6823 2012-07-01 2012 F STORY professor #> 6824 2012-07-01 2012 M STORY professor #> 6825 2012-07-01 2012 M STORY professor #> 6826 2012-07-01 2012 M STORY professor #> 6827 2012-07-01 2012 M STORY professor #> 6828 2012-07-01 2012 M STORY professor #> 6829 2012-07-01 2012 M STORY professor #> 6830 2012-07-01 2012 M STORY professor #> 6831 2012-07-01 2012 F STORY professor #> 6832 2012-07-01 2012 M STORY professor #> 6833 2012-07-01 2012 F STORY professor #> 6834 2012-07-01 2012 M STORY professor #> 6835 2012-07-01 2012 M STORY professor #> 6836 2012-07-01 2012 F BOONE professor #> 6837 2012-07-01 2012 F STORY professor #> 6838 2012-07-01 2012 M STORY professor #> 6839 2012-07-01 2012 M STORY professor #> 6840 2012-07-01 2012 M HAMILTON professor #> 6841 2012-07-01 2012 F STORY professor #> 6842 2012-07-01 2012 M STORY professor #> 6843 2012-07-01 2012 F POLK professor #> 6844 2012-07-01 2012 F STORY professor #> 6845 2012-07-01 2012 F POLK professor #> 6846 2012-07-01 2012 M POWESHIEK professor #> 6847 2012-07-01 2012 F POLK professor #> 6848 2012-07-01 2012 F BOONE professor #> 6849 2012-07-01 2012 F BOONE professor #> 6850 2012-07-01 2012 M STORY professor #> 6851 2012-07-01 2012 F STORY professor #> 6852 2012-07-01 2012 M STORY professor #> 6853 2012-07-01 2012 M STORY professor #> 6854 2012-07-01 2012 M STORY professor #> 6855 2012-07-01 2012 F STORY professor #> 6856 2012-07-01 2012 M STORY professor #> 6857 2012-07-01 2012 M STORY professor #> 6858 2012-07-01 2012 M STORY professor #> 6859 2012-07-01 2012 M STORY professor #> 6860 2012-07-01 2012 M STORY professor #> 6861 2012-07-01 2012 F STORY professor #> 6862 2012-07-01 2012 F STORY professor #> 6863 2012-07-01 2012 M STORY professor #> 6864 2012-07-01 2012 M STORY professor #> 6865 2012-07-01 2012 M STORY professor #> 6866 2012-07-01 2012 M STORY professor #> 6867 2012-07-01 2012 M STORY professor #> 6868 2012-07-01 2012 M STORY professor #> 6869 2012-07-01 2012 F STORY professor #> 6870 2012-07-01 2012 M STORY professor #> 6871 2012-07-01 2012 M STORY professor #> 6872 2012-07-01 2012 M POLK professor #> 6873 2012-07-01 2012 M STORY professor #> 6874 2012-07-01 2012 M STORY professor #> 6875 2012-07-01 2012 F STORY professor #> 6876 2012-07-01 2012 M STORY professor #> 6877 2012-07-01 2012 F STORY professor #> 6878 2012-07-01 2012 M STORY professor #> 6879 2012-07-01 2012 F STORY professor #> 6880 2012-07-01 2012 F STORY professor #> 6881 2012-07-01 2012 M BOONE professor #> 6882 2012-07-01 2012 M STORY professor #> 6883 2012-07-01 2012 M STORY professor #> 6884 2012-07-01 2012 F STORY professor #> 6885 2012-07-01 2012 F STORY professor #> 6886 2012-07-01 2012 M STORY professor #> 6887 2012-07-01 2012 M STORY professor #> 6888 2012-07-01 2012 F STORY professor #> 6889 2012-07-01 2012 M STORY professor #> 6890 2012-07-01 2012 F STORY professor #> 6891 2012-07-01 2012 F ADAIR professor #> 6892 2012-07-01 2012 F STORY professor #> 6893 2012-07-01 2012 F JOHNSON professor #> 6894 2012-07-01 2012 F STORY professor #> 6895 2012-07-01 2012 F STORY professor #> 6896 2012-07-01 2012 M STORY professor #> 6897 2012-07-01 2012 M STORY professor #> 6898 2012-07-01 2012 M STORY professor #> 6899 2012-07-01 2012 M STORY professor #> 6900 2012-07-01 2012 F STORY professor #> 6901 2012-07-01 2012 M HENNEPIN professor #> 6902 2012-07-01 2012 M STORY professor #> 6903 2012-07-01 2012 M STORY professor #> 6904 2012-07-01 2012 M TOMPKINS professor #> 6905 2012-07-01 2012 M STORY professor #> 6906 2012-07-01 2012 F STORY professor #> 6907 2012-07-01 2012 M STORY professor #> 6908 2012-07-01 2012 F STORY professor #> 6909 2012-07-01 2012 M STORY professor #> 6910 2012-07-01 2012 M STORY professor #> 6911 2012-07-01 2012 F STORY professor #> 6912 2012-07-01 2012 M STORY professor #> 6913 2012-07-01 2012 F STORY professor #> 6914 2012-07-01 2012 F STORY professor #> 6915 2012-07-01 2012 F STORY professor #> 6916 2012-07-01 2012 M STORY professor #> 6917 2012-07-01 2012 F STORY professor #> 6918 2012-07-01 2012 F STORY professor #> 6919 2012-07-01 2012 M STORY professor #> 6920 2012-07-01 2012 M STORY professor #> 6921 2012-07-01 2012 M BOONE professor #> 6922 2012-07-01 2012 M STORY professor #> 6923 2012-07-01 2012 F STORY professor #> 6924 2012-07-01 2012 M STORY professor #> 6925 2012-07-01 2012 F STORY professor #> 6926 2012-07-01 2012 M STORY professor #> 6927 2012-07-01 2012 F STORY professor #> 6928 2012-07-01 2012 F STORY professor #> 6929 2012-07-01 2012 M STORY professor #> 6930 2012-07-01 2012 M STORY professor #> 6931 2012-07-01 2012 M STORY professor #> 6932 2012-07-01 2012 M STORY professor #> 6933 2012-07-01 2012 F STORY professor #> 6934 2012-07-01 2012 M POLK professor #> 6935 2012-07-01 2012 M STORY professor #> 6936 2012-07-01 2012 F STORY professor #> 6937 2012-07-01 2012 F STORY professor #> 6938 2012-07-01 2012 F STORY professor #> 6939 2012-07-01 2012 M STORY professor #> 6940 2012-07-01 2012 M STORY professor #> 6941 2012-07-01 2012 F STORY professor #> 6942 2012-07-01 2012 M STORY professor #> 6943 2012-07-01 2012 M STORY professor #> 6944 2012-07-01 2012 F POLK professor #> 6945 2012-07-01 2012 F STORY professor #> 6946 2012-07-01 2012 M STORY professor #> 6947 2012-07-01 2012 F STORY professor #> 6948 2012-07-01 2012 M CLARK professor #> 6949 2012-07-01 2012 F STORY professor #> 6950 2012-07-01 2012 M STORY professor #> 6951 2012-07-01 2012 F STORY professor #> 6952 2012-07-01 2012 M STORY professor #> 6953 2012-07-01 2012 M STORY professor #> 6954 2012-07-01 2012 M STORY professor #> 6955 2012-07-01 2012 F BOONE professor #> 6956 2012-07-01 2012 F POLK professor #> 6957 2012-07-01 2012 M STORY professor #> 6958 2012-07-01 2012 M STORY professor #> 6959 2012-07-01 2012 M POLK professor #> 6960 2012-07-01 2012 F STORY professor #> 6961 2012-07-01 2012 F STORY professor #> 6962 2012-07-01 2012 F STORY professor #> 6963 2012-07-01 2012 M STORY professor #> 6964 2012-07-01 2012 F STORY professor #> 6965 2012-07-01 2012 F STORY professor #> 6966 2012-07-01 2012 M HERTFORD professor #> 6967 2012-07-01 2012 F STORY professor #> 6968 2012-07-01 2012 M STORY professor #> 6969 2012-07-01 2012 M STORY professor #> 6970 2012-07-01 2012 M STORY professor #> 6971 2012-07-01 2012 F STORY professor #> 6972 2012-07-01 2012 F STORY professor #> 6973 2012-07-01 2012 M STORY professor #> 6974 2012-07-01 2012 M STORY professor #> 6975 2012-07-01 2012 M STORY professor #> 6976 2012-07-01 2012 M STORY professor #> 6977 2012-07-01 2012 M STORY professor #> 6978 2012-07-01 2012 M STORY professor #> 6979 2012-07-01 2012 M STORY professor #> 6980 2012-07-01 2012 M STORY professor #> 6981 2012-07-01 2012 F STORY professor #> 6982 2012-07-01 2012 M STORY professor #> 6983 2012-07-01 2012 F STORY professor #> 6984 2012-07-01 2012 M STORY professor #> 6985 2012-07-01 2012 M STORY professor #> 6986 2012-07-01 2012 M STORY professor #> 6987 2012-07-01 2012 M STORY professor #> 6988 2012-07-01 2012 M STORY professor #> 6989 2012-07-01 2012 M STORY professor #> 6990 2012-07-01 2012 M STORY professor #> 6991 2012-07-01 2012 M STORY professor #> 6992 2012-07-01 2012 M HENNEPIN professor #> 6993 2012-07-01 2012 M STORY professor #> 6994 2012-07-01 2012 F STORY professor #> 6995 2012-07-01 2012 M STORY professor #> 6996 2012-07-01 2012 M STORY professor #> 6997 2012-07-01 2012 M STORY professor #> 6998 2012-07-01 2012 M STORY professor #> 6999 2012-07-01 2012 M STORY professor #> 7000 2012-07-01 2012 F STORY professor #> 7001 2012-07-01 2012 M STORY professor #> 7002 2012-07-01 2012 F STORY professor #> 7003 2012-07-01 2012 M STORY professor #> 7004 2012-07-01 2012 M STORY professor #> 7005 2012-07-01 2012 M BOONE professor #> 7006 2012-07-01 2012 F STORY professor #> 7007 2012-07-01 2012 F ** professor #> 7008 2012-07-01 2012 M MADISON professor #> 7009 2012-07-01 2012 F BOONE professor #> 7010 2012-07-01 2012 F STORY professor #> 7011 2012-07-01 2012 M STORY professor #> 7012 2012-07-01 2012 F STORY professor #> 7013 2012-07-01 2012 M STORY professor #> 7014 2012-07-01 2012 M STORY professor #> 7015 2012-07-01 2012 M POLK professor #> 7016 2012-07-01 2012 M STORY professor #> 7017 2012-07-01 2012 M STORY professor #> 7018 2012-07-01 2012 M STORY professor #> 7019 2012-07-01 2012 M POLK professor #> 7020 2012-07-01 2012 M STORY professor #> 7021 2012-07-01 2012 M STORY professor #> 7022 2012-07-01 2012 M STORY professor #> 7023 2012-07-01 2012 M STORY professor #> 7024 2012-07-01 2012 M STORY professor #> 7025 2012-07-01 2012 F STORY professor #> 7026 2012-07-01 2012 F STORY professor #> 7027 2012-07-01 2012 F STORY professor #> 7028 2012-07-01 2012 M STORY professor #> 7029 2012-07-01 2012 M STORY professor #> 7030 2012-07-01 2012 M STORY professor #> 7031 2012-07-01 2012 M STORY professor #> 7032 2012-07-01 2012 F DALLAS professor #> 7033 2012-07-01 2012 F STORY professor #> 7034 2012-07-01 2012 M STORY professor #> 7035 2012-07-01 2012 F STORY professor #> 7036 2012-07-01 2012 M STORY professor #> 7037 2012-07-01 2012 F STORY professor #> 7038 2012-07-01 2012 F STORY professor #> 7039 2012-07-01 2012 F LOS ANGELES professor #> 7040 2012-07-01 2012 F WINNEBAGO professor #> 7041 2012-07-01 2012 F STORY professor #> 7042 2012-07-01 2012 M STORY professor #> 7043 2012-07-01 2012 F STORY professor #> 7044 2012-07-01 2012 F STORY professor #> 7045 2012-07-01 2012 M STORY professor #> 7046 2012-07-01 2012 M STORY professor #> 7047 2012-07-01 2012 M STORY professor #> 7048 2012-07-01 2012 M STORY professor #> 7049 2012-07-01 2012 F STORY professor #> 7050 2012-07-01 2012 F STORY professor #> 7051 2012-07-01 2012 M STORY professor #> 7052 2012-07-01 2012 F STORY professor #> 7053 2012-07-01 2012 M STORY professor #> 7054 2012-07-01 2012 M STORY professor #> 7055 2012-07-01 2012 M STORY professor #> 7056 2012-07-01 2012 M HENNEPIN professor #> 7057 2012-07-01 2012 F STORY professor #> 7058 2012-07-01 2012 M STORY professor #> 7059 2012-07-01 2012 M STORY professor #> 7060 2012-07-01 2012 M STORY professor #> 7061 2012-07-01 2012 F STORY professor #> 7062 2012-07-01 2012 M STORY professor #> 7063 2012-07-01 2012 M STORY professor #> 7064 2012-07-01 2012 M ARAPAHOE professor #> 7065 2012-07-01 2012 F STORY professor #> 7066 2012-07-01 2012 M STORY professor #> 7067 2012-07-01 2012 M STORY professor #> 7068 2012-07-01 2012 M STORY professor #> 7069 2012-07-01 2012 M STORY professor #> 7070 2012-07-01 2012 F STORY professor #> 7071 2012-07-01 2012 F STORY professor #> 7072 2012-07-01 2012 M STORY professor #> 7073 2012-07-01 2012 F STORY professor #> 7074 2012-07-01 2012 M STORY professor #> 7075 2012-07-01 2012 M STORY professor #> 7076 2012-07-01 2012 F STORY professor #> 7077 2012-07-01 2012 M STORY professor #> 7078 2012-07-01 2012 M STORY professor #> 7079 2012-07-01 2012 M STORY professor #> 7080 2012-07-01 2012 F STORY professor #> 7081 2012-07-01 2012 M STORY professor #> 7082 2012-07-01 2012 M STORY professor #> 7083 2012-07-01 2012 F STORY professor #> 7084 2012-07-01 2012 M STORY professor #> 7085 2012-07-01 2012 M STORY professor #> 7086 2012-07-01 2012 F STORY professor #> 7087 2012-07-01 2012 F STORY professor #> 7088 2012-07-01 2012 M STORY professor #> 7089 2012-07-01 2012 M STORY professor #> 7090 2012-07-01 2012 M STORY professor #> 7091 2012-07-01 2012 M STORY professor #> 7092 2012-07-01 2012 F STORY professor #> 7093 2012-07-01 2012 F STORY professor #> 7094 2012-07-01 2012 M DANE professor #> 7095 2012-07-01 2012 M STORY professor #> 7096 2012-07-01 2012 F STORY professor #> 7097 2012-07-01 2012 M STORY professor #> 7098 2012-07-01 2012 M STORY professor #> 7099 2012-07-01 2012 F STORY professor #> 7100 2012-07-01 2012 M STORY professor #> 7101 2012-07-01 2012 M STORY professor #> 7102 2012-07-01 2012 F STORY professor #> 7103 2012-07-01 2012 M STORY professor #> 7104 2012-07-01 2012 F STORY professor #> 7105 2012-07-01 2012 M STORY professor #> 7106 2012-07-01 2012 M STORY professor #> 7107 2012-07-01 2012 F STORY professor #> 7108 2012-07-01 2012 M STORY professor #> 7109 2012-07-01 2012 M BOONE professor #> 7110 2012-07-01 2012 M BOONE professor #> 7111 2012-07-01 2012 F STORY professor #> 7112 2012-07-01 2012 M STORY professor #> 7113 2012-07-01 2012 M POLK professor #> 7114 2012-07-01 2012 M STORY professor #> 7115 2012-07-01 2012 M BOONE professor #> 7116 2012-07-01 2012 M STORY professor #> 7117 2012-07-01 2012 M POLK professor #> 7118 2012-07-01 2012 M STORY professor #> 7119 2012-07-01 2012 M HAMILTON professor #> 7120 2012-07-01 2012 F DOUGLAS professor #> 7121 2012-07-01 2012 M STORY professor #> 7122 2012-07-01 2012 M BREMER professor #> 7123 2012-07-01 2012 M STORY professor #> 7124 2012-07-01 2012 M STORY professor #> 7125 2012-07-01 2012 M BOONE professor #> 7126 2012-07-01 2012 F STORY professor #> 7127 2012-07-01 2012 M STORY professor #> 7128 2012-07-01 2012 F STORY professor #> 7129 2012-07-01 2012 F STORY professor #> 7130 2012-07-01 2012 F STORY professor #> 7131 2012-07-01 2012 M STORY professor #> 7132 2012-07-01 2012 M STORY professor #> 7133 2012-07-01 2012 M STORY professor #> 7134 2012-07-01 2012 F STORY professor #> 7135 2012-07-01 2012 M STORY professor #> 7136 2012-07-01 2012 M STORY professor #> 7137 2012-07-01 2012 M STORY professor #> 7138 2012-07-01 2012 M STORY professor #> 7139 2012-07-01 2012 M STORY professor #> 7140 2012-07-01 2012 F STORY professor #> 7141 2012-07-01 2012 F STORY professor #> 7142 2012-07-01 2012 F STORY professor #> 7143 2012-07-01 2012 M STORY professor #> 7144 2012-07-01 2012 M POLK professor #> 7145 2012-07-01 2012 F STORY professor #> 7146 2012-07-01 2012 F STORY professor #> 7147 2012-07-01 2012 F STORY professor #> 7148 2012-07-01 2012 M STORY professor #> 7149 2012-07-01 2012 F STORY professor #> 7150 2012-07-01 2012 M STORY professor #> 7151 2012-07-01 2012 M BOONE professor #> 7152 2012-07-01 2012 F STORY professor #> 7153 2012-07-01 2012 M STORY professor #> 7154 2012-07-01 2012 M STORY professor #> 7155 2012-07-01 2012 M DALLAS professor #> 7156 2012-07-01 2012 F STORY professor #> 7157 2012-07-01 2012 M STORY professor #> 7158 2012-07-01 2012 F POLK professor #> 7159 2012-07-01 2012 F POLK professor #> 7160 2012-07-01 2012 M STORY professor #> 7161 2012-07-01 2012 F PRINCE GEORGES professor #> 7162 2012-07-01 2012 M HAMILTON professor #> 7163 2012-07-01 2012 M STORY professor #> 7164 2012-07-01 2012 M STORY professor #> 7165 2012-07-01 2012 M STORY professor #> 7166 2012-07-01 2012 M STORY professor #> 7167 2012-07-01 2012 F STORY professor #> 7168 2012-07-01 2012 M STORY professor #> 7169 2012-07-01 2012 M STORY professor #> 7170 2012-07-01 2012 M STORY professor #> 7171 2012-07-01 2012 M STORY professor #> 7172 2012-07-01 2012 M BOONE professor #> 7173 2012-07-01 2012 M STORY professor #> 7174 2012-07-01 2012 M STORY professor #> 7175 2012-07-01 2012 M POLK professor #> 7176 2012-07-01 2012 F STORY professor #> 7177 2012-07-01 2012 M STORY professor #> 7178 2012-07-01 2012 M STORY professor #> 7179 2012-07-01 2012 M STORY professor #> 7180 2012-07-01 2012 M STORY professor #> 7181 2012-07-01 2012 M STORY professor #> 7182 2012-07-01 2012 M STORY professor #> 7183 2012-07-01 2012 F STORY professor #> 7184 2012-07-01 2012 M STORY professor #> 7185 2012-07-01 2012 M STORY professor #> 7186 2012-07-01 2012 F STORY professor #> 7187 2012-07-01 2012 M STORY professor #> 7188 2012-07-01 2012 M STORY professor #> 7189 2012-07-01 2012 M STORY professor #> 7190 2012-07-01 2012 M STORY professor #> 7191 2012-07-01 2012 M STORY professor #> 7192 2012-07-01 2012 F STORY professor #> 7193 2012-07-01 2012 M STORY professor #> 7194 2012-07-01 2012 M STORY professor #> 7195 2012-07-01 2012 F STORY professor #> 7196 2012-07-01 2012 M STORY professor #> 7197 2012-07-01 2012 M STORY professor #> 7198 2012-07-01 2012 F STORY professor #> 7199 2012-07-01 2012 M STORY professor #> 7200 2012-07-01 2012 M STORY professor #> 7201 2012-07-01 2012 F STORY professor #> 7202 2012-07-01 2012 M STORY professor #> 7203 2012-07-01 2012 F STORY professor #> 7204 2012-07-01 2012 M STORY professor #> 7205 2012-07-01 2012 M CLEVELAND professor #> 7206 2012-07-01 2012 M STORY professor #> 7207 2012-07-01 2012 F POLK professor #> 7208 2012-07-01 2012 M STORY professor #> 7209 2012-07-01 2012 F STORY professor #> 7210 2012-07-01 2012 M STORY professor #> 7211 2012-07-01 2012 F STORY professor #> 7212 2012-07-01 2012 M STORY professor #> 7213 2012-07-01 2012 M STORY professor #> 7214 2012-07-01 2012 M BOONE professor #> 7215 2012-07-01 2012 M STORY professor #> 7216 2012-07-01 2012 F STORY professor #> 7217 2012-07-01 2012 M STORY professor #> 7218 2012-07-01 2012 M STORY professor #> 7219 2012-07-01 2012 M STORY professor #> 7220 2012-07-01 2012 M STORY professor #> 7221 2012-07-01 2012 M STORY professor #> 7222 2012-07-01 2012 M STORY professor #> 7223 2012-07-01 2012 M STORY professor #> 7224 2012-07-01 2012 M VIGO professor #> 7225 2012-07-01 2012 F STORY professor #> 7226 2012-07-01 2012 F STORY professor #> 7227 2012-07-01 2012 M STORY professor #> 7228 2012-07-01 2012 M STORY professor #> 7229 2012-07-01 2012 M STORY professor #> 7230 2012-07-01 2012 M STORY professor #> 7231 2012-07-01 2012 M STORY professor #> 7232 2012-07-01 2012 M STORY professor #> 7233 2012-07-01 2012 M STORY professor #> 7234 2012-07-01 2012 F STORY professor #> 7235 2012-07-01 2012 M STORY professor #> 7236 2012-07-01 2012 F NEW HANOVER professor #> 7237 2012-07-01 2012 F STORY professor #> 7238 2012-07-01 2012 M STORY professor #> 7239 2012-07-01 2012 M STORY professor #> 7240 2012-07-01 2012 M STORY professor #> 7241 2012-07-01 2012 M STORY professor #> 7242 2012-07-01 2012 M STORY professor #> 7243 2012-07-01 2012 M STORY professor #> 7244 2012-07-01 2012 F STORY professor #> 7245 2012-07-01 2012 M STORY professor #> 7246 2012-07-01 2012 F STORY professor #> 7247 2012-07-01 2012 M STORY professor #> 7248 2012-07-01 2012 M STORY professor #> 7249 2012-07-01 2012 F STORY professor #> 7250 2012-07-01 2012 M STORY professor #> 7251 2012-07-01 2012 M STORY professor #> 7252 2012-07-01 2012 F POLK professor #> 7253 2012-07-01 2012 M STORY professor #> 7254 2012-07-01 2012 F STORY professor #> 7255 2012-07-01 2012 F STORY professor #> 7256 2012-07-01 2012 M STORY professor #> 7257 2012-07-01 2012 F STORY professor #> 7258 2012-07-01 2012 M STORY professor #> 7259 2012-07-01 2012 F STORY professor #> 7260 2012-07-01 2012 F STORY professor #> 7261 2012-07-01 2012 M STORY professor #> 7262 2012-07-01 2012 M STORY professor #> 7263 2012-07-01 2012 F STORY professor #> 7264 2012-07-01 2012 M STORY professor #> 7265 2012-07-01 2012 F STORY professor #> 7266 2012-07-01 2012 F STORY professor #> 7267 2012-07-01 2012 F STORY professor #> 7268 2012-07-01 2012 M STORY professor #> 7269 2012-07-01 2012 M STORY professor #> 7270 2012-07-01 2012 M STORY professor #> 7271 2012-07-01 2012 M STORY professor #> 7272 2012-07-01 2012 F STORY professor #> 7273 2012-07-01 2012 M BOONE professor #> 7274 2012-07-01 2012 F STORY professor #> 7275 2012-07-01 2012 M STORY professor #> 7276 2012-07-01 2012 M STORY professor #> 7277 2012-07-01 2012 M STORY professor #> 7278 2012-07-01 2012 M STORY professor #> 7279 2012-07-01 2012 F STORY professor #> 7280 2012-07-01 2012 M STORY professor #> 7281 2012-07-01 2012 M STORY professor #> 7282 2012-07-01 2012 M STORY professor #> 7283 2012-07-01 2012 M STORY professor #> 7284 2012-07-01 2012 F STORY professor #> 7285 2012-07-01 2012 M STORY professor #> 7286 2012-07-01 2012 M HAMILTON professor #> 7287 2012-07-01 2012 F STORY professor #> 7288 2012-07-01 2012 M STORY professor #> 7289 2012-07-01 2012 F STORY professor #> 7290 2012-07-01 2012 F STORY professor #> 7291 2012-07-01 2012 F STORY professor #> 7292 2012-07-01 2012 M STORY professor #> 7293 2012-07-01 2012 F STORY professor #> 7294 2012-07-01 2012 M POLK professor #> 7295 2012-07-01 2012 M STORY professor #> 7296 2012-07-01 2012 M STORY professor #> 7297 2012-07-01 2012 M STORY professor #> 7298 2012-07-01 2012 M STORY professor #> 7299 2012-07-01 2012 F STORY professor #> 7300 2012-07-01 2012 M STORY professor #> 7301 2012-07-01 2012 M POLK professor #> 7302 2012-07-01 2012 M STORY professor #> 7303 2012-07-01 2012 M STORY professor #> 7304 2012-07-01 2012 F STORY professor #> 7305 2012-07-01 2012 F STORY professor #> 7306 2012-07-01 2012 M STORY professor #> 7307 2012-07-01 2012 M STORY professor #> 7308 2012-07-01 2012 M STORY professor #> 7309 2012-07-01 2012 M STORY professor #> 7310 2012-07-01 2012 M STORY professor #> 7311 2012-07-01 2012 M STORY professor #> 7312 2012-07-01 2012 M STORY professor #> 7313 2012-07-01 2012 M STORY professor #> 7314 2012-07-01 2012 F STORY professor #> 7315 2012-07-01 2012 M STORY professor #> 7316 2012-07-01 2012 F STORY professor #> 7317 2012-07-01 2012 M POLK professor #> 7318 2012-07-01 2012 M STORY professor #> 7319 2012-07-01 2012 M STORY professor #> 7320 2012-07-01 2012 M STORY professor #> 7321 2012-07-01 2012 M STORY professor #> 7322 2012-07-01 2012 F STORY professor #> 7323 2012-07-01 2012 M STORY professor #> 7324 2012-07-01 2012 M STORY professor #> 7325 2012-07-01 2012 M STORY professor #> 7326 2012-07-01 2012 F STORY professor #> 7327 2012-07-01 2012 M STORY professor #> 7328 2012-07-01 2012 F STORY professor #> 7329 2012-07-01 2012 M STORY professor #> 7330 2012-07-01 2012 M STORY professor #> 7331 2012-07-01 2012 M HAMILTON professor #> 7332 2012-07-01 2012 F STORY professor #> 7333 2012-07-01 2012 F STORY professor #> 7334 2012-07-01 2012 F STORY professor #> 7335 2012-07-01 2012 F STORY professor #> 7336 2012-07-01 2012 M STORY professor #> 7337 2012-07-01 2012 M STORY professor #> 7338 2012-07-01 2012 M STORY professor #> 7339 2012-07-01 2012 M STORY professor #> 7340 2012-07-01 2012 M STORY professor #> 7341 2012-07-01 2012 F STORY professor #> 7342 2012-07-01 2012 F STORY professor #> 7343 2012-07-01 2012 M STORY professor #> 7344 2012-07-01 2012 M STORY professor #> 7345 2012-07-01 2012 M STORY professor #> 7346 2012-07-01 2012 M STORY professor #> 7347 2012-07-01 2012 F STORY professor #> 7348 2012-07-01 2012 M STORY professor #> 7349 2012-07-01 2012 F STORY professor #> 7350 2012-07-01 2012 M STORY professor #> 7351 2012-07-01 2012 F STORY professor #> 7352 2012-07-01 2012 F STORY professor #> 7353 2012-07-01 2012 M STORY professor #> 7354 2012-07-01 2012 F STORY professor #> 7355 2012-07-01 2012 F STORY professor #> 7356 2012-07-01 2012 M BOONE professor #> 7357 2012-07-01 2012 M STORY professor #> 7358 2012-07-01 2012 F STORY professor #> 7359 2012-07-01 2012 M STORY professor #> 7360 2012-07-01 2012 M STORY professor #> 7361 2012-07-01 2012 F POLK professor #> 7362 2012-07-01 2012 M STORY professor #> 7363 2012-07-01 2012 M STORY professor #> 7364 2012-07-01 2012 M STORY professor #> 7365 2012-07-01 2012 M BOONE professor #> 7366 2012-07-01 2012 F BOONE professor #> 7367 2012-07-01 2012 M STORY professor #> 7368 2012-07-01 2012 M STORY professor #> 7369 2012-07-01 2012 M STORY professor #> 7370 2012-07-01 2012 M STORY professor #> 7371 2012-07-01 2012 M STORY professor #> 7372 2012-07-01 2012 M STORY professor #> 7373 2012-07-01 2012 F STORY professor #> 7374 2012-07-01 2012 M STORY professor #> 7375 2012-07-01 2012 M STORY professor #> 7376 2012-07-01 2012 F STORY professor #> 7377 2012-07-01 2012 F STORY professor #> 7378 2012-07-01 2012 M STORY professor #> 7379 2012-07-01 2012 M STORY professor #> 7380 2012-07-01 2012 M STORY professor #> 7381 2012-07-01 2012 F STORY professor #> 7382 2012-07-01 2012 M STORY professor #> 7383 2012-07-01 2012 M STORY professor #> 7384 2012-07-01 2012 M TIPPECANOE professor #> 7385 2012-07-01 2012 F STORY professor #> 7386 2012-07-01 2012 M STORY professor #> 7387 2012-07-01 2012 F STORY professor #> 7388 2012-07-01 2012 M STORY professor #> 7389 2012-07-01 2012 F STORY professor #> 7390 2012-07-01 2012 F STORY professor #> 7391 2012-07-01 2012 M STORY professor #> 7392 2012-07-01 2012 F STORY professor #> 7393 2012-07-01 2012 M STORY professor #> 7394 2012-07-01 2012 F STORY professor #> 7395 2012-07-01 2012 M STORY professor #> 7396 2012-07-01 2012 M STORY professor #> 7397 2012-07-01 2012 M CHARLOTTESVILLE CITY professor #> 7398 2012-07-01 2012 M STORY professor #> 7399 2012-07-01 2012 M STORY professor #> 7400 2012-07-01 2012 F STORY professor #> 7401 2012-07-01 2012 M STORY professor #> 7402 2012-07-01 2012 M STORY professor #> 7403 2012-07-01 2012 M STORY professor #> 7404 2012-07-01 2012 M STORY professor #> 7405 2012-07-01 2012 M STORY professor #> 7406 2012-07-01 2012 M ITASCA professor #> 7407 2012-07-01 2012 M STORY professor #> 7408 2012-07-01 2012 M STORY professor #> 7409 2012-07-01 2012 M STORY professor #> 7410 2012-07-01 2012 M STORY professor #> 7411 2012-07-01 2012 M STORY professor #> 7412 2012-07-01 2012 M STORY professor #> 7413 2012-07-01 2012 M ** professor #> 7414 2012-07-01 2012 M STORY professor #> 7415 2012-07-01 2012 M STORY professor #> 7416 2012-07-01 2012 M STORY professor #> 7417 2012-07-01 2012 M STORY professor #> 7418 2012-07-01 2012 M STORY professor #> 7419 2012-07-01 2012 M STORY professor #> 7420 2012-07-01 2012 M STORY professor #> 7421 2012-07-01 2012 F BOONE professor #> 7422 2012-07-01 2012 F STORY professor #> 7423 2012-07-01 2012 M STORY professor #> 7424 2012-07-01 2012 M STORY professor #> 7425 2012-07-01 2012 M BOONE professor #> 7426 2012-07-01 2012 M STORY professor #> 7427 2012-07-01 2012 M STORY professor #> 7428 2012-07-01 2012 F STORY professor #> 7429 2012-07-01 2012 M STORY professor #> 7430 2012-07-01 2012 M STORY professor #> 7431 2012-07-01 2012 M STORY professor #> 7432 2012-07-01 2012 M STORY professor #> 7433 2012-07-01 2012 M STORY professor #> 7434 2012-07-01 2012 M STORY professor #> 7435 2012-07-01 2012 M POLK professor #> 7436 2012-07-01 2012 F STORY professor #> 7437 2012-07-01 2012 F STORY professor #> 7438 2012-07-01 2012 M STORY professor #> 7439 2012-07-01 2012 M STORY professor #> 7440 2012-07-01 2012 M STORY professor #> 7441 2012-07-01 2012 M STORY professor #> 7442 2012-07-01 2012 M STORY professor #> 7443 2012-07-01 2012 M STORY professor #> 7444 2012-07-01 2012 M STORY professor #> 7445 2012-07-01 2012 M STORY professor #> 7446 2012-07-01 2012 M STORY professor #> 7447 2012-07-01 2012 M POLK professor #> 7448 2012-07-01 2012 M STORY professor #> 7449 2012-07-01 2012 M STORY professor #> 7450 2012-07-01 2012 F STORY professor #> 7451 2012-07-01 2012 F STORY professor #> 7452 2012-07-01 2012 M STORY professor #> 7453 2012-07-01 2012 F STORY professor #> 7454 2012-07-01 2012 M STORY professor #> 7455 2012-07-01 2012 F STORY professor #> 7456 2012-07-01 2012 M STORY professor #> 7457 2012-07-01 2012 M STORY professor #> 7458 2012-07-01 2012 F STORY professor #> 7459 2012-07-01 2012 M STORY professor #> 7460 2012-07-01 2012 F STORY professor #> 7461 2012-07-01 2012 F STORY professor #> 7462 2012-07-01 2012 M STORY professor #> 7463 2012-07-01 2012 M STORY professor #> 7464 2012-07-01 2012 F STORY professor #> 7465 2012-07-01 2012 M STORY professor #> 7466 2012-07-01 2012 F STORY professor #> 7467 2012-07-01 2012 M STORY professor #> 7468 2012-07-01 2012 M STORY professor #> 7469 2012-07-01 2012 F STORY professor #> 7470 2012-07-01 2012 M STORY professor #> 7471 2012-07-01 2012 M STORY professor #> 7472 2012-07-01 2012 M STORY professor #> 7473 2012-07-01 2012 M STORY professor #> 7474 2012-07-01 2012 F STORY professor #> 7475 2012-07-01 2012 M POLK professor #> 7476 2012-07-01 2012 M STORY professor #> 7477 2012-07-01 2012 F STORY professor #> 7478 2012-07-01 2012 M STORY professor #> 7479 2012-07-01 2012 M STORY professor #> 7480 2012-07-01 2012 F BOONE professor #> 7481 2012-07-01 2012 M STORY professor #> 7482 2012-07-01 2012 M STORY professor #> 7483 2012-07-01 2012 F STORY professor #> 7484 2012-07-01 2012 M DEKALB professor #> 7485 2012-07-01 2012 M STORY professor #> 7486 2012-07-01 2012 F BOONE professor #> 7487 2012-07-01 2012 M STORY professor #> 7488 2012-07-01 2012 F STORY professor #> 7489 2012-07-01 2012 M STORY professor #> 7490 2012-07-01 2012 F CASS professor #> 7491 2012-07-01 2012 F STORY professor #> 7492 2012-07-01 2012 F BOONE professor #> 7493 2012-07-01 2012 M BOONE professor #> 7494 2012-07-01 2012 F STORY professor #> 7495 2012-07-01 2012 M STORY professor #> 7496 2012-07-01 2012 M STORY professor #> 7497 2012-07-01 2012 M STORY professor #> 7498 2012-07-01 2012 M STORY professor #> 7499 2012-07-01 2012 M STORY professor #> 7500 2012-07-01 2012 M STORY professor #> 7501 2012-07-01 2012 M STORY professor #> 7502 2012-07-01 2012 M BOONE professor #> 7503 2012-07-01 2012 F BOONE professor #> 7504 2012-07-01 2012 F STORY professor #> 7505 2012-07-01 2012 F STORY professor #> 7506 2012-07-01 2012 M STORY professor #> 7507 2012-07-01 2012 F STORY professor #> 7508 2012-07-01 2012 M STORY professor #> 7509 2012-07-01 2012 F POLK professor #> 7510 2012-07-01 2012 M STORY professor #> 7511 2012-07-01 2012 M STORY professor #> 7512 2012-07-01 2012 F STORY professor #> 7513 2012-07-01 2012 M STORY professor #> 7514 2012-07-01 2012 M STORY professor #> 7515 2012-07-01 2012 M STORY professor #> 7516 2012-07-01 2012 F STORY professor #> 7517 2012-07-01 2012 F STORY professor #> 7518 2012-07-01 2012 M STORY professor #> 7519 2012-07-01 2012 M STORY professor #> 7520 2012-07-01 2012 M STORY professor #> 7521 2012-07-01 2012 M STORY professor #> 7522 2012-07-01 2012 M STORY professor #> 7523 2012-07-01 2012 F POLK professor #> 7524 2012-07-01 2012 M STORY professor #> 7525 2012-07-01 2012 F STORY professor #> 7526 2012-07-01 2012 M STORY professor #> 7527 2012-07-01 2012 F STORY professor #> 7528 2012-07-01 2012 M STORY professor #> 7529 2012-07-01 2012 F STORY professor #> 7530 2012-07-01 2012 M STORY professor #> 7531 2012-07-01 2012 F STORY professor #> 7532 2012-07-01 2012 M STORY professor #> 7533 2012-07-01 2012 M STORY professor #> 7534 2012-07-01 2012 M STORY professor #> 7535 2012-07-01 2012 M STORY professor #> 7536 2012-07-01 2012 M STORY professor #> 7537 2012-07-01 2012 M STORY professor #> 7538 2012-07-01 2012 M STORY professor #> 7539 2012-07-01 2012 M STORY professor #> 7540 2012-07-01 2012 M STORY professor #> 7541 2012-07-01 2012 F STORY professor #> 7542 2012-07-01 2012 F STORY professor #> 7543 2012-07-01 2012 M STORY professor #> 7544 2012-07-01 2012 M STORY professor #> 7545 2012-07-01 2012 F STORY professor #> 7546 2012-07-01 2012 M STORY professor #> 7547 2012-07-01 2012 F STORY professor #> 7548 2012-07-01 2012 M STORY professor #> 7549 2012-07-01 2012 M STORY professor #> 7550 2012-07-01 2012 M STORY professor #> 7551 2012-07-01 2012 M STORY professor #> 7552 2012-07-01 2012 M BOONE professor #> 7553 2012-07-01 2012 M STORY professor #> 7554 2012-07-01 2012 M STORY professor #> 7555 2012-07-01 2012 M POLK professor #> 7556 2012-07-01 2012 F STORY professor #> 7557 2012-07-01 2012 M STORY professor #> 7558 2012-07-01 2012 M STORY professor #> 7559 2012-07-01 2012 M STORY professor #> 7560 2012-07-01 2012 M STORY professor #> 7561 2012-07-01 2012 F POLK professor #> 7562 2012-07-01 2012 M STORY professor #> 7563 2012-07-01 2012 M STORY professor #> 7564 2012-07-01 2012 F STORY professor #> 7565 2012-07-01 2012 M STORY professor #> 7566 2012-07-01 2012 M POLK professor #> 7567 2012-07-01 2012 M ALAMEDA professor #> 7568 2012-07-01 2012 M STORY professor #> 7569 2012-07-01 2012 M STORY professor #> 7570 2012-07-01 2012 F STORY professor #> 7571 2012-07-01 2012 M STORY professor #> 7572 2012-07-01 2012 M STORY professor #> 7573 2012-07-01 2012 M STORY professor #> 7574 2012-07-01 2012 M STORY professor #> 7575 2012-07-01 2012 F STORY professor #> 7576 2012-07-01 2012 F STORY professor #> 7577 2012-07-01 2012 M STORY professor #> 7578 2012-07-01 2012 M BOONE professor #> 7579 2012-07-01 2012 M BOONE professor #> 7580 2012-07-01 2012 M STORY professor #> 7581 2012-07-01 2012 F POLK professor #> 7582 2012-07-01 2012 M STORY professor #> 7583 2012-07-01 2012 M STORY professor #> 7584 2012-07-01 2012 M STORY professor #> 7585 2012-07-01 2012 M BOONE professor #> 7586 2012-07-01 2012 M STORY professor #> 7587 2012-07-01 2012 M STORY professor #> 7588 2012-07-01 2012 M STORY professor #> 7589 2012-07-01 2012 M STORY professor #> 7590 2012-07-01 2012 M STORY professor #> 7591 2012-07-01 2012 M STORY professor #> 7592 2012-07-01 2012 M STORY professor #> 7593 2012-07-01 2012 M STORY professor #> 7594 2012-07-01 2012 F STORY professor #> 7595 2012-07-01 2012 M STORY professor #> 7596 2012-07-01 2012 M STORY professor #> 7597 2012-07-01 2012 F STORY professor #> 7598 2012-07-01 2012 M STORY professor #> 7599 2012-07-01 2012 M BOONE professor #> 7600 2012-07-01 2012 M STORY professor #> 7601 2012-07-01 2012 F STORY professor #> 7602 2012-07-01 2012 M STORY professor #> 7603 2012-07-01 2012 F STORY professor #> 7604 2012-07-01 2012 M STORY professor #> 7605 2012-07-01 2012 F MARSHALL professor #> 7606 2012-07-01 2012 F STORY professor #> 7607 2012-07-01 2012 F STORY professor #> 7608 2012-07-01 2012 M STORY professor #> 7609 2012-07-01 2012 M STORY professor #> 7610 2012-07-01 2012 M STORY professor #> 7611 2012-07-01 2012 M STORY professor #> 7612 2012-07-01 2012 M STORY professor #> 7613 2012-07-01 2012 M STORY professor #> 7614 2012-07-01 2012 M POLK professor #> 7615 2012-07-01 2012 M STORY professor #> 7616 2012-07-01 2012 M STORY professor #> 7617 2012-07-01 2012 M STORY professor #> 7618 2012-07-01 2012 M STORY professor #> 7619 2012-07-01 2012 M STORY professor #> 7620 2012-07-01 2012 M STORY professor #> 7621 2012-07-01 2012 M FREDERICK professor #> 7622 2012-07-01 2012 M FAYETTE professor #> 7623 2012-07-01 2012 M STORY professor #> 7624 2012-07-01 2012 M STORY professor #> 7625 2012-07-01 2012 M STORY professor #> 7626 2012-07-01 2012 M STORY professor #> 7627 2012-07-01 2012 F STORY professor #> 7628 2012-07-01 2012 M STORY professor #> 7629 2012-07-01 2012 M STORY professor #> 7630 2012-07-01 2012 M STORY professor #> 7631 2012-07-01 2012 M STORY professor #> 7632 2012-07-01 2012 F STORY professor #> 7633 2012-07-01 2012 F STORY professor #> 7634 2012-07-01 2012 M STORY professor #> 7635 2012-07-01 2012 F STORY professor #> 7636 2012-07-01 2012 M STORY professor #> 7637 2012-07-01 2012 M STORY professor #> 7638 2012-07-01 2012 M STORY professor #> 7639 2012-07-01 2012 F STORY professor #> 7640 2012-07-01 2012 M STORY professor #> 7641 2012-07-01 2012 M STORY professor #> 7642 2012-07-01 2012 F STORY professor #> 7643 2012-07-01 2012 M STORY professor #> 7644 2012-07-01 2012 M STORY professor #> 7645 2012-07-01 2012 F STORY professor #> 7646 2012-07-01 2012 M STORY professor #> 7647 2012-07-01 2012 M POLK professor #> 7648 2012-07-01 2012 M STORY professor #> 7649 2012-07-01 2012 F BOONE professor #> 7650 2012-07-01 2012 F STORY professor #> 7651 2012-07-01 2012 F STORY professor #> 7652 2012-07-01 2012 M STORY professor #> 7653 2012-07-01 2012 M STORY professor #> 7654 2012-07-01 2012 M POLK professor #> 7655 2012-07-01 2012 M STORY professor #> 7656 2012-07-01 2012 F STORY professor #> 7657 2012-07-01 2012 M STORY professor #> 7658 2012-07-01 2012 M STORY professor #> 7659 2012-07-01 2012 F STORY professor #> 7660 2012-07-01 2012 M STORY professor #> 7661 2012-07-01 2012 F STORY professor #> 7662 2012-07-01 2012 M STORY professor #> 7663 2012-07-01 2012 M STORY professor #> 7664 2012-07-01 2012 M STORY professor #> 7665 2012-07-01 2012 M STORY professor #> 7666 2012-07-01 2012 F STORY professor #> 7667 2012-07-01 2012 M STORY professor #> 7668 2012-07-01 2012 M STORY professor #> 7669 2012-07-01 2012 F STORY professor #> 7670 2012-07-01 2012 F STORY professor #> 7671 2012-07-01 2012 F STORY professor #> 7672 2012-07-01 2012 M STORY professor #> 7673 2012-07-01 2012 F STORY professor #> 7674 2012-07-01 2012 F STORY professor #> 7675 2012-07-01 2012 M STORY professor #> 7676 2012-07-01 2012 M CARROLL professor #> 7677 2012-07-01 2012 F STORY professor #> 7678 2012-07-01 2012 M STORY professor #> 7679 2012-07-01 2012 M STORY professor #> 7680 2012-07-01 2012 F STORY professor #> 7681 2012-07-01 2012 M STORY professor #> 7682 2012-07-01 2012 M POLK professor #> 7683 2012-07-01 2012 M STORY professor #> 7684 2012-07-01 2012 M POLK professor #> 7685 2012-07-01 2012 M POLK professor #> 7686 2012-07-01 2012 M STORY professor #> 7687 2012-07-01 2012 M STORY professor #> 7688 2012-07-01 2012 F STORY professor #> 7689 2012-07-01 2012 M STORY professor #> 7690 2012-07-01 2012 F STORY professor #> 7691 2012-07-01 2012 F STORY professor #> 7692 2012-07-01 2012 M STORY professor #> 7693 2012-07-01 2012 M STORY professor #> 7694 2012-07-01 2012 M STORY professor #> 7695 2012-07-01 2012 M STORY professor #> 7696 2012-07-01 2012 M STORY professor #> 7697 2012-07-01 2012 M STORY professor #> 7698 2012-07-01 2012 M STORY professor #> 7699 2012-07-01 2012 F STORY professor #> 7700 2012-07-01 2012 M STORY professor #> 7701 2012-07-01 2012 M BOONE professor #> 7702 2012-07-01 2012 M STORY professor #> 7703 2012-07-01 2012 F STORY professor #> 7704 2012-07-01 2012 M STORY professor #> 7705 2012-07-01 2012 M STORY professor #> 7706 2012-07-01 2012 M STORY professor #> 7707 2012-07-01 2012 M MONTGOMERY professor #> 7708 2012-07-01 2012 M WOODBURY professor #> 7709 2012-07-01 2012 F STORY professor #> 7710 2012-07-01 2012 M STORY professor #> 7711 2012-07-01 2012 F STORY professor #> 7712 2012-07-01 2012 M STORY professor #> 7713 2012-07-01 2012 M STORY professor #> 7714 2012-07-01 2012 M STORY professor #> 7715 2012-07-01 2012 M STORY professor #> 7716 2012-07-01 2012 F STORY professor #> 7717 2012-07-01 2012 M STORY professor #> 7718 2012-07-01 2012 F STORY professor #> 7719 2012-07-01 2012 M STORY professor #> 7720 2012-07-01 2012 F STORY professor #> 7721 2012-07-01 2012 M STORY professor #> 7722 2012-07-01 2012 M STORY professor #> 7723 2012-07-01 2012 F STORY professor #> 7724 2012-07-01 2012 F POLK professor #> 7725 2012-07-01 2012 M STORY professor #> 7726 2012-07-01 2012 M STORY professor #> 7727 2012-07-01 2012 M STORY professor #> 7728 2012-07-01 2012 M STORY professor #> 7729 2012-07-01 2012 M STORY professor #> 7730 2012-07-01 2012 M STORY professor #> 7731 2012-07-01 2012 M STORY professor #> 7732 2012-07-01 2012 M STORY professor #> 7733 2012-07-01 2012 M STORY professor #> 7734 2012-07-01 2012 M STORY professor #> 7735 2012-07-01 2012 M STORY professor #> 7736 2012-07-01 2012 M STORY professor #> 7737 2012-07-01 2012 M DALLAS professor #> 7738 2012-07-01 2012 F STORY professor #> 7739 2012-07-01 2012 M STORY professor #> 7740 2012-07-01 2012 M STORY professor #> 7741 2012-07-01 2012 F STORY professor #> 7742 2012-07-01 2012 M STORY professor #> 7743 2012-07-01 2012 M STORY professor #> 7744 2012-07-01 2012 M STORY professor #> 7745 2012-07-01 2012 M STORY professor #> 7746 2012-07-01 2012 M BOONE professor #> 7747 2012-07-01 2012 M CENTRE professor #> 7748 2012-07-01 2012 M STORY professor #> 7749 2012-07-01 2012 F BOONE professor #> 7750 2012-07-01 2012 M STORY professor #> 7751 2012-07-01 2012 M STORY professor #> 7752 2012-07-01 2012 M STORY professor #> 7753 2012-07-01 2012 F STORY professor #> 7754 2012-07-01 2012 F STORY professor #> 7755 2012-07-01 2012 M POLK professor #> 7756 2012-07-01 2012 F STORY professor #> 7757 2012-07-01 2012 M STORY professor #> 7758 2012-07-01 2012 M STORY professor #> 7759 2012-07-01 2012 F STORY professor #> 7760 2012-07-01 2012 M STORY professor #> 7761 2012-07-01 2012 F STORY professor #> 7762 2012-07-01 2012 M POLK professor #> 7763 2012-07-01 2012 M MARSHALL professor #> 7764 2012-07-01 2012 M STORY professor #> 7765 2012-07-01 2012 M STORY professor #> 7766 2012-07-01 2012 M STORY professor #> 7767 2012-07-01 2012 F STORY professor #> 7768 2012-07-01 2012 M STORY professor #> 7769 2012-07-01 2012 M POLK professor #> 7770 2012-07-01 2012 M STORY professor #> 7771 2012-07-01 2012 M STORY professor #> 7772 2012-07-01 2012 F POLK professor #> 7773 2012-07-01 2012 F STORY professor #> 7774 2012-07-01 2012 M STORY professor #> 7775 2012-07-01 2012 F STORY professor #> 7776 2012-07-01 2012 F STORY professor #> 7777 2012-07-01 2012 M STORY professor #> 7778 2012-07-01 2012 M STORY professor #> 7779 2012-07-01 2012 M STORY professor #> 7780 2012-07-01 2012 M STORY professor #> 7781 2012-07-01 2012 M STORY professor #> 7782 2012-07-01 2012 M STORY professor #> 7783 2012-07-01 2012 F STORY professor #> 7784 2012-07-01 2012 M STORY professor #> 7785 2012-07-01 2012 M BOONE professor #> 7786 2012-07-01 2012 M STORY professor #> 7787 2012-07-01 2012 F STORY professor #> 7788 2012-07-01 2012 M STORY professor #> 7789 2012-07-01 2012 M STORY professor #> 7790 2012-07-01 2012 M STORY professor #> 7791 2012-07-01 2012 M STORY professor #> 7792 2012-07-01 2012 F STORY professor #> 7793 2012-07-01 2012 M STORY professor #> 7794 2012-07-01 2012 M STORY professor #> 7795 2012-07-01 2012 M STORY professor #> 7796 2012-07-01 2012 F BOONE professor #> 7797 2012-07-01 2012 M STORY professor #> 7798 2012-07-01 2012 M STORY professor #> 7799 2012-07-01 2012 M STORY professor #> 7800 2012-07-01 2012 M STORY professor #> 7801 2012-07-01 2012 F STORY professor #> 7802 2012-07-01 2012 F STORY professor #> 7803 2012-07-01 2012 F STORY professor #> 7804 2012-07-01 2012 M SANDOVAL professor #> 7805 2012-07-01 2012 M STORY professor #> 7806 2012-07-01 2012 M STORY professor #> 7807 2012-07-01 2012 M STORY professor #> 7808 2012-07-01 2012 M STORY professor #> 7809 2012-07-01 2012 F STORY professor #> 7810 2012-07-01 2012 M STORY professor #> 7811 2012-07-01 2012 M STORY professor #> 7812 2012-07-01 2012 F DUBUQUE professor #> 7813 2012-07-01 2012 M BOONE professor #> 7814 2012-07-01 2012 M STORY professor #> 7815 2012-07-01 2012 M STORY professor #> 7816 2012-07-01 2012 M STORY professor #> 7817 2012-07-01 2012 M STORY professor #> 7818 2012-07-01 2012 M STORY professor #> 7819 2012-07-01 2012 M BOONE professor #> 7820 2012-07-01 2012 F STORY professor #> 7821 2012-07-01 2012 M STORY professor #> 7822 2012-07-01 2012 M STORY professor #> 7823 2012-07-01 2012 M STORY professor #> 7824 2012-07-01 2012 M STORY professor #> 7825 2012-07-01 2012 M STORY professor #> 7826 2012-07-01 2012 F STORY professor #> 7827 2012-07-01 2012 M STORY professor #> 7828 2012-07-01 2012 F STORY professor #> 7829 2012-07-01 2012 M STORY professor #> 7830 2012-07-01 2012 M STORY professor #> 7831 2012-07-01 2012 M STORY professor #> 7832 2012-07-01 2012 M STORY professor #> 7833 2012-07-01 2012 F STORY professor #> 7834 2012-07-01 2012 M STORY professor #> 7835 2012-07-01 2012 M STORY professor #> 7836 2012-07-01 2012 M STORY professor #> 7837 2012-07-01 2012 M BOONE professor #> 7838 2012-07-01 2012 M STORY professor #> 7839 2012-07-01 2012 F STORY professor #> 7840 2012-07-01 2012 M STORY professor #> 7841 2012-07-01 2012 F STORY professor #> 7842 2012-07-01 2012 F STORY professor #> 7843 2012-07-01 2012 M PIMA professor #> 7844 2012-07-01 2012 M GREENE professor #> 7845 2012-07-01 2012 F STORY professor #> 7846 2012-07-01 2012 M STORY professor #> 7847 2012-07-01 2012 F STORY professor #> 7848 2012-07-01 2012 M HOWARD professor #> 7849 2012-07-01 2012 M STORY professor #> 7850 2012-07-01 2012 M STORY professor #> 7851 2012-07-01 2012 M BOONE professor #> 7852 2012-07-01 2012 M POLK professor #> 7853 2012-07-01 2012 M STORY professor #> 7854 2012-07-01 2012 M STORY professor #> 7855 2012-07-01 2012 F STORY professor #> 7856 2012-07-01 2012 M STORY professor #> 7857 2012-07-01 2012 M STORY professor #> 7858 2012-07-01 2012 M STORY professor #> 7859 2012-07-01 2012 M STORY professor #> 7860 2012-07-01 2012 M STORY professor #> 7861 2012-07-01 2012 M STORY professor #> 7862 2012-07-01 2012 M STORY professor #> 7863 2012-07-01 2012 M STORY professor #> 7864 2012-07-01 2012 F STORY professor #> 7865 2012-07-01 2012 M STORY professor #> 7866 2012-07-01 2012 M STORY professor #> 7867 2012-07-01 2012 M STORY professor #> 7868 2012-07-01 2012 M STORY professor #> 7869 2012-07-01 2012 M STORY professor #> 7870 2012-07-01 2012 F STORY professor #> 7871 2012-07-01 2012 F STORY professor #> 7872 2012-07-01 2012 M STORY professor #> 7873 2012-07-01 2012 F STORY professor #> 7874 2012-07-01 2012 M STORY professor #> 7875 2012-07-01 2012 F STORY professor #> 7876 2012-07-01 2012 M STORY professor #> 7877 2012-07-01 2012 M POLK professor #> 7878 2012-07-01 2012 F STORY professor #> 7879 2012-07-01 2012 M STORY professor #> 7880 2012-07-01 2012 M STORY professor #> 7881 2012-07-01 2012 M STORY professor #> 7882 2012-07-01 2012 F STORY professor #> 7883 2012-07-01 2012 M STORY professor #> 7884 2012-07-01 2012 M STORY professor #> 7885 2012-07-01 2012 M STORY professor #> 7886 2012-07-01 2012 M STORY professor #> 7887 2012-07-01 2012 M STORY professor #> 7888 2012-07-01 2012 M ** professor #> 7889 2012-07-01 2012 F STORY professor #> 7890 2012-07-01 2012 M STORY professor #> 7891 2012-07-01 2012 M STORY professor #> 7892 2012-07-01 2012 M STORY professor #> 7893 2012-07-01 2012 M STORY professor #> 7894 2012-07-01 2012 F STORY professor #> 7895 2012-07-01 2012 M STORY professor #> 7896 2012-07-01 2012 M STORY professor #> 7897 2012-07-01 2012 F STORY professor #> 7898 2012-07-01 2012 M STORY professor #> 7899 2012-07-01 2012 M POLK professor #> 7900 2012-07-01 2012 F STORY professor #> 7901 2012-07-01 2012 F POLK professor #> 7902 2012-07-01 2012 M STORY professor #> 7903 2012-07-01 2012 M STORY professor #> 7904 2012-07-01 2012 F STORY professor #> 7905 2012-07-01 2012 F STORY professor #> 7906 2012-07-01 2012 M STORY professor #> 7907 2012-07-01 2012 M STORY professor #> 7908 2012-07-01 2012 F STORY professor #> 7909 2012-07-01 2012 M STORY professor #> 7910 2012-07-01 2012 F STORY professor #> 7911 2012-07-01 2012 M STORY professor #> 7912 2012-07-01 2012 M STORY professor #> 7913 2012-07-01 2012 M STORY professor #> 7914 2012-07-01 2012 F STORY professor #> 7915 2012-07-01 2012 F BOONE professor #> 7916 2012-07-01 2012 M LARIMER professor #> 7917 2012-07-01 2012 M STORY professor #> 7918 2012-07-01 2012 M STORY professor #> 7919 2012-07-01 2012 M STORY professor #> 7920 2012-07-01 2012 M STORY professor #> 7921 2012-07-01 2012 M STORY professor #> 7922 2012-07-01 2012 M STORY professor #> 7923 2012-07-01 2012 M STORY professor #> 7924 2012-07-01 2012 M BOONE professor #> 7925 2012-07-01 2012 M STORY professor #> 7926 2012-07-01 2012 M STORY professor #> 7927 2012-07-01 2012 F STORY professor #> 7928 2012-07-01 2012 F STORY professor #> 7929 2012-07-01 2012 M STORY professor #> 7930 2012-07-01 2012 M STORY professor #> 7931 2012-07-01 2012 F POLK professor #> 7932 2012-07-01 2012 M STORY professor #> 7933 2012-07-01 2012 F STORY professor #> 7934 2012-07-01 2012 M STORY professor #> 7935 2012-07-01 2012 F STORY professor #> 7936 2012-07-01 2012 M STORY professor #> 7937 2012-07-01 2012 M STORY professor #> 7938 2012-07-01 2012 F STORY professor #> 7939 2012-07-01 2012 F STORY professor #> 7940 2012-07-01 2012 F STORY professor #> 7941 2012-07-01 2012 M STORY professor #> 7942 2012-07-01 2012 F STORY professor #> 7943 2012-07-01 2012 M STORY professor #> 7944 2012-07-01 2012 F STORY professor #> 7945 2012-07-01 2012 M STORY professor #> 7946 2012-07-01 2012 F STORY professor #> 7947 2012-07-01 2012 M STORY professor #> 7948 2012-07-01 2012 M STORY professor #> 7949 2012-07-01 2012 M STORY professor #> 7950 2012-07-01 2012 M STORY professor #> 7951 2012-07-01 2012 M STORY professor #> 7952 2012-07-01 2012 M STORY professor #> 7953 2012-07-01 2012 M STORY professor #> 7954 2012-07-01 2012 M STORY professor #> 7955 2012-07-01 2012 M STORY professor #> 7956 2012-07-01 2012 F STORY professor #> 7957 2012-07-01 2012 M STORY professor #> 7958 2012-07-01 2012 M STORY professor #> 7959 2012-07-01 2012 F STORY professor #> 7960 2012-07-01 2012 F STORY professor #> 7961 2012-07-01 2012 M STORY professor #> 7962 2012-07-01 2012 M STORY professor #> 7963 2012-07-01 2012 M STORY professor #> 7964 2012-07-01 2012 M STORY professor #> 7965 2012-07-01 2012 M POLK professor #> 7966 2012-07-01 2012 M ** professor #> 7967 2012-07-01 2012 M STORY professor #> 7968 2012-07-01 2012 M STORY professor #> 7969 2012-07-01 2012 M STORY professor #> 7970 2012-07-01 2012 F HAMILTON professor #> 7971 2012-07-01 2012 M STORY professor #> 7972 2012-07-01 2012 M STORY professor #> 7973 2012-07-01 2012 M STORY professor #> 7974 2012-07-01 2012 M STORY professor #> 7975 2012-07-01 2012 M STORY professor #> 7976 2012-07-01 2012 M STORY professor #> 7977 2012-07-01 2012 F STORY professor #> 7978 2012-07-01 2012 M STORY professor #> 7979 2012-07-01 2012 M STORY professor #> 7980 2012-07-01 2012 M STORY professor #> 7981 2012-07-01 2012 M STORY professor #> 7982 2012-07-01 2012 M STORY professor #> 7983 2012-07-01 2012 M STORY professor #> 7984 2012-07-01 2012 M STORY professor #> 7985 2012-07-01 2012 M STORY professor #> 7986 2012-07-01 2012 M STORY professor #> 7987 2012-07-01 2012 F STORY professor #> 7988 2012-07-01 2012 M STORY professor #> 7989 2012-07-01 2012 M STORY professor #> 7990 2012-07-01 2012 F STORY professor #> 7991 2012-07-01 2012 M STORY professor #> 7992 2012-07-01 2012 M STORY professor #> 7993 2012-07-01 2012 M POLK professor #> 7994 2012-07-01 2012 F STORY professor #> 7995 2012-07-01 2012 F STORY professor #> 7996 2012-07-01 2012 F STORY professor #> 7997 2012-07-01 2012 M STORY professor #> 7998 2012-07-01 2012 M STORY professor #> 7999 2012-07-01 2012 M BOONE professor #> 8000 2012-07-01 2012 M STORY professor #> 8001 2012-07-01 2012 M STORY professor #> 8002 2012-07-01 2012 M HARRIS professor #> 8003 2012-07-01 2012 F STORY professor #> 8004 2012-07-01 2012 M STORY professor #> 8005 2012-07-01 2012 M STORY professor #> 8006 2012-07-01 2012 F STORY professor #> 8007 2012-07-01 2012 M STORY professor #> 8008 2012-07-01 2012 F STORY professor #> 8009 2012-07-01 2012 F STORY professor #> 8010 2012-07-01 2012 M STORY professor #> 8011 2012-07-01 2012 M STORY professor #> 8012 2012-07-01 2012 F STORY professor #> 8013 2012-07-01 2012 M STORY professor #> 8014 2012-07-01 2012 M STORY professor #> 8015 2012-07-01 2012 M STORY professor #> 8016 2012-07-01 2012 F STORY professor #> 8017 2012-07-01 2012 F STORY professor #> 8018 2012-07-01 2012 M STORY professor #> 8019 2012-07-01 2012 F STORY professor #> 8020 2012-07-01 2012 F STORY professor #> 8021 2012-07-01 2012 F STORY professor #> 8022 2012-07-01 2012 F STORY professor #> 8023 2012-07-01 2012 M STORY professor #> 8024 2012-07-01 2012 M STORY professor #> 8025 2012-07-01 2012 M STORY professor #> 8026 2012-07-01 2012 M STORY professor #> 8027 2012-07-01 2012 F STORY professor #> 8028 2012-07-01 2012 M STORY professor #> 8029 2012-07-01 2012 F STORY professor #> 8030 2012-07-01 2012 M STORY professor #> 8031 2012-07-01 2012 F POLK professor #> 8032 2012-07-01 2012 M STORY professor #> 8033 2012-07-01 2012 F STORY professor #> 8034 2012-07-01 2012 F STORY professor #> 8035 2012-07-01 2012 M STORY professor #> 8036 2012-07-01 2012 F STORY professor #> 8037 2012-07-01 2012 F STORY professor #> 8038 2012-07-01 2012 M POLK professor #> 8039 2012-07-01 2012 M STORY professor #> 8040 2012-07-01 2012 M STORY professor #> 8041 2012-07-01 2012 M STORY professor #> 8042 2012-07-01 2012 M STORY professor #> 8043 2012-07-01 2012 M STORY professor #> 8044 2012-07-01 2012 M STORY professor #> 8045 2012-07-01 2012 M STORY professor #> 8046 2012-07-01 2012 M BOONE professor #> 8047 2012-07-01 2012 M STORY professor #> 8048 2012-07-01 2012 F STORY professor #> 8049 2012-07-01 2012 M POLK professor #> 8050 2012-07-01 2012 M STORY professor #> 8051 2012-07-01 2012 F STORY professor #> 8052 2012-07-01 2012 M STORY professor #> 8053 2012-07-01 2012 M STORY professor #> 8054 2012-07-01 2012 F STORY professor #> 8055 2012-07-01 2012 F BOONE professor #> 8056 2012-07-01 2012 M STORY professor #> 8057 2012-07-01 2012 F STORY professor #> 8058 2012-07-01 2012 M STORY professor #> 8059 2012-07-01 2012 M STORY professor #> 8060 2012-07-01 2012 M STORY professor #> 8061 2012-07-01 2012 M STORY professor #> 8062 2012-07-01 2012 M STORY professor #> 8063 2012-07-01 2012 M STORY professor #> 8064 2012-07-01 2012 F STORY professor #> 8065 2012-07-01 2012 M STORY professor #> 8066 2012-07-01 2012 M STORY professor #> 8067 2012-07-01 2012 M STORY professor #> 8068 2012-07-01 2012 F STORY professor #> 8069 2012-07-01 2012 M STORY professor #> 8070 2012-07-01 2012 M STORY professor #> 8071 2012-07-01 2012 M STORY professor #> 8072 2012-07-01 2012 M STORY professor #> 8073 2012-07-01 2012 M BOONE professor #> 8074 2012-07-01 2012 M STORY professor #> 8075 2012-07-01 2012 M STORY professor #> 8076 2012-07-01 2012 M STORY professor #> 8077 2012-07-01 2012 M STORY professor #> 8078 2012-07-01 2012 M POLK professor #> 8079 2012-07-01 2012 M STORY professor #> 8080 2012-07-01 2012 M STORY professor #> 8081 2012-07-01 2012 M STORY professor #> 8082 2012-07-01 2012 F STORY professor #> 8083 2012-07-01 2012 M STORY professor #> 8084 2012-07-01 2012 M STORY professor #> 8085 2012-07-01 2012 M BOONE professor #> 8086 2012-07-01 2012 F STORY professor #> 8087 2012-07-01 2012 F STORY professor #> 8088 2012-07-01 2012 M STORY professor #> 8089 2012-07-01 2012 M STORY professor #> 8090 2012-07-01 2012 F STORY professor #> 8091 2012-07-01 2012 M STORY professor #> 8092 2012-07-01 2012 M STORY professor #> 8093 2012-07-01 2012 M STORY professor #> 8094 2012-07-01 2012 M STORY professor #> 8095 2012-07-01 2012 F STORY professor #> 8096 2012-07-01 2012 M STORY professor #> 8097 2012-07-01 2012 M STORY professor #> 8098 2012-07-01 2012 F STORY professor #> 8099 2012-07-01 2012 M STORY professor #> 8100 2012-07-01 2012 F STORY professor #> 8101 2012-07-01 2012 M STORY professor #> 8102 2012-07-01 2012 M POLK professor #> 8103 2012-07-01 2012 F STORY professor #> 8104 2012-07-01 2012 F STORY professor #> 8105 2012-07-01 2012 F STORY professor #> 8106 2012-07-01 2012 M STORY professor #> 8107 2012-07-01 2012 F STORY professor #> 8108 2012-07-01 2012 F STORY professor #> 8109 2012-07-01 2012 M STORY professor #> 8110 2012-07-01 2012 M STORY professor #> 8111 2012-07-01 2012 M STORY professor #> 8112 2012-07-01 2012 M STORY professor #> 8113 2012-07-01 2012 M STORY professor #> 8114 2012-07-01 2012 M STORY professor #> 8115 2012-07-01 2012 M STORY professor #> 8116 2012-07-01 2012 M STORY professor #> 8117 2012-07-01 2012 F STORY professor #> 8118 2012-07-01 2012 M STORY professor #> 8119 2012-07-01 2012 M STORY professor #> 8120 2012-07-01 2012 M STORY professor #> 8121 2012-07-01 2012 M STORY professor #> 8122 2012-07-01 2012 M STORY professor #> 8123 2013-07-01 2013 F STORY professor #> 8124 2013-07-01 2013 M STORY professor #> 8125 2013-07-01 2013 M STORY professor #> 8126 2013-07-01 2013 M STORY professor #> 8127 2013-07-01 2013 F CUYAHOGA professor #> 8128 2013-07-01 2013 M STORY professor #> 8129 2013-07-01 2013 M STORY professor #> 8130 2013-07-01 2013 M STORY professor #> 8131 2013-07-01 2013 M STORY professor #> 8132 2013-07-01 2013 M STORY professor #> 8133 2013-07-01 2013 M STORY professor #> 8134 2013-07-01 2013 M STORY professor #> 8135 2013-07-01 2013 M STORY professor #> 8136 2013-07-01 2013 M STORY professor #> 8137 2013-07-01 2013 F STORY professor #> 8138 2013-07-01 2013 M POLK professor #> 8139 2013-07-01 2013 M STORY professor #> 8140 2013-07-01 2013 M TIPPECANOE professor #> 8141 2013-07-01 2013 M STORY professor #> 8142 2013-07-01 2013 F BOONE professor #> 8143 2013-07-01 2013 M STORY professor #> 8144 2013-07-01 2013 F STORY professor #> 8145 2013-07-01 2013 M STORY professor #> 8146 2013-07-01 2013 F STORY professor #> 8147 2013-07-01 2013 M STORY professor #> 8148 2013-07-01 2013 M STORY professor #> 8149 2013-07-01 2013 F STORY professor #> 8150 2013-07-01 2013 M STORY professor #> 8151 2013-07-01 2013 M STORY professor #> 8152 2013-07-01 2013 M STORY professor #> 8153 2013-07-01 2013 M STORY professor #> 8154 2013-07-01 2013 M STORY professor #> 8155 2013-07-01 2013 M STORY professor #> 8156 2013-07-01 2013 M STORY professor #> 8157 2013-07-01 2013 M STORY professor #> 8158 2013-07-01 2013 M STORY professor #> 8159 2013-07-01 2013 F STORY professor #> 8160 2013-07-01 2013 M POLK professor #> 8161 2013-07-01 2013 M STORY professor #> 8162 2013-07-01 2013 F STORY professor #> 8163 2013-07-01 2013 M STORY professor #> 8164 2013-07-01 2013 F STORY professor #> 8165 2013-07-01 2013 M STORY professor #> 8166 2013-07-01 2013 F STORY professor #> 8167 2013-07-01 2013 M STORY professor #> 8168 2013-07-01 2013 M STORY professor #> 8169 2013-07-01 2013 M STORY professor #> 8170 2013-07-01 2013 M STORY professor #> 8171 2013-07-01 2013 F STORY professor #> 8172 2013-07-01 2013 M STORY professor #> 8173 2013-07-01 2013 M STORY professor #> 8174 2013-07-01 2013 M STORY professor #> 8175 2013-07-01 2013 F STORY professor #> 8176 2013-07-01 2013 M STORY professor #> 8177 2013-07-01 2013 M STORY professor #> 8178 2013-07-01 2013 M STORY professor #> 8179 2013-07-01 2013 F BOONE professor #> 8180 2013-07-01 2013 F STORY professor #> 8181 2013-07-01 2013 M STORY professor #> 8182 2013-07-01 2013 F STORY professor #> 8183 2013-07-01 2013 M STORY professor #> 8184 2013-07-01 2013 F POLK professor #> 8185 2013-07-01 2013 F POLK professor #> 8186 2013-07-01 2013 M POWESHIEK professor #> 8187 2013-07-01 2013 M STORY professor #> 8188 2013-07-01 2013 F BOONE professor #> 8189 2013-07-01 2013 F BOONE professor #> 8190 2013-07-01 2013 M STORY professor #> 8191 2013-07-01 2013 F STORY professor #> 8192 2013-07-01 2013 M STORY professor #> 8193 2013-07-01 2013 F STORY professor #> 8194 2013-07-01 2013 M STORY professor #> 8195 2013-07-01 2013 M STORY professor #> 8196 2013-07-01 2013 F STORY professor #> 8197 2013-07-01 2013 M STORY professor #> 8198 2013-07-01 2013 M STORY professor #> 8199 2013-07-01 2013 M STORY professor #> 8200 2013-07-01 2013 M STORY professor #> 8201 2013-07-01 2013 F STORY professor #> 8202 2013-07-01 2013 M STORY professor #> 8203 2013-07-01 2013 F STORY professor #> 8204 2013-07-01 2013 M STORY professor #> 8205 2013-07-01 2013 M STORY professor #> 8206 2013-07-01 2013 M STORY professor #> 8207 2013-07-01 2013 M STORY professor #> 8208 2013-07-01 2013 M STORY professor #> 8209 2013-07-01 2013 M STORY professor #> 8210 2013-07-01 2013 F STORY professor #> 8211 2013-07-01 2013 M STORY professor #> 8212 2013-07-01 2013 M STORY professor #> 8213 2013-07-01 2013 M POLK professor #> 8214 2013-07-01 2013 M STORY professor #> 8215 2013-07-01 2013 M STORY professor #> 8216 2013-07-01 2013 F STORY professor #> 8217 2013-07-01 2013 F STORY professor #> 8218 2013-07-01 2013 M STORY professor #> 8219 2013-07-01 2013 F STORY professor #> 8220 2013-07-01 2013 M STORY professor #> 8221 2013-07-01 2013 F STORY professor #> 8222 2013-07-01 2013 F STORY professor #> 8223 2013-07-01 2013 M STORY professor #> 8224 2013-07-01 2013 M STORY professor #> 8225 2013-07-01 2013 M STORY professor #> 8226 2013-07-01 2013 F COLUMBIA professor #> 8227 2013-07-01 2013 F STORY professor #> 8228 2013-07-01 2013 M STORY professor #> 8229 2013-07-01 2013 M STORY professor #> 8230 2013-07-01 2013 F STORY professor #> 8231 2013-07-01 2013 M STORY professor #> 8232 2013-07-01 2013 F STORY professor #> 8233 2013-07-01 2013 F ADAIR professor #> 8234 2013-07-01 2013 F STORY professor #> 8235 2013-07-01 2013 F JOHNSON professor #> 8236 2013-07-01 2013 F STORY professor #> 8237 2013-07-01 2013 F STORY professor #> 8238 2013-07-01 2013 M STORY professor #> 8239 2013-07-01 2013 M STORY professor #> 8240 2013-07-01 2013 F STORY professor #> 8241 2013-07-01 2013 F STORY professor #> 8242 2013-07-01 2013 M HAMPSHIRE professor #> 8243 2013-07-01 2013 M STORY professor #> 8244 2013-07-01 2013 F STORY professor #> 8245 2013-07-01 2013 M STORY professor #> 8246 2013-07-01 2013 F STORY professor #> 8247 2013-07-01 2013 M STORY professor #> 8248 2013-07-01 2013 F STORY professor #> 8249 2013-07-01 2013 M STORY professor #> 8250 2013-07-01 2013 M STORY professor #> 8251 2013-07-01 2013 F STORY professor #> 8252 2013-07-01 2013 M STORY professor #> 8253 2013-07-01 2013 F STORY professor #> 8254 2013-07-01 2013 F STORY professor #> 8255 2013-07-01 2013 F STORY professor #> 8256 2013-07-01 2013 M STORY professor #> 8257 2013-07-01 2013 F STORY professor #> 8258 2013-07-01 2013 M POLK professor #> 8259 2013-07-01 2013 F STORY professor #> 8260 2013-07-01 2013 M STORY professor #> 8261 2013-07-01 2013 M STORY professor #> 8262 2013-07-01 2013 M BOONE professor #> 8263 2013-07-01 2013 F SALT LAKE professor #> 8264 2013-07-01 2013 M STORY professor #> 8265 2013-07-01 2013 F STORY professor #> 8266 2013-07-01 2013 M STORY professor #> 8267 2013-07-01 2013 F STORY professor #> 8268 2013-07-01 2013 F BOONE professor #> 8269 2013-07-01 2013 F STORY professor #> 8270 2013-07-01 2013 M STORY professor #> 8271 2013-07-01 2013 M STORY professor #> 8272 2013-07-01 2013 M STORY professor #> 8273 2013-07-01 2013 M STORY professor #> 8274 2013-07-01 2013 M STORY professor #> 8275 2013-07-01 2013 F STORY professor #> 8276 2013-07-01 2013 M POLK professor #> 8277 2013-07-01 2013 M STORY professor #> 8278 2013-07-01 2013 F STORY professor #> 8279 2013-07-01 2013 F STORY professor #> 8280 2013-07-01 2013 F STORY professor #> 8281 2013-07-01 2013 M STORY professor #> 8282 2013-07-01 2013 M STORY professor #> 8283 2013-07-01 2013 F STORY professor #> 8284 2013-07-01 2013 M STORY professor #> 8285 2013-07-01 2013 M STORY professor #> 8286 2013-07-01 2013 F POLK professor #> 8287 2013-07-01 2013 F STORY professor #> 8288 2013-07-01 2013 M STORY professor #> 8289 2013-07-01 2013 F STORY professor #> 8290 2013-07-01 2013 M CLARK professor #> 8291 2013-07-01 2013 M STORY professor #> 8292 2013-07-01 2013 F STORY professor #> 8293 2013-07-01 2013 F STORY professor #> 8294 2013-07-01 2013 M STORY professor #> 8295 2013-07-01 2013 M STORY professor #> 8296 2013-07-01 2013 M STORY professor #> 8297 2013-07-01 2013 F BOONE professor #> 8298 2013-07-01 2013 F POLK professor #> 8299 2013-07-01 2013 M STORY professor #> 8300 2013-07-01 2013 M STORY professor #> 8301 2013-07-01 2013 M POLK professor #> 8302 2013-07-01 2013 F STORY professor #> 8303 2013-07-01 2013 F STORY professor #> 8304 2013-07-01 2013 F STORY professor #> 8305 2013-07-01 2013 M STORY professor #> 8306 2013-07-01 2013 F STORY professor #> 8307 2013-07-01 2013 F STORY professor #> 8308 2013-07-01 2013 M HERTFORD professor #> 8309 2013-07-01 2013 F STORY professor #> 8310 2013-07-01 2013 M STORY professor #> 8311 2013-07-01 2013 M STORY professor #> 8312 2013-07-01 2013 M STORY professor #> 8313 2013-07-01 2013 F STORY professor #> 8314 2013-07-01 2013 F BOONE professor #> 8315 2013-07-01 2013 F STORY professor #> 8316 2013-07-01 2013 M STORY professor #> 8317 2013-07-01 2013 M STORY professor #> 8318 2013-07-01 2013 M STORY professor #> 8319 2013-07-01 2013 M STORY professor #> 8320 2013-07-01 2013 M STORY professor #> 8321 2013-07-01 2013 M STORY professor #> 8322 2013-07-01 2013 M STORY professor #> 8323 2013-07-01 2013 M STORY professor #> 8324 2013-07-01 2013 F STORY professor #> 8325 2013-07-01 2013 M STORY professor #> 8326 2013-07-01 2013 F STORY professor #> 8327 2013-07-01 2013 M STORY professor #> 8328 2013-07-01 2013 M STORY professor #> 8329 2013-07-01 2013 M STORY professor #> 8330 2013-07-01 2013 M STORY professor #> 8331 2013-07-01 2013 M STORY professor #> 8332 2013-07-01 2013 M STORY professor #> 8333 2013-07-01 2013 M STORY professor #> total_salary_paid travel_subsistence base_salary #> 1 82467.00 4429.17 84597 #> 2 81893.40 700.00 71281 #> 3 102340.33 NA 94971 #> 4 74169.00 NA 74911 #> 5 120006.00 6315.17 127306 #> 6 80801.60 5791.86 72465 #> 7 112611.11 9674.40 103985 #> 8 94714.67 3223.56 86338 #> 9 139260.48 NA 126020 #> 10 80883.00 5350.43 83228 #> 11 38384.52 NA <NA> #> 12 118912.50 8973.21 108675 #> 13 182010.66 11025.72 143603 #> 14 60172.00 1053.00 61375 #> 15 98176.70 1483.90 82400 #> 16 67755.00 NA 68975 #> 17 73523.00 804.49 75434 #> 18 181884.11 7770.63 158882 #> 19 67855.00 5489.52 69380 #> 20 54127.00 4156.02 56504 #> 21 60104.00 990.69 64912 #> 22 163549.99 18692.37 135000 #> 23 68139.00 NA 77182 #> 24 6250.00 NA 75750 #> 25 49153.00 2534.80 50413 #> 26 54597.00 2127.20 <NA> #> 27 172502.27 2381.15 139146 #> 28 3195.36 NA <NA> #> 29 92699.14 NA 88057 #> 30 91550.00 1655.44 93473 #> 31 118262.00 6426.45 121480 #> 32 143795.00 633.14 148109 #> 33 95869.00 NA 98506 #> 34 126340.50 4831.44 143574 #> 35 48707.00 926.69 50195 #> 36 101587.98 587.41 83553 #> 37 60082.00 3821.18 55720 #> 38 107411.99 4652.27 92500 #> 39 194955.45 36.61 <NA> #> 40 60143.00 933.55 61833 #> 41 60722.22 NA 56300 #> 42 77316.00 510.10 92936 #> 43 106802.99 11536.84 82807 #> 44 94547.16 15967.05 76490 #> 45 133525.00 710.40 137219 #> 46 75446.00 2447.34 77068 #> 47 65946.72 1427.48 64482 #> 48 63558.00 1455.54 65338 #> 49 17000.00 NA <NA> #> 50 85553.36 6417.67 94297 #> 51 211854.71 15297.46 164658 #> 52 104259.22 9737.53 82400 #> 53 49527.66 1218.00 48000 #> 54 136489.00 6428.37 142049 #> 55 42069.50 3526.70 50347 #> 56 88099.00 1620.63 90742 #> 57 52923.61 50.00 49730 #> 58 88652.00 6946.61 91652 #> 59 40000.00 811.20 55000 #> 60 81861.00 1414.79 83989 #> 61 51563.00 NA 53063 #> 62 151778.76 1570.47 <NA> #> 63 5589.72 NA <NA> #> 64 70397.74 598.48 64634 #> 65 200760.36 1999.59 192797 #> 66 69000.00 2318.01 77000 #> 67 67360.00 NA 76117 #> 68 121129.35 8685.76 98573 #> 69 85526.39 325.80 83411 #> 70 90153.55 5158.87 100000 #> 71 116053.22 8389.41 142626 #> 72 98428.55 NA 89116 #> 73 71719.00 2221.13 73874 #> 74 73687.00 1275.71 82000 #> 75 79877.40 1115.74 69951 #> 76 72045.00 NA 73842 #> 77 154558.64 8721.88 122974 #> 78 136822.00 5359.84 141620 #> 79 70000.00 4650.81 72097 #> 80 121536.00 83.48 109522 #> 81 95959.98 4002.57 76145 #> 82 83046.00 946.27 83046 #> 83 73450.00 1184.70 75507 #> 84 64826.94 2917.39 72469 #> 85 124051.00 2321.25 133903 #> 86 129083.00 874.86 164583 #> 87 8266.41 NA <NA> #> 88 81530.23 1138.62 79980 #> 89 116455.00 1345.00 118259 #> 90 102578.00 267.20 107655 #> 91 79114.00 2863.83 81171 #> 92 40580.00 355.00 <NA> #> 93 74272.24 2452.03 68713 #> 94 75181.00 NA 91500 #> 95 171834.14 4235.10 176510 #> 96 56821.00 4436.00 58298 #> 97 111012.94 NA 102200 #> 98 139868.67 5627.03 114865 #> 99 39111.05 372.55 64640 #> 100 57459.22 2832.73 57290 #> 101 87801.38 1441.67 75159 #> 102 61504.00 NA 84465 #> 103 202712.76 8380.66 173960 #> 104 59165.00 1519.81 60630 #> 105 58210.00 1846.41 54369 #> 106 93970.36 1594.98 79748 #> 107 83525.80 4943.13 76329 #> 108 54116.00 NA 74321 #> 109 142436.11 NA 123353 #> 110 86715.00 2756.83 99316 #> 111 123305.00 397.30 127034 #> 112 60995.10 1240.14 60734 #> 113 48950.00 NA 54442 #> 114 83009.34 1442.52 65283 #> 115 101598.02 NA 108277 #> 116 131798.65 2030.62 102137 #> 117 72596.87 504.72 87285 #> 118 48734.00 NA 50262 #> 119 77890.33 1037.85 73759 #> 120 122209.35 4980.37 95157 #> 121 67662.00 801.90 69455 #> 122 84013.00 NA 86038 #> 123 85092.00 6079.45 92592 #> 124 88971.00 29.95 91284 #> 125 67205.84 2431.33 61349 #> 126 144666.71 2398.94 127000 #> 127 72402.00 6330.31 66015 #> 128 82581.00 419.38 90000 #> 129 234986.80 30723.17 190000 #> 130 82610.00 3449.09 92088 #> 131 41775.63 468.00 <NA> #> 132 59782.50 1643.74 58000 #> 133 50993.48 2496.22 50160 #> 134 49200.00 7115.71 51168 #> 135 147700.55 17942.71 114620 #> 136 49268.33 4314.94 <NA> #> 137 57134.11 2227.79 55557 #> 138 82335.00 NA 93445 #> 139 75103.00 724.30 <NA> #> 140 112460.00 12120.52 118121 #> 141 85556.82 6174.37 76355 #> 142 59046.09 1478.58 <NA> #> 143 94329.25 9408.73 <NA> #> 144 54502.22 499.99 56124 #> 145 70138.00 1242.05 77555 #> 146 17960.91 NA <NA> #> 147 81772.00 NA 84135 #> 148 54025.00 1511.86 55478 #> 149 56546.00 2400.00 61069 #> 150 57704.00 1580.70 60514 #> 151 110885.00 7101.68 116429 #> 152 122591.39 2084.68 115729 #> 153 70033.00 2856.45 73024 #> 154 76116.44 4655.86 74369 #> 155 71781.91 NA 60929 #> 156 13272.48 NA <NA> #> 157 132785.43 5297.59 123000 #> 158 27792.00 NA <NA> #> 159 158157.24 60.99 152582 #> 160 7500.15 NA <NA> #> 161 99727.29 2203.90 90700 #> 162 66794.44 548.19 61498 #> 163 71444.48 1843.33 67870 #> 164 92897.44 7102.15 73551 #> 165 154580.00 445.55 171000 #> 166 57189.00 2205.80 54215 #> 167 75060.00 1049.13 82566 #> 168 150667.00 10788.64 125750 #> 169 181217.00 16708.75 192653 #> 170 120474.78 7328.23 99900 #> 171 85000.00 1675.02 87508 #> 172 8367.00 NA <NA> #> 173 87467.00 NA 89448 #> 174 106377.97 6455.62 85893 #> 175 104294.23 5908.68 99900 #> 176 121742.84 9429.11 114985 #> 177 117717.39 24494.11 93409 #> 178 32450.00 1801.85 <NA> #> 179 91418.00 NA 91418 #> 180 154554.80 1427.71 132720 #> 181 83905.00 NA 87422 #> 182 16226.56 NA <NA> #> 183 108000.00 NA 90000 #> 184 45669.00 215.50 47154 #> 185 120026.00 9269.28 123746 #> 186 102000.00 4869.14 96975 #> 187 129590.08 5313.82 116181 #> 188 90514.00 14115.61 95229 #> 189 94111.10 2864.85 83310 #> 190 60633.25 6371.44 55480 #> 191 79780.00 2029.19 90411 #> 192 96957.00 2627.56 101366 #> 193 68061.68 2485.77 64500 #> 194 98242.00 3370.57 101702 #> 195 104301.37 2350.75 85000 #> 196 80181.36 15487.49 71450 #> 197 46460.00 1603.09 47956 #> 198 79287.78 1407.00 70081 #> 199 10517.45 3156.57 <NA> #> 200 62984.44 559.55 63386 #> 201 87978.28 NA 76398 #> 202 66442.00 NA 65156 #> 203 53210.00 789.62 54660 #> 204 58281.96 NA 53260 #> 205 105870.84 3143.18 104991 #> 206 16779.70 868.59 <NA> #> 207 64945.00 1342.80 66540 #> 208 91169.39 2151.32 104000 #> 209 66952.82 NA 58426 #> 210 122041.16 3737.54 <NA> #> 211 43940.20 2081.87 <NA> #> 212 125799.00 3123.28 128276 #> 213 73556.00 2674.38 80401 #> 214 61831.22 670.30 55100 #> 215 49515.00 723.67 50580 #> 216 80664.00 NA <NA> #> 217 69412.00 4758.06 86296 #> 218 135591.00 2058.72 145583 #> 219 75256.67 NA 66268 #> 220 72422.00 827.10 77491 #> 221 58322.00 427.01 85638 #> 222 62577.30 1795.79 <NA> #> 223 118877.04 NA 99935 #> 224 48756.00 425.00 49950 #> 225 70777.77 985.99 71000 #> 226 57366.00 NA 56983 #> 227 69549.00 350.00 <NA> #> 228 102069.39 3192.85 80349 #> 229 111107.00 10164.09 114034 #> 230 42584.88 241.00 <NA> #> 231 58807.77 7159.93 54647 #> 232 85212.76 NA 76240 #> 233 57222.22 2609.99 53560 #> 234 47112.00 1117.68 <NA> #> 235 61891.11 NA 57373 #> 236 154800.00 1811.56 124926 #> 237 85439.00 NA 87653 #> 238 83038.88 667.01 75856 #> 239 191249.99 15854.87 155925 #> 240 86820.34 3674.54 80828 #> 241 68737.00 1192.58 75037 #> 242 109138.57 4306.96 90000 #> 243 73422.00 1178.43 82924 #> 244 118720.00 NA 133992 #> 245 77622.24 1955.04 74557 #> 246 64703.00 269.47 66279 #> 247 10000.00 1758.98 <NA> #> 248 74748.00 725.41 76715 #> 249 42135.00 81.99 42893 #> 250 57257.00 523.60 60475 #> 251 90818.88 434.08 105447 #> 252 119236.03 9463.99 93460 #> 253 109617.91 5939.92 83234 #> 254 53512.24 1769.07 55420 #> 255 100708.48 NA 92713 #> 256 74082.00 6164.00 83604 #> 257 122165.45 819.49 116612 #> 258 82326.00 2498.45 83962 #> 259 102698.00 9379.07 113779 #> 260 71976.00 10802.60 73847 #> 261 81807.34 1392.64 75036 #> 262 130349.90 1361.40 105800 #> 263 50001.00 766.00 <NA> #> 264 68404.47 645.00 66132 #> 265 14094.48 NA <NA> #> 266 135564.00 9311.58 159000 #> 267 123740.00 6247.63 107550 #> 268 145554.00 6178.58 149630 #> 269 109446.00 3625.93 127870 #> 270 57058.00 9473.69 62002 #> 271 45141.00 3598.11 47262 #> 272 74465.18 6558.17 68108 #> 273 70496.00 NA 77611 #> 274 138415.44 9333.83 120000 #> 275 103923.00 4952.86 108041 #> 276 92222.24 353.10 100000 #> 277 77611.32 1810.73 69602 #> 278 94050.00 8021.07 94725 #> 279 60270.00 NA 101455 #> 280 57583.33 7758.19 48518 #> 281 85383.00 3293.14 87086 #> 282 111042.00 316.56 110310 #> 283 76001.05 5096.91 86832 #> 284 73218.82 2831.40 71709 #> 285 102933.00 5982.43 107521 #> 286 76398.00 NA <NA> #> 287 57381.06 1910.42 60000 #> 288 133722.81 NA 111531 #> 289 6974.00 NA <NA> #> 290 51594.84 NA 54183 #> 291 111427.00 2134.25 114771 #> 292 165367.82 1748.89 143321 #> 293 136955.60 8097.13 117841 #> 294 107886.00 3598.90 110976 #> 295 2870.00 NA <NA> #> 296 99087.00 3095.56 102060 #> 297 60083.33 1935.91 <NA> #> 298 64457.77 NA 69076 #> 299 97137.50 3552.61 97200 #> 300 73095.66 39.38 64760 #> 301 102944.15 8485.75 83153 #> 302 104545.00 2175.56 107264 #> 303 72181.95 609.08 60667 #> 304 73333.28 4642.32 113300 #> 305 151207.00 NA 151207 #> 306 132600.00 9426.20 136578 #> 307 55731.44 1881.05 82846 #> 308 77639.99 1242.10 68824 #> 309 62002.00 7112.72 66818 #> 310 71804.80 NA <NA> #> 311 104655.16 3509.84 87767 #> 312 105306.79 3753.13 85463 #> 313 103377.00 NA 141186 #> 314 85925.88 933.50 90000 #> 315 76438.00 4213.17 80443 #> 316 78936.39 NA 67755 #> 317 53527.77 3060.35 52029 #> 318 70000.00 2127.98 73500 #> 319 75402.24 4001.53 74169 #> 320 93500.00 1584.07 96305 #> 321 189834.00 7481.81 192682 #> 322 113670.74 NA 101842 #> 323 64633.33 2180.41 58920 #> 324 118203.33 NA 100732 #> 325 36905.56 NA <NA> #> 326 63265.24 2839.23 56671 #> 327 66981.00 2897.90 80791 #> 328 137122.79 276.84 118217 #> 329 118256.00 2732.13 121685 #> 330 101000.00 37.38 <NA> #> 331 86561.74 1790.96 77652 #> 332 97894.00 3307.43 100572 #> 333 130870.00 19368.64 134281 #> 334 91248.00 6083.38 93073 #> 335 80021.21 4501.63 64386 #> 336 58528.00 1544.00 61162 #> 337 75637.36 686.00 69146 #> 338 67750.00 2609.99 69538 #> 339 84615.00 1111.24 87165 #> 340 175569.39 37806.76 155727 #> 341 101147.33 87.78 83664 #> 342 79081.00 NA 71784 #> 343 139001.12 697.60 123600 #> 344 71166.65 2550.08 62575 #> 345 43396.90 NA 62677 #> 346 83283.33 1883.20 70246 #> 347 127115.00 NA 130929 #> 348 53415.00 1400.98 55010 #> 349 63652.11 1799.71 58453 #> 350 110223.68 1645.91 88400 #> 351 104533.34 3725.49 82752 #> 352 91264.04 2859.59 72247 #> 353 78156.00 874.32 80214 #> 354 14750.00 1717.73 88500 #> 355 139187.77 2025.43 123702 #> 356 64733.00 12355.71 55153 #> 357 50221.00 NA 84538 #> 358 161050.00 3384.55 151200 #> 359 50441.00 2317.44 52009 #> 360 107880.12 394.83 88040 #> 361 156029.72 4239.51 124941 #> 362 64913.57 1905.31 58000 #> 363 85392.47 5715.45 70718 #> 364 78813.02 917.87 74909 #> 365 189280.01 9965.98 145510 #> 366 86479.11 5074.75 72744 #> 367 76523.00 2622.80 79286 #> 368 79957.55 4838.41 76881 #> 369 117371.00 NA 119371 #> 370 188906.66 4543.31 152000 #> 371 54031.00 NA 55652 #> 372 80404.78 1269.47 80726 #> 373 27500.00 6679.68 56200 #> 374 40800.00 38.80 41819 #> 375 64173.84 381.70 59505 #> 376 84207.88 5406.92 83570 #> 377 110814.00 2079.17 117484 #> 378 87599.00 NA 100227 #> 379 88885.00 3023.90 91285 #> 380 89639.00 6063.63 100029 #> 381 123626.89 3865.60 152924 #> 382 98082.00 27585.59 101354 #> 383 173818.57 24493.89 163125 #> 384 55401.99 6019.47 52841 #> 385 50225.00 2720.19 51732 #> 386 64277.00 NA 66765 #> 387 66707.00 649.24 68441 #> 388 162120.81 6167.51 141060 #> 389 61181.11 3215.05 56715 #> 390 80061.00 3413.57 83480 #> 391 62507.00 NA 63757 #> 392 38508.38 511.80 55348 #> 393 166841.73 35579.71 129810 #> 394 41229.00 4604.92 42026 #> 395 48350.00 914.71 49438 #> 396 117189.75 6635.89 101475 #> 397 73553.12 NA 68284 #> 398 114486.00 15100.79 118035 #> 399 122099.00 2137.46 125699 #> 400 64701.00 3837.83 69699 #> 401 113954.36 10855.28 100000 #> 402 89508.88 4079.75 83358 #> 403 46847.00 3381.60 47971 #> 404 28589.24 NA <NA> #> 405 35335.00 NA 59480 #> 406 50000.00 2691.06 <NA> #> 407 91975.01 3963.64 82000 #> 408 106747.00 2829.52 109683 #> 409 60265.55 1848.33 55649 #> 410 58053.54 3024.80 80800 #> 411 52054.54 3224.78 71221 #> 412 81921.23 4455.40 73568 #> 413 131966.00 4045.69 143455 #> 414 79577.88 924.56 73563 #> 415 142594.02 4359.94 120000 #> 416 118128.78 14894.51 92925 #> 417 116866.72 6742.00 89700 #> 418 51917.00 3286.65 <NA> #> 419 101013.32 13735.23 80154 #> 420 102774.88 6896.85 79486 #> 421 52690.00 NA 55271 #> 422 109382.06 2360.30 <NA> #> 423 50470.00 1374.66 52530 #> 424 60449.00 NA 64262 #> 425 52394.55 1666.68 53126 #> 426 141224.66 4553.05 150350 #> 427 111046.00 2127.95 108857 #> 428 174936.69 9722.83 163130 #> 429 117313.13 12986.17 83670 #> 430 64661.34 2978.39 65664 #> 431 52535.00 2626.38 53110 #> 432 77092.22 4122.60 72138 #> 433 89555.00 3824.93 91924 #> 434 52071.00 238.00 53032 #> 435 61865.00 NA 63102 #> 436 66349.00 1500.00 68207 #> 437 66579.17 1230.68 64210 #> 438 84978.16 3440.88 65261 #> 439 101000.04 4978.79 83401 #> 440 179770.00 3647.98 189374 #> 441 87001.00 4086.78 97011 #> 442 67928.96 6996.30 56141 #> 443 114536.00 1906.32 117473 #> 444 144516.00 4083.53 147571 #> 445 12703.50 NA <NA> #> 446 24883.00 620.00 27702 #> 447 63099.00 550.54 64361 #> 448 142303.00 5830.91 145150 #> 449 83839.00 1822.24 86018 #> 450 41282.00 2063.12 42704 #> 451 94161.39 21242.24 87000 #> 452 70735.98 1459.08 60733 #> 453 211430.67 3233.49 171344 #> 454 73154.00 606.24 78348 #> 455 120194.00 3596.84 123794 #> 456 48540.00 1043.02 49511 #> 457 106499.22 1762.18 112921 #> 458 69998.67 7584.38 67000 #> 459 87929.79 4133.36 74000 #> 460 107530.03 2770.11 110000 #> 461 94049.00 3159.60 90385 #> 462 74099.00 6825.18 84837 #> 463 47793.94 NA 82235 #> 464 94949.00 1883.39 97359 #> 465 46317.50 1000.00 103914 #> 466 117371.00 560.60 139392 #> 467 59126.00 950.45 60013 #> 468 74219.24 1278.30 77094 #> 469 99199.34 699.09 83259 #> 470 65209.90 5706.27 57943 #> 471 78286.19 4140.75 62210 #> 472 61170.00 605.99 69305 #> 473 161308.83 2914.58 143553 #> 474 122052.23 2690.11 103900 #> 475 91159.00 NA 81884 #> 476 75764.71 278.10 <NA> #> 477 85781.71 2539.59 70180 #> 478 65993.00 1363.60 67808 #> 479 159897.60 12639.38 142780 #> 480 132551.36 27052.33 120722 #> 481 100341.00 1797.92 102950 #> 482 63912.78 3195.19 53767 #> 483 86431.78 NA 79382 #> 484 102596.66 NA 105107 #> 485 80683.00 NA 102929 #> 486 138955.00 5719.78 138835 #> 487 75419.38 1119.64 69182 #> 488 2066.60 NA <NA> #> 489 86778.35 NA 91335 #> 490 104950.00 2234.70 118098 #> 491 73950.00 1867.57 126717 #> 492 129520.00 2435.36 133406 #> 493 92063.00 1283.39 93443 #> 494 80767.77 NA 82000 #> 495 78379.59 2859.46 78846 #> 496 201726.00 4642.34 207778 #> 497 54061.00 NA 71683 #> 498 50624.00 744.76 49595 #> 499 103427.95 4283.12 76221 #> 500 52122.00 1124.24 52537 #> 501 89633.33 757.20 67610 #> 502 55971.00 23.94 57258 #> 503 81411.00 NA 83853 #> 504 87640.14 4128.51 90987 #> 505 152236.00 4849.54 133000 #> 506 51175.00 430.87 55710 #> 507 102580.00 NA 106683 #> 508 134578.16 3342.74 105000 #> 509 99255.00 NA 117755 #> 510 52265.00 NA 49272 #> 511 102495.00 NA 105570 #> 512 69209.00 174.48 95047 #> 513 73912.22 2526.76 68250 #> 514 108204.00 1353.56 112099 #> 515 109246.00 2367.53 112523 #> 516 65709.00 821.45 69651 #> 517 91142.00 NA 94357 #> 518 65000.00 NA <NA> #> 519 100324.00 23.94 102732 #> 520 100200.00 2085.36 104502 #> 521 151444.00 5869.05 156366 #> 522 123302.00 300.80 127302 #> 523 99442.64 3392.36 84583 #> 524 126926.56 2236.14 98349 #> 525 68831.72 92.00 <NA> #> 526 28361.00 1500.00 29212 #> 527 134480.00 6426.54 148514 #> 528 76187.11 1552.34 60195 #> 529 72126.00 1589.13 76540 #> 530 45333.33 625.00 50000 #> 531 78261.11 3601.77 <NA> #> 532 104189.00 10606.79 116315 #> 533 114823.00 6217.51 104124 #> 534 37384.00 125.00 38134 #> 535 131176.03 15065.65 100842 #> 536 62209.90 6733.39 32311 #> 537 101933.00 676.40 108049 #> 538 74391.15 1586.05 78625 #> 539 66045.00 NA 111177 #> 540 114025.00 1416.63 119841 #> 541 88764.40 NA 69249 #> 542 101433.46 3352.67 87806 #> 543 105403.66 661.23 93056 #> 544 101419.00 NA 112871 #> 545 70125.00 2651.55 71957 #> 546 102934.00 9670.30 109022 #> 547 139348.75 987.33 110475 #> 548 87136.72 NA 73896 #> 549 144605.23 14047.48 102879 #> 550 107098.84 7726.87 90708 #> 551 110907.00 2937.28 114234 #> 552 65280.52 2853.49 <NA> #> 553 102448.00 2253.82 121900 #> 554 91770.67 9768.82 89579 #> 555 85399.00 67.85 86399 #> 556 14895.64 NA 100361 #> 557 102677.00 500.00 104677 #> 558 111557.00 1583.34 122739 #> 559 85304.43 2245.94 69160 #> 560 101396.00 770.30 104396 #> 561 97472.24 896.15 86375 #> 562 162287.99 7989.14 129868 #> 563 69415.43 603.78 67136 #> 564 109340.00 5923.42 117640 #> 565 197317.26 6681.24 160703 #> 566 41086.00 NA <NA> #> 567 48208.00 NA 105866 #> 568 61797.11 3439.18 87786 #> 569 132453.39 3880.94 117840 #> 570 132453.39 3467.85 117840 #> 571 42499.00 1120.78 43939 #> 572 109744.11 2434.99 110306 #> 573 135446.00 11948.28 146491 #> 574 92500.00 605.58 95590 #> 575 181956.05 NA 134966 #> 576 97457.15 418.40 81797 #> 577 100308.50 2096.20 95189 #> 578 130004.33 6292.47 115478 #> 579 74428.07 4030.20 63222 #> 580 89681.00 1069.25 91881 #> 581 77732.72 745.58 75713 #> 582 4950.00 NA <NA> #> 583 91710.35 881.43 97466 #> 584 4133.17 NA <NA> #> 585 80700.82 3473.35 73214 #> 586 109190.00 1577.64 107978 #> 587 74688.00 1937.32 86928 #> 588 77740.16 68.57 67184 #> 589 90374.66 1092.21 80158 #> 590 90878.00 NA 100361 #> 591 88139.33 3892.79 80000 #> 592 118320.00 3690.97 110250 #> 593 68531.12 4268.67 67896 #> 594 75192.00 5309.65 73847 #> 595 10000.00 2174.50 <NA> #> 596 55435.00 4111.02 58250 #> 597 100957.56 NA 98513 #> 598 190190.68 10565.54 152026 #> 599 108254.80 7338.36 78812 #> 600 217271.83 29906.63 171146 #> 601 67923.00 3458.13 69724 #> 602 56541.51 545.91 55031 #> 603 104040.00 3133.91 109040 #> 604 57004.00 1085.08 59284 #> 605 91905.00 1567.51 97005 #> 606 110269.55 2779.56 100218 #> 607 66085.00 724.45 67671 #> 608 57321.84 4758.40 56256 #> 609 99723.00 NA 100150 #> 610 141285.33 11146.81 115500 #> 611 141690.00 6050.06 107654 #> 612 51111.11 878.76 47058 #> 613 122589.00 2075.75 125899 #> 614 2677.88 NA <NA> #> 615 80961.10 6780.79 72000 #> 616 97763.00 NA 99718 #> 617 64866.00 676.50 63296 #> 618 102373.35 6466.98 82237 #> 619 92724.00 7634.32 94810 #> 620 87620.00 2612.45 89425 #> 621 90300.00 2677.86 80550 #> 622 119692.02 5737.61 101925 #> 623 127777.77 2268.26 132700 #> 624 96133.35 3326.17 74900 #> 625 95681.90 1688.25 79160 #> 626 133235.00 2586.44 137232 #> 627 161589.01 2403.14 124704 #> 628 123157.00 NA 126113 #> 629 100091.00 2600.47 108099 #> 630 178286.66 5803.42 143726 #> 631 89865.00 1978.82 92202 #> 632 154118.00 1436.19 166118 #> 633 89222.26 NA 79600 #> 634 66576.00 4499.35 <NA> #> 635 97851.50 2781.67 81000 #> 636 122600.00 2420.89 <NA> #> 637 90559.00 2539.64 97276 #> 638 95504.00 NA 98369 #> 639 145062.50 3317.55 123750 #> 640 103107.66 7233.46 85000 #> 641 124861.13 2129.40 105655 #> 642 91384.36 14595.02 84332 #> 643 63367.78 4063.94 55457 #> 644 74262.56 NA <NA> #> 645 83990.00 17.50 <NA> #> 646 129380.00 3713.41 114525 #> 647 77935.00 4482.87 78714 #> 648 52972.00 NA 54111 #> 649 94192.00 986.31 92165 #> 650 65512.01 572.00 108093 #> 651 44109.00 2779.60 45571 #> 652 51350.00 NA 52915 #> 653 48567.00 1580.36 52824 #> 654 103958.36 16163.53 83000 #> 655 149355.55 2002.58 148437 #> 656 5600.28 4312.93 <NA> #> 657 80818.29 21035.30 74000 #> 658 200842.12 9687.75 164770 #> 659 85816.72 2824.24 86275 #> 660 99245.00 NA <NA> #> 661 149086.00 13857.47 162876 #> 662 8266.41 NA <NA> #> 663 69389.00 1911.03 <NA> #> 664 156821.00 NA 165525 #> 665 48950.00 298.00 54442 #> 666 121650.00 1477.46 133300 #> 667 94481.35 9102.53 83000 #> 668 87000.00 NA 95318 #> 669 86856.96 3066.64 75924 #> 670 71448.88 1443.76 64947 #> 671 150518.00 4036.31 151339 #> 672 73281.75 2949.38 63015 #> 673 53493.60 387.30 52128 #> 674 132125.00 7581.88 142089 #> 675 72420.00 2795.77 74303 #> 676 119098.00 7512.32 113683 #> 677 8214.29 NA <NA> #> 678 135468.96 1052.51 102600 #> 679 63310.06 3425.86 57735 #> 680 53157.00 NA 54752 #> 681 60684.97 2458.00 58000 #> 682 125699.56 490.94 99489 #> 683 164391.72 3641.79 127984 #> 684 48975.15 3605.00 70017 #> 685 189444.44 7300.19 165828 #> 686 37904.76 50.00 48860 #> 687 76749.30 5898.89 74852 #> 688 83423.77 523.72 130310 #> 689 61632.55 626.78 54687 #> 690 26867.37 1168.61 41795 #> 691 138771.00 109.75 141546 #> 692 94239.00 2542.76 97066 #> 693 56772.00 NA 59116 #> 694 57128.61 5168.21 50157 #> 695 95622.40 5248.97 78711 #> 696 52384.44 4167.15 <NA> #> 697 80317.22 NA 78068 #> 698 94265.00 2763.83 105093 #> 699 56469.00 1450.70 62310 #> 700 15357.14 37.38 <NA> #> 701 126602.82 11635.27 120000 #> 702 53274.00 839.18 50470 #> 703 96234.66 2120.09 78486 #> 704 49777.08 1383.30 <NA> #> 705 70706.00 2530.49 74437 #> 706 174447.11 32501.09 158850 #> 707 96350.29 12451.74 85384 #> 708 77777.76 3830.75 <NA> #> 709 57593.00 3783.06 66622 #> 710 59664.20 1000.00 <NA> #> 711 89800.50 4315.33 70002 #> 712 82402.00 3961.52 95192 #> 713 81108.00 2601.42 93329 #> 714 58794.00 1169.08 60734 #> 715 12042.62 NA <NA> #> 716 125214.94 3721.78 106303 #> 717 34943.00 NA <NA> #> 718 62632.25 NA 56305 #> 719 88575.00 4108.49 90745 #> 720 30000.00 NA 92700 #> 721 112738.00 1707.15 115669 #> 722 139361.36 8310.47 114521 #> 723 132111.00 NA 138532 #> 724 125722.00 8305.68 128912 #> 725 101465.00 NA 87840 #> 726 131358.98 5596.24 115955 #> 727 82230.00 NA <NA> #> 728 131441.00 10233.54 134648 #> 729 60526.93 3870.28 110145 #> 730 70008.93 2254.12 63604 #> 731 82800.00 1689.08 85500 #> 732 143032.00 12240.36 147323 #> 733 150627.00 2338.60 153805 #> 734 163091.00 3399.67 171535 #> 735 66445.18 2974.78 64800 #> 736 72851.92 910.15 66618 #> 737 74423.00 NA 76209 #> 738 67466.66 76.76 64800 #> 739 113331.00 NA 116278 #> 740 106666.73 18732.29 90000 #> 741 114737.37 6722.11 88635 #> 742 50245.00 1827.18 55245 #> 743 133416.54 3375.39 130347 #> 744 90546.00 6213.06 97527 #> 745 58826.00 1542.05 60003 #> 746 38644.00 3293.54 65573 #> 747 98864.00 4593.69 86386 #> 748 122575.00 1100.54 125925 #> 749 84836.00 6353.71 87041 #> 750 69412.00 535.00 71494 #> 751 44897.00 2167.88 57000 #> 752 101866.72 879.03 78692 #> 753 76583.26 NA <NA> #> 754 83945.77 NA 83865 #> 755 72916.66 2998.05 64075 #> 756 48416.00 1082.77 55032 #> 757 43092.00 NA 44540 #> 758 6651.00 NA <NA> #> 759 72789.00 NA 68019 #> 760 59160.00 3599.76 60639 #> 761 98509.66 2998.67 100050 #> 762 50017.00 1034.55 51518 #> 763 74807.78 NA 80429 #> 764 34301.02 NA <NA> #> 765 136785.35 6289.05 101527 #> 766 154614.00 6024.42 154102 #> 767 125148.00 3934.17 128902 #> 768 58794.00 5456.46 61028 #> 769 145705.92 11977.60 127690 #> 770 65660.00 2357.00 67630 #> 771 83879.30 3763.11 64603 #> 772 55883.00 NA 58621 #> 773 108135.57 1004.35 86150 #> 774 93700.00 2380.14 103700 #> 775 101468.00 568.85 104918 #> 776 191914.72 13871.69 148257 #> 777 83236.03 15609.42 63988 #> 778 102405.00 11694.71 125100 #> 779 122321.00 1856.61 125991 #> 780 74568.94 NA 73183 #> 781 101140.00 4358.17 102890 #> 782 118762.00 2712.21 123324 #> 783 88587.00 NA 89473 #> 784 162679.00 751.86 160800 #> 785 104145.25 4697.42 102100 #> 786 54079.00 NA <NA> #> 787 153745.00 12338.94 158344 #> 788 64165.00 1464.20 65912 #> 789 13646.63 NA <NA> #> 790 36696.92 NA 56933 #> 791 51757.14 377.24 25493 #> 792 89146.72 10618.59 68866 #> 793 49228.78 5554.47 49272 #> 794 179445.09 8584.63 159610 #> 795 76325.00 1434.14 77852 #> 796 66244.00 1717.72 74031 #> 797 69465.00 3017.27 76549 #> 798 153321.80 2891.74 113278 #> 799 11871.00 NA <NA> #> 800 110521.00 2207.58 113588 #> 801 77778.48 NA 64936 #> 802 48762.00 3605.61 50030 #> 803 75591.00 NA <NA> #> 804 89222.22 5436.16 76049 #> 805 60969.00 350.00 62179 #> 806 48932.00 NA 49984 #> 807 67588.88 NA 62047 #> 808 104662.78 5558.65 87409 #> 809 56988.12 NA <NA> #> 810 103204.00 822.54 111460 #> 811 95900.04 1394.06 75159 #> 812 108611.14 821.96 100000 #> 813 102557.00 1443.12 105335 #> 814 80727.01 3584.35 62538 #> 815 124534.44 5097.00 123288 #> 816 99312.00 8060.74 101815 #> 817 107711.97 4854.18 113060 #> 818 112998.05 8855.26 88457 #> 819 98635.49 3833.69 86899 #> 820 110024.83 2568.62 98843 #> 821 96819.00 5038.75 99436 #> 822 172782.23 750.00 135382 #> 823 94721.11 NA 87807 #> 824 67865.00 18.00 67865 #> 825 2500.00 NA <NA> #> 826 136062.71 3815.83 106530 #> 827 42997.33 NA 69431 #> 828 55555.55 38.38 51500 #> 829 51819.00 3297.24 52225 #> 830 111036.66 3584.22 107038 #> 831 91914.22 5942.82 80411 #> 832 59084.00 11954.96 60098 #> 833 135540.00 4368.97 139064 #> 834 67741.69 1708.09 59666 #> 835 108491.98 8509.08 106598 #> 836 54000.00 NA 54810 #> 837 105705.00 5925.42 108876 #> 838 80402.00 4715.49 84422 #> 839 147423.60 252.32 124948 #> 840 159766.66 4133.91 156300 #> 841 2849.17 NA <NA> #> 842 75180.00 6009.83 81037 #> 843 181338.66 3787.01 148796 #> 844 53333.33 2094.16 48960 #> 845 55342.00 2279.88 55094 #> 846 62058.00 1641.23 70870 #> 847 61161.04 NA 54707 #> 848 3177.30 NA <NA> #> 849 103635.00 3345.74 106329 #> 850 109999.98 8792.54 92700 #> 851 50795.00 3791.71 52048 #> 852 53715.72 NA 21556 #> 853 70818.00 305.07 72518 #> 854 72703.07 350.00 63609 #> 855 95595.00 911.68 97906 #> 856 112870.00 1667.71 138870 #> 857 100895.93 7025.63 92281 #> 858 121300.00 NA 124800 #> 859 14456.51 NA <NA> #> 860 61252.00 4027.46 69014 #> 861 90858.84 555.44 84412 #> 862 113833.36 4152.13 94220 #> 863 117425.00 7147.34 118969 #> 864 75354.00 10697.24 80000 #> 865 90661.23 2590.74 90300 #> 866 134923.94 2225.42 122002 #> 867 54928.00 3945.72 56178 #> 868 64193.30 91.88 61005 #> 869 91350.00 15342.58 81900 #> 870 18898.59 262.48 <NA> #> 871 65060.72 NA 57035 #> 872 74177.34 12342.92 60767 #> 873 60098.00 2927.44 70414 #> 874 108026.00 442.85 111308 #> 875 127111.10 6326.96 130000 #> 876 134266.00 1575.62 118424 #> 877 122876.00 NA 147356 #> 878 2000.00 NA <NA> #> 879 46062.00 NA 83931 #> 880 149132.00 5320.33 153606 #> 881 102259.00 6857.72 108266 #> 882 83591.67 2736.92 76000 #> 883 6888.67 NA <NA> #> 884 74313.03 4668.93 58800 #> 885 115783.00 942.90 120335 #> 886 86219.00 22814.32 90344 #> 887 9224.73 NA <NA> #> 888 62597.00 36.38 64297 #> 889 102052.00 10376.69 107400 #> 890 91541.34 10876.21 75400 #> 891 70917.77 1798.22 75901 #> 892 94107.78 1633.46 87238 #> 893 177950.66 4999.02 150000 #> 894 100417.72 1783.71 100000 #> 895 118327.82 5991.13 99711 #> 896 63787.36 2865.10 65000 #> 897 61435.00 3339.75 71278 #> 898 102327.16 NA 105842 #> 899 87059.35 6121.23 92675 #> 900 126523.77 4194.25 <NA> #> 901 121236.00 1491.06 138873 #> 902 56216.00 14604.14 60523 #> 903 94605.98 2137.30 80144 #> 904 106870.00 4854.94 145344 #> 905 100316.00 290.69 105332 #> 906 81010.00 NA 79510 #> 907 81116.00 NA 79616 #> 908 77140.00 2081.90 79455 #> 909 70479.96 NA 64237 #> 910 100787.00 9083.12 103810 #> 911 56692.00 1784.00 70093 #> 912 100006.66 636.17 92706 #> 913 90300.00 830.43 80550 #> 914 3000.00 NA <NA> #> 915 10739.13 211.50 <NA> #> 916 73488.32 9240.39 <NA> #> 917 63500.00 2264.62 73000 #> 918 59224.00 4245.22 60901 #> 919 48643.00 1037.64 50102 #> 920 57000.00 9331.02 <NA> #> 921 139346.47 4032.05 107750 #> 922 6584.97 NA <NA> #> 923 88357.28 NA <NA> #> 924 60382.33 6757.82 60523 #> 925 60725.00 5815.51 70958 #> 926 72481.11 1101.44 66746 #> 927 80951.00 7304.35 86400 #> 928 150496.19 6280.01 130265 #> 929 81423.00 8741.69 83540 #> 930 57023.00 1808.89 59372 #> 931 51980.00 1915.81 47858 #> 932 63475.00 1652.80 65212 #> 933 54782.00 NA 28198 #> 934 48570.00 1614.48 49663 #> 935 119305.88 7182.11 101846 #> 936 114786.00 9343.39 117081 #> 937 83927.99 7361.27 87040 #> 938 69050.00 7773.23 75867 #> 939 93606.82 4189.62 79523 #> 940 39397.00 1815.75 40437 #> 941 111504.00 144.60 112619 #> 942 119000.03 1529.29 112000 #> 943 134458.33 2606.79 123333 #> 944 60006.12 NA 58460 #> 945 102182.68 2767.44 81333 #> 946 123171.40 3208.13 94227 #> 947 17062.99 75.00 <NA> #> 948 132521.88 5892.48 117257 #> 949 62155.00 766.70 55780 #> 950 71981.63 NA 54577 #> 951 113200.33 3478.92 166200 #> 952 85051.46 NA 78487 #> 953 82594.64 9878.25 69800 #> 954 126666.66 5975.17 98876 #> 955 184950.00 1471.74 200050 #> 956 79917.00 317.70 84712 #> 957 129678.63 3274.99 103664 #> 958 63875.00 300.00 65408 #> 959 19880.90 1221.78 <NA> #> 960 171286.71 7244.77 132322 #> 961 137611.11 2421.93 126339 #> 962 70479.35 4093.32 70000 #> 963 54896.33 7588.40 54421 #> 964 69644.00 867.21 66644 #> 965 73500.00 2419.78 80000 #> 966 138231.11 1266.17 146082 #> 967 42515.68 2179.07 <NA> #> 968 96981.00 1254.13 99426 #> 969 65659.00 1118.03 64055 #> 970 80017.71 9776.94 74000 #> 971 145624.00 NA 149270 #> 972 64112.22 1677.41 62195 #> 973 66832.00 1174.92 68182 #> 974 29221.00 1622.40 30174 #> 975 70820.04 1787.11 68015 #> 976 82800.00 1337.70 68800 #> 977 55266.00 18993.65 63179 #> 978 83588.00 191.50 85595 #> 979 103515.00 6421.72 84825 #> 980 81008.95 12255.19 101100 #> 981 40094.85 NA 75587 #> 982 68956.11 2944.64 70915 #> 983 113528.33 908.65 100230 #> 984 105522.26 3246.25 81629 #> 985 179543.38 21821.64 145638 #> 986 90300.00 1179.34 80550 #> 987 116308.36 7341.27 97001 #> 988 157357.19 1568.81 143215 #> 989 26399.98 300.28 64640 #> 990 102810.42 12.52 <NA> #> 991 100000.00 141.69 103000 #> 992 6240.00 1064.13 <NA> #> 993 124910.00 1661.09 146739 #> 994 70533.33 11896.78 65384 #> 995 91301.98 2983.01 77025 #> 996 60119.12 899.24 58335 #> 997 83492.00 19626.06 96315 #> 998 89043.99 6228.82 78238 #> 999 133740.00 5623.95 143752 #> 1000 93075.57 1101.78 <NA> #> 1001 12324.84 5472.04 <NA> #> 1002 114235.00 NA 117635 #> 1003 87115.44 4167.38 94761 #> 1004 156045.00 14770.51 171000 #> 1005 69817.06 1434.29 62358 #> 1006 88601.00 7707.99 91260 #> 1007 57421.00 40.74 59718 #> 1008 130656.00 NA 134931 #> 1009 111223.00 NA 120121 #> 1010 78503.60 778.49 64887 #> 1011 46952.80 1068.28 66428 #> 1012 75021.69 NA 65336 #> 1013 121387.00 2789.61 124968 #> 1014 70000.00 2792.32 <NA> #> 1015 73551.00 3044.07 75464 #> 1016 111856.72 303.10 96576 #> 1017 92547.00 535.94 95231 #> 1018 119626.00 NA 126072 #> 1019 108293.00 NA 110004 #> 1020 87437.41 3319.34 78706 #> 1021 100991.00 3309.98 112000 #> 1022 72520.88 7831.97 72042 #> 1023 52353.00 956.83 49950 #> 1024 124644.08 9041.43 109378 #> 1025 79746.38 7718.45 71450 #> 1026 6888.67 NA <NA> #> 1027 144785.00 19121.93 163778 #> 1028 72447.44 7139.13 58840 #> 1029 112301.00 3529.58 115670 #> 1030 101835.00 NA <NA> #> 1031 181517.36 16110.18 140216 #> 1032 120895.00 2456.15 116091 #> 1033 166203.00 9497.22 180189 #> 1034 58000.00 NA <NA> #> 1035 109875.17 NA 108692 #> 1036 96530.00 380.62 104000 #> 1037 101064.93 NA 84871 #> 1038 103553.00 NA 110847 #> 1039 120082.00 40.74 123685 #> 1040 65483.00 2421.65 66138 #> 1041 147346.72 NA 120134 #> 1042 12726.85 2848.64 <NA> #> 1043 127485.20 1836.65 107037 #> 1044 72083.00 500.00 79245 #> 1045 90376.00 2583.64 93268 #> 1046 2180.00 NA <NA> #> 1047 91280.00 830.45 <NA> #> 1048 118016.22 4335.07 105851 #> 1049 95267.77 405.44 87799 #> 1050 10872.00 NA 48296 #> 1051 89030.54 NA 69200 #> 1052 96537.55 NA 82000 #> 1053 138808.92 286.34 106373 #> 1054 45000.00 1928.28 <NA> #> 1055 77900.84 NA <NA> #> 1056 84770.00 3493.40 90314 #> 1057 85488.00 1046.37 90684 #> 1058 116415.00 482.22 126339 #> 1059 57777.77 2296.95 53200 #> 1060 140645.00 10036.17 113373 #> 1061 65613.16 2678.79 59571 #> 1062 59463.22 370.10 54732 #> 1063 90662.00 2097.95 93020 #> 1064 65156.48 1924.73 60090 #> 1065 63144.60 236.60 55330 #> 1066 161088.00 16211.82 123169 #> 1067 92870.15 2185.46 78921 #> 1068 101046.00 2115.77 110126 #> 1069 57816.00 NA 57885 #> 1070 87253.82 5309.01 85300 #> 1071 165160.50 4554.79 134428 #> 1072 73226.41 5800.76 57006 #> 1073 118838.88 2416.55 109730 #> 1074 69466.73 1482.08 107310 #> 1075 171900.00 26673.73 184070 #> 1076 12000.00 NA <NA> #> 1077 50545.78 428.65 <NA> #> 1078 114725.00 350.00 101921 #> 1079 138540.88 3854.90 125145 #> 1080 66514.00 3559.48 68457 #> 1081 112845.00 2375.97 116114 #> 1082 86903.00 2596.11 101510 #> 1083 57531.00 2032.25 55893 #> 1084 52522.00 986.53 54098 #> 1085 76800.00 130.00 70502 #> 1086 123116.00 3422.40 134019 #> 1087 69300.72 3094.78 56604 #> 1088 75378.00 NA 74815 #> 1089 32917.65 1043.16 <NA> #> 1090 64418.00 3233.40 66169 #> 1091 75399.94 3699.13 66015 #> 1092 73501.33 3783.43 82076 #> 1093 54523.13 1994.20 52050 #> 1094 68638.00 1743.16 73000 #> 1095 79333.32 8678.72 73649 #> 1096 127875.00 5385.16 118671 #> 1097 122397.00 1698.78 138569 #> 1098 84450.00 NA 79045 #> 1099 6974.24 NA <NA> #> 1100 102217.47 1998.99 87400 #> 1101 51047.50 NA 43246 #> 1102 3833.00 NA <NA> #> 1103 20400.00 NA <NA> #> 1104 102928.65 3341.14 97211 #> 1105 84188.11 NA 82703 #> 1106 54047.77 941.49 49883 #> 1107 91002.22 2238.27 83753 #> 1108 4920.95 NA <NA> #> 1109 217787.53 19919.39 168674 #> 1110 132484.03 3373.27 117863 #> 1111 104680.00 6006.02 119500 #> 1112 69118.70 503.34 66236 #> 1113 70954.00 1800.00 73569 #> 1114 146149.00 1614.50 141800 #> 1115 90262.10 4153.02 81464 #> 1116 10994.83 NA <NA> #> 1117 58911.00 NA 58825 #> 1118 91981.60 3304.26 77275 #> 1119 76398.00 1855.59 78690 #> 1120 48606.00 994.26 <NA> #> 1121 89459.00 4433.30 91964 #> 1122 54613.33 2521.31 56791 #> 1123 125757.84 NA 110297 #> 1124 11158.73 NA 111000 #> 1125 78733.65 623.10 73002 #> 1126 59601.55 1652.28 64971 #> 1127 91198.00 6016.72 96670 #> 1128 106134.56 4727.50 83504 #> 1129 8266.41 NA <NA> #> 1130 68611.11 NA 67180 #> 1131 81349.00 NA 83301 #> 1132 78576.05 NA 72631 #> 1133 130729.95 3472.31 99072 #> 1134 87126.01 5734.18 67740 #> 1135 88601.44 4615.77 <NA> #> 1136 38950.00 1585.55 52200 #> 1137 52917.00 NA 51000 #> 1138 252888.74 9422.36 199212 #> 1139 101802.06 NA 80699 #> 1140 49000.00 2141.65 50715 #> 1141 108350.00 3314.48 94725 #> 1142 62497.00 1496.38 64247 #> 1143 81888.88 2195.67 75750 #> 1144 30862.55 NA <NA> #> 1145 132004.00 9521.42 180000 #> 1146 152646.94 12808.12 120923 #> 1147 125157.00 1735.01 137157 #> 1148 2870.28 NA <NA> #> 1149 93796.00 656.60 96239 #> 1150 95350.00 450.10 98200 #> 1151 81250.00 13297.66 83360 #> 1152 125250.64 7681.93 103059 #> 1153 64730.00 5219.55 72709 #> 1154 110387.83 3779.92 84877 #> 1155 48330.00 1416.27 50512 #> 1156 76491.00 3650.22 75991 #> 1157 105005.93 1508.26 <NA> #> 1158 82921.00 7775.17 91655 #> 1159 52317.77 2373.18 <NA> #> 1160 65000.00 5437.60 67040 #> 1161 97718.28 5402.63 79438 #> 1162 60000.00 1434.74 <NA> #> 1163 70171.00 97.90 71996 #> 1164 95763.00 2753.24 102280 #> 1165 77133.00 5653.55 93000 #> 1166 63106.17 3395.86 61514 #> 1167 62000.00 1666.51 64058 #> 1168 138806.00 1843.70 150583 #> 1169 63437.46 1117.70 <NA> #> 1170 74747.53 2144.42 73841 #> 1171 102032.00 1329.29 105092 #> 1172 97147.33 4203.53 83491 #> 1173 73769.00 1465.76 81400 #> 1174 66210.00 NA 61162 #> 1175 101551.76 NA 89774 #> 1176 54100.00 570.07 55539 #> 1177 71986.09 5258.50 62463 #> 1178 81732.99 3028.56 80714 #> 1179 58537.00 711.43 59942 #> 1180 83838.88 1616.90 78606 #> 1181 47583.00 250.00 51717 #> 1182 103734.71 5223.69 80260 #> 1183 141030.00 1867.68 125522 #> 1184 97294.00 905.26 99386 #> 1185 111408.00 NA 112106 #> 1186 99703.00 7927.29 102442 #> 1187 56945.54 NA 49179 #> 1188 96179.64 8357.68 80680 #> 1189 72822.50 3984.49 73500 #> 1190 6000.00 NA <NA> #> 1191 62316.61 2468.12 88822 #> 1192 80651.00 2679.90 85261 #> 1193 96467.00 13888.08 98976 #> 1194 91412.00 NA 162673 #> 1195 119013.33 1399.97 118500 #> 1196 122425.00 750.00 138599 #> 1197 107805.00 246.22 112656 #> 1198 136327.00 804.29 151082 #> 1199 150078.73 13623.15 123723 #> 1200 156560.00 2369.04 160574 #> 1201 75342.88 931.29 68731 #> 1202 52222.22 2001.71 48128 #> 1203 110532.20 4179.15 101116 #> 1204 92173.00 NA 94017 #> 1205 78331.00 4989.05 83244 #> 1206 83558.00 7232.86 90483 #> 1207 215871.94 21976.70 179041 #> 1208 89687.00 NA 100678 #> 1209 100135.39 2121.14 83981 #> 1210 70693.00 NA 70693 #> 1211 81958.57 1657.07 72151 #> 1212 92077.00 3597.45 101265 #> 1213 101750.00 2671.42 90000 #> 1214 135447.77 856.96 129803 #> 1215 109538.00 291.05 124000 #> 1216 112200.00 28758.07 105566 #> 1217 146543.65 871.20 145361 #> 1218 54997.66 2009.18 53146 #> 1219 66345.07 326.98 60630 #> 1220 150543.15 2630.19 121703 #> 1221 56805.60 9824.86 52788 #> 1222 68340.00 2069.66 <NA> #> 1223 87780.00 1409.81 89890 #> 1224 119481.00 3240.38 124334 #> 1225 72980.83 2370.48 64432 #> 1226 58440.00 1012.05 59813 #> 1227 92638.70 30.50 <NA> #> 1228 100426.00 7804.86 117200 #> 1229 163818.71 6399.09 129550 #> 1230 19127.55 4510.56 <NA> #> 1231 51130.00 1130.50 52153 #> 1232 73324.48 2994.03 61895 #> 1233 77896.22 2389.58 66156 #> 1234 92087.55 8284.32 71309 #> 1235 116400.05 NA 99900 #> 1236 111121.88 NA 105075 #> 1237 75554.00 7176.84 75540 #> 1238 111359.00 6185.14 117373 #> 1239 9007.15 NA <NA> #> 1240 134740.00 NA 138790 #> 1241 58888.88 37.38 56795 #> 1242 115129.06 9462.04 97242 #> 1243 93774.73 4032.71 81900 #> 1244 93707.84 2091.44 87000 #> 1245 71695.68 1904.44 63015 #> 1246 91331.12 3245.92 <NA> #> 1247 153269.36 10505.91 119069 #> 1248 159995.41 10171.49 135266 #> 1249 162865.89 3536.96 136072 #> 1250 103765.00 3515.86 106878 #> 1251 81467.00 1810.11 93000 #> 1252 66568.00 472.65 70865 #> 1253 113001.00 266.01 119999 #> 1254 154900.73 9773.27 125714 #> 1255 95575.00 4453.37 81900 #> 1256 54503.00 2123.88 63304 #> 1257 91547.24 NA 76095 #> 1258 142170.00 897.45 146825 #> 1259 40427.44 1516.63 50000 #> 1260 94147.93 1121.99 97916 #> 1261 39035.00 NA 39035 #> 1262 68558.00 NA 75266 #> 1263 81025.00 NA 71000 #> 1264 57255.00 NA 117111 #> 1265 91711.97 13362.50 71329 #> 1266 126625.56 4367.33 140001 #> 1267 5647.24 NA <NA> #> 1268 49883.72 162.04 48413 #> 1269 63470.00 917.81 58275 #> 1270 32706.00 NA 33719 #> 1271 62605.55 NA 72035 #> 1272 105295.00 NA 115825 #> 1273 61518.00 625.50 65424 #> 1274 126508.00 180.45 111800 #> 1275 71573.32 1059.31 68928 #> 1276 52778.88 1744.50 51726 #> 1277 126565.00 NA 132260 #> 1278 111955.55 1640.12 111285 #> 1279 99376.03 5694.96 76887 #> 1280 92261.34 3591.89 76738 #> 1281 83700.00 1812.98 90450 #> 1282 142061.36 12534.27 110809 #> 1283 106128.00 1767.62 110745 #> 1284 107945.00 883.34 116579 #> 1285 69224.00 1744.74 69824 #> 1286 70922.23 127.38 63247 #> 1287 193800.00 5599.29 151200 #> 1288 52222.24 106.32 48128 #> 1289 73506.84 728.72 67336 #> 1290 65908.88 685.91 61300 #> 1291 43068.78 843.23 55200 #> 1292 76206.70 1238.44 65015 #> 1293 81987.00 3260.51 83627 #> 1294 154990.00 625.95 158865 #> 1295 132707.00 10632.30 141707 #> 1296 102205.44 4099.76 105270 #> 1297 132516.00 128.00 139300 #> 1298 92699.81 385.70 67864 #> 1299 68888.88 1323.94 71000 #> 1300 97797.00 2232.15 104731 #> 1301 88540.35 5879.78 85000 #> 1302 107453.44 7442.40 87149 #> 1303 132624.00 2881.68 135919 #> 1304 71212.00 1143.30 74612 #> 1305 86121.46 6273.14 77377 #> 1306 122282.65 8326.95 93616 #> 1307 81969.00 2824.28 84101 #> 1308 59013.42 NA <NA> #> 1309 55902.00 2242.85 57201 #> 1310 108370.01 4682.52 <NA> #> 1311 127777.77 1708.30 119025 #> 1312 107020.11 8013.71 83055 #> 1313 101294.00 NA 108000 #> 1314 84524.00 NA 86713 #> 1315 75150.76 6023.99 67632 #> 1316 82584.00 3431.01 84731 #> 1317 58792.79 NA 49624 #> 1318 90516.66 1094.03 83425 #> 1319 72340.00 NA 74215 #> 1320 109374.99 8520.93 98200 #> 1321 102434.68 6529.97 78350 #> 1322 56276.72 1168.12 49822 #> 1323 70562.00 2807.50 <NA> #> 1324 81526.26 3734.54 <NA> #> 1325 166536.07 16546.51 132458 #> 1326 119551.00 4883.13 121957 #> 1327 63422.24 1204.89 62974 #> 1328 82552.92 1107.44 72664 #> 1329 137954.00 4261.90 141541 #> 1330 95500.00 769.93 103140 #> 1331 116142.88 443.22 103740 #> 1332 135183.11 3576.13 120571 #> 1333 99746.67 3114.15 83000 #> 1334 95753.81 500.00 93851 #> 1335 49047.00 1712.68 49916 #> 1336 57514.00 804.08 58918 #> 1337 13537.74 NA <NA> #> 1338 77734.28 800.00 83352 #> 1339 83046.71 2066.27 63900 #> 1340 78255.57 1854.45 72599 #> 1341 134162.00 1422.75 127000 #> 1342 131164.79 12066.79 109498 #> 1343 56805.60 2426.74 52788 #> 1344 104838.00 812.99 107983 #> 1345 64444.44 3001.60 59624 #> 1346 32500.00 NA 67270 #> 1347 86973.00 9223.03 91669 #> 1348 89714.00 3237.08 92321 #> 1349 220670.00 1517.42 227340 #> 1350 80136.23 1166.50 70000 #> 1351 105146.00 4024.84 107775 #> 1352 78717.00 3039.27 80943 #> 1353 84377.33 457.85 73106 #> 1354 85139.99 2684.34 68000 #> 1355 133166.66 NA 118352 #> 1356 94454.75 NA 80550 #> 1357 67136.00 2246.00 75079 #> 1358 53964.22 2552.97 53742 #> 1359 57820.00 NA 59126 #> 1360 2727.27 NA <NA> #> 1361 133326.83 7816.22 107711 #> 1362 109931.70 NA 81232 #> 1363 92000.00 1851.90 87300 #> 1364 100686.00 6533.97 108257 #> 1365 75565.55 2696.63 67070 #> 1366 122222.23 2222.18 105000 #> 1367 123032.22 3500.00 121669 #> 1368 55759.28 NA 48882 #> 1369 104350.00 2173.19 107481 #> 1370 79077.12 2957.71 72750 #> 1371 88181.38 8002.50 79,039.00 #> 1372 68060.77 NA 63,216.00 #> 1373 91160.08 2938.01 86,672.00 #> 1374 83065.48 4364.19 72,553.00 #> 1375 105369.56 NA 97,818.00 #> 1376 74911.00 NA 77,158.00 #> 1377 131806.00 2155.32 140,106.00 #> 1378 115538.88 8114.23 106,620.00 #> 1379 89969.00 448.45 91,928.00 #> 1380 83228.00 3585.62 85,391.00 #> 1381 131178.41 4176.41 120,150.00 #> 1382 186693.38 10492.82 147,767.00 #> 1383 112800.03 2128.72 94,902.00 #> 1384 68975.00 NA 69,665.00 #> 1385 89278.57 3706.33 81,450.00 #> 1386 75434.00 3070.13 82,319.00 #> 1387 193653.11 13271.70 168,648.00 #> 1388 69380.00 1262.00 70,304.00 #> 1389 63121.00 4353.69 59,955.00 #> 1390 64912.00 150.57 74,965.00 #> 1391 184000.01 27993.46 153,000.00 #> 1392 72009.79 732.07 70,575.00 #> 1393 77182.00 NA 79,749.00 #> 1394 50417.85 NA <NA> #> 1395 50413.00 3968.59 55,325.00 #> 1396 56617.00 848.23 <NA> #> 1397 167981.46 2801.66 147,000.00 #> 1398 97590.72 799.49 90,457.00 #> 1399 93473.00 NA 95,810.00 #> 1400 121630.00 12199.33 125,732.00 #> 1401 148109.00 1112.89 151,783.00 #> 1402 98506.00 NA 104,420.00 #> 1403 145887.30 176.77 103,849.00 #> 1404 143574.00 6395.24 149,317.00 #> 1405 56228.51 2164.01 55,194.00 #> 1406 114188.70 1968.58 109,632.00 #> 1407 55720.00 4228.15 58,395.00 #> 1408 107916.67 6395.22 104,045.00 #> 1409 68000.00 1726.03 70,040.00 #> 1410 61833.00 1482.49 63,409.00 #> 1411 59300.00 NA 60,000.00 #> 1412 92936.00 2903.10 101,948.00 #> 1413 110007.33 18200.14 90,877.00 #> 1414 72240.61 27115.08 89,294.00 #> 1415 12202.87 NA <NA> #> 1416 137219.00 46.28 140,649.00 #> 1417 77068.00 476.55 78,818.00 #> 1418 66982.00 715.00 71,358.00 #> 1419 65338.00 800.00 70,338.00 #> 1420 3211.37 NA <NA> #> 1421 94297.00 4512.50 100,754.00 #> 1422 223863.41 19459.74 178,248.00 #> 1423 109466.73 6186.08 84,930.00 #> 1424 55940.05 1398.80 56,780.00 #> 1425 143549.00 7388.94 150,271.00 #> 1426 55347.00 2638.55 53,097.00 #> 1427 90742.00 2327.66 92,557.00 #> 1428 55636.00 427.46 57,583.00 #> 1429 51548.84 2436.60 51,030.00 #> 1430 96152.00 1957.52 105,898.00 #> 1431 55000.00 1527.61 58,775.00 #> 1432 83989.00 2355.44 86,089.00 #> 1433 83622.09 2560.31 68,833.00 #> 1434 192797.00 2052.36 196,910.00 #> 1435 77000.00 NA 80,389.00 #> 1436 76117.00 241.24 82,465.00 #> 1437 131430.71 7747.60 104,109.00 #> 1438 88044.94 3115.74 85,229.00 #> 1439 25577.62 3499.08 <NA> #> 1440 142626.00 6003.76 148,905.00 #> 1441 103517.05 1212.31 93,489.00 #> 1442 73874.00 3990.95 76,016.00 #> 1443 130784.27 2850.68 117,875.00 #> 1444 91111.12 4212.09 84,529.00 #> 1445 77645.70 679.91 71,451.00 #> 1446 73842.00 1591.75 75,443.00 #> 1447 163965.33 3844.06 127,693.00 #> 1448 141620.00 5559.09 145,194.00 #> 1449 76102.39 2983.11 73,756.00 #> 1450 109522.00 1322.84 116,808.00 #> 1451 99678.71 10783.19 77,858.00 #> 1452 83046.00 942.43 83,046.00 #> 1453 77507.00 228.19 77,772.00 #> 1454 75536.47 3737.00 78,629.00 #> 1455 133903.00 2937.47 137,250.00 #> 1456 93310.05 NA 82,378.00 #> 1457 88694.00 908.11 121,807.00 #> 1458 52777.77 NA 98,352.00 #> 1459 71770.00 326.60 126,000.00 #> 1460 81171.00 1158.72 83,201.00 #> 1461 76347.77 3371.51 70,773.00 #> 1462 94772.52 660.66 104,000.00 #> 1463 35000.00 NA <NA> #> 1464 184843.30 5271.88 183,570.00 #> 1465 69578.38 3539.77 59,473.00 #> 1466 113555.55 NA 109,750.00 #> 1467 149564.74 1379.04 127,610.00 #> 1468 60203.33 1407.25 55,414.00 #> 1469 64640.00 1733.20 66,638.00 #> 1470 63497.01 2986.23 58,665.00 #> 1471 100212.00 1370.35 77,576.00 #> 1472 50679.00 NA 88,773.00 #> 1473 208591.07 5437.13 214,744.00 #> 1474 60630.00 1117.59 62,078.00 #> 1475 60690.00 1011.59 58,274.00 #> 1476 100525.42 3429.44 88,290.00 #> 1477 84810.00 4718.05 79,619.00 #> 1478 58837.72 NA 76,178.00 #> 1479 22215.41 NA <NA> #> 1480 150042.00 NA 131,054.00 #> 1481 99316.00 2290.74 106,296.00 #> 1482 127034.00 654.23 131,345.00 #> 1483 147159.09 1036.51 164,500.00 #> 1484 7800.00 41.71 <NA> #> 1485 163334.00 8060.39 176,168.00 #> 1486 60734.00 9149.11 63,163.00 #> 1487 54442.00 NA 55,748.00 #> 1488 79790.38 1560.98 67,175.00 #> 1489 103777.00 NA 110,490.00 #> 1490 136182.69 7777.22 115,199.00 #> 1491 104842.68 7258.55 89,904.00 #> 1492 50262.00 NA 51,690.00 #> 1493 82764.13 4061.64 75,972.00 #> 1494 126876.00 3040.90 101,527.00 #> 1495 69455.00 888.59 71,676.00 #> 1496 86038.00 NA 87,845.00 #> 1497 91284.00 NA 93,566.00 #> 1498 77698.27 1523.98 <NA> #> 1499 108198.70 7117.07 81,497.00 #> 1500 169333.35 2637.99 131,699.00 #> 1501 129499.99 2317.90 116,000.00 #> 1502 79932.00 4268.36 72,500.00 #> 1503 94300.00 3232.57 92,700.00 #> 1504 253826.31 9510.67 203,390.00 #> 1505 92088.00 3995.69 94,391.00 #> 1506 59300.00 3034.90 63,151.00 #> 1507 50160.00 8956.44 55,326.00 #> 1508 52085.62 8114.68 55,389.00 #> 1509 152826.70 12735.28 123,715.00 #> 1510 65032.98 8645.22 <NA> #> 1511 60421.99 3360.41 56,932.00 #> 1512 93445.00 NA 100,340.00 #> 1513 5000.00 NA <NA> #> 1514 118586.06 11650.75 122,500.00 #> 1515 91036.69 3149.45 84,266.00 #> 1516 4561.00 2138.99 <NA> #> 1517 62360.00 580.99 57,527.00 #> 1518 77555.00 1797.81 83,382.00 #> 1519 90135.00 1178.28 85,968.00 #> 1520 55478.00 166.88 57,142.00 #> 1521 61069.00 980.62 65,954.00 #> 1522 60514.00 3335.18 66,112.00 #> 1523 116429.00 7273.61 120,750.00 #> 1524 141609.39 2306.55 125,432.00 #> 1525 89251.62 997.99 78,000.00 #> 1526 78500.61 849.93 79,017.00 #> 1527 77638.42 NA 65,565.00 #> 1528 109200.00 NA 96,840.00 #> 1529 116166.71 2585.70 132,000.00 #> 1530 183795.44 1509.01 164,500.00 #> 1531 95738.89 NA 93,240.00 #> 1532 47678.48 750.00 62,498.00 #> 1533 85498.69 1361.00 74,473.00 #> 1534 98004.67 NA 74,286.00 #> 1535 171000.00 157.45 181,358.00 #> 1536 57227.00 4467.10 56,315.00 #> 1537 82566.00 4758.41 89,171.00 #> 1538 58047.37 1513.84 59,250.00 #> 1539 167666.66 15498.31 138,271.00 #> 1540 192653.00 12492.39 198,433.00 #> 1541 122764.29 4359.68 102,600.00 #> 1542 87508.00 3603.01 93,571.00 #> 1543 91350.00 1758.11 81,450.00 #> 1544 89448.00 NA 91,237.00 #> 1545 104841.32 5312.15 93,500.00 #> 1546 105810.00 4137.66 103,050.00 #> 1547 146925.28 25626.51 131,000.00 #> 1548 126045.39 18248.82 103,178.00 #> 1549 91418.00 NA 94,161.00 #> 1550 132720.00 4524.37 137,843.00 #> 1551 87422.00 500.00 89,608.00 #> 1552 115000.00 1410.99 92,295.00 #> 1553 6666.67 NA 105,000.00 #> 1554 47154.00 566.82 48,542.00 #> 1555 123746.00 9886.26 127,029.00 #> 1556 96975.00 2218.02 101,025.00 #> 1557 151554.50 5446.77 128,294.00 #> 1558 92666.66 5554.46 81,011.00 #> 1559 95229.00 13652.37 97,609.00 #> 1560 110028.37 2198.83 85,909.00 #> 1561 55480.00 607.77 61,250.00 #> 1562 90411.00 2187.31 101,323.00 #> 1563 101366.00 1597.48 113,891.00 #> 1564 79522.56 2692.95 69,710.00 #> 1565 101702.00 3667.83 104,752.00 #> 1566 112257.34 3480.25 87,550.00 #> 1567 87327.71 20468.57 79,794.00 #> 1568 47956.00 NA 49,354.00 #> 1569 70081.00 1623.78 74,183.00 #> 1570 34941.58 3195.69 <NA> #> 1571 63386.00 1321.57 64,939.00 #> 1572 97156.71 NA 84,690.00 #> 1573 65156.00 NA 66,696.00 #> 1574 54660.00 4688.11 56,000.00 #> 1575 53260.00 NA 54,177.00 #> 1576 116976.72 420.27 108,141.00 #> 1577 44360.00 3128.62 68,719.00 #> 1578 120555.60 1620.15 117,120.00 #> 1579 58426.00 NA 62,500.00 #> 1580 100098.00 2881.67 <NA> #> 1581 128276.00 3708.29 131,996.00 #> 1582 80401.00 2189.49 82,652.00 #> 1583 63146.95 5967.20 59,032.00 #> 1584 50580.00 3134.50 <NA> #> 1585 86296.00 4366.03 88,453.00 #> 1586 145583.00 5319.47 153,250.00 #> 1587 80805.11 NA 67,924.00 #> 1588 77491.00 1267.80 84,815.00 #> 1589 85638.00 1865.47 87,713.00 #> 1590 121846.12 NA 102,733.00 #> 1591 49950.00 NA 54,549.00 #> 1592 88966.72 1075.93 72,900.00 #> 1593 59983.00 8.00 58,692.00 #> 1594 107132.04 89.90 88,759.00 #> 1595 114034.00 8242.75 116,911.00 #> 1596 66599.72 1475.51 60,112.00 #> 1597 92720.18 440.49 78,299.00 #> 1598 61111.11 1954.91 58,800.00 #> 1599 61111.11 2140.26 58,800.00 #> 1600 53560.00 1690.89 57,845.00 #> 1601 63747.77 NA 59,670.00 #> 1602 164624.77 2333.03 127,968.00 #> 1603 87653.00 NA 89,844.00 #> 1604 77856.00 1500.00 <NA> #> 1605 198900.00 11029.70 165,600.00 #> 1606 83618.59 3011.98 82,849.00 #> 1607 75037.00 1574.40 83,477.00 #> 1608 100825.00 2348.89 92,700.00 #> 1609 82924.00 390.76 93,411.00 #> 1610 86096.12 4118.18 91,610.00 #> 1611 152768.00 353.44 143,062.00 #> 1612 90603.35 2040.79 78,000.00 #> 1613 66279.00 NA 67,869.00 #> 1614 48000.00 2050.13 77,325.00 #> 1615 76715.00 781.27 78,556.00 #> 1616 42893.00 NA 43,965.00 #> 1617 67344.44 1721.58 61,918.00 #> 1618 105447.00 1135.66 108,031.00 #> 1619 124613.36 10155.56 101,110.00 #> 1620 101836.65 4560.63 86,447.00 #> 1621 61577.77 NA 56,528.00 #> 1622 97863.66 NA <NA> #> 1623 83604.00 3120.13 94,112.00 #> 1624 125722.55 871.61 120,987.00 #> 1625 31000.00 209.90 <NA> #> 1626 83962.00 9942.36 85,642.00 #> 1627 113779.00 9988.97 124,692.00 #> 1628 52222.22 4164.45 51,500.00 #> 1629 73847.00 19378.42 75,694.00 #> 1630 90928.52 1340.38 87,286.00 #> 1631 133410.48 2879.33 113,274.00 #> 1632 25000.00 NA <NA> #> 1633 78370.02 NA 68,132.00 #> 1634 160500.00 5419.82 165,360.00 #> 1635 137425.00 6749.33 115,200.00 #> 1636 149630.00 8234.36 153,521.00 #> 1637 127870.00 6499.00 136,800.00 #> 1638 62902.02 2713.97 64,372.00 #> 1639 47262.00 2251.36 49,266.00 #> 1640 68108.00 11735.54 73,790.00 #> 1641 77611.00 NA 80,439.00 #> 1642 150303.00 5605.26 129,000.00 #> 1643 108041.00 5147.76 113,282.00 #> 1644 111111.11 777.91 104,000.00 #> 1645 77259.73 1536.44 70,807.00 #> 1646 99987.50 3116.24 99,675.00 #> 1647 23304.32 NA <NA> #> 1648 59167.24 7634.40 52,900.00 #> 1649 87086.00 3615.58 88,825.00 #> 1650 91350.00 2371.70 81,450.00 #> 1651 66186.00 160.40 116,583.00 #> 1652 101304.00 3237.38 90,139.00 #> 1653 71709.00 3422.74 73,420.00 #> 1654 98560.93 13229.03 120,497.00 #> 1655 66666.66 3446.24 66,190.00 #> 1656 136097.29 NA 114,877.00 #> 1657 157898.22 2756.27 161,867.00 #> 1658 114771.00 4472.89 118,214.00 #> 1659 186923.99 4589.99 153,624.00 #> 1660 143404.44 8548.60 121,374.00 #> 1661 110976.00 6481.51 119,305.00 #> 1662 104060.00 2936.20 108,000.00 #> 1663 53274.00 1239.83 50,470.00 #> 1664 76204.68 1473.24 75,750.00 #> 1665 108900.00 955.88 100,350.00 #> 1666 71728.00 3141.50 69,702.00 #> 1667 110798.77 8733.62 89,645.00 #> 1668 107264.00 3171.74 109,947.00 #> 1669 73981.89 466.25 61,920.00 #> 1670 113300.00 6618.55 116,133.00 #> 1671 143646.52 NA 151,207.00 #> 1672 136578.00 5485.71 136,578.00 #> 1673 7818.84 1676.81 85,124.00 #> 1674 87941.79 5115.26 73,089.00 #> 1675 75219.41 4566.53 68,673.00 #> 1676 72129.28 NA <NA> #> 1677 107162.04 5742.18 89,622.00 #> 1678 104454.84 6103.85 100,463.00 #> 1679 141186.00 106.96 147,421.00 #> 1680 96666.66 1000.00 92,249.00 #> 1681 47260.26 2387.08 <NA> #> 1682 75135.72 NA 69,217.00 #> 1683 39068.58 360.39 <NA> #> 1684 57810.00 3909.74 56,972.00 #> 1685 79388.88 3565.06 83,038.00 #> 1686 74169.00 1174.05 76,669.00 #> 1687 96555.00 2080.23 100,005.00 #> 1688 192682.00 13137.36 194,609.00 #> 1689 2000.00 NA <NA> #> 1690 58920.00 7437.46 <NA> #> 1691 36000.00 3574.85 <NA> #> 1692 117520.78 9256.73 103,751.00 #> 1693 70260.46 5411.19 58,088.00 #> 1694 80791.00 4333.27 82,971.00 #> 1695 143890.39 6121.92 121,581.00 #> 1696 121685.00 3895.35 124,849.00 #> 1697 94357.29 1553.00 86,149.00 #> 1698 100572.00 2631.25 115,589.00 #> 1699 134281.00 17801.68 137,638.00 #> 1700 93073.00 4874.55 94,934.00 #> 1701 79511.60 7308.37 70,662.00 #> 1702 61162.00 1511.90 66,055.00 #> 1703 76772.40 141.89 70,874.00 #> 1704 43723.00 1500.00 <NA> #> 1705 87165.00 1721.54 113,225.00 #> 1706 214469.28 47931.86 172,189.00 #> 1707 106578.00 5357.38 85,336.00 #> 1708 94554.53 958.75 78,293.00 #> 1709 123600.00 NA 127,306.00 #> 1710 66051.39 2778.07 64,139.00 #> 1711 10446.00 NA 63,805.00 #> 1712 98843.79 3341.16 84,677.00 #> 1713 85742.56 2041.05 80,169.00 #> 1714 137990.94 NA 134,202.00 #> 1715 55010.00 4323.58 56,498.00 #> 1716 2187.50 NA <NA> #> 1717 64638.36 247.84 <NA> #> 1718 34838.00 2544.02 <NA> #> 1719 103022.46 340.16 90,268.00 #> 1720 110335.98 6632.84 88,000.00 #> 1721 95649.00 2858.68 78,985.00 #> 1722 102569.88 2374.79 85,830.00 #> 1723 88500.00 1238.63 92,655.00 #> 1724 125000.00 8124.53 128,750.00 #> 1725 157598.87 1774.36 131,000.00 #> 1726 31249.98 5043.16 64,063.00 #> 1727 48577.50 10032.13 56,548.00 #> 1728 46496.00 NA 84,960.00 #> 1729 151200.00 6414.16 155,700.00 #> 1730 60010.00 780.46 58,049.00 #> 1731 116604.46 182.97 95,546.00 #> 1732 166184.34 4802.06 128,714.00 #> 1733 69458.70 NA 61,000.00 #> 1734 80494.00 1062.05 <NA> #> 1735 74909.00 2129.30 75,910.00 #> 1736 195483.11 7087.19 145,510.00 #> 1737 85662.45 2709.75 74,544.00 #> 1738 88095.55 2403.75 84,630.00 #> 1739 102508.03 7378.61 82,000.00 #> 1740 119371.00 NA 121,871.00 #> 1741 202666.72 3961.28 152,000.00 #> 1742 55652.00 NA 57,322.00 #> 1743 88901.88 5111.30 <NA> #> 1744 31877.00 2436.66 32,833.00 #> 1745 63444.44 7601.92 57,886.00 #> 1746 41819.00 695.04 44,828.00 #> 1747 68690.27 1600.00 66,988.00 #> 1748 87969.74 NA <NA> #> 1749 117484.00 1818.17 124,000.00 #> 1750 100227.00 135.00 109,000.00 #> 1751 86333.33 3921.86 81,218.00 #> 1752 91285.00 5437.46 93,656.00 #> 1753 100029.00 2406.74 102,530.00 #> 1754 178602.43 1806.41 161,512.00 #> 1755 101354.00 21001.02 107,395.00 #> 1756 27187.50 26957.29 167,856.00 #> 1757 35571.92 4949.91 53,898.00 #> 1758 51732.00 7473.19 53,284.00 #> 1759 69882.48 196.00 75,455.00 #> 1760 15000.00 NA 135,000.00 #> 1761 68441.00 2401.18 70,152.00 #> 1762 206227.52 8440.43 169,785.00 #> 1763 60989.00 1502.29 57,566.00 #> 1764 83895.61 3055.07 85,984.00 #> 1765 63757.00 NA <NA> #> 1766 59622.00 1193.47 59,785.00 #> 1767 172788.34 12781.21 142,000.00 #> 1768 44116.70 2441.11 <NA> #> 1769 49438.00 2813.35 50,427.00 #> 1770 111468.50 4663.95 105,975.00 #> 1771 68284.00 NA 69,913.00 #> 1772 118035.00 13749.09 122,798.00 #> 1773 125699.00 3634.34 129,470.00 #> 1774 74849.46 3766.64 82,327.00 #> 1775 131912.30 7527.47 103,660.00 #> 1776 83358.00 4463.64 86,318.00 #> 1777 35688.00 NA 59,777.00 #> 1778 107258.40 6676.65 86,000.00 #> 1779 109683.00 1961.53 112,590.00 #> 1780 58740.66 2784.96 58,299.00 #> 1781 2888.88 NA <NA> #> 1782 107733.39 1788.29 84,224.00 #> 1783 36611.00 232.64 72,665.00 #> 1784 85829.33 1912.30 75,591.00 #> 1785 143555.00 4953.41 148,385.00 #> 1786 73563.00 NA 85,768.00 #> 1787 160739.37 1156.81 123,048.00 #> 1788 128550.00 7241.99 99,450.00 #> 1789 119524.82 7053.19 <NA> #> 1790 106872.00 16457.94 81,957.00 #> 1791 61800.00 1361.93 60,000.00 #> 1792 97149.55 3785.25 <NA> #> 1793 55271.00 NA 56,376.00 #> 1794 68726.16 1132.56 61,250.00 #> 1795 64262.00 NA 65,649.00 #> 1796 150350.00 3921.70 156,364.00 #> 1797 199381.15 9856.47 174,078.00 #> 1798 115560.08 11650.59 95,858.00 #> 1799 65664.00 966.67 68,294.00 #> 1800 58947.24 1523.47 <NA> #> 1801 75638.00 3535.89 78,302.00 #> 1802 91924.00 NA 101,867.00 #> 1803 63102.00 NA <NA> #> 1804 68207.00 681.90 69,912.00 #> 1805 67777.22 2422.91 64,852.00 #> 1806 86933.66 4446.70 69,546.00 #> 1807 101934.55 NA 90,003.00 #> 1808 200656.46 4362.92 264,516.00 #> 1809 97011.00 5477.40 102,500.00 #> 1810 65422.88 5062.91 57,491.00 #> 1811 117473.00 248.74 119,822.00 #> 1812 147571.00 NA 150,977.00 #> 1813 3898.91 NA <NA> #> 1814 27702.00 2311.42 28,695.00 #> 1815 64361.00 750.00 65,361.00 #> 1816 90129.00 1041.53 89,129.00 #> 1817 126138.23 2213.02 <NA> #> 1818 86018.00 1102.95 89,473.00 #> 1819 24667.56 791.86 <NA> #> 1820 106333.36 26407.05 91,110.00 #> 1821 66006.61 309.32 61,440.00 #> 1822 228458.64 2972.79 182,757.00 #> 1823 78348.00 452.72 80,346.00 #> 1824 123794.00 7.65 127,594.00 #> 1825 53761.00 1542.61 52,596.00 #> 1826 119194.39 4742.27 125,309.00 #> 1827 90870.97 1607.34 70,345.00 #> 1828 94555.33 1355.00 76,141.00 #> 1829 122222.22 4637.51 121,750.00 #> 1830 90385.00 2621.00 91,288.00 #> 1831 86337.00 4719.24 88,000.00 #> 1832 50145.38 NA 110,121.00 #> 1833 98359.00 241.59 100,181.00 #> 1834 103914.00 2250.00 <NA> #> 1835 139392.00 1748.10 150,000.00 #> 1836 48899.07 NA 66,500.00 #> 1837 60013.00 1598.13 61,063.00 #> 1838 77094.00 3218.27 78,867.00 #> 1839 92293.24 1396.88 85,340.00 #> 1840 35241.64 3741.94 <NA> #> 1841 10165.05 883.97 <NA> #> 1842 71669.06 3118.18 74,230.00 #> 1843 166012.91 1372.54 155,000.00 #> 1844 100061.23 NA 110,983.00 #> 1845 99329.22 NA 88,025.00 #> 1846 86066.89 1867.26 74,136.00 #> 1847 67808.00 1249.12 70,012.00 #> 1848 172952.16 5137.76 147,063.00 #> 1849 147549.03 27232.94 126,144.00 #> 1850 102950.00 3089.15 105,009.00 #> 1851 56667.60 2488.64 55,057.00 #> 1852 88115.83 NA 80,403.00 #> 1853 116785.55 42.74 108,460.00 #> 1854 77197.00 NA 104,253.00 #> 1855 200979.24 2735.05 144,300.00 #> 1856 83792.60 1528.63 81,257.00 #> 1857 87950.55 NA 96,075.00 #> 1858 121050.48 1506.82 131,723.00 #> 1859 76030.00 1162.47 129,460.00 #> 1860 133406.00 1771.85 138,075.00 #> 1861 93443.00 717.81 95,405.00 #> 1862 82000.00 NA 87,459.00 #> 1863 78846.00 4207.42 80,817.00 #> 1864 207778.00 4247.93 214,012.00 #> 1865 71683.00 380.00 76,700.00 #> 1866 50338.50 NA 53,125.00 #> 1867 95702.25 7038.28 86,317.00 #> 1868 56787.00 1753.38 57,212.00 #> 1869 91322.22 475.10 68,962.00 #> 1870 58758.00 1285.87 60,226.00 #> 1871 83853.00 NA 88,046.00 #> 1872 91126.60 8015.80 94,626.00 #> 1873 168747.27 5425.01 138,990.00 #> 1874 55710.00 1006.39 56,849.00 #> 1875 106683.00 NA 110,417.00 #> 1876 157285.04 5794.00 124,500.00 #> 1877 117755.00 1292.92 126,533.00 #> 1878 55649.84 1672.82 51,968.00 #> 1879 105570.00 NA 108,209.00 #> 1880 47134.62 NA <NA> #> 1881 79625.00 7065.17 70,298.00 #> 1882 112099.00 800.50 115,462.00 #> 1883 112523.00 8260.74 122,335.00 #> 1884 39063.52 300.00 74,004.00 #> 1885 94357.00 914.49 99,907.00 #> 1886 66950.00 1604.44 <NA> #> 1887 102732.00 NA 102,732.00 #> 1888 54833.33 NA 48,130.00 #> 1889 106002.00 1882.79 107,161.00 #> 1890 156366.00 6709.79 161,370.00 #> 1891 127302.00 1140.00 131,002.00 #> 1892 103379.23 7591.55 90,848.00 #> 1893 97871.87 7961.79 105,299.00 #> 1894 29212.00 400.00 29,942.00 #> 1895 148514.00 5087.76 159,000.00 #> 1896 80260.03 3822.94 62,302.00 #> 1897 76540.00 110.00 78,675.00 #> 1898 50000.00 1664.31 <NA> #> 1899 116315.00 14442.50 121,804.00 #> 1900 129902.00 6940.53 107,248.00 #> 1901 61111.11 1316.43 58,775.00 #> 1902 40634.00 37.38 38,834.00 #> 1903 134456.04 8606.00 103,867.00 #> 1904 32311.00 NA 33,280.00 #> 1905 56942.00 2156.86 68,650.00 #> 1906 108049.00 916.59 121,451.00 #> 1907 75837.51 1694.77 80,199.00 #> 1908 35769.91 NA <NA> #> 1909 94881.00 246.48 119,841.00 #> 1910 91540.41 NA 76,616.00 #> 1911 108846.24 6263.61 92,410.00 #> 1912 118904.93 618.81 96,776.00 #> 1913 100687.68 NA <NA> #> 1914 71957.00 900.00 73,662.00 #> 1915 109022.00 6374.23 119,022.00 #> 1916 157973.95 4000.67 121,950.00 #> 1917 90184.88 1079.21 79,797.00 #> 1918 137053.59 3069.32 105,963.00 #> 1919 120530.31 9777.29 96,179.00 #> 1920 114234.00 4183.15 117,661.00 #> 1921 121900.00 2092.65 134,750.00 #> 1922 101032.21 4296.73 100,367.00 #> 1923 86399.00 NA 88,343.00 #> 1924 129921.16 4071.86 116,700.00 #> 1925 104677.00 1570.85 <NA> #> 1926 122739.00 1349.13 131,650.00 #> 1927 84399.99 3470.86 73,010.00 #> 1928 104396.00 1869.55 107,344.00 #> 1929 91173.61 1512.01 89,970.00 #> 1930 173157.39 7228.24 136,870.00 #> 1931 67391.00 1990.17 72,276.00 #> 1932 138001.60 8729.40 117,640.00 #> 1933 214270.71 13532.26 167,130.00 #> 1934 87786.00 1907.88 89,542.00 #> 1935 12777.77 NA <NA> #> 1936 157120.03 1656.97 122,375.00 #> 1937 157120.03 2283.29 127,535.00 #> 1938 22609.52 NA <NA> #> 1939 123152.22 1553.55 116,665.00 #> 1940 150241.00 6135.79 160,152.00 #> 1941 95590.00 NA 100,532.00 #> 1942 164958.44 865.07 139,615.00 #> 1943 125000.00 4838.75 136,030.00 #> 1944 99761.15 571.80 83,842.00 #> 1945 109420.01 2136.40 96,141.00 #> 1946 138954.51 7956.31 138,865.00 #> 1947 69912.12 6438.13 65,119.00 #> 1948 91881.00 94.80 93,531.00 #> 1949 83814.33 1242.16 78,013.00 #> 1950 86565.93 906.90 <NA> #> 1951 96447.22 6681.86 77,570.00 #> 1952 112978.00 2317.10 108,578.00 #> 1953 86928.00 1658.46 89,102.00 #> 1954 81734.60 NA 74,200.00 #> 1955 89064.44 6629.00 88,731.00 #> 1956 126253.79 NA 109,995.00 #> 1957 97474.87 NA 84,000.00 #> 1958 134750.00 10037.71 120,150.00 #> 1959 90528.00 5967.89 71,167.00 #> 1960 76305.00 2997.41 80,560.00 #> 1961 6200.00 1015.00 <NA> #> 1962 67097.24 5898.12 65,430.00 #> 1963 59108.00 NA 101,467.00 #> 1964 202701.39 13025.93 162,026.00 #> 1965 105082.72 2210.02 81,492.00 #> 1966 228194.66 33678.41 178,281.00 #> 1967 69724.00 1869.52 71,401.00 #> 1968 59311.22 5479.37 58,805.00 #> 1969 109040.00 2100.00 112,856.00 #> 1970 59284.00 2120.25 61,063.00 #> 1971 102005.00 1885.46 101,921.00 #> 1972 100218.00 6071.67 108,725.00 #> 1973 67671.00 662.22 73,171.00 #> 1974 66901.05 3663.93 60,069.00 #> 1975 101650.00 NA 101,850.00 #> 1976 154000.02 7424.25 123,888.00 #> 1977 107654.00 NA 110,076.00 #> 1978 57397.78 986.74 47,999.00 #> 1979 126399.00 1824.02 129,236.00 #> 1980 95683.33 6930.20 74,709.00 #> 1981 99718.00 1000.00 101,214.00 #> 1982 66852.00 NA 66,695.00 #> 1983 109346.20 9861.56 84,737.00 #> 1984 36998.72 4760.28 <NA> #> 1985 94810.00 6647.46 97,180.00 #> 1986 89425.00 2322.51 91,392.00 #> 1987 75000.00 1927.54 80,975.00 #> 1988 93975.00 2230.30 83,925.00 #> 1989 101925.00 7059.62 105,075.00 #> 1990 132700.00 1288.58 145,873.00 #> 1991 79333.31 2677.52 71,948.00 #> 1992 99711.13 1068.75 81,480.00 #> 1993 17250.00 NA 69,953.00 #> 1994 99955.55 NA 81,160.00 #> 1995 137232.00 8958.12 141,349.00 #> 1996 160149.50 1487.36 131,000.00 #> 1997 84075.33 3520.20 162,291.00 #> 1998 108099.00 NA 109,180.00 #> 1999 191718.00 4778.47 158,000.00 #> 2000 92202.00 2074.47 94,969.00 #> 2001 166118.00 1906.81 174,533.00 #> 2002 105033.39 1101.62 84,398.00 #> 2003 107371.32 2188.73 86,825.00 #> 2004 97276.00 2101.50 99,903.00 #> 2005 98369.00 1250.82 100,828.00 #> 2006 158125.00 776.61 127,350.00 #> 2007 112065.68 6156.10 88,550.00 #> 2008 130000.00 1381.24 156,300.00 #> 2009 117394.44 1878.24 123,134.00 #> 2010 103072.39 14985.86 89,862.00 #> 2011 67659.60 7295.45 57,157.00 #> 2012 64444.44 2734.55 59,250.00 #> 2013 147237.50 8943.31 123,975.00 #> 2014 78714.00 2632.00 79,611.00 #> 2015 54111.00 NA 55,217.00 #> 2016 60052.22 NA 116,000.00 #> 2017 45571.00 1475.71 46,939.00 #> 2018 52915.00 362.17 54,377.00 #> 2019 285375.81 22607.76 265,086.00 #> 2020 110333.40 9116.82 87,214.00 #> 2021 172818.88 297.72 164,137.00 #> 2022 90444.36 13859.18 84,283.00 #> 2023 209751.14 10934.24 171,361.00 #> 2024 86275.00 1976.60 91,863.00 #> 2025 162876.00 12919.99 167,436.00 #> 2026 71471.00 2784.12 <NA> #> 2027 165525.00 1192.07 177,000.00 #> 2028 55792.00 380.30 55,748.00 #> 2029 183407.55 3046.93 143,000.00 #> 2030 110666.67 3327.11 95,000.00 #> 2031 105908.88 NA 97,029.00 #> 2032 101018.24 1444.28 77,848.00 #> 2033 64947.00 646.10 <NA> #> 2034 151339.00 3270.22 157,392.00 #> 2035 71385.83 1988.52 69,500.00 #> 2036 52128.00 1071.50 53,312.00 #> 2037 144588.96 7069.27 155,000.00 #> 2038 74303.00 3848.47 76,161.00 #> 2039 143593.88 480.51 110,000.00 #> 2040 32694.42 2014.11 54,196.00 #> 2041 63963.79 4314.52 59,935.00 #> 2042 56752.00 NA <NA> #> 2043 64276.39 298.89 63,475.00 #> 2044 131816.02 419.43 101,976.00 #> 2045 163535.14 1987.41 135,000.00 #> 2046 71101.98 NA 73,847.00 #> 2047 220502.47 18034.80 170,803.00 #> 2048 48860.00 524.99 49,650.00 #> 2049 82433.48 4300.44 82,337.00 #> 2050 95185.44 2840.74 133,568.00 #> 2051 66446.93 35.00 59,601.00 #> 2052 41795.00 NA 45,204.00 #> 2053 141546.00 5116.84 152,302.00 #> 2054 97066.00 2276.15 99,492.00 #> 2055 59116.00 NA 61,328.00 #> 2056 61183.00 9447.13 51,286.00 #> 2057 95954.82 2757.47 89,573.00 #> 2058 82295.24 NA 80,410.00 #> 2059 115500.00 6822.61 118,451.00 #> 2060 66584.00 490.49 64,802.00 #> 2061 2674.07 NA <NA> #> 2062 160200.03 18663.18 128,875.00 #> 2063 50470.00 NA <NA> #> 2064 91567.05 5752.43 81,627.00 #> 2065 2000.00 NA <NA> #> 2066 74437.00 1881.19 76,568.00 #> 2067 208330.00 31129.22 162,225.00 #> 2068 103760.47 8325.28 87,519.00 #> 2069 91894.48 4129.79 <NA> #> 2070 96001.31 3768.32 75,850.00 #> 2071 95192.00 670.49 101,771.00 #> 2072 94829.00 855.66 99,859.00 #> 2073 67482.22 2417.06 63,163.00 #> 2074 105616.52 4596.53 119,114.00 #> 2075 62517.47 2062.31 57,713.00 #> 2076 90745.00 3063.77 92,923.00 #> 2077 92700.00 NA 95,481.00 #> 2078 115669.00 2630.09 118,560.00 #> 2079 152694.71 9679.98 119,924.00 #> 2080 138532.00 1123.94 149,743.00 #> 2081 87788.20 2718.18 94,640.00 #> 2082 128912.00 25788.61 132,536.00 #> 2083 97600.00 1480.28 91,705.00 #> 2084 138837.94 3724.17 <NA> #> 2085 149608.88 5066.33 138,341.00 #> 2086 69763.02 52.98 115,449.00 #> 2087 83841.67 3851.76 69,412.00 #> 2088 88804.35 2792.43 86,400.00 #> 2089 147323.00 17596.13 151,743.00 #> 2090 153805.00 3259.40 150,293.00 #> 2091 171535.00 4265.68 178,616.00 #> 2092 85528.10 2742.34 66,214.00 #> 2093 70648.81 774.91 68,218.00 #> 2094 50806.00 NA 78,114.00 #> 2095 71546.72 629.14 74,000.00 #> 2096 116278.00 NA 118,778.00 #> 2097 119999.99 17047.72 <NA> #> 2098 118180.02 7569.31 94,352.00 #> 2099 56551.00 2172.41 57,451.00 #> 2100 168254.50 7191.98 139,757.00 #> 2101 97527.00 4365.48 100,453.00 #> 2102 60003.00 5889.36 61,203.00 #> 2103 41344.00 NA <NA> #> 2104 95984.44 6239.22 88,546.00 #> 2105 153536.14 4838.67 129,065.00 #> 2106 87041.00 6946.28 89,652.00 #> 2107 71494.00 NA 73,281.00 #> 2108 64990.00 3504.10 61,853.00 #> 2109 82936.44 3128.72 <NA> #> 2110 5112.03 NA <NA> #> 2111 83865.00 NA 85,542.00 #> 2112 78226.38 3407.50 66,356.00 #> 2113 49529.00 1637.98 58,834.00 #> 2114 44540.00 NA 51,239.00 #> 2115 72794.00 4687.10 76,505.00 #> 2116 45479.46 3262.89 62,153.00 #> 2117 126169.47 7457.96 105,201.00 #> 2118 57075.44 NA 53,579.00 #> 2119 89365.56 153.34 82,842.00 #> 2120 129604.86 16965.70 108,572.00 #> 2121 227829.42 4933.52 159,552.00 #> 2122 128902.00 2426.46 143,347.00 #> 2123 61028.00 1842.77 63,469.00 #> 2124 141877.77 5860.27 131,521.00 #> 2125 67630.00 NA 71,512.00 #> 2126 78425.59 5201.77 66,106.00 #> 2127 78577.84 2046.96 71,750.00 #> 2128 58621.00 NA 64,043.00 #> 2129 114772.40 4897.85 94,804.00 #> 2130 105650.00 2524.56 112,311.00 #> 2131 104918.00 NA 107,541.00 #> 2132 197676.00 15646.98 152,701.00 #> 2133 74652.73 12215.86 65,908.00 #> 2134 121549.96 9929.41 144,000.00 #> 2135 125991.00 3497.70 129,771.00 #> 2136 73183.00 NA 75,013.00 #> 2137 102890.00 5016.90 125,000.00 #> 2138 123324.00 4684.95 129,024.00 #> 2139 89473.00 NA 90,624.00 #> 2140 178666.66 40.74 176,000.00 #> 2141 115678.00 5674.57 105,163.00 #> 2142 158344.00 8887.95 163,094.00 #> 2143 65912.00 2707.90 67,540.00 #> 2144 77777.77 2210.91 78,100.00 #> 2145 56933.00 1440.45 58,446.00 #> 2146 49888.03 NA 28,193.00 #> 2147 91821.39 11475.91 74,832.00 #> 2148 60075.62 3727.69 51,057.00 #> 2149 192690.60 8124.72 170,000.00 #> 2150 58389.00 NA 80,185.00 #> 2151 74031.00 276.40 75,797.00 #> 2152 76549.00 3778.52 80,345.00 #> 2153 137437.56 9756.89 118,646.00 #> 2154 85191.00 NA 116,996.00 #> 2155 41547.02 NA <NA> #> 2156 50030.00 1239.94 53,532.00 #> 2157 101229.34 6215.24 84,350.00 #> 2158 62271.88 NA <NA> #> 2159 62047.00 NA 65,149.00 #> 2160 111460.00 902.52 118,818.00 #> 2161 91861.00 788.00 77,618.00 #> 2162 122607.03 3835.40 112,500.00 #> 2163 105335.00 2908.17 108,076.00 #> 2164 83383.97 54.00 <NA> #> 2165 123288.00 3094.96 128,987.00 #> 2166 103065.04 10904.20 107,019.00 #> 2167 113060.00 5606.04 126,582.00 #> 2168 39583.30 1643.51 97,850.00 #> 2169 98182.46 4622.41 95,529.00 #> 2170 96554.44 5468.06 88,637.00 #> 2171 115316.83 3402.18 106,843.00 #> 2172 99436.00 11247.50 101,277.00 #> 2173 190695.33 3855.27 140,800.00 #> 2174 202666.70 7208.69 158,470.00 #> 2175 96307.00 1217.24 88,937.00 #> 2176 2000.00 NA <NA> #> 2177 141890.93 7976.84 121,193.00 #> 2178 69431.00 1559.32 77,014.00 #> 2179 62777.82 855.62 53,100.00 #> 2180 56859.45 17927.12 56,880.00 #> 2181 137419.97 3390.14 115,034.00 #> 2182 40065.33 4550.17 61,480.00 #> 2183 139064.00 10106.57 145,000.00 #> 2184 106598.00 7178.49 115,796.00 #> 2185 54810.00 432.59 55,690.00 #> 2186 108876.00 5384.35 112,144.00 #> 2187 86921.96 4665.26 87,799.00 #> 2188 144489.56 1967.65 128,780.00 #> 2189 173555.56 2447.83 168,650.00 #> 2190 82537.00 5047.38 89,889.00 #> 2191 181861.85 2846.86 159,000.00 #> 2192 53210.00 774.05 49,695.00 #> 2193 70870.00 1405.50 77,525.00 #> 2194 54707.00 NA 56,895.00 #> 2195 2856.00 NA <NA> #> 2196 106329.00 3548.33 108,987.00 #> 2197 123599.99 7437.57 95,018.00 #> 2198 52048.00 2955.07 53,397.00 #> 2199 52803.00 NA 21,987.00 #> 2200 43511.00 NA 73,243.00 #> 2201 84491.94 1079.63 69,553.00 #> 2202 97906.00 NA 102,843.00 #> 2203 56274.48 2511.41 62,145.00 #> 2204 130536.70 4116.19 132,736.00 #> 2205 9503.70 228.88 <NA> #> 2206 124800.00 NA 128,450.00 #> 2207 50464.02 1785.66 <NA> #> 2208 76682.22 5144.50 74,383.00 #> 2209 63309.00 471.45 86,137.00 #> 2210 125626.72 4140.55 97,047.00 #> 2211 5555.56 NA 100,000.00 #> 2212 80000.00 10525.11 92,000.00 #> 2213 115185.89 3411.34 92,558.00 #> 2214 160606.48 5370.60 133,003.00 #> 2215 58428.00 1848.77 57,628.00 #> 2216 61005.00 2388.69 66,845.00 #> 2217 95550.00 2598.07 85,275.00 #> 2218 72240.18 452.12 58,331.00 #> 2219 79822.37 9660.95 64,901.00 #> 2220 75854.99 3618.32 78,927.00 #> 2221 116308.04 2029.38 122,521.00 #> 2222 155944.43 1216.36 139,366.00 #> 2223 118424.00 2804.67 123,908.00 #> 2224 147356.00 3191.81 151,040.00 #> 2225 46966.00 NA 84,771.00 #> 2226 108766.00 4180.84 120,181.00 #> 2227 88222.22 4938.00 82,000.00 #> 2228 77933.33 8244.69 63,967.00 #> 2229 122235.00 NA 131,500.00 #> 2230 159852.21 11685.72 130,000.00 #> 2231 90344.00 10193.76 96,054.00 #> 2232 64297.00 NA 66,726.00 #> 2233 107400.00 10517.53 110,622.00 #> 2234 92155.59 12295.84 85,057.00 #> 2235 92839.59 1073.10 90,675.00 #> 2236 87238.00 511.93 95,083.00 #> 2237 199999.98 12112.04 160,500.00 #> 2238 109625.61 NA 107,500.00 #> 2239 110488.24 4448.57 102,104.00 #> 2240 80104.02 1376.82 70,283.00 #> 2241 71278.00 3887.45 73,100.00 #> 2242 129362.44 1415.85 115,514.00 #> 2243 92675.00 3407.68 95,455.00 #> 2244 138873.00 1708.43 152,634.00 #> 2245 66769.24 13636.79 63,339.00 #> 2246 97776.84 1034.83 87,036.00 #> 2247 109008.00 1010.70 148,251.00 #> 2248 105332.00 2275.06 113,491.00 #> 2249 79510.00 NA 80,360.00 #> 2250 79616.00 NA 80,466.00 #> 2251 79455.00 603.81 81,442.00 #> 2252 64237.00 NA 64,237.00 #> 2253 105310.00 6746.93 106,924.00 #> 2254 77881.12 1809.32 74,300.00 #> 2255 15136.36 1835.00 <NA> #> 2256 103006.66 1991.41 100,085.00 #> 2257 94065.60 3999.78 97,850.00 #> 2258 93975.00 NA 83,925.00 #> 2259 55833.33 2536.99 51,380.00 #> 2260 1217.39 NA <NA> #> 2261 38493.00 NA <NA> #> 2262 73000.00 2144.15 78,316.00 #> 2263 60901.00 740.84 65,770.00 #> 2264 50102.00 2519.92 51,605.00 #> 2265 70444.44 4688.57 65,540.00 #> 2266 145606.22 9801.29 108,828.00 #> 2267 69269.50 965.93 68,141.00 #> 2268 70958.00 11346.26 77,299.00 #> 2269 81410.34 1859.45 70,839.00 #> 2270 88400.00 13796.87 <NA> #> 2271 173786.72 8942.71 134,238.00 #> 2272 88588.89 10811.22 86,046.00 #> 2273 62192.00 1780.32 67,327.00 #> 2274 53175.55 2864.91 55,730.00 #> 2275 65212.00 87.83 71,080.00 #> 2276 36514.63 NA <NA> #> 2277 55883.60 4305.32 54,394.00 #> 2278 2944.44 NA <NA> #> 2279 50363.00 1168.58 <NA> #> 2280 132512.49 11736.70 103,882.00 #> 2281 117688.50 4855.05 94,677.00 #> 2282 116053.35 3980.36 94,361.00 #> 2283 75867.00 5879.87 78,367.00 #> 2284 40437.00 NA 41,447.00 #> 2285 112619.00 NA 113,745.00 #> 2286 130666.70 5854.36 115,463.00 #> 2287 141708.00 1908.38 131,333.00 #> 2288 58460.00 143.64 59,855.00 #> 2289 108444.00 6012.55 93,746.00 #> 2290 125355.05 3250.65 100,026.00 #> 2291 130285.56 6586.80 120,757.00 #> 2292 59779.99 541.20 57,453.00 #> 2293 66528.66 NA 56,081.00 #> 2294 116527.00 1425.64 <NA> #> 2295 87107.57 42.74 83,734.00 #> 2296 93066.71 10536.51 78,194.00 #> 2297 131188.70 2963.37 107,501.00 #> 2298 200050.00 1306.26 210,231.00 #> 2299 8000.00 NA <NA> #> 2300 84712.00 750.29 93,179.00 #> 2301 120941.33 4141.40 105,269.00 #> 2302 65408.00 NA 67,370.00 #> 2303 166726.89 7652.21 136,288.00 #> 2304 153526.66 2970.46 136,200.00 #> 2305 72500.00 6966.01 78,000.00 #> 2306 64599.14 1389.27 55,657.00 #> 2307 51834.21 1773.87 68,324.00 #> 2308 97777.76 5176.25 82,400.00 #> 2309 160980.00 NA 156,250.00 #> 2310 99426.00 NA 104,409.00 #> 2311 64055.00 26.94 65,592.00 #> 2312 94555.53 NA 80,194.00 #> 2313 64976.35 NA <NA> #> 2314 70022.22 2088.51 70,106.00 #> 2315 92222.22 1625.05 85,158.00 #> 2316 68182.00 2090.07 69,532.00 #> 2317 30174.00 991.54 31,514.00 #> 2318 63333.33 750.00 58,700.00 #> 2319 74597.10 332.05 <NA> #> 2320 91733.45 3029.66 71,725.00 #> 2321 65679.02 7468.46 85,224.00 #> 2322 85595.00 584.30 87,902.00 #> 2323 98757.50 5091.67 88,200.00 #> 2324 123566.72 14830.02 112,335.00 #> 2325 55555.55 1200.00 51,000.00 #> 2326 50836.88 NA 77,477.00 #> 2327 95705.91 4518.90 79,476.00 #> 2328 4000.00 NA 60,000.00 #> 2329 128071.71 11499.47 105,388.00 #> 2330 104052.78 2882.78 83,462.00 #> 2331 194183.99 40828.43 149,644.00 #> 2332 153333.32 2496.59 129,276.00 #> 2333 102750.00 6366.01 85,725.00 #> 2334 129334.72 1111.66 101,011.00 #> 2335 176818.33 81.48 158,215.00 #> 2336 88153.87 2512.78 108,150.00 #> 2337 64640.00 2241.69 67,480.00 #> 2338 146739.00 1900.62 157,936.00 #> 2339 71342.02 8601.64 95,581.00 #> 2340 97182.78 4305.91 78,954.00 #> 2341 71149.54 819.04 59,793.00 #> 2342 70922.94 15547.97 101,704.00 #> 2343 112312.19 2751.55 89,983.00 #> 2344 143752.00 3811.89 152,065.00 #> 2345 117635.00 NA 125,635.00 #> 2346 100025.44 1039.99 99,002.00 #> 2347 171000.00 12346.72 175,275.00 #> 2348 72286.66 6406.95 66,309.00 #> 2349 91260.00 8381.25 99,475.00 #> 2350 61218.00 NA 61,510.00 #> 2351 134931.00 445.10 146,979.00 #> 2352 120121.00 NA 126,225.00 #> 2353 72096.66 962.42 66,487.00 #> 2354 36000.00 300.00 50,000.00 #> 2355 66428.00 1427.39 67,757.00 #> 2356 79427.91 911.43 67,185.00 #> 2357 124968.00 5394.39 128,842.00 #> 2358 72100.00 4815.47 <NA> #> 2359 75964.00 748.60 77,464.00 #> 2360 117775.74 851.88 98,989.00 #> 2361 95231.00 1065.00 97,789.00 #> 2362 126072.00 40.95 129,224.00 #> 2363 110004.00 NA 112,204.00 #> 2364 89133.28 1692.14 80,595.00 #> 2365 112000.00 NA 116,144.00 #> 2366 81671.55 6999.08 79,172.00 #> 2367 41610.00 3266.39 50,000.00 #> 2368 50873.13 2715.67 56,000.00 #> 2369 83358.40 2869.59 79,794.00 #> 2370 164233.50 31383.63 139,806.00 #> 2371 73226.87 6459.89 63,200.00 #> 2372 116670.00 1125.30 119,140.00 #> 2373 186954.66 10591.24 144,142.00 #> 2374 120341.00 1618.33 120,572.00 #> 2375 180189.00 16290.01 185,595.00 #> 2376 88222.22 3821.35 81,218.00 #> 2377 108692.00 NA 111,622.00 #> 2378 47333.28 1716.27 73,130.00 #> 2379 104000.00 1425.91 107,580.00 #> 2380 103614.11 5002.43 86,668.00 #> 2381 110847.00 1094.56 116,143.00 #> 2382 123685.00 1160.50 126,868.00 #> 2383 66138.00 2776.54 66,938.00 #> 2384 160278.68 381.43 140,000.00 #> 2385 144576.22 1583.50 109,444.00 #> 2386 79245.00 4687.46 85,018.00 #> 2387 93268.00 3492.48 95,809.00 #> 2388 126080.65 13583.01 113,024.00 #> 2389 97554.44 1824.70 89,994.00 #> 2390 50979.11 416.10 49,296.00 #> 2391 92005.60 2430.92 73,160.00 #> 2392 91111.10 1016.79 84,866.00 #> 2393 17728.85 NA <NA> #> 2394 45974.00 2482.94 <NA> #> 2395 90314.00 5112.00 93,023.00 #> 2396 90684.00 2200.63 101,859.00 #> 2397 170001.23 NA 141,250.00 #> 2398 53200.00 4489.39 54,400.00 #> 2399 151164.00 6048.88 119,208.00 #> 2400 67690.00 5358.07 65,856.00 #> 2401 63657.57 1503.17 56,100.00 #> 2402 93020.00 1885.22 104,535.00 #> 2403 70866.60 996.35 61,291.00 #> 2404 66490.77 308.75 56,530.00 #> 2405 150031.15 9103.73 126,861.00 #> 2406 108454.48 2455.87 83,863.00 #> 2407 122362.22 2678.89 117,602.00 #> 2408 59235.00 NA 59,350.00 #> 2409 104303.01 6368.10 94,897.00 #> 2410 171769.13 5547.29 139,617.00 #> 2411 75841.36 2514.12 61,046.00 #> 2412 139805.96 2343.81 112,230.00 #> 2413 86173.21 766.69 128,000.00 #> 2414 234755.53 12214.18 191,432.00 #> 2415 6000.00 NA <NA> #> 2416 101921.00 1508.73 110,000.00 #> 2417 172479.50 4024.72 128,271.00 #> 2418 77510.17 2945.94 78,536.00 #> 2419 116114.00 4324.26 117,427.00 #> 2420 101510.00 3948.22 108,054.00 #> 2421 62026.11 1346.69 57,099.00 #> 2422 54098.00 3124.44 55,998.00 #> 2423 78335.55 816.24 71,639.00 #> 2424 12000.00 NA <NA> #> 2425 134019.00 5252.47 142,123.00 #> 2426 74772.05 7910.14 58,362.00 #> 2427 74815.00 NA 77,059.00 #> 2428 66169.00 1821.51 68,504.00 #> 2429 80308.48 6455.98 71,660.00 #> 2430 90631.26 2910.25 88,128.00 #> 2431 57833.32 1000.00 53,003.00 #> 2432 89222.24 3222.81 74,825.00 #> 2433 97884.83 12263.07 82,356.00 #> 2434 154924.61 5513.13 135,231.00 #> 2435 138569.00 3462.37 146,226.00 #> 2436 81545.00 489.90 89,298.00 #> 2437 108888.88 6388.77 103,940.00 #> 2438 115300.07 NA 92,437.00 #> 2439 43246.00 NA 48,543.00 #> 2440 3833.00 NA <NA> #> 2441 116586.00 9734.56 101,895.00 #> 2442 82703.00 49.88 85,254.00 #> 2443 54307.00 1500.00 55,428.00 #> 2444 48500.00 742.41 <NA> #> 2445 83753.00 NA 85,010.00 #> 2446 16174.96 641.30 <NA> #> 2447 224615.65 12575.16 173,734.00 #> 2448 157150.72 7634.95 127,536.00 #> 2449 119500.00 6352.74 118,706.00 #> 2450 80955.16 NA 70,679.00 #> 2451 73569.00 821.88 76,764.00 #> 2452 184998.62 4460.14 150,024.00 #> 2453 95686.56 5357.82 88,601.00 #> 2454 63325.00 226.98 62,854.00 #> 2455 81568.06 2847.98 84,579.00 #> 2456 57272.82 NA 54,000.00 #> 2457 78690.00 2823.29 100,000.00 #> 2458 124800.00 4000.08 96,840.00 #> 2459 91964.00 2340.50 94,355.00 #> 2460 62820.36 2633.70 61,279.00 #> 2461 122552.22 1131.98 113,503.00 #> 2462 143442.06 4389.43 116,500.00 #> 2463 81113.33 26.94 82,002.00 #> 2464 75744.39 1139.75 66,761.00 #> 2465 97599.40 3374.74 101,570.00 #> 2466 110356.37 4763.49 120,250.00 #> 2467 78376.66 2822.25 73,000.00 #> 2468 83301.00 1200.00 85,384.00 #> 2469 80598.47 NA 74,381.00 #> 2470 109864.12 870.11 101,548.00 #> 2471 41396.71 1485.09 69,434.00 #> 2472 693.39 677.92 <NA> #> 2473 58000.00 2257.65 57,658.00 #> 2474 51000.00 492.65 <NA> #> 2475 265157.32 9470.84 205,188.00 #> 2476 98537.72 1457.34 82,313.00 #> 2477 50715.00 NA 51,983.00 #> 2478 121712.50 6674.83 100,800.00 #> 2479 64247.00 3297.86 65,853.00 #> 2480 92583.32 6514.24 83,000.00 #> 2481 190833.48 7731.61 207,727.00 #> 2482 161230.72 18208.57 130,151.00 #> 2483 15150.00 NA 76,660.00 #> 2484 137157.00 NA 147,157.00 #> 2485 96739.00 1027.31 98,260.00 #> 2486 98200.00 1613.76 109,146.00 #> 2487 83360.00 8152.54 91,878.00 #> 2488 105518.43 1870.38 87,632.00 #> 2489 135930.82 4506.23 109,872.00 #> 2490 72709.00 NA 79,369.00 #> 2491 117011.00 13373.65 97,101.00 #> 2492 50512.00 267.02 55,099.00 #> 2493 17129.11 1339.22 <NA> #> 2494 91655.00 11514.52 93,956.00 #> 2495 54900.39 2823.31 55,000.00 #> 2496 67040.00 NA 68,340.00 #> 2497 1636.68 NA <NA> #> 2498 71996.00 58.20 73,436.00 #> 2499 102280.00 1019.09 109,348.00 #> 2500 96255.00 2928.82 107,496.00 #> 2501 71766.32 2343.50 68,359.00 #> 2502 64058.00 2532.90 66,036.00 #> 2503 150583.00 2291.18 166,850.00 #> 2504 92197.50 2567.07 83,250.00 #> 2505 84700.10 3342.26 78,556.00 #> 2506 106592.00 3174.74 107,720.00 #> 2507 111380.40 2136.66 89,993.00 #> 2508 87429.72 1791.81 86,842.00 #> 2509 61926.52 NA 64,232.00 #> 2510 104591.00 NA 90,929.00 #> 2511 55539.00 NA 56,872.00 #> 2512 16159.25 1803.12 63,807.00 #> 2513 102407.93 4112.09 91,132.00 #> 2514 63272.11 NA <NA> #> 2515 34333.35 1430.21 <NA> #> 2516 80571.17 8208.50 91,364.00 #> 2517 51717.00 NA 53,010.00 #> 2518 93636.67 NA 92,666.00 #> 2519 138357.78 2167.09 133,401.00 #> 2520 104081.16 1043.92 101,644.00 #> 2521 112106.00 NA 114,909.00 #> 2522 102442.00 5906.24 105,109.00 #> 2523 135742.29 5250.84 102,742.00 #> 2524 55589.48 1520.66 51,365.00 #> 2525 106499.54 5040.91 91,462.00 #> 2526 81666.65 3198.05 76,705.00 #> 2527 71008.35 702.98 96,487.00 #> 2528 85261.00 2583.79 88,159.00 #> 2529 98976.00 10621.04 101,451.00 #> 2530 97604.00 NA <NA> #> 2531 131666.66 NA 126,750.00 #> 2532 138599.00 2268.46 143,103.00 #> 2533 94608.29 5329.92 <NA> #> 2534 152748.66 672.33 177,552.00 #> 2535 132479.22 7878.82 127,435.00 #> 2536 162574.00 4353.77 <NA> #> 2537 97374.03 3250.09 70,731.00 #> 2538 115164.90 7026.24 107,156.00 #> 2539 94017.00 NA 95,427.00 #> 2540 90539.75 2482.01 85,425.00 #> 2541 90483.00 2722.93 99,531.00 #> 2542 228774.67 8790.16 184,223.00 #> 2543 100678.00 NA 103,948.00 #> 2544 102533.00 1437.33 85,661.00 #> 2545 70693.00 NA 70,693.00 #> 2546 95320.54 2071.72 73,162.00 #> 2547 101265.00 3162.84 103,972.00 #> 2548 102142.86 4393.82 96,300.00 #> 2549 142726.66 1960.35 152,188.00 #> 2550 135500.00 952.16 <NA> #> 2551 105566.00 4585.02 108,205.00 #> 2552 176198.76 2410.06 142,466.00 #> 2553 31498.06 457.26 <NA> #> 2554 67318.45 436.99 61,842.00 #> 2555 167140.99 3970.58 127,709.00 #> 2556 58653.33 3333.01 54,451.00 #> 2557 89890.00 1413.12 91,130.00 #> 2558 124334.00 8281.02 129,007.00 #> 2559 82329.79 2201.97 72,705.00 #> 2560 59813.00 770.00 64,906.00 #> 2561 117200.00 1232.10 134,570.00 #> 2562 172733.32 4338.80 141,437.00 #> 2563 52153.00 2772.57 52,953.00 #> 2564 74589.49 6244.26 66,252.00 #> 2565 73506.66 2624.05 67,821.00 #> 2566 94963.26 9014.04 83,591.00 #> 2567 121327.50 NA 101,250.00 #> 2568 115465.75 NA 108,675.00 #> 2569 75540.00 3012.78 77,406.00 #> 2570 117373.00 3847.77 124,895.00 #> 2571 57783.00 1583.92 <NA> #> 2572 138790.00 NA 143,590.00 #> 2573 56795.00 74.76 58,125.00 #> 2574 129656.04 6723.39 98,126.00 #> 2575 97575.00 2397.47 85,275.00 #> 2576 106333.38 17708.63 91,610.00 #> 2577 80099.49 3126.64 72,500.00 #> 2578 4161.00 NA <NA> #> 2579 158758.64 1198.80 128,733.00 #> 2580 165176.04 15013.91 144,416.00 #> 2581 181569.90 346.62 145,974.00 #> 2582 52378.00 2503.42 51,516.00 #> 2583 118753.36 373.25 112,234.00 #> 2584 93000.00 6928.93 95,466.00 #> 2585 67045.00 331.70 72,556.00 #> 2586 137532.22 203.43 124,768.00 #> 2587 153650.44 14017.34 130,585.00 #> 2588 95550.00 1487.27 86,625.00 #> 2589 63304.00 1621.10 65,589.00 #> 2590 92880.00 616.03 77,315.00 #> 2591 147425.00 NA 150,680.00 #> 2592 57578.04 1579.73 51,200.00 #> 2593 100313.00 3196.41 100,908.00 #> 2594 39035.00 NA 39,035.00 #> 2595 75266.00 NA 88,724.00 #> 2596 89191.69 1085.05 76,480.00 #> 2597 58556.00 540.03 <NA> #> 2598 95105.35 7982.20 75,469.00 #> 2599 70000.56 2453.34 <NA> #> 2600 59047.88 1364.18 50,623.00 #> 2601 64750.00 NA 61,025.00 #> 2602 33719.00 NA 34,682.00 #> 2603 82399.92 37.50 76,717.00 #> 2604 115825.00 NA 125,192.00 #> 2605 69058.67 NA 72,887.00 #> 2606 111800.00 22.80 117,220.00 #> 2607 56000.00 627.40 52,761.00 #> 2608 123650.00 3847.72 114,624.00 #> 2609 102516.00 4521.25 88,191.00 #> 2610 81666.65 6223.94 72,099.00 #> 2611 101135.82 3162.02 80,290.00 #> 2612 64666.62 8139.71 100,880.00 #> 2613 95475.00 2305.07 94,275.00 #> 2614 147745.35 10137.76 120,660.00 #> 2615 116579.00 760.32 130,000.00 #> 2616 69824.00 205.49 71,757.00 #> 2617 66632.12 1697.96 65,777.00 #> 2618 206564.99 787.67 155,700.00 #> 2619 48128.00 3068.82 52,016.00 #> 2620 85629.77 1652.30 73,019.00 #> 2621 63300.00 2259.73 72,000.00 #> 2622 58266.66 653.98 56,700.00 #> 2623 88814.18 2627.13 72,850.00 #> 2624 83627.00 1822.44 84,694.00 #> 2625 176516.72 4610.86 165,000.00 #> 2626 141707.00 9380.42 146,703.00 #> 2627 134634.98 5524.06 126,075.00 #> 2628 148300.00 3482.55 147,785.00 #> 2629 7540.48 NA <NA> #> 2630 73000.00 2069.73 76,480.00 #> 2631 104731.00 7473.47 107,873.00 #> 2632 103889.03 2401.62 100,550.00 #> 2633 126698.68 14170.06 102,031.00 #> 2634 74612.00 NA 77,089.00 #> 2635 85974.44 5643.39 79,698.00 #> 2636 207500.00 13275.91 169,950.00 #> 2637 124821.33 4604.44 95,957.00 #> 2638 151666.66 1994.36 135,018.00 #> 2639 84101.00 2687.32 86,624.00 #> 2640 14300.07 NA <NA> #> 2641 4191.92 NA <NA> #> 2642 151640.34 1984.14 126,500.00 #> 2643 110740.03 17178.77 93,044.00 #> 2644 108000.00 2750.76 112,140.00 #> 2645 86713.00 NA 88,881.00 #> 2646 67632.00 7460.19 76,661.00 #> 2647 84731.00 7858.69 86,806.00 #> 2648 60501.37 800.07 50,865.00 #> 2649 101855.10 6254.74 87,928.00 #> 2650 74215.00 NA 76,070.00 #> 2651 130933.35 5205.50 105,000.00 #> 2652 104466.71 11716.12 86,309.00 #> 2653 49822.00 1000.00 <NA> #> 2654 176610.71 21919.94 141,457.00 #> 2655 69721.44 3022.34 66,987.00 #> 2656 82040.96 652.94 77,707.00 #> 2657 141541.00 3590.71 146,495.00 #> 2658 103265.00 NA 112,235.00 #> 2659 144082.67 2483.11 110,186.00 #> 2660 154454.08 1998.85 126,188.00 #> 2661 109375.01 1127.53 93,875.00 #> 2662 103857.24 NA 96,201.00 #> 2663 49916.00 2709.00 51,339.00 #> 2664 58918.00 NA 60,332.00 #> 2665 97244.00 800.00 86,529.00 #> 2666 85200.00 5242.38 71,337.00 #> 2667 59123.41 1847.95 83,099.00 #> 2668 162277.79 2414.34 131,699.00 #> 2669 148018.37 11382.28 120,530.00 #> 2670 107983.00 NA 115,723.00 #> 2671 66068.48 1807.51 61,413.00 #> 2672 82218.92 42.42 72,088.00 #> 2673 91669.00 8587.33 98,418.00 #> 2674 92321.00 917.11 99,090.00 #> 2675 89444.50 1503.80 75,000.00 #> 2676 52200.00 5982.63 82,800.00 #> 2677 107775.00 6414.44 111,008.00 #> 2678 13586.96 NA <NA> #> 2679 80943.00 4369.90 82,967.00 #> 2680 58751.92 2775.62 76,706.00 #> 2681 97248.61 3861.37 78,000.00 #> 2682 90666.71 1581.98 71,231.00 #> 2683 150782.88 1505.13 124,500.00 #> 2684 49333.30 2308.54 69,700.00 #> 2685 98930.00 NA 83,925.00 #> 2686 75079.00 3271.86 78,308.00 #> 2687 53742.00 6788.13 58,380.00 #> 2688 59526.00 NA 60,545.00 #> 2689 129555.61 NA 109,756.00 #> 2690 143614.72 14144.45 116,945.00 #> 2691 94667.21 NA 83,057.00 #> 2692 95038.64 4011.35 90,675.00 #> 2693 113952.00 3725.84 122,762.00 #> 2694 70796.11 1939.23 77,310.00 #> 2695 78750.00 2069.20 107,888.00 #> 2696 121669.00 1823.97 117,290.00 #> 2697 51540.48 NA 49,937.00 #> 2698 107481.00 903.20 110,705.00 #> 2699 78791.67 8143.52 78,069.00 #> 2700 91371.96 3523.58 86,672.00 #> 2701 80520.11 NA 72,553.00 #> 2702 108528.50 NA 97,818.00 #> 2703 77158.00 NA 77,158.00 #> 2704 140106.00 2691.29 140,106.00 #> 2705 96238.00 3209.51 79,039.00 #> 2706 130020.62 8539.92 106,620.00 #> 2707 97035.11 435.20 91,928.00 #> 2708 79517.78 NA 130,120.00 #> 2709 85391.00 4355.94 85,391.00 #> 2710 156492.34 3343.73 120,150.00 #> 2711 197022.71 6733.53 147,767.00 #> 2712 75303.44 NA 63,216.00 #> 2713 125568.89 NA 94,902.00 #> 2714 56666.66 2044.13 51,000.00 #> 2715 69665.00 NA 69,665.00 #> 2716 29673.91 863.09 52,500.00 #> 2717 102629.80 8158.62 81,450.00 #> 2718 82319.00 1552.25 82,319.00 #> 2719 201198.24 9197.18 168,648.00 #> 2720 70304.00 750.00 70,304.00 #> 2721 40395.00 2953.89 59,955.00 #> 2722 74965.00 3235.35 74,965.00 #> 2723 203999.99 13660.88 153,000.00 #> 2724 89559.73 3317.06 70,575.00 #> 2725 79749.00 NA 79,749.00 #> 2726 36883.33 1927.50 55,325.00 #> 2727 59448.00 710.78 <NA> #> 2728 98000.00 13786.80 147,000.00 #> 2729 100374.33 NA 90,457.00 #> 2730 95810.00 NA 95,810.00 #> 2731 126132.00 9799.12 127,618.00 #> 2732 151783.00 1609.30 151,783.00 #> 2733 134166.65 NA 115,000.00 #> 2734 64444.48 3406.86 58,000.00 #> 2735 104420.00 NA 104,420.00 #> 2736 103849.00 1550.65 103,849.00 #> 2737 169317.00 1887.98 149,317.00 #> 2738 60745.70 760.64 55,194.00 #> 2739 146176.08 1026.73 109,632.00 #> 2740 58395.00 1895.10 58,395.00 #> 2741 154143.33 7704.12 104,045.00 #> 2742 70040.00 2762.62 70,040.00 #> 2743 63409.00 1280.29 63,409.00 #> 2744 63000.00 NA 60,000.00 #> 2745 54347.82 NA 50,000.00 #> 2746 101948.00 1350.00 101,948.00 #> 2747 119824.40 12447.15 90,877.00 #> 2748 119058.69 33936.84 89,294.00 #> 2749 51999.96 2440.42 78,000.00 #> 2750 1365.00 NA <NA> #> 2751 140649.00 44.42 140,649.00 #> 2752 78818.00 1303.64 78,818.00 #> 2753 71358.00 625.00 71,358.00 #> 2754 20351.97 NA <NA> #> 2755 74245.12 1052.78 70,338.00 #> 2756 100754.00 2344.84 100,754.00 #> 2757 237664.03 25814.00 178,248.00 #> 2758 112818.38 2256.45 84,930.00 #> 2759 68422.24 1259.05 56,780.00 #> 2760 147340.93 1513.64 150,271.00 #> 2761 18333.33 2239.26 245,000.00 #> 2762 53097.00 4102.69 56,497.00 #> 2763 68315.92 NA 92,557.00 #> 2764 76777.35 2221.25 57,583.00 #> 2765 52896.00 NA 51,030.00 #> 2766 105898.00 1235.15 105,898.00 #> 2767 66000.00 1414.36 58,500.00 #> 2768 59200.00 1408.87 58,775.00 #> 2769 86089.00 1271.00 86,089.00 #> 2770 89895.74 3869.01 68,833.00 #> 2771 196910.00 262.48 161,108.00 #> 2772 57777.77 1919.70 52,000.00 #> 2773 84449.05 565.01 80,389.00 #> 2774 82465.00 NA 82,465.00 #> 2775 138811.98 7681.08 104,109.00 #> 2776 85229.00 2431.65 88,629.00 #> 2777 148905.00 3904.47 148,905.00 #> 2778 15833.32 NA 95,000.00 #> 2779 98682.83 1928.04 93,489.00 #> 2780 76016.00 667.03 76,016.00 #> 2781 156687.55 3535.68 117,875.00 #> 2782 69803.87 1273.58 80,000.00 #> 2783 84529.00 4138.53 88,529.00 #> 2784 75337.24 NA 71,451.00 #> 2785 75443.00 NA 75,443.00 #> 2786 170257.35 5802.69 127,693.00 #> 2787 145194.00 3432.85 145,194.00 #> 2788 77853.56 NA 73,756.00 #> 2789 116808.00 1055.67 116,808.00 #> 2790 90716.06 5317.04 77,858.00 #> 2791 83046.00 370.00 83,046.00 #> 2792 81005.32 674.05 77,772.00 #> 2793 78629.00 1147.45 78,629.00 #> 2794 137250.00 6066.54 137,250.00 #> 2795 218791.39 6793.70 168,698.00 #> 2796 87182.00 92.34 82,378.00 #> 2797 91355.00 NA 121,807.00 #> 2798 125113.38 6413.19 98,352.00 #> 2799 126000.00 650.00 126,000.00 #> 2800 83201.00 1394.60 83,201.00 #> 2801 94500.00 9565.71 81,000.00 #> 2802 74704.83 4086.92 70,773.00 #> 2803 104000.00 5259.99 104,000.00 #> 2804 61111.11 1852.55 55,000.00 #> 2805 193570.00 5197.52 183,570.00 #> 2806 59473.00 2864.84 59,473.00 #> 2807 110750.00 84.84 109,750.00 #> 2808 153167.39 3513.18 127,610.00 #> 2809 67641.47 371.00 55,414.00 #> 2810 66638.00 587.08 66,638.00 #> 2811 66666.66 2088.00 60,000.00 #> 2812 65106.95 1005.77 58,665.00 #> 2813 96382.35 2537.55 77,576.00 #> 2814 53264.00 NA 88,773.00 #> 2815 214744.00 7180.10 214,744.00 #> 2816 62078.00 1228.50 <NA> #> 2817 107216.23 NA <NA> #> 2818 61294.50 200.00 58,274.00 #> 2819 107516.48 2372.58 92,290.00 #> 2820 93290.99 468.70 79,619.00 #> 2821 160177.16 NA 126,054.00 #> 2822 106296.00 1651.42 106,296.00 #> 2823 131345.00 628.55 131,345.00 #> 2824 151666.66 1159.42 130,000.00 #> 2825 161259.83 NA 164,500.00 #> 2826 7995.00 322.58 <NA> #> 2827 175500.70 5467.29 176,168.00 #> 2828 63163.00 600.35 63,163.00 #> 2829 56198.00 NA 55,748.00 #> 2830 85519.37 1672.19 67,175.00 #> 2831 2000.00 NA <NA> #> 2832 153598.72 1991.48 115,199.00 #> 2833 111283.38 8814.49 89,904.00 #> 2834 51690.00 NA 51,690.00 #> 2835 84290.50 2950.94 75,972.00 #> 2836 135369.39 1454.68 101,527.00 #> 2837 71676.00 839.30 71,676.00 #> 2838 36235.62 NA <NA> #> 2839 93566.00 NA 93,566.00 #> 2840 108319.52 5546.88 81,497.00 #> 2841 175598.66 2623.22 131,699.00 #> 2842 141499.99 2627.11 116,000.00 #> 2843 72500.00 795.45 72,500.00 #> 2844 98700.00 2651.98 92,700.00 #> 2845 16666.66 NA 150,000.00 #> 2846 272813.10 15610.77 208,390.00 #> 2847 94391.00 3249.74 94,391.00 #> 2848 66492.32 1691.03 67,651.00 #> 2849 60899.36 6615.68 55,326.00 #> 2850 71375.69 16969.47 55,389.00 #> 2851 164953.35 32706.72 123,715.00 #> 2852 59733.32 4639.10 <NA> #> 2853 56932.00 1929.54 56,932.00 #> 2854 100340.00 1677.74 100,340.00 #> 2855 122500.00 12896.77 126,500.00 #> 2856 84266.00 3782.06 84,266.00 #> 2857 59980.00 3324.02 55,730.00 #> 2858 63918.88 NA 57,527.00 #> 2859 83382.00 10001.69 83,382.00 #> 2860 53333.33 3300.00 48,000.00 #> 2861 85968.00 5214.42 89,368.00 #> 2862 57142.00 405.40 57,142.00 #> 2863 71450.00 976.93 69,353.00 #> 2864 70362.00 2631.45 69,512.00 #> 2865 53333.32 671.40 80,000.00 #> 2866 120750.00 2486.51 120,750.00 #> 2867 154215.31 1880.78 125,432.00 #> 2868 12222.22 NA 110,000.00 #> 2869 90999.99 432.01 81,400.00 #> 2870 79017.00 NA 79,017.00 #> 2871 81354.48 NA 65,565.00 #> 2872 118180.00 NA 96,840.00 #> 2873 66666.66 2057.30 60,000.00 #> 2874 161333.33 14590.15 132,000.00 #> 2875 181666.66 1336.25 164,500.00 #> 2876 71460.45 NA 93,240.00 #> 2877 62498.00 156.12 62,498.00 #> 2878 91022.54 547.80 74,473.00 #> 2879 99048.00 NA 74,286.00 #> 2880 180671.04 182.62 181,358.00 #> 2881 59327.00 2658.11 56,315.00 #> 2882 89171.00 2324.40 89,171.00 #> 2883 63250.00 947.48 59,250.00 #> 2884 172358.74 8171.82 138,271.00 #> 2885 198433.00 9265.48 198,433.00 #> 2886 108300.00 4583.90 102,600.00 #> 2887 88571.00 3915.31 93,571.00 #> 2888 95025.00 4760.42 81,450.00 #> 2889 91237.00 1336.24 91,237.00 #> 2890 109083.32 8727.46 93,500.00 #> 2891 104963.52 997.09 103,050.00 #> 2892 94611.14 7247.97 131,000.00 #> 2893 137570.68 14666.63 103,178.00 #> 2894 94161.00 NA 94,161.00 #> 2895 20555.55 NA 185,000.00 #> 2896 194747.06 1949.18 137,843.00 #> 2897 89608.00 NA 89,608.00 #> 2898 92295.00 NA 92,295.00 #> 2899 105000.00 7464.44 105,000.00 #> 2900 48542.00 219.22 48,542.00 #> 2901 127029.00 7424.74 127,029.00 #> 2902 101525.00 3050.68 101,025.00 #> 2903 150220.31 2751.03 128,294.00 #> 2904 107512.88 5602.80 81,011.00 #> 2905 97609.00 16259.71 97,609.00 #> 2906 99794.05 1995.21 85,909.00 #> 2907 66354.00 1992.98 61,250.00 #> 2908 101323.00 1669.92 101,323.00 #> 2909 113891.00 2655.65 113,891.00 #> 2910 77777.77 1397.72 70,000.00 #> 2911 88358.22 1431.30 69,710.00 #> 2912 104752.00 2247.63 104,752.00 #> 2913 136422.26 11786.53 136,803.00 #> 2914 111869.50 1144.25 87,550.00 #> 2915 97526.04 20257.52 79,794.00 #> 2916 49354.00 1758.78 49,354.00 #> 2917 91331.17 2002.72 74,183.00 #> 2918 5519.02 2288.53 <NA> #> 2919 64939.00 NA 64,939.00 #> 2920 102440.33 NA 84,690.00 #> 2921 66696.00 NA 66,696.00 #> 2922 56000.00 1225.66 56,000.00 #> 2923 54177.00 NA 54,177.00 #> 2924 132472.38 2876.56 108,141.00 #> 2925 68719.00 1467.70 68,719.00 #> 2926 130133.36 2692.16 117,120.00 #> 2927 69444.44 400.00 62,500.00 #> 2928 103982.00 2851.39 <NA> #> 2929 15000.00 NA 135,000.00 #> 2930 132496.00 3871.88 131,996.00 #> 2931 82652.00 1050.70 82,652.00 #> 2932 73462.55 5696.53 59,032.00 #> 2933 88453.00 3026.52 88,453.00 #> 2934 153250.00 2363.84 153,250.00 #> 2935 82834.11 64.41 67,924.00 #> 2936 88315.00 937.74 96,665.00 #> 2937 87713.00 1891.50 87,713.00 #> 2938 127251.78 NA <NA> #> 2939 54549.00 NA 54,549.00 #> 2940 81000.00 4553.75 72,900.00 #> 2941 58692.00 NA 58,692.00 #> 2942 118345.35 3752.75 88,759.00 #> 2943 116911.00 9105.28 116,911.00 #> 2944 65121.00 NA 60,112.00 #> 2945 91348.82 NA 78,299.00 #> 2946 58800.00 3420.84 58,800.00 #> 2947 58800.00 2821.80 58,800.00 #> 2948 57845.00 NA 57,845.00 #> 2949 66300.00 NA 59,670.00 #> 2950 149296.05 3162.03 132,968.00 #> 2951 89844.00 NA 44,922.00 #> 2952 57777.77 1145.66 52,000.00 #> 2953 1000.00 NA <NA> #> 2954 197962.50 17363.90 165,600.00 #> 2955 92054.44 3296.93 86,849.00 #> 2956 83477.00 2833.67 83,477.00 #> 2957 108019.40 2576.92 92,700.00 #> 2958 93411.00 298.00 93,411.00 #> 2959 91610.00 4911.23 91,610.00 #> 2960 148062.00 1087.24 143,062.00 #> 2961 78000.00 1794.94 78,000.00 #> 2962 67869.00 NA 67,869.00 #> 2963 94212.49 5393.84 77,325.00 #> 2964 78556.00 NA 78,556.00 #> 2965 53735.00 207.20 43,965.00 #> 2966 37678.50 1375.16 <NA> #> 2967 7931.57 NA <NA> #> 2968 108031.00 NA 108,031.00 #> 2969 134813.36 6989.70 101,110.00 #> 2970 107350.02 3022.37 86,447.00 #> 2971 57528.00 23.94 74,090.00 #> 2972 7150.72 NA <NA> #> 2973 94112.00 3888.34 94,112.00 #> 2974 130370.00 1122.92 120,987.00 #> 2975 95166.63 1969.14 101,000.00 #> 2976 85642.00 6089.90 85,642.00 #> 2977 124692.00 7490.85 124,692.00 #> 2978 75694.00 13534.71 75,694.00 #> 2979 51500.00 3318.94 51,500.00 #> 2980 102972.66 2913.84 87,286.00 #> 2981 42145.00 NA 50,000.00 #> 2982 149706.60 6220.00 113,274.00 #> 2983 5000.00 NA <NA> #> 2984 68132.00 795.00 68,132.00 #> 2985 63333.28 2702.29 95,000.00 #> 2986 165360.00 3704.89 165,360.00 #> 2987 153600.00 4959.59 115,200.00 #> 2988 153521.00 9605.83 153,521.00 #> 2989 136800.00 4488.05 136,800.00 #> 2990 64372.00 1136.55 67,772.00 #> 2991 49266.00 NA 49,266.00 #> 2992 73790.00 4792.01 73,790.00 #> 2993 89376.66 789.01 84,439.00 #> 2994 162599.88 5750.81 129,000.00 #> 2995 113282.00 3471.09 113,282.00 #> 2996 80888.93 338.90 104,000.00 #> 2997 82210.05 2182.28 70,807.00 #> 2998 104904.41 3012.86 99,675.00 #> 2999 61000.00 1024.37 61,000.00 #> 3000 64168.73 10548.94 52,900.00 #> 3001 88825.00 4136.18 88,825.00 #> 3002 95025.00 996.42 81,450.00 #> 3003 69950.00 158.49 116,583.00 #> 3004 95146.72 NA 90,139.00 #> 3005 5560.00 NA <NA> #> 3006 75420.00 711.16 <NA> #> 3007 120497.00 8415.70 120,497.00 #> 3008 52953.00 3170.45 52,953.00 #> 3009 74595.07 5887.57 73,500.00 #> 3010 162117.00 259.26 161,867.00 #> 3011 118214.00 6939.46 118,214.00 #> 3012 204832.03 11660.47 153,624.00 #> 3013 58888.88 228.10 53,000.00 #> 3014 149453.48 13409.27 121,374.00 #> 3015 119305.00 6313.32 119,305.00 #> 3016 108000.00 3332.93 108,000.00 #> 3017 30549.48 5489.78 55,000.00 #> 3018 50470.00 1912.15 50,470.00 #> 3019 4208.33 NA 75,750.00 #> 3020 100350.00 1740.08 100,350.00 #> 3021 69702.00 4610.14 69,702.00 #> 3022 115185.59 6652.15 89,645.00 #> 3023 109947.00 3424.68 109,947.00 #> 3024 174305.04 4443.50 39,109.00 #> 3025 58340.84 NA 61,920.00 #> 3026 116133.00 4624.22 116,133.00 #> 3027 132306.04 NA 151,207.00 #> 3028 18457.79 2257.11 <NA> #> 3029 86082.22 3755.28 85,124.00 #> 3030 99127.22 NA <NA> #> 3031 89331.00 3839.59 73,089.00 #> 3032 76999.36 4850.84 <NA> #> 3033 18055.55 NA <NA> #> 3034 71018.57 558.50 <NA> #> 3035 79560.94 3486.89 89,622.00 #> 3036 117206.88 5183.29 100,463.00 #> 3037 147421.00 NA 147,421.00 #> 3038 92249.00 1038.91 92,249.00 #> 3039 71378.44 NA 69,217.00 #> 3040 2629.43 NA <NA> #> 3041 64215.82 3665.43 56,972.00 #> 3042 92264.44 588.74 83,038.00 #> 3043 76669.00 NA 76,669.00 #> 3044 100005.00 3495.23 100,005.00 #> 3045 194609.00 8666.90 194,609.00 #> 3046 76930.79 2160.09 65,000.00 #> 3047 114514.94 2469.61 103,751.00 #> 3048 54600.00 1375.67 81,900.00 #> 3049 70839.06 1902.40 58,088.00 #> 3050 184106.00 13725.50 184,106.00 #> 3051 82971.00 4478.26 82,971.00 #> 3052 148412.11 4602.50 121,581.00 #> 3053 124849.00 4386.81 124,849.00 #> 3054 105586.15 3534.48 86,149.00 #> 3055 115589.00 1985.63 115,589.00 #> 3056 137638.00 18890.29 56,307.00 #> 3057 94934.00 4921.21 47,467.00 #> 3058 151666.66 1825.36 130,000.00 #> 3059 85667.33 6288.31 70,662.00 #> 3060 42000.00 867.78 42,000.00 #> 3061 66055.00 2751.62 66,055.00 #> 3062 78652.92 1451.44 70,874.00 #> 3063 113225.00 1685.24 113,225.00 #> 3064 229585.35 47152.21 172,189.00 #> 3065 79499.97 4407.68 106,000.00 #> 3066 92191.35 4332.23 88,736.00 #> 3067 103305.83 1092.93 78,293.00 #> 3068 127306.00 1018.51 127,306.00 #> 3069 77677.52 1970.66 64,139.00 #> 3070 21268.00 NA 63,805.00 #> 3071 105238.17 2606.45 80,169.00 #> 3072 98457.69 NA <NA> #> 3073 8266.90 358.48 <NA> #> 3074 50000.00 2682.65 <NA> #> 3075 8494.84 453.85 <NA> #> 3076 73080.98 51.14 74,000.00 #> 3077 86223.22 862.37 70,000.00 #> 3078 100090.24 92.40 90,268.00 #> 3079 117333.39 2787.51 88,000.00 #> 3080 103432.74 6004.63 78,985.00 #> 3081 82629.63 2624.86 80,500.00 #> 3082 114440.04 1478.79 85,830.00 #> 3083 69989.05 NA <NA> #> 3084 150721.83 10055.32 128,750.00 #> 3085 137872.33 2050.81 <NA> #> 3086 64063.00 5855.27 64,063.00 #> 3087 68959.23 9447.10 56,548.00 #> 3088 23240.00 NA <NA> #> 3089 155700.00 NA 155,700.00 #> 3090 64498.88 2504.01 58,049.00 #> 3091 127139.37 2092.17 95,546.00 #> 3092 171408.89 1854.03 133,564.00 #> 3093 61000.00 3355.55 61,000.00 #> 3094 75910.00 1503.50 75,910.00 #> 3095 78585.36 600.47 74,544.00 #> 3096 102842.93 1200.00 88,630.00 #> 3097 108943.10 5099.21 82,000.00 #> 3098 97983.22 NA <NA> #> 3099 57322.00 NA 57,322.00 #> 3100 66445.85 3320.28 <NA> #> 3101 70562.25 4294.69 57,886.00 #> 3102 46328.00 551.39 44,828.00 #> 3103 70709.55 NA 66,988.00 #> 3104 10000.00 NA <NA> #> 3105 124000.00 NA 124,000.00 #> 3106 109000.00 3654.78 109,000.00 #> 3107 98865.44 5296.21 81,218.00 #> 3108 93656.00 3198.47 93,656.00 #> 3109 103030.00 754.17 102,530.00 #> 3110 177362.04 2704.43 161,512.00 #> 3111 107395.00 14076.87 107,395.00 #> 3112 55952.10 21906.95 <NA> #> 3113 34339.00 2783.70 53,898.00 #> 3114 75455.00 274.21 75,455.00 #> 3115 157500.00 NA 135,000.00 #> 3116 70152.00 670.00 73,552.00 #> 3117 226380.00 18139.54 169,785.00 #> 3118 86399.65 2931.41 89,984.00 #> 3119 59785.00 800.00 59,785.00 #> 3120 189624.98 23487.25 142,000.00 #> 3121 50427.00 NA 50,427.00 #> 3122 121507.85 5012.57 105,975.00 #> 3123 69913.00 NA 69,913.00 #> 3124 122798.00 14266.47 122,798.00 #> 3125 129470.00 NA 129,470.00 #> 3126 82327.00 6242.74 82,327.00 #> 3127 138213.38 6525.24 103,660.00 #> 3128 86318.00 2003.60 89,718.00 #> 3129 37866.00 NA <NA> #> 3130 29397.65 354.62 <NA> #> 3131 114666.71 14483.50 86,000.00 #> 3132 112590.00 2852.39 112,590.00 #> 3133 64629.60 7741.02 58,299.00 #> 3134 60666.73 2311.55 52,000.00 #> 3135 111728.06 4395.78 84,224.00 #> 3136 72665.00 1298.03 72,665.00 #> 3137 87852.33 9232.03 75,591.00 #> 3138 148385.00 3330.40 150,314.00 #> 3139 85768.00 2944.84 85,768.00 #> 3140 136720.00 1931.71 123,048.00 #> 3141 131970.36 8456.13 99,450.00 #> 3142 4187.54 NA 30,000.00 #> 3143 14950.05 2335.80 <NA> #> 3144 6930.00 NA <NA> #> 3145 109276.00 24286.84 81,957.00 #> 3146 76666.65 1719.93 60,000.00 #> 3147 8831.84 2458.85 <NA> #> 3148 56376.00 NA 56,376.00 #> 3149 67420.00 670.25 64,650.00 #> 3150 65649.00 NA 65,649.00 #> 3151 156364.00 2115.88 156,364.00 #> 3152 124708.00 4224.94 109,708.00 #> 3153 127810.88 12685.95 95,858.00 #> 3154 68294.00 NA 68,294.00 #> 3155 78302.00 6090.59 78,302.00 #> 3156 101867.00 11995.29 101,867.00 #> 3157 69912.00 1865.13 69,912.00 #> 3158 24999.96 793.93 70,000.00 #> 3159 72527.72 5734.38 68,252.00 #> 3160 88825.34 6574.18 69,546.00 #> 3161 118903.67 1986.57 94,003.00 #> 3162 264516.00 6194.58 264,516.00 #> 3163 103000.00 3207.81 102,500.00 #> 3164 64617.53 6411.47 57,491.00 #> 3165 73500.00 682.61 63,000.00 #> 3166 119822.00 NA 119,822.00 #> 3167 150977.00 NA 150,977.00 #> 3168 23958.68 NA <NA> #> 3169 46629.50 NA 28,695.00 #> 3170 43574.00 750.00 65,361.00 #> 3171 126709.49 3986.08 95,000.00 #> 3172 89473.00 623.97 89,473.00 #> 3173 80278.40 7002.77 91,110.00 #> 3174 61440.00 972.72 61,440.00 #> 3175 244676.02 15169.68 182,757.00 #> 3176 80346.00 1536.88 80,346.00 #> 3177 127594.00 NA 127,594.00 #> 3178 52596.00 1441.52 52,596.00 #> 3179 105000.00 1900.21 90,000.00 #> 3180 132270.61 NA 125,309.00 #> 3181 80489.48 2373.96 70,345.00 #> 3182 89831.17 2692.77 76,141.00 #> 3183 71001.79 NA 91,288.00 #> 3184 88000.00 2897.58 91,400.00 #> 3185 112405.33 NA 110,121.00 #> 3186 97530.72 NA 100,181.00 #> 3187 200000.05 NA 150,000.00 #> 3188 71312.57 NA 63,000.00 #> 3189 61063.00 NA 61,063.00 #> 3190 78867.00 840.79 78,867.00 #> 3191 90081.11 122.73 85,340.00 #> 3192 74230.00 1382.04 74,230.00 #> 3193 178611.11 2824.93 155,000.00 #> 3194 140642.44 3279.22 110,983.00 #> 3195 97805.55 NA 88,025.00 #> 3196 82423.33 3500.00 74,136.00 #> 3197 70012.00 1136.00 70,012.00 #> 3198 188170.58 4132.20 142,063.00 #> 3199 154176.00 16608.50 126,144.00 #> 3200 105009.00 1611.72 105,009.00 #> 3201 67148.56 3043.16 58,457.00 #> 3202 85813.12 NA 80,403.00 #> 3203 53888.88 4743.47 48,500.00 #> 3204 138587.79 1469.26 108,460.00 #> 3205 78190.00 NA 104,253.00 #> 3206 179312.25 3690.43 144,300.00 #> 3207 102972.51 3494.75 81,257.00 #> 3208 12500.00 NA 75,000.00 #> 3209 94334.51 NA 96,075.00 #> 3210 133723.00 1861.68 131,723.00 #> 3211 66730.00 NA <NA> #> 3212 115860.92 4595.18 <NA> #> 3213 95405.00 547.24 95,405.00 #> 3214 102035.55 NA 87,459.00 #> 3215 73500.00 NA 63,000.00 #> 3216 62638.66 3642.11 80,817.00 #> 3217 214012.00 4803.06 214,012.00 #> 3218 80974.00 902.48 76,700.00 #> 3219 53125.00 NA 53,125.00 #> 3220 105159.88 884.03 86,317.00 #> 3221 63049.68 2670.86 57,212.00 #> 3222 92079.00 841.24 68,962.00 #> 3223 81111.10 2956.05 73,000.00 #> 3224 116666.66 2773.47 100,000.00 #> 3225 60226.00 312.08 60,226.00 #> 3226 88046.00 NA 88,046.00 #> 3227 94626.00 7483.31 94,626.00 #> 3228 177598.34 1030.91 138,990.00 #> 3229 56849.00 800.00 56,849.00 #> 3230 110417.00 NA 110,417.00 #> 3231 179673.88 6326.30 124,500.00 #> 3232 99222.21 4956.77 76,000.00 #> 3233 126533.00 NA 126,533.00 #> 3234 57742.22 711.80 55,368.00 #> 3235 108209.00 NA 108,209.00 #> 3236 93389.35 7141.45 73,698.00 #> 3237 115462.00 NA 115,462.00 #> 3238 122335.00 2595.78 122,335.00 #> 3239 37002.03 578.50 74,004.00 #> 3240 99907.00 2577.58 103,307.00 #> 3241 102732.00 NA 102,732.00 #> 3242 54991.11 1475.81 48,130.00 #> 3243 107161.00 449.93 107,161.00 #> 3244 161370.00 10535.37 161,370.00 #> 3245 131002.00 1017.25 131,002.00 #> 3246 108392.72 8952.13 94,248.00 #> 3247 139240.37 NA 105,299.00 #> 3248 33685.01 1600.00 50,000.00 #> 3249 159000.00 3711.47 159,000.00 #> 3250 80756.94 78.38 62,302.00 #> 3251 78675.00 NA 78,675.00 #> 3252 5555.55 NA <NA> #> 3253 121804.00 10719.09 121,804.00 #> 3254 142997.36 1204.95 107,248.00 #> 3255 61800.05 294.12 58,775.00 #> 3256 39230.00 907.22 38,834.00 #> 3257 138489.39 15046.53 103,867.00 #> 3258 33280.00 4849.85 33,280.00 #> 3259 68650.00 5404.35 <NA> #> 3260 121451.00 1128.85 121,451.00 #> 3261 77354.87 6159.28 80,199.00 #> 3262 77904.00 1679.16 <NA> #> 3263 93378.84 2763.40 76,616.00 #> 3264 118079.50 4258.95 92,410.00 #> 3265 128943.51 473.99 96,776.00 #> 3266 72824.94 1288.96 73,662.00 #> 3267 121857.00 3288.35 121,857.00 #> 3268 170783.78 1204.47 121,950.00 #> 3269 93096.50 3496.89 79,797.00 #> 3270 140770.21 2917.34 105,963.00 #> 3271 16507.06 NA <NA> #> 3272 127566.79 3620.83 96,179.00 #> 3273 117661.00 3230.49 117,661.00 #> 3274 147250.00 3261.44 138,150.00 #> 3275 105942.94 5462.62 100,367.00 #> 3276 95666.66 925.28 82,000.00 #> 3277 88343.00 NA 88,343.00 #> 3278 148490.60 8062.09 116,700.00 #> 3279 131650.00 1605.04 139,150.00 #> 3280 91862.55 5441.23 73,010.00 #> 3281 107344.00 46.42 107,344.00 #> 3282 93025.85 780.61 89,970.00 #> 3283 187692.13 6074.61 141,326.00 #> 3284 43598.03 1682.99 <NA> #> 3285 139804.07 9713.19 117,640.00 #> 3286 224339.99 9058.09 167,130.00 #> 3287 99296.00 854.54 89,542.00 #> 3288 134166.65 3328.33 115,000.00 #> 3289 163166.68 3894.50 122,375.00 #> 3290 170046.71 10094.19 127,535.00 #> 3291 141884.02 3662.03 116,665.00 #> 3292 162235.30 5356.90 165,152.00 #> 3293 100532.00 NA 100,532.00 #> 3294 162884.16 NA 139,615.00 #> 3295 133429.13 3874.87 136,030.00 #> 3296 106904.26 3029.47 83,842.00 #> 3297 108277.07 1964.82 96,141.00 #> 3298 143865.00 385.28 138,865.00 #> 3299 86403.38 10349.99 65,119.00 #> 3300 93531.00 NA 93,531.00 #> 3301 86574.00 NA 79,200.00 #> 3302 85821.91 1465.63 78,013.00 #> 3303 90756.32 5858.95 77,570.00 #> 3304 89102.00 2798.67 89,102.00 #> 3305 89909.40 770.53 74,200.00 #> 3306 107972.71 3457.17 88,731.00 #> 3307 145781.67 NA 109,995.00 #> 3308 97999.99 4276.16 87,400.00 #> 3309 161636.76 2605.15 120,150.00 #> 3310 83027.39 2751.83 74,567.00 #> 3311 62060.00 2809.84 <NA> #> 3312 10000.00 NA <NA> #> 3313 72096.72 1378.80 65,430.00 #> 3314 6721.88 NA <NA> #> 3315 60880.00 NA 101,467.00 #> 3316 213616.90 11606.66 162,026.00 #> 3317 108656.04 518.58 81,492.00 #> 3318 247216.19 29628.23 183,181.00 #> 3319 71130.54 1155.57 71,401.00 #> 3320 67422.88 3949.48 58,805.00 #> 3321 112856.00 1211.25 112,856.00 #> 3322 61063.00 NA 61,063.00 #> 3323 106921.00 2284.59 <NA> #> 3324 120805.60 3549.89 108,725.00 #> 3325 73171.00 NA 73,171.00 #> 3326 67406.83 5873.18 60,069.00 #> 3327 101850.00 NA 101,850.00 #> 3328 165184.01 9168.11 123,888.00 #> 3329 110076.00 2607.55 110,076.00 #> 3330 58560.94 400.14 <NA> #> 3331 73500.00 3151.41 63,000.00 #> 3332 129236.00 6195.63 129,236.00 #> 3333 91730.50 8426.80 74,709.00 #> 3334 96739.09 575.00 100,000.00 #> 3335 101214.00 NA 101,214.00 #> 3336 74105.50 2278.05 70,095.00 #> 3337 112982.68 9655.19 84,737.00 #> 3338 97180.00 6747.68 97,180.00 #> 3339 91392.00 3796.29 91,392.00 #> 3340 98305.55 3213.79 80,975.00 #> 3341 116666.65 2782.85 100,000.00 #> 3342 93250.00 1362.41 83,925.00 #> 3343 1000.00 346.90 <NA> #> 3344 122587.50 2858.88 105,075.00 #> 3345 160506.36 1691.39 145,873.00 #> 3346 87717.11 4315.15 71,948.00 #> 3347 71154.00 2123.65 71,154.00 #> 3348 107543.35 4557.78 81,480.00 #> 3349 69410.44 990.00 69,953.00 #> 3350 98862.34 NA 81,160.00 #> 3351 141349.00 2356.72 141,349.00 #> 3352 173108.92 1003.52 131,000.00 #> 3353 148766.90 451.43 162,291.00 #> 3354 20853.18 1000.04 <NA> #> 3355 210666.71 3463.88 158,000.00 #> 3356 95469.00 1787.39 94,969.00 #> 3357 111731.03 3077.69 84,398.00 #> 3358 117668.31 1843.48 86,825.00 #> 3359 74927.00 1111.83 99,903.00 #> 3360 100828.00 789.25 100,828.00 #> 3361 130395.64 599.17 127,350.00 #> 3362 88549.97 5871.89 88,550.00 #> 3363 156300.00 3318.11 156,300.00 #> 3364 164178.71 1105.00 123,134.00 #> 3365 109831.36 32678.74 89,862.00 #> 3366 69669.73 11873.36 60,557.00 #> 3367 71194.44 3474.56 59,250.00 #> 3368 156827.90 8595.98 123,975.00 #> 3369 79611.00 1571.58 79,611.00 #> 3370 50217.02 NA 55,217.00 #> 3371 135221.15 2832.44 94,653.00 #> 3372 65505.24 NA 116,000.00 #> 3373 46939.00 2444.06 46,939.00 #> 3374 54377.00 229.34 54,377.00 #> 3375 48704.61 9721.40 200,778.00 #> 3376 115583.01 29690.28 87,214.00 #> 3377 182263.34 2584.85 164,137.00 #> 3378 103012.68 10868.24 84,283.00 #> 3379 227382.90 9401.88 171,361.00 #> 3380 91863.00 950.60 91,863.00 #> 3381 167436.00 9407.62 167,436.00 #> 3382 81111.10 2665.79 73,000.00 #> 3383 63696.07 1136.28 73,000.00 #> 3384 196666.66 NA 177,000.00 #> 3385 56198.00 24.94 <NA> #> 3386 179489.25 NA 143,000.00 #> 3387 121388.93 3689.67 <NA> #> 3388 107810.00 359.09 97,029.00 #> 3389 103583.77 388.78 77,848.00 #> 3390 157392.00 3428.25 157,392.00 #> 3391 77222.22 7810.70 69,500.00 #> 3392 53312.00 820.64 53,312.00 #> 3393 76161.00 4036.77 76,161.00 #> 3394 19555.54 NA <NA> #> 3395 152660.53 NA 110,000.00 #> 3396 59494.46 1664.65 54,196.00 #> 3397 63142.60 3543.49 59,935.00 #> 3398 83055.55 1911.95 65,000.00 #> 3399 75833.33 1390.75 65,000.00 #> 3400 65883.00 4221.59 63,475.00 #> 3401 135553.52 742.74 101,976.00 #> 3402 180110.22 3647.48 135,000.00 #> 3403 78097.00 NA 73,847.00 #> 3404 230106.51 11570.15 170,803.00 #> 3405 49650.00 260.36 49,650.00 #> 3406 86587.00 3267.50 82,337.00 #> 3407 94981.92 118.82 133,568.00 #> 3408 70000.36 800.00 59,601.00 #> 3409 163333.32 8200.39 140,000.00 #> 3410 45204.00 1583.32 45,204.00 #> 3411 152302.00 7464.86 152,302.00 #> 3412 99492.00 1096.57 99,492.00 #> 3413 81534.10 1223.68 105,000.00 #> 3414 61328.00 NA 61,328.00 #> 3415 62557.44 11542.38 51,286.00 #> 3416 111271.27 770.81 89,573.00 #> 3417 80410.00 NA 80,410.00 #> 3418 118451.00 5456.01 118,451.00 #> 3419 64802.00 46.20 64,802.00 #> 3420 173533.36 17619.67 128,875.00 #> 3421 12000.00 NA <NA> #> 3422 108836.04 8185.33 81,627.00 #> 3423 76568.00 2220.82 79,968.00 #> 3424 111592.62 9571.79 87,519.00 #> 3425 106086.90 2546.19 80,000.00 #> 3426 68222.00 798.76 68,222.00 #> 3427 101133.39 1727.66 79,250.00 #> 3428 101771.00 1742.76 101,771.00 #> 3429 99859.00 6803.33 99,859.00 #> 3430 63163.00 4086.30 66,563.00 #> 3431 62841.12 NA <NA> #> 3432 92923.00 2947.45 92,923.00 #> 3433 58705.83 NA <NA> #> 3434 118560.00 2354.83 118,560.00 #> 3435 146573.76 6370.39 119,924.00 #> 3436 149743.00 232.61 149,743.00 #> 3437 104751.12 1844.02 94,640.00 #> 3438 132536.00 17082.81 132,536.00 #> 3439 104262.26 1046.03 91,705.00 #> 3440 153301.96 9915.88 138,341.00 #> 3441 70405.38 8022.30 115,449.00 #> 3442 92548.70 2942.23 69,412.00 #> 3443 86400.00 NA <NA> #> 3444 4611.11 NA 83,000.00 #> 3445 177164.18 824.29 <NA> #> 3446 178616.00 3242.37 178,616.00 #> 3447 84449.65 634.81 66,214.00 #> 3448 71013.77 1153.90 68,218.00 #> 3449 78114.00 NA 78,114.00 #> 3450 81200.00 1222.33 74,000.00 #> 3451 47436.00 3141.39 <NA> #> 3452 118778.00 550.71 118,778.00 #> 3453 15000.00 6077.04 <NA> #> 3454 125802.67 1991.81 94,352.00 #> 3455 57451.00 392.90 57,451.00 #> 3456 182460.55 3299.03 165,000.00 #> 3457 100453.00 4704.40 100,453.00 #> 3458 61203.00 831.44 61,203.00 #> 3459 141065.00 4963.42 129,065.00 #> 3460 93238.99 1757.80 100,000.00 #> 3461 73281.00 NA 73,281.00 #> 3462 67611.34 5428.85 61,853.00 #> 3463 7727.16 NA <NA> #> 3464 85542.00 NA 85,542.00 #> 3465 79661.05 1609.79 66,356.00 #> 3466 52951.00 2121.90 58,834.00 #> 3467 51239.00 NA 51,239.00 #> 3468 52503.02 4495.02 76,505.00 #> 3469 34528.88 3088.61 62,153.00 #> 3470 116317.66 NA 105,201.00 #> 3471 35719.33 NA 53,579.00 #> 3472 92046.66 NA 82,842.00 #> 3473 136916.39 8611.06 108,572.00 #> 3474 162470.24 1934.94 165,000.00 #> 3475 193002.50 3197.32 159,552.00 #> 3476 143347.00 3546.94 135,847.00 #> 3477 78270.77 2891.27 66,869.00 #> 3478 168054.72 10012.87 136,421.00 #> 3479 71512.00 NA 71,512.00 #> 3480 38412.63 NA 44,000.00 #> 3481 80629.23 12211.17 66,106.00 #> 3482 77222.22 NA 69,500.00 #> 3483 71662.89 1671.58 71,750.00 #> 3484 64043.00 NA 64,043.00 #> 3485 121138.50 6433.22 94,804.00 #> 3486 112311.00 NA 112,311.00 #> 3487 64525.00 NA 107,541.00 #> 3488 205601.47 5277.69 <NA> #> 3489 99880.45 20286.36 65,908.00 #> 3490 183365.23 5665.93 144,000.00 #> 3491 129771.00 1783.16 131,718.00 #> 3492 75013.00 NA 75,013.00 #> 3493 125000.00 3194.39 125,000.00 #> 3494 129024.00 3334.77 129,024.00 #> 3495 92624.00 NA <NA> #> 3496 183000.00 NA 176,000.00 #> 3497 119560.00 4634.24 105,163.00 #> 3498 163094.00 6725.26 163,094.00 #> 3499 67540.00 3456.46 67,540.00 #> 3500 85877.84 5729.49 78,100.00 #> 3501 58446.00 1554.00 58,446.00 #> 3502 72792.10 207.44 28,193.00 #> 3503 102421.59 8794.69 74,832.00 #> 3504 61167.32 3595.07 51,057.00 #> 3505 196955.44 8053.61 170,000.00 #> 3506 60139.00 NA 80,185.00 #> 3507 75797.00 NA 75,797.00 #> 3508 80345.00 1649.42 80,345.00 #> 3509 183867.83 5858.46 118,646.00 #> 3510 112639.21 NA <NA> #> 3511 57782.00 1070.19 56,932.00 #> 3512 112466.68 3651.14 84,350.00 #> 3513 77472.11 NA 65,149.00 #> 3514 144814.60 9741.30 113,927.00 #> 3515 118818.00 2209.46 118,818.00 #> 3516 111841.68 1749.48 77,618.00 #> 3517 127208.09 5450.01 112,500.00 #> 3518 108076.00 7457.57 108,076.00 #> 3519 10423.05 1537.95 <NA> #> 3520 128987.00 5473.16 128,987.00 #> 3521 126582.00 3960.67 126,582.00 #> 3522 97850.00 1847.54 97,850.00 #> 3523 104576.21 3907.49 95,529.00 #> 3524 98485.55 3144.78 88,637.00 #> 3525 136521.60 3120.07 106,843.00 #> 3526 101277.00 7906.99 101,277.00 #> 3527 188704.09 2349.51 140,800.00 #> 3528 208025.32 5070.18 158,470.00 #> 3529 95312.00 NA 88,937.00 #> 3530 105555.55 1099.30 95,000.00 #> 3531 159961.48 6909.38 121,193.00 #> 3532 77014.00 319.68 77,014.00 #> 3533 64722.24 1241.67 53,100.00 #> 3534 60040.00 7321.69 56,880.00 #> 3535 134206.33 4100.20 115,034.00 #> 3536 64895.55 4676.40 61,480.00 #> 3537 145000.00 5129.29 145,000.00 #> 3538 115796.00 7686.08 115,796.00 #> 3539 59690.00 644.95 55,690.00 #> 3540 112144.00 4519.67 112,144.00 #> 3541 95799.00 2413.94 87,799.00 #> 3542 143088.96 975.56 128,780.00 #> 3543 186055.56 3337.11 168,650.00 #> 3544 89889.00 5388.75 89,889.00 #> 3545 217729.27 2425.53 169,000.00 #> 3546 49695.00 403.50 49,695.00 #> 3547 56488.00 422.30 56,488.00 #> 3548 80755.22 1819.91 77,525.00 #> 3549 57395.00 23.94 56,895.00 #> 3550 3656.10 NA <NA> #> 3551 108987.00 10344.79 108,987.00 #> 3552 126690.71 13785.81 95,018.00 #> 3553 53822.00 3884.91 53,397.00 #> 3554 52200.55 NA 21,987.00 #> 3555 43946.00 NA 73,243.00 #> 3556 89814.78 1233.03 69,553.00 #> 3557 102843.00 1344.62 102,843.00 #> 3558 72502.49 2908.46 62,145.00 #> 3559 132736.00 3760.27 132,736.00 #> 3560 128450.00 NA 128,450.00 #> 3561 74383.00 2997.62 74,383.00 #> 3562 64603.00 600.49 86,137.00 #> 3563 126941.70 4398.42 97,047.00 #> 3564 133333.35 21487.50 100,000.00 #> 3565 21440.97 362.44 65,000.00 #> 3566 94433.86 10136.43 92,000.00 #> 3567 92400.00 6194.68 79,200.00 #> 3568 74861.48 6451.52 92,558.00 #> 3569 35000.00 NA 70,000.00 #> 3570 175064.10 4742.52 133,003.00 #> 3571 58516.50 1619.74 61,028.00 #> 3572 77336.97 682.40 66,845.00 #> 3573 87334.78 6781.01 85,275.00 #> 3574 65237.22 340.10 58,331.00 #> 3575 85845.72 9863.79 64,901.00 #> 3576 88990.00 2608.94 78,927.00 #> 3577 169295.57 4940.53 139,366.00 #> 3578 137675.55 2696.44 123,908.00 #> 3579 148179.40 2537.85 151,040.00 #> 3580 28257.00 NA 84,771.00 #> 3581 151666.66 3418.77 130,000.00 #> 3582 125181.00 9584.34 125,181.00 #> 3583 95666.67 3018.91 82,000.00 #> 3584 84428.17 10418.73 <NA> #> 3585 131500.00 420.90 131,500.00 #> 3586 179999.98 8175.98 130,000.00 #> 3587 96054.00 10985.19 96,054.00 #> 3588 54274.00 1148.00 50,000.00 #> 3589 66726.00 412.34 66,726.00 #> 3590 110622.00 6056.50 110,622.00 #> 3591 95666.66 3546.42 82,000.00 #> 3592 105458.71 6904.22 85,057.00 #> 3593 54781.74 1193.50 <NA> #> 3594 104065.03 NA 95,083.00 #> 3595 214000.03 4580.59 160,500.00 #> 3596 119444.44 NA 107,500.00 #> 3597 102104.00 1512.58 102,104.00 #> 3598 80407.71 828.33 70,283.00 #> 3599 73100.00 5901.22 73,100.00 #> 3600 128348.89 4720.74 115,514.00 #> 3601 95455.00 2392.15 95,455.00 #> 3602 152634.00 2043.87 152,634.00 #> 3603 77101.50 1034.15 63,339.00 #> 3604 105668.31 NA 87,036.00 #> 3605 111188.00 1130.68 148,251.00 #> 3606 113491.00 2618.82 113,491.00 #> 3607 80360.00 NA <NA> #> 3608 80466.00 NA <NA> #> 3609 95015.66 NA 81,442.00 #> 3610 38931.53 NA <NA> #> 3611 106924.00 11267.87 106,924.00 #> 3612 74300.00 10157.01 74,300.00 #> 3613 8470.59 NA <NA> #> 3614 58611.11 2763.32 55,000.00 #> 3615 111205.56 2974.74 100,085.00 #> 3616 97850.00 2599.74 97,850.00 #> 3617 97912.50 NA 83,925.00 #> 3618 62422.24 4021.68 51,380.00 #> 3619 78316.00 2124.67 78,316.00 #> 3620 65770.00 2440.14 65,770.00 #> 3621 55879.00 NA 51,605.00 #> 3622 76463.33 5210.39 65,540.00 #> 3623 40909.03 5427.44 50,000.00 #> 3624 104166.60 1274.63 125,000.00 #> 3625 82992.58 2125.99 68,141.00 #> 3626 77299.00 4018.50 77,299.00 #> 3627 86126.24 1754.14 70,839.00 #> 3628 19274.56 NA <NA> #> 3629 181629.62 6572.91 136,863.00 #> 3630 87546.00 20764.31 89,446.00 #> 3631 67327.00 3411.42 67,327.00 #> 3632 71080.00 1234.01 71,080.00 #> 3633 61833.36 1992.84 53,000.00 #> 3634 77000.00 1000.00 63,000.00 #> 3635 135738.14 5894.07 103,882.00 #> 3636 104940.12 2603.07 94,677.00 #> 3637 115330.12 1627.18 94,361.00 #> 3638 91428.16 2749.43 78,367.00 #> 3639 41447.00 34.52 41,447.00 #> 3640 113745.00 NA 113,745.00 #> 3641 115463.00 819.57 115,463.00 #> 3642 141663.89 119.92 131,333.00 #> 3643 59855.00 NA 59,855.00 #> 3644 119786.57 4252.38 93,746.00 #> 3645 132401.55 452.40 100,026.00 #> 3646 120757.00 4833.04 120,757.00 #> 3647 67836.66 513.60 57,453.00 #> 3648 68376.34 969.10 56,081.00 #> 3649 92344.36 NA 83,734.00 #> 3650 104258.66 10307.28 78,194.00 #> 3651 143334.66 1971.76 111,501.00 #> 3652 209434.67 775.35 153,393.00 #> 3653 93179.00 658.25 93,179.00 #> 3654 5759.12 1326.53 <NA> #> 3655 67370.00 678.03 67,370.00 #> 3656 156431.28 1988.29 136,288.00 #> 3657 156237.72 4077.31 136,200.00 #> 3658 95000.02 1978.57 78,000.00 #> 3659 64864.47 3296.94 55,657.00 #> 3660 83320.51 2241.97 68,324.00 #> 3661 111616.71 3557.19 83,900.00 #> 3662 172166.66 NA 155,250.00 #> 3663 104409.00 NA 104,409.00 #> 3664 65592.00 4258.92 65,592.00 #> 3665 93559.72 6008.20 80,194.00 #> 3666 77895.55 2112.67 70,106.00 #> 3667 103842.24 3177.70 85,158.00 #> 3668 69532.00 2208.62 69,532.00 #> 3669 41658.00 3698.31 40,338.00 #> 3670 58700.00 1250.00 58,700.00 #> 3671 95633.32 9775.32 75,125.00 #> 3672 86224.00 9014.72 85,224.00 #> 3673 87902.00 NA 87,902.00 #> 3674 102900.00 4027.00 88,200.00 #> 3675 137298.35 15119.18 112,335.00 #> 3676 56555.60 NA 51,000.00 #> 3677 47479.57 NA 77,477.00 #> 3678 105753.99 6065.74 79,476.00 #> 3679 90770.00 6647.40 85,693.00 #> 3680 60000.00 683.30 60,000.00 #> 3681 134662.44 9285.55 105,388.00 #> 3682 97270.49 6497.41 83,462.00 #> 3683 198857.66 28608.14 149,644.00 #> 3684 150306.67 2337.20 129,276.00 #> 3685 109123.37 4686.32 85,725.00 #> 3686 134012.98 6867.76 101,011.00 #> 3687 174683.34 84.84 158,215.00 #> 3688 108150.00 3458.26 108,150.00 #> 3689 67480.00 2798.74 67,480.00 #> 3690 148777.77 971.81 128,000.00 #> 3691 153791.99 2568.72 157,936.00 #> 3692 95581.00 8863.08 95,581.00 #> 3693 87512.36 10183.74 78,954.00 #> 3694 59793.00 1071.91 59,793.00 #> 3695 94478.51 9181.67 111,704.00 #> 3696 109979.24 284.79 89,983.00 #> 3697 152065.00 3846.30 152,065.00 #> 3698 59999.98 2077.62 70,000.00 #> 3699 125635.00 NA 125,635.00 #> 3700 109766.59 NA 99,002.00 #> 3701 172455.40 11451.38 175,275.00 #> 3702 81105.38 11433.40 66,309.00 #> 3703 51331.64 1747.62 123,993.00 #> 3704 80622.10 3572.02 <NA> #> 3705 61510.00 NA 61,510.00 #> 3706 146979.00 1000.00 146,979.00 #> 3707 126225.00 NA 126,225.00 #> 3708 73874.44 607.90 66,487.00 #> 3709 55555.55 5466.43 50,000.00 #> 3710 67757.00 NA 67,757.00 #> 3711 82609.60 NA 67,185.00 #> 3712 128842.00 1294.77 128,842.00 #> 3713 74984.00 1082.68 <NA> #> 3714 77464.00 3018.22 77,464.00 #> 3715 120718.49 NA 98,989.00 #> 3716 97789.00 447.88 97,789.00 #> 3717 129224.00 NA 129,224.00 #> 3718 112204.00 NA 112,204.00 #> 3719 100427.34 4503.54 80,595.00 #> 3720 122596.44 9286.96 116,144.00 #> 3721 90283.74 4336.34 79,172.00 #> 3722 50000.00 3315.18 50,000.00 #> 3723 61600.00 300.50 59,400.00 #> 3724 50000.00 NA 61,500.00 #> 3725 101959.00 6278.69 83,794.00 #> 3726 186408.00 11528.90 139,806.00 #> 3727 127777.77 NA 115,000.00 #> 3728 77725.34 7770.45 63,200.00 #> 3729 119140.00 1566.42 119,140.00 #> 3730 81666.65 3912.41 70,000.00 #> 3731 188514.72 3522.39 144,142.00 #> 3732 129072.00 1510.26 120,572.00 #> 3733 186525.55 17741.59 185,595.00 #> 3734 102976.57 NA 81,218.00 #> 3735 111622.00 NA 111,622.00 #> 3736 93553.71 1566.66 73,130.00 #> 3737 107580.00 NA 107,580.00 #> 3738 86666.66 NA 78,000.00 #> 3739 91383.06 1124.42 90,068.00 #> 3740 116143.00 NA 116,143.00 #> 3741 66938.00 NA 66,938.00 #> 3742 186666.71 577.70 140,000.00 #> 3743 121604.48 2411.73 109,444.00 #> 3744 85018.00 4820.64 85,018.00 #> 3745 96809.00 2935.97 95,809.00 #> 3746 121190.14 6146.50 113,024.00 #> 3747 99993.33 1587.15 89,994.00 #> 3748 51979.12 1515.36 49,296.00 #> 3749 97326.72 3410.43 73,160.00 #> 3750 84866.00 1033.00 88,866.00 #> 3751 83858.82 NA 88,000.00 #> 3752 24000.00 1911.14 135,000.00 #> 3753 93023.00 5740.22 93,023.00 #> 3754 57777.77 669.70 52,000.00 #> 3755 101859.00 1604.30 101,859.00 #> 3756 172174.00 605.60 141,250.00 #> 3757 54400.00 3621.83 54,400.00 #> 3758 146950.07 4722.84 119,208.00 #> 3759 79094.00 865.63 65,856.00 #> 3760 56200.00 NA 56,100.00 #> 3761 104535.00 4436.54 104,535.00 #> 3762 74307.72 941.82 61,291.00 #> 3763 65196.50 NA 56,530.00 #> 3764 169148.04 14681.54 117,861.00 #> 3765 110993.70 1693.47 83,863.00 #> 3766 117602.00 1480.39 121,002.00 #> 3767 60700.00 33.06 59,350.00 #> 3768 115989.39 3260.84 94,897.00 #> 3769 178399.58 1204.94 139,617.00 #> 3770 80721.32 7749.73 61,046.00 #> 3771 124422.24 3179.33 112,230.00 #> 3772 161872.60 1980.03 128,000.00 #> 3773 273022.87 13839.48 191,432.00 #> 3774 54666.66 285.44 82,000.00 #> 3775 18000.00 NA 18,000.00 #> 3776 130657.92 1000.00 110,000.00 #> 3777 154745.51 880.66 148,271.00 #> 3778 80433.00 1314.12 81,936.00 #> 3779 117427.00 14130.92 117,427.00 #> 3780 125555.55 1559.14 113,000.00 #> 3781 108054.00 2619.44 108,054.00 #> 3782 63376.23 1299.22 57,099.00 #> 3783 55998.00 243.81 55,998.00 #> 3784 76639.00 488.06 71,639.00 #> 3785 142123.00 2572.88 142,123.00 #> 3786 77523.01 3325.01 61,762.00 #> 3787 77559.00 79.20 77,059.00 #> 3788 77777.77 2117.12 70,000.00 #> 3789 68504.00 2689.90 71,904.00 #> 3790 75327.50 420.98 71,660.00 #> 3791 90357.32 4006.42 88,128.00 #> 3792 53003.00 NA <NA> #> 3793 83138.88 759.06 74,825.00 #> 3794 114808.04 6763.82 82,356.00 #> 3795 170260.24 9918.83 135,231.00 #> 3796 182892.83 1919.35 146,226.00 #> 3797 99636.33 178.41 89,298.00 #> 3798 114828.96 2554.25 <NA> #> 3799 122409.84 NA 92,437.00 #> 3800 10625.00 NA 127,500.00 #> 3801 58543.00 NA 48,543.00 #> 3802 114875.59 9995.86 101,895.00 #> 3803 85254.00 NA 85,254.00 #> 3804 60507.33 1000.00 55,428.00 #> 3805 92919.90 2899.63 85,010.00 #> 3806 226976.99 23237.08 173,734.00 #> 3807 170048.04 239.82 127,536.00 #> 3808 181782.35 3277.07 118,706.00 #> 3809 90312.07 1847.50 70,679.00 #> 3810 76764.00 2363.27 80,764.00 #> 3811 165804.00 2930.77 150,024.00 #> 3812 108550.81 2642.99 92,001.00 #> 3813 68300.86 2240.00 62,854.00 #> 3814 84579.00 3125.34 84,579.00 #> 3815 72000.00 560.01 54,000.00 #> 3816 100000.00 5389.78 100,000.00 #> 3817 129120.00 3364.72 96,840.00 #> 3818 75555.50 4902.87 68,000.00 #> 3819 58888.88 2933.57 53,000.00 #> 3820 94355.00 992.40 94,355.00 #> 3821 64434.00 1659.69 61,279.00 #> 3822 113503.00 1251.94 113,503.00 #> 3823 142083.33 3361.21 116,500.00 #> 3824 86557.66 NA 82,002.00 #> 3825 79955.93 404.10 66,761.00 #> 3826 101570.00 4915.19 79,012.00 #> 3827 118428.04 415.15 120,250.00 #> 3828 97333.35 283.20 73,000.00 #> 3829 85384.00 535.89 85,384.00 #> 3830 80416.12 NA <NA> #> 3831 101548.00 2092.77 101,548.00 #> 3832 64064.44 3368.10 57,658.00 #> 3833 269570.47 10567.71 205,188.00 #> 3834 86796.28 1916.68 82,313.00 #> 3835 51983.00 1500.00 51,983.00 #> 3836 117600.00 3799.18 100,800.00 #> 3837 65853.00 1075.75 65,853.00 #> 3838 110666.66 2755.15 83,000.00 #> 3839 210352.03 3609.22 211,227.00 #> 3840 173535.16 15263.04 121,151.00 #> 3841 93436.66 1956.25 76,660.00 #> 3842 147157.00 3641.48 147,157.00 #> 3843 98260.00 736.58 98,260.00 #> 3844 109146.00 2953.80 109,146.00 #> 3845 91878.00 5205.44 91,878.00 #> 3846 101867.17 1040.93 87,632.00 #> 3847 145360.49 3120.02 109,872.00 #> 3848 79369.00 810.26 79,369.00 #> 3849 135301.33 8781.65 102,101.00 #> 3850 55099.00 185.21 55,099.00 #> 3851 93956.00 15228.54 97,956.00 #> 3852 64930.59 724.82 55,000.00 #> 3853 68340.00 NA <NA> #> 3854 73436.00 238.20 73,436.00 #> 3855 109348.00 1418.77 109,348.00 #> 3856 36931.79 NA 125,000.00 #> 3857 107996.00 2707.26 107,496.00 #> 3858 73670.29 1177.21 68,359.00 #> 3859 66036.00 783.98 66,036.00 #> 3860 79444.44 4633.49 71,500.00 #> 3861 166850.00 2026.81 166,850.00 #> 3862 111000.00 2829.77 83,250.00 #> 3863 89778.00 3549.86 78,556.00 #> 3864 96947.99 2033.21 107,720.00 #> 3865 119990.76 633.17 89,993.00 #> 3866 86842.00 646.62 86,842.00 #> 3867 78334.60 NA 64,232.00 #> 3868 132366.72 NA 90,929.00 #> 3869 56872.00 769.26 56,872.00 #> 3870 67351.83 2832.14 63,807.00 #> 3871 110775.87 3156.79 91,132.00 #> 3872 3330.12 NA <NA> #> 3873 22800.00 NA <NA> #> 3874 112465.00 1468.43 91,364.00 #> 3875 53010.00 NA 53,010.00 #> 3876 100388.12 NA 92,666.00 #> 3877 147112.22 1473.15 133,401.00 #> 3878 100032.41 1374.52 101,644.00 #> 3879 114909.00 1852.65 114,909.00 #> 3880 105109.00 4440.68 105,109.00 #> 3881 136698.66 6937.60 102,742.00 #> 3882 68219.13 3205.67 51,365.00 #> 3883 123585.60 3311.38 91,462.00 #> 3884 93394.43 2777.24 76,705.00 #> 3885 47758.00 157.13 96,487.00 #> 3886 88159.00 4698.43 88,159.00 #> 3887 101451.00 16838.93 101,451.00 #> 3888 153999.39 1462.74 <NA> #> 3889 143103.00 NA 143,103.00 #> 3890 177552.00 5612.56 177,552.00 #> 3891 127435.00 5513.78 127,435.00 #> 3892 9379.80 NA <NA> #> 3893 93974.73 NA <NA> #> 3894 133269.87 9687.75 107,156.00 #> 3895 96676.98 NA 95,427.00 #> 3896 86425.00 2380.85 85,425.00 #> 3897 99531.00 4562.42 99,531.00 #> 3898 235896.24 13841.45 184,223.00 #> 3899 103948.00 92.40 103,948.00 #> 3900 109175.71 437.92 85,661.00 #> 3901 78547.84 NA 70,693.00 #> 3902 97380.89 1240.60 73,162.00 #> 3903 103972.00 4502.34 107,971.00 #> 3904 91457.59 604.38 96,300.00 #> 3905 165688.00 1129.92 152,188.00 #> 3906 108205.00 8191.01 108,205.00 #> 3907 42022.66 NA 50,000.00 #> 3908 158295.60 101.83 142,466.00 #> 3909 65210.36 261.46 61,842.00 #> 3910 165850.12 2901.25 118,709.00 #> 3911 54451.00 4262.37 54,451.00 #> 3912 54928.00 NA 91,130.00 #> 3913 129007.00 5679.99 129,007.00 #> 3914 80783.33 6318.60 72,705.00 #> 3915 65331.00 631.65 64,906.00 #> 3916 137195.03 4805.29 138,070.00 #> 3917 188582.66 15030.64 141,437.00 #> 3918 80974.67 7540.88 66,252.00 #> 3919 71646.00 766.08 67,821.00 #> 3920 109407.68 4374.75 83,591.00 #> 3921 123600.00 NA 101,250.00 #> 3922 120550.00 848.78 108,675.00 #> 3923 77406.00 2288.87 77,406.00 #> 3924 124895.00 7629.43 124,895.00 #> 3925 73557.66 2129.51 66,000.00 #> 3926 143590.00 NA 143,590.00 #> 3927 58125.00 98.28 58,125.00 #> 3928 119931.76 6851.73 98,126.00 #> 3929 97726.38 2934.36 85,275.00 #> 3930 111967.84 5569.55 91,610.00 #> 3931 88084.16 7479.22 72,500.00 #> 3932 171644.05 4923.42 128,733.00 #> 3933 149515.87 15143.89 149,266.00 #> 3934 186522.43 6622.68 145,974.00 #> 3935 51516.00 1101.39 51,516.00 #> 3936 112234.00 NA 112,234.00 #> 3937 38778.04 447.68 <NA> #> 3938 124768.00 133.32 124,768.00 #> 3939 159603.88 16596.10 130,585.00 #> 3940 105875.00 6121.46 86,625.00 #> 3941 65589.00 1118.66 65,589.00 #> 3942 94360.55 954.41 77,315.00 #> 3943 133745.04 NA 150,680.00 #> 3944 51200.00 NA 51,200.00 #> 3945 112120.00 3166.92 100,908.00 #> 3946 39035.00 NA 39,035.00 #> 3947 88724.00 2302.02 88,724.00 #> 3948 93393.33 1060.98 76,480.00 #> 3949 100625.31 9544.09 75,469.00 #> 3950 57700.36 555.05 53,000.00 #> 3951 67805.56 400.00 64,425.00 #> 3952 35182.00 NA 34,682.00 #> 3953 82685.00 391.51 76,717.00 #> 3954 133642.64 NA <NA> #> 3955 131833.32 2154.59 113,000.00 #> 3956 72887.00 NA 72,887.00 #> 3957 117220.00 244.93 117,220.00 #> 3958 52761.00 24.94 52,761.00 #> 3959 81737.00 NA 136,228.00 #> 3960 44318.19 1667.81 90,000.00 #> 3961 79333.30 1849.26 68,000.00 #> 3962 127360.00 3783.88 114,624.00 #> 3963 117588.00 9086.19 88,191.00 #> 3964 88004.39 7003.86 72,099.00 #> 3965 106461.31 1293.10 80,290.00 #> 3966 134282.21 5605.79 100,880.00 #> 3967 95484.52 NA 94,275.00 #> 3968 160879.98 17801.34 120,660.00 #> 3969 123080.68 5440.95 130,000.00 #> 3970 130000.00 300.28 130,000.00 #> 3971 71757.00 1792.11 71,757.00 #> 3972 66666.66 725.28 60,000.00 #> 3973 69431.33 NA 69,177.00 #> 3974 198545.37 1576.06 155,700.00 #> 3975 52016.00 2056.31 52,016.00 #> 3976 96727.28 450.43 73,019.00 #> 3977 74000.00 NA 72,000.00 #> 3978 62916.72 891.95 56,700.00 #> 3979 102216.40 2449.71 72,850.00 #> 3980 84694.00 1017.51 84,694.00 #> 3981 201666.69 5591.55 165,000.00 #> 3982 146703.00 7817.90 146,703.00 #> 3983 140568.82 4058.47 126,075.00 #> 3984 152785.00 852.01 147,785.00 #> 3985 76480.00 403.26 76,480.00 #> 3986 116623.00 12593.46 107,873.00 #> 3987 123144.35 633.25 100,550.00 #> 3988 136041.48 13775.93 102,031.00 #> 3989 13333.33 NA 120,000.00 #> 3990 77089.00 504.90 77,089.00 #> 3991 89053.33 6686.30 79,698.00 #> 3992 52500.00 2105.70 105,000.00 #> 3993 134249.94 971.06 179,000.00 #> 3994 127942.63 4212.73 95,957.00 #> 3995 157521.00 17846.05 135,018.00 #> 3996 86624.00 3804.19 90,624.00 #> 3997 57777.77 NA 52,000.00 #> 3998 154195.83 3862.67 126,500.00 #> 3999 124058.69 6268.42 93,044.00 #> 4000 110950.64 3005.01 112,140.00 #> 4001 88881.00 25.94 88,881.00 #> 4002 86909.00 6029.37 76,661.00 #> 4003 122499.99 NA 105,000.00 #> 4004 91056.00 1711.59 86,806.00 #> 4005 58888.88 2741.98 53,000.00 #> 4006 62030.50 NA 50,865.00 #> 4007 97947.60 1448.70 87,928.00 #> 4008 76495.00 77.85 76,070.00 #> 4009 138866.66 10807.70 105,000.00 #> 4010 115078.64 14778.73 89,709.00 #> 4011 188609.36 14261.45 141,457.00 #> 4012 80198.27 2899.79 66,987.00 #> 4013 86964.12 NA 81,707.00 #> 4014 146495.00 4278.73 146,495.00 #> 4015 112235.00 1813.87 115,635.00 #> 4016 146553.65 4968.04 110,186.00 #> 4017 157726.55 1165.27 126,188.00 #> 4018 118138.89 5025.18 93,875.00 #> 4019 101414.96 NA 96,201.00 #> 4020 51339.00 1691.13 51,339.00 #> 4021 60332.00 NA 60,332.00 #> 4022 42833.13 1097.71 <NA> #> 4023 86529.00 2847.99 86,529.00 #> 4024 95116.03 3155.08 71,337.00 #> 4025 102582.09 NA 83,099.00 #> 4026 175598.66 712.64 131,699.00 #> 4027 7350.00 NA <NA> #> 4028 179706.66 21296.79 135,530.00 #> 4029 115723.00 NA 115,723.00 #> 4030 85379.91 1970.28 75,000.00 #> 4031 61413.00 NA 61,413.00 #> 4032 84102.65 75.20 72,088.00 #> 4033 98418.00 5570.50 98,418.00 #> 4034 99090.00 2177.81 99,090.00 #> 4035 83333.33 600.00 75,000.00 #> 4036 110400.00 23586.47 82,800.00 #> 4037 111008.00 8045.49 111,008.00 #> 4038 20956.38 517.78 <NA> #> 4039 82967.00 2167.53 82,967.00 #> 4040 72766.36 3343.85 76,706.00 #> 4041 104000.04 1635.47 78,000.00 #> 4042 91017.43 6619.09 85,000.00 #> 4043 131075.11 NA 124,500.00 #> 4044 81222.22 NA 69,700.00 #> 4045 103123.80 1205.12 83,925.00 #> 4046 78308.00 2620.33 78,308.00 #> 4047 68625.33 5796.62 58,380.00 #> 4048 60945.00 NA 60,545.00 #> 4049 121951.11 2258.35 109,756.00 #> 4050 6930.00 NA <NA> #> 4051 155926.72 9566.55 116,945.00 #> 4052 94480.56 5639.80 79,100.00 #> 4053 91111.11 NA 82,000.00 #> 4054 101412.72 NA 83,057.00 #> 4055 112871.20 5427.88 94,075.00 #> 4056 103080.00 1773.89 77,310.00 #> 4057 107888.00 2722.17 107,888.00 #> 4058 62500.00 1049.05 62,500.00 #> 4059 36000.00 703.48 <NA> #> 4060 120616.96 2031.73 117,290.00 #> 4061 105555.55 6095.26 95,000.00 #> 4062 52098.44 81.56 49,937.00 #> 4063 110705.00 2808.84 110,705.00 #> 4064 82406.17 1464.93 78,069.00 #> 4065 75383.50 0.00 77,158.00 #> 4066 83427.02 262.34 90,391.00 #> 4067 51000.00 1672.14 51,000.00 #> 4068 47735.87 0.00 60,750.00 #> 4069 173756.96 13068.11 165,600.00 #> 4070 92206.58 6705.71 70,575.00 #> 4071 52885.63 0.00 52,500.00 #> 4072 77915.04 0.00 79,749.00 #> 4073 54495.02 3516.57 58,368.00 #> 4074 58556.46 1012.64 -0- #> 4075 26960.81 2397.06 -0- #> 4076 84678.50 0.00 88,672.00 #> 4077 67116.12 80.55 65,000.00 #> 4078 75571.61 0.00 -0- #> 4079 95568.00 0.00 97,818.00 #> 4080 135762.48 2690.34 140,106.00 #> 4081 69163.58 4738.72 79,039.00 #> 4082 115741.72 7509.02 106,620.00 #> 4083 110007.05 3771.41 91,928.00 #> 4084 159373.12 1771.20 131,970.00 #> 4085 26972.76 0.00 137,000.00 #> 4086 63477.75 0.00 58,000.00 #> 4087 155854.66 0.00 129,150.00 #> 4088 191678.22 10056.00 147,767.00 #> 4089 67988.77 606.36 64,480.00 #> 4090 108819.75 3947.65 94,902.00 #> 4091 68062.51 0.00 69,665.00 #> 4092 51712.50 1136.35 52,500.00 #> 4093 110916.25 8213.62 85,500.00 #> 4094 80425.46 1198.16 82,319.00 #> 4095 200025.98 2774.68 172,021.00 #> 4096 68687.00 0.00 70,304.00 #> 4097 59055.54 1579.39 59,955.00 #> 4098 73241.02 1112.76 77,027.00 #> 4099 73400.00 5062.22 81,555.00 #> 4100 152732.99 3095.99 147,000.00 #> 4101 97857.08 703.66 90,457.00 #> 4102 93606.50 0.00 95,810.00 #> 4103 127818.00 7746.09 136,551.00 #> 4104 147077.56 872.68 151,783.00 #> 4105 137469.75 1166.95 118,500.00 #> 4106 66651.68 6526.57 59,740.00 #> 4107 102018.50 0.00 104,420.00 #> 4108 103460.52 0.00 -0- #> 4109 144838.00 6951.20 149,317.00 #> 4110 65934.94 346.50 55,194.00 #> 4111 144734.28 4524.67 109,632.00 #> 4112 57518.99 1318.74 62,395.00 #> 4113 135934.83 6302.27 135,000.00 #> 4114 68929.00 2479.05 72,043.00 #> 4115 61950.52 1367.93 63,409.00 #> 4116 61100.00 0.00 60,000.00 #> 4117 49249.99 1481.56 52,000.00 #> 4118 99603.02 1537.36 101,948.00 #> 4119 118731.20 14741.36 90,877.00 #> 4120 117662.40 11957.78 89,294.00 #> 4121 91175.58 6821.00 81,510.00 #> 4122 91609.51 0.00 140,649.00 #> 4123 77004.98 1170.37 78,818.00 #> 4124 46858.52 600.00 75,358.00 #> 4125 100854.48 4319.82 82,295.00 #> 4126 98436.50 4553.47 100,754.00 #> 4127 231217.57 20839.83 178,248.00 #> 4128 110961.05 10132.87 84,930.00 #> 4129 68442.94 1400.10 58,780.00 #> 4130 45833.32 2482.37 -0- #> 4131 145612.48 5056.43 106,585.00 #> 4132 237405.02 2533.69 245,000.00 #> 4133 61926.98 2619.30 60,997.00 #> 4134 90221.62 981.38 -0- #> 4135 56719.48 2936.91 62,581.00 #> 4136 51209.46 0.00 51,030.00 #> 4137 60194.36 1407.54 55,000.00 #> 4138 103672.48 4546.29 105,898.00 #> 4139 64935.00 3028.93 58,500.00 #> 4140 57893.54 2537.03 58,775.00 #> 4141 84108.94 1831.97 86,089.00 #> 4142 80400.52 1888.14 72,275.00 #> 4143 109588.71 0.00 161,108.00 #> 4144 6923.04 0.00 -0- #> 4145 63539.56 1338.49 58,240.00 #> 4146 78539.98 505.90 84,408.00 #> 4147 80568.52 0.00 84,527.00 #> 4148 136228.45 7769.85 110,809.00 #> 4149 86590.50 2017.07 91,288.00 #> 4150 220645.23 1292.59 156,874.00 #> 4151 108284.23 7986.95 95,000.00 #> 4152 91839.02 0.00 97,489.00 #> 4153 89064.55 688.04 -0- #> 4154 163267.44 394.00 117,875.00 #> 4155 91493.36 3365.81 80,000.00 #> 4156 88493.02 1644.45 90,529.00 #> 4157 69807.48 0.00 71,451.00 #> 4158 73708.04 830.95 75,443.00 #> 4159 162622.43 5621.17 139,962.00 #> 4160 55400.02 3222.37 49,500.00 #> 4161 17730.00 500.00 -0- #> 4162 140693.04 2425.56 145,194.00 #> 4163 72059.50 0.00 76,156.00 #> 4164 114353.73 0.00 116,808.00 #> 4165 88745.30 2276.96 77,858.00 #> 4166 59587.47 1000.00 -0- #> 4167 95926.41 3162.31 116,409.00 #> 4168 75982.99 899.02 77,772.00 #> 4169 76820.54 4754.70 78,629.00 #> 4170 132995.46 8551.15 137,250.00 #> 4171 104817.30 4190.84 182,865.00 #> 4172 81983.55 2011.48 82,378.00 #> 4173 89254.04 0.00 121,807.00 #> 4174 107018.04 2209.35 98,352.00 #> 4175 122094.00 0.00 134,000.00 #> 4176 81287.48 7893.33 83,201.00 #> 4177 54722.20 2945.57 50,000.00 #> 4178 99328.09 4524.41 82,800.00 #> 4179 76949.69 3790.39 70,773.00 #> 4180 101607.98 0.00 104,000.00 #> 4181 54174.98 1585.10 -0- #> 4182 185224.60 2772.88 183,570.00 #> 4183 58580.97 2385.64 59,473.00 #> 4184 107225.98 0.00 110,750.00 #> 4185 163425.97 2987.44 132,910.00 #> 4186 66804.89 0.00 57,631.00 #> 4187 65105.48 1037.08 66,638.00 #> 4188 67666.66 0.00 60,000.00 #> 4189 61044.22 428.02 65,065.00 #> 4190 81591.93 3641.27 80,176.00 #> 4191 52464.98 0.00 88,773.00 #> 4192 208087.00 6023.90 214,744.00 #> 4193 57400.04 799.88 61,674.00 #> 4194 115567.73 3299.40 100,042.00 #> 4195 95079.02 4955.57 97,135.00 #> 4196 158010.10 0.00 131,054.00 #> 4197 103851.00 6219.39 120,008.00 #> 4198 127273.46 0.00 131,345.00 #> 4199 158888.88 896.32 133,500.00 #> 4200 159400.48 2436.60 164,500.00 #> 4201 8650.50 0.00 -0- #> 4202 90910.91 428.30 -0- #> 4203 63350.52 0.00 -0- #> 4204 54912.02 0.00 55,748.00 #> 4205 80445.75 3397.71 67,175.00 #> 4206 125349.46 6825.83 115,199.00 #> 4207 93400.56 3288.49 92,601.00 #> 4208 50914.50 0.00 51,690.00 #> 4209 78445.22 0.00 75,972.00 #> 4210 132645.23 5916.68 105,527.00 #> 4211 70027.50 503.60 71,676.00 #> 4212 91413.98 0.00 93,566.00 #> 4213 106475.78 2522.16 81,497.00 #> 4214 170835.67 2193.02 131,699.00 #> 4215 138665.14 3183.73 116,000.00 #> 4216 78702.86 3008.73 75,900.00 #> 4217 107477.79 2027.36 69,525.00 #> 4218 188241.74 3381.05 154,000.00 #> 4219 270316.71 12983.54 218,390.00 #> 4220 95219.86 5063.59 99,391.00 #> 4221 72704.46 1702.74 69,681.00 #> 4222 54495.98 10319.19 55,326.00 #> 4223 65698.77 1749.68 57,051.00 #> 4224 160479.23 33202.13 131,715.00 #> 4225 58949.47 4031.98 -0- #> 4226 58328.02 2262.22 62,832.00 #> 4227 98032.04 0.00 104,340.00 #> 4228 139321.67 11901.02 -0- #> 4229 87673.10 2173.64 88,471.00 #> 4230 161499.98 911.53 150,000.00 #> 4231 54894.02 645.21 55,730.00 #> 4232 37775.69 300.00 59,527.00 #> 4233 82399.30 4447.61 87,379.00 #> 4234 47280.00 939.88 49,250.00 #> 4235 87312.54 5481.31 89,368.00 #> 4236 56284.96 310.56 57,142.00 #> 4237 108555.56 622.71 100,000.00 #> 4238 67758.02 595.48 69,353.00 #> 4239 67913.00 2672.43 69,512.00 #> 4240 104519.56 9395.17 80,000.00 #> 4241 117006.96 1367.26 120,750.00 #> 4242 155744.73 4509.03 140,732.00 #> 4243 131633.36 3574.94 110,000.00 #> 4244 97304.89 2218.88 83,997.00 #> 4245 77199.48 842.50 79,017.00 #> 4246 70515.62 2952.04 65,565.00 #> 4247 126521.33 0.00 98,874.00 #> 4248 175324.50 6554.08 95,060.00 #> 4249 67666.66 1831.24 60,000.00 #> 4250 149565.00 3861.16 135,000.00 #> 4251 164120.08 19901.44 138,000.00 #> 4252 171900.48 784.50 170,750.00 #> 4253 75912.79 0.00 -0- #> 4254 61060.52 0.00 62,498.00 #> 4255 42604.44 1407.13 80,000.00 #> 4256 84981.83 2648.22 78,473.00 #> 4257 97054.61 0.00 80,286.00 #> 4258 175736.00 126.00 184,260.00 #> 4259 57970.49 9933.88 56,315.00 #> 4260 87120.04 1015.00 91,846.00 #> 4261 61250.00 1768.68 59,250.00 #> 4262 127993.27 13920.56 138,271.00 #> 4263 192281.50 10730.59 198,433.00 #> 4264 111248.68 4610.12 102,600.00 #> 4265 100244.02 4686.49 99,571.00 #> 4266 104075.00 2503.39 83,250.00 #> 4267 89138.52 0.00 91,237.00 #> 4268 10888.88 3465.98 -0- #> 4269 85151.17 6514.11 68,000.00 #> 4270 100679.99 0.00 108,675.00 #> 4271 107085.93 10797.49 136,000.00 #> 4272 134801.98 8248.54 103,178.00 #> 4273 91995.48 360.00 94,161.00 #> 4274 229698.13 0.00 188,500.00 #> 4275 178805.60 925.80 138,843.00 #> 4276 142756.62 15182.43 152,550.00 #> 4277 87546.94 500.00 89,608.00 #> 4278 95299.49 0.00 92,295.00 #> 4279 102585.00 4216.92 105,000.00 #> 4280 47814.02 577.88 48,542.00 #> 4281 123091.02 10446.86 127,029.00 #> 4282 47982.00 1634.63 66,000.00 #> 4283 98701.47 809.60 102,825.00 #> 4284 166918.92 3028.95 128,294.00 #> 4285 95363.98 16983.28 97,609.00 #> 4286 83933.01 0.00 86,759.00 #> 4287 65874.62 5764.11 61,250.00 #> 4288 104621.54 0.00 101,323.00 #> 4289 79883.69 1750.11 80,000.00 #> 4290 111271.52 2440.51 113,891.00 #> 4291 75988.92 0.00 70,000.00 #> 4292 18725.82 0.00 115,000.00 #> 4293 79139.21 1442.79 69,710.00 #> 4294 102342.52 2212.95 104,752.00 #> 4295 132562.02 6710.45 136,803.00 #> 4296 85536.53 2157.20 92,800.00 #> 4297 95557.55 33149.28 83,794.00 #> 4298 48613.48 1504.07 49,354.00 #> 4299 72476.99 3780.73 74,183.00 #> 4300 34469.52 0.00 -0- #> 4301 101345.55 0.00 84,690.00 #> 4302 82554.14 0.00 -0- #> 4303 55160.00 965.88 -0- #> 4304 53364.48 0.00 54,177.00 #> 4305 123741.18 2534.31 108,141.00 #> 4306 68953.82 2098.18 72,155.00 #> 4307 127439.35 4571.28 122,976.00 #> 4308 67847.29 427.40 62,500.00 #> 4309 101590.46 2886.43 -0- #> 4310 145350.00 1967.98 135,000.00 #> 4311 127904.00 3560.66 131,996.00 #> 4312 80751.02 0.00 82,652.00 #> 4313 70779.96 5407.25 59,032.00 #> 4314 86418.58 898.20 92,876.00 #> 4315 54175.02 2179.56 49,500.00 #> 4316 148499.50 2154.44 153,250.00 #> 4317 81282.14 0.00 67,924.00 #> 4318 57777.77 1383.48 52,000.00 #> 4319 61073.08 610.33 -0- #> 4320 107496.52 1978.47 -0- #> 4321 53730.96 527.74 54,549.00 #> 4322 60194.36 1423.78 55,000.00 #> 4323 152097.44 3503.05 122,500.00 #> 4324 71223.48 1200.08 72,900.00 #> 4325 57811.50 0.00 60,453.00 #> 4326 115963.69 1239.84 88,759.00 #> 4327 114222.04 4449.36 116,911.00 #> 4328 64650.47 1160.10 60,112.00 #> 4329 84997.76 1769.02 81,799.00 #> 4330 56977.52 394.12 57,845.00 #> 4331 65305.55 0.00 59,670.00 #> 4332 165094.57 1903.88 132,968.00 #> 4333 44248.00 0.00 44,922.00 #> 4334 51220.02 2742.60 52,000.00 #> 4335 205541.24 19845.94 171,000.00 #> 4336 89676.48 320.68 92,560.00 #> 4337 81556.99 1238.50 87,442.00 #> 4338 91262.52 1530.36 93,411.00 #> 4339 89502.98 4730.05 91,610.00 #> 4340 93340.06 355.80 78,000.00 #> 4341 66308.00 1200.00 67,869.00 #> 4342 101529.29 7357.93 87,323.00 #> 4343 76748.98 1200.00 78,556.00 #> 4344 83943.79 3441.94 87,930.00 #> 4345 105546.52 809.06 108,031.00 #> 4346 123935.69 8124.00 105,110.00 #> 4347 116052.93 822.40 87,447.00 #> 4348 72386.00 0.00 78,590.00 #> 4349 91947.50 3773.95 94,112.00 #> 4350 54722.20 1357.56 50,000.00 #> 4351 117236.46 0.00 127,036.00 #> 4352 98677.04 0.00 103,525.00 #> 4353 83672.02 2854.90 85,642.00 #> 4354 121755.40 9792.93 124,692.00 #> 4355 73953.10 21327.72 87,718.00 #> 4356 40871.00 2267.38 51,500.00 #> 4357 102103.09 1415.57 87,286.00 #> 4358 49250.00 2171.45 50,000.00 #> 4359 135551.06 1105.88 114,274.00 #> 4360 142106.30 835.28 132,500.00 #> 4361 66565.01 306.80 70,857.00 #> 4362 92815.04 8142.71 95,000.00 #> 4363 192394.12 8181.37 -0- #> 4364 144256.05 3495.02 123,300.00 #> 4365 148762.04 6601.52 153,521.00 #> 4366 132558.96 3353.48 143,300.00 #> 4367 66213.02 1892.82 68,772.00 #> 4368 48526.98 1820.00 49,266.00 #> 4369 72093.01 12593.90 73,790.00 #> 4370 91663.31 0.00 90,012.00 #> 4371 145556.99 748.40 135,450.00 #> 4372 111726.50 99.00 91,094.00 #> 4373 124453.42 0.00 109,200.00 #> 4374 80589.57 3394.71 70,807.00 #> 4375 105568.35 2589.06 99,675.00 #> 4376 59597.02 2331.52 61,000.00 #> 4377 63774.00 8097.60 52,900.00 #> 4378 86782.06 2228.28 88,825.00 #> 4379 94712.67 5953.66 85,050.00 #> 4380 68341.04 212.20 116,583.00 #> 4381 88066.05 0.00 90,139.00 #> 4382 116761.46 3385.54 120,497.00 #> 4383 52158.48 0.00 52,953.00 #> 4384 79788.29 4289.43 76,675.00 #> 4385 174958.13 0.00 114,877.00 #> 4386 156849.02 761.14 161,867.00 #> 4387 115495.04 1853.99 118,214.00 #> 4388 199275.88 5173.31 159,124.00 #> 4389 58005.58 5241.44 53,000.00 #> 4390 142955.79 9540.28 121,374.00 #> 4391 116561.08 7812.91 119,305.00 #> 4392 105516.06 2494.92 112,751.00 #> 4393 70888.88 6863.36 55,000.00 #> 4394 53987.02 1500.00 51,984.00 #> 4395 3500.00 0.00 75,750.00 #> 4396 103594.91 0.00 102,150.00 #> 4397 68099.04 1690.76 73,102.00 #> 4398 102523.90 7581.28 89,645.00 #> 4399 107417.94 1995.23 109,947.00 #> 4400 38522.52 6919.40 39,109.00 #> 4401 55986.01 289.78 -0- #> 4402 113461.98 5449.01 116,133.00 #> 4403 110796.44 0.00 151,207.00 #> 4404 92624.25 2824.00 85,124.00 #> 4405 91523.78 6797.00 75,092.00 #> 4406 1805.60 0.00 -0- #> 4407 69379.46 0.00 -0- #> 4408 107132.96 6756.53 92,311.00 #> 4409 120220.86 4905.15 100,463.00 #> 4410 143632.68 0.00 110,566.00 #> 4411 90127.52 310.45 94,094.00 #> 4412 75154.48 0.00 -0- #> 4413 63852.76 2714.11 57,542.00 #> 4414 85321.86 355.90 83,038.00 #> 4415 74905.48 1603.50 76,669.00 #> 4416 97704.96 845.15 104,605.00 #> 4417 188576.00 4876.48 194,609.00 #> 4418 72572.22 2425.75 68,000.00 #> 4419 107128.46 2466.91 103,751.00 #> 4420 102929.64 7171.48 87,075.00 #> 4421 63520.50 2676.54 60,088.00 #> 4422 178398.50 5072.00 184,106.00 #> 4423 81062.52 1799.40 82,971.00 #> 4424 144201.81 14116.87 121,581.00 #> 4425 120978.52 8073.14 124,849.00 #> 4426 100776.41 774.72 90,241.00 #> 4427 112930.52 3736.89 119,981.00 #> 4428 55962.53 10953.98 56,307.00 #> 4429 47254.98 5739.50 47,467.00 #> 4430 154187.19 2831.76 133,500.00 #> 4431 78418.68 10080.52 74,195.00 #> 4432 42000.00 0.00 44,400.00 #> 4433 67335.50 2718.82 66,055.00 #> 4434 76675.23 749.19 70,874.00 #> 4435 110621.00 0.00 113,225.00 #> 4436 223357.65 55771.47 195,408.00 #> 4437 103562.02 9779.54 106,000.00 #> 4438 60612.10 2874.51 70,000.00 #> 4439 115402.37 3026.92 93,173.00 #> 4440 97090.61 1060.52 82,208.00 #> 4441 123359.44 717.24 127,306.00 #> 4442 73108.01 3850.97 64,139.00 #> 4443 60347.52 0.00 63,805.00 #> 4444 100786.87 1490.05 84,169.00 #> 4445 8235.31 0.00 -0- #> 4446 90444.86 0.00 77,000.00 #> 4447 81487.77 813.05 73,000.00 #> 4448 88192.02 0.00 90,268.00 #> 4449 114972.01 1939.21 92,000.00 #> 4450 103194.00 747.58 86,285.00 #> 4451 89444.44 4973.55 84,000.00 #> 4452 105693.45 504.88 90,122.00 #> 4453 145773.96 23423.58 128,750.00 #> 4454 62589.52 7764.11 70,469.00 #> 4455 68172.02 9909.71 59,658.00 #> 4456 150873.54 17711.37 159,300.00 #> 4457 63482.52 0.00 60,049.00 #> 4458 125482.11 242.82 95,546.00 #> 4459 172715.96 2550.42 133,564.00 #> 4460 91917.36 2678.36 78,000.00 #> 4461 70029.84 1513.60 71,400.00 #> 4462 47001.88 55.20 75,910.00 #> 4463 79542.05 992.00 74,544.00 #> 4464 89225.13 9684.18 82,000.00 #> 4465 58462.02 0.00 -0- #> 4466 63505.04 1566.61 -0- #> 4467 137260.85 5965.79 -0- #> 4468 72037.41 9299.56 61,000.00 #> 4469 44155.52 0.00 53,828.00 #> 4470 72468.30 1017.07 66,988.00 #> 4471 106493.02 0.00 109,000.00 #> 4472 106111.39 4422.79 88,218.00 #> 4473 91502.00 2262.83 93,656.00 #> 4474 100172.00 1165.21 102,530.00 #> 4475 148933.54 829.19 161,512.00 #> 4476 104925.04 15870.88 107,395.00 #> 4477 46416.82 3326.19 74,602.00 #> 4478 34201.52 1286.96 53,898.00 #> 4479 52484.50 5136.69 53,284.00 #> 4480 73719.50 0.00 77,080.00 #> 4481 175117.50 0.00 135,000.00 #> 4482 71860.48 1197.14 81,552.00 #> 4483 220239.33 22813.85 169,785.00 #> 4484 88330.25 2730.34 89,984.00 #> 4485 58888.02 2190.35 59,785.00 #> 4486 184197.64 24818.28 145,550.00 #> 4487 49670.46 0.00 50,427.00 #> 4488 127856.40 3040.60 108,675.00 #> 4489 68305.00 0.00 69,913.00 #> 4490 18725.82 0.00 115,000.00 #> 4491 125456.60 513.59 129,470.00 #> 4492 66436.01 1228.98 61,200.00 #> 4493 80433.58 6372.56 86,443.00 #> 4494 135432.09 6712.74 105,733.00 #> 4495 87654.48 1356.70 89,718.00 #> 4496 112859.03 10628.57 93,700.00 #> 4497 110000.46 3078.37 112,590.00 #> 4498 60663.46 2345.59 62,299.00 #> 4499 51220.00 2349.42 -0- #> 4500 110038.83 9212.93 84,224.00 #> 4501 70993.46 843.79 72,665.00 #> 4502 75852.47 0.00 -0- #> 4503 150814.00 5597.30 151,619.00 #> 4504 83795.52 0.00 85,768.00 #> 4505 119233.49 1423.20 123,048.00 #> 4506 121655.29 13721.35 105,750.00 #> 4507 12004.97 0.00 -0- #> 4508 32530.96 0.00 -0- #> 4509 107076.83 12744.16 88,660.00 #> 4510 61100.00 1286.93 60,000.00 #> 4511 10190.84 3511.37 -0- #> 4512 55530.48 0.00 56,376.00 #> 4513 63163.03 1916.45 64,650.00 #> 4514 66138.98 0.00 -0- #> 4515 151516.48 2771.22 156,364.00 #> 4516 112069.56 1267.32 109,708.00 #> 4517 125238.91 18317.92 101,858.00 #> 4518 66723.01 0.00 71,694.00 #> 4519 84014.86 913.96 99,000.00 #> 4520 57777.77 1066.76 52,000.00 #> 4521 99524.00 3069.13 115,109.00 #> 4522 68303.97 2500.00 69,912.00 #> 4523 82139.77 2215.14 72,100.00 #> 4524 74265.64 1450.00 68,252.00 #> 4525 94050.32 4303.19 71,110.00 #> 4526 122815.09 2792.20 103,403.00 #> 4527 256315.98 5604.52 266,297.00 #> 4528 100142.48 4430.34 102,500.00 #> 4529 59822.50 0.00 -0- #> 4530 18467.90 0.00 -0- #> 4531 71890.00 5310.59 66,150.00 #> 4532 117066.02 3353.72 119,822.00 #> 4533 146296.46 0.00 150,977.00 #> 4534 32494.02 0.00 -0- #> 4535 23625.54 0.00 28,695.00 #> 4536 51220.01 0.00 52,000.00 #> 4537 63857.51 0.00 65,361.00 #> 4538 124117.58 4253.85 99,750.00 #> 4539 87414.94 2429.28 89,473.00 #> 4540 100141.31 27923.70 91,110.00 #> 4541 60027.00 0.00 61,440.00 #> 4542 237066.32 4361.16 184,257.00 #> 4543 78498.00 2099.54 80,346.00 #> 4544 123638.50 0.00 127,594.00 #> 4545 53307.00 1357.92 55,996.00 #> 4546 97700.00 5189.41 90,000.00 #> 4547 127753.25 8640.49 126,809.00 #> 4548 76820.66 2058.49 70,345.00 #> 4549 92388.02 3723.48 76,141.00 #> 4550 89188.48 820.97 94,027.00 #> 4551 90328.02 5732.48 105,110.00 #> 4552 107587.98 1957.61 110,121.00 #> 4553 99129.00 3645.82 105,031.00 #> 4554 145350.05 1231.60 153,000.00 #> 4555 61551.05 1064.37 63,000.00 #> 4556 51712.90 0.00 -0- #> 4557 77052.96 1085.16 81,233.00 #> 4558 92788.13 2665.53 85,340.00 #> 4559 72522.52 1001.16 -0- #> 4560 180045.77 2730.39 155,000.00 #> 4561 135833.53 126.00 124,633.00 #> 4562 95556.09 0.00 88,025.00 #> 4563 84498.89 1723.14 74,136.00 #> 4564 68401.50 1520.44 70,012.00 #> 4565 189117.23 1721.78 142,063.00 #> 4566 149943.17 8488.51 126,144.00 #> 4567 102593.94 3425.59 105,009.00 #> 4568 73294.16 4680.13 59,457.00 #> 4569 80553.50 0.00 -0- #> 4570 47772.50 2463.15 49,750.00 #> 4571 135677.42 4145.79 118,960.00 #> 4572 63959.02 0.00 104,253.00 #> 4573 179689.78 5863.98 144,300.00 #> 4574 102199.98 1291.28 81,257.00 #> 4575 73275.00 3573.83 75,000.00 #> 4576 93865.50 0.00 96,075.00 #> 4577 127639.58 1513.28 131,723.00 #> 4578 93210.50 0.00 95,405.00 #> 4579 104659.38 0.00 87,459.00 #> 4580 75390.00 0.00 66,150.00 #> 4581 90937.73 7551.14 86,166.00 #> 4582 207377.56 6459.10 214,012.00 #> 4583 52328.02 3043.40 53,656.00 #> 4584 107977.76 2177.37 87,317.00 #> 4585 37569.17 2260.29 57,212.00 #> 4586 95280.02 912.71 -0- #> 4587 89222.23 240.80 73,000.00 #> 4588 130650.02 1636.69 100,000.00 #> 4589 65145.02 0.00 60,226.00 #> 4590 86021.00 0.00 88,046.00 #> 4591 92449.50 4280.74 99,626.00 #> 4592 150124.82 0.00 143,160.00 #> 4593 60246.52 378.18 59,597.00 #> 4594 107877.50 0.00 115,938.00 #> 4595 169297.15 4032.24 127,613.00 #> 4596 101333.36 5470.76 78,000.00 #> 4597 122610.50 1236.30 126,533.00 #> 4598 64871.14 2860.10 55,368.00 #> 4599 105720.02 0.00 108,209.00 #> 4600 91814.22 5025.17 81,702.00 #> 4601 112806.52 0.00 115,462.00 #> 4602 118542.52 6719.69 122,335.00 #> 4603 61356.00 0.00 74,004.00 #> 4604 100931.00 331.35 104,507.00 #> 4605 64482.00 0.00 61,333.00 #> 4606 100369.01 0.00 102,732.00 #> 4607 47408.02 1646.72 48,130.00 #> 4608 104696.50 2870.45 107,161.00 #> 4609 202313.14 920.15 172,897.00 #> 4610 156367.68 10687.51 161,370.00 #> 4611 126941.02 594.60 131,002.00 #> 4612 123135.17 13894.36 103,248.00 #> 4613 202036.50 2818.35 215,305.00 #> 4614 137573.07 0.00 105,299.00 #> 4615 49249.99 2817.02 50,600.00 #> 4616 154071.06 6102.09 161,000.00 #> 4617 81397.55 3014.37 68,817.00 #> 4618 76865.52 0.00 82,609.00 #> 4619 118027.96 6705.55 121,804.00 #> 4620 134827.77 3101.80 107,248.00 #> 4621 64783.84 3936.05 58,775.00 #> 4622 64025.05 1819.73 58,500.00 #> 4623 41249.87 334.00 38,834.00 #> 4624 34585.83 955.36 -0- #> 4625 32781.00 0.00 33,280.00 #> 4626 17750.00 124.30 -0- #> 4627 117686.06 1428.99 127,524.00 #> 4628 50186.67 2833.81 -0- #> 4629 79112.73 0.00 76,616.00 #> 4630 110820.14 4977.54 95,910.00 #> 4631 114430.99 57.00 96,776.00 #> 4632 71967.96 511.04 73,662.00 #> 4633 58555.56 479.80 100,000.00 #> 4634 118079.46 4705.09 121,857.00 #> 4635 156495.71 3623.30 134,550.00 #> 4636 90955.14 0.00 79,797.00 #> 4637 139940.82 3752.39 105,963.00 #> 4638 120436.53 7856.02 96,179.00 #> 4639 114955.00 1974.51 117,661.00 #> 4640 133867.50 1204.24 148,150.00 #> 4641 98058.51 6852.80 100,367.00 #> 4642 107133.03 4541.04 84,100.00 #> 4643 86311.04 0.00 88,343.00 #> 4644 123981.38 2326.72 114,700.00 #> 4645 134836.48 1910.66 141,150.00 #> 4646 87368.90 4121.30 75,510.00 #> 4647 104875.00 0.00 107,344.00 #> 4648 92898.83 1274.36 89,970.00 #> 4649 183323.54 5198.02 146,326.00 #> 4650 129943.45 7078.72 121,169.00 #> 4651 216795.48 7148.75 167,130.00 #> 4652 97431.61 3255.34 89,542.00 #> 4653 137469.75 2512.68 118,000.00 #> 4654 158740.84 885.12 122,375.00 #> 4655 165434.24 1444.63 127,535.00 #> 4656 160032.50 5759.55 165,435.00 #> 4657 98219.99 0.00 100,532.00 #> 4658 165831.76 0.00 139,615.00 #> 4659 106796.31 3243.06 95,000.00 #> 4660 132723.93 1540.60 96,141.00 #> 4661 156356.13 250.60 -0- #> 4662 77925.49 9306.62 65,119.00 #> 4663 97911.00 571.05 93,531.00 #> 4664 87333.04 1522.64 81,000.00 #> 4665 79821.10 0.00 85,013.00 #> 4666 75786.02 2247.05 84,849.00 #> 4667 87052.52 2673.09 89,102.00 #> 4668 76553.95 0.00 74,200.00 #> 4669 103232.50 995.94 -0- #> 4670 138597.61 639.90 109,995.00 #> 4671 92482.67 3257.47 92,406.00 #> 4672 16411.18 1329.82 -0- #> 4673 132605.92 6156.20 122,850.00 #> 4674 90549.05 263.72 78,295.00 #> 4675 1000.00 1642.30 -0- #> 4676 2665.00 0.00 -0- #> 4677 70591.98 1426.22 67,393.00 #> 4678 9705.71 883.90 -0- #> 4679 60980.02 0.00 101,467.00 #> 4680 212994.81 25777.56 199,292.00 #> 4681 106469.24 3595.28 87,604.00 #> 4682 252626.60 16187.72 183,181.00 #> 4683 69758.98 2461.65 72,982.00 #> 4684 60187.00 778.69 61,598.00 #> 4685 110260.52 716.37 116,256.00 #> 4686 59658.52 1500.00 61,063.00 #> 4687 106224.50 8195.94 108,725.00 #> 4688 13485.20 0.00 70,000.00 #> 4689 71488.00 647.48 73,171.00 #> 4690 68726.46 0.00 60,069.00 #> 4691 64241.69 0.00 -0- #> 4692 160703.32 981.17 127,888.00 #> 4693 64526.98 1604.96 110,076.00 #> 4694 71590.91 457.21 66,150.00 #> 4695 68390.00 1055.92 63,000.00 #> 4696 125229.50 4007.60 129,236.00 #> 4697 97607.17 2525.89 74,709.00 #> 4698 97700.02 3235.13 103,000.00 #> 4699 25951.21 0.00 -0- #> 4700 83565.05 3874.35 70,095.00 #> 4701 110708.84 6588.04 96,437.00 #> 4702 93832.63 579.40 -0- #> 4703 94945.00 7424.79 97,180.00 #> 4704 89290.02 4772.18 91,392.00 #> 4705 79112.54 6105.61 80,975.00 #> 4706 133333.34 5473.95 100,000.00 #> 4707 99999.02 2181.05 87,975.00 #> 4708 1500.00 0.00 -0- #> 4709 119768.00 6160.62 106,875.00 #> 4710 166447.98 235.23 149,273.00 #> 4711 81920.91 2947.41 71,948.00 #> 4712 34868.90 1331.78 -0- #> 4713 104113.36 3716.33 81,480.00 #> 4714 68344.04 1386.00 71,519.00 #> 4715 87799.59 0.00 81,160.00 #> 4716 136967.02 3545.59 141,349.00 #> 4717 139062.30 987.71 131,000.00 #> 4718 157260.00 1873.14 162,291.00 #> 4719 204952.31 4150.88 161,002.00 #> 4720 92784.52 346.90 94,969.00 #> 4721 110266.22 136.00 93,618.00 #> 4722 113436.82 1584.93 89,325.00 #> 4723 73203.50 1174.03 99,903.00 #> 4724 98509.00 0.00 79,314.00 #> 4725 123401.97 0.00 127,350.00 #> 4726 116190.63 4470.08 88,550.00 #> 4727 152236.16 1687.57 157,300.00 #> 4728 67470.00 348.40 110,000.00 #> 4729 150997.12 911.56 131,943.00 #> 4730 112412.22 21566.57 94,355.00 #> 4731 72088.65 6613.89 62,557.00 #> 4732 61250.00 2678.59 59,250.00 #> 4733 58715.53 0.00 70,000.00 #> 4734 153928.83 4710.64 127,575.00 #> 4735 77779.98 1000.00 79,611.00 #> 4736 49388.54 0.00 55,217.00 #> 4737 101279.96 723.94 94,653.00 #> 4738 49074.55 0.00 -0- #> 4739 53561.54 365.39 54,377.00 #> 4740 78702.81 0.00 72,500.00 #> 4741 113498.31 13714.95 92,000.00 #> 4742 159048.94 1744.35 165,887.00 #> 4743 100933.72 15735.74 88,497.00 #> 4744 213059.14 8723.05 171,361.00 #> 4745 89749.98 2501.65 97,563.00 #> 4746 163176.20 9891.20 167,436.00 #> 4747 91318.98 1881.72 73,000.00 #> 4748 95374.52 4352.09 73,000.00 #> 4749 182022.00 0.00 177,000.00 #> 4750 171599.31 6246.27 145,860.00 #> 4751 110968.98 0.00 97,029.00 #> 4752 93158.11 860.90 77,848.00 #> 4753 152512.98 1958.76 157,392.00 #> 4754 67901.51 5707.36 75,902.00 #> 4755 37925.49 5591.35 55,978.00 #> 4756 74409.54 2992.74 76,161.00 #> 4757 1777.84 0.00 -0- #> 4758 143714.99 523.50 110,000.00 #> 4759 59312.23 1802.95 -0- #> 4760 59035.99 2445.51 65,335.00 #> 4761 75963.36 3050.62 65,000.00 #> 4762 84922.53 4541.23 68,000.00 #> 4763 62015.02 4447.01 63,475.00 #> 4764 133231.57 618.30 -0- #> 4765 160814.94 717.58 138,000.00 #> 4766 76334.74 1300.00 73,847.00 #> 4767 224964.78 8606.69 174,219.00 #> 4768 95348.66 1534.36 84,807.00 #> 4769 76679.25 0.00 -0- #> 4770 74151.77 1695.90 59,601.00 #> 4771 181603.37 27046.29 143,800.00 #> 4772 44526.00 1481.31 47,204.00 #> 4773 147580.48 8690.79 112,338.00 #> 4774 97203.54 2557.51 99,492.00 #> 4775 102585.00 0.00 105,000.00 #> 4776 59917.52 44.50 62,801.00 #> 4777 39425.39 7288.82 -0- #> 4778 44489.50 3004.59 46,516.00 #> 4779 49249.98 4273.54 50,000.00 #> 4780 96264.22 0.00 92,656.00 #> 4781 78560.50 0.00 80,410.00 #> 4782 115726.58 2416.10 118,451.00 #> 4783 146359.11 22020.71 -0- #> 4784 107146.04 6201.86 93,327.00 #> 4785 78128.52 4709.12 83,966.00 #> 4786 115955.38 10214.57 95,896.00 #> 4787 106666.72 1366.00 83,988.00 #> 4788 66652.99 3125.97 73,222.00 #> 4789 102062.89 1699.75 79,250.00 #> 4790 99430.52 6039.72 101,771.00 #> 4791 97561.96 8715.98 99,859.00 #> 4792 45941.41 9380.82 68,893.00 #> 4793 153545.77 3626.43 119,114.00 #> 4794 115832.94 1825.55 118,560.00 #> 4795 156680.56 4892.91 127,924.00 #> 4796 145100.98 200.20 149,743.00 #> 4797 102979.14 4219.22 98,640.00 #> 4798 128427.50 19400.82 132,536.00 #> 4799 89596.00 325.20 91,705.00 #> 4800 134052.50 11563.81 138,341.00 #> 4801 69542.45 4446.62 121,221.00 #> 4802 90686.85 2448.21 72,883.00 #> 4803 6428.57 240.00 -0- #> 4804 103934.48 6331.61 84,500.00 #> 4805 8933.00 0.00 -0- #> 4806 173079.08 4939.82 178,616.00 #> 4807 68369.54 4548.65 66,214.00 #> 4808 72938.61 576.60 68,218.00 #> 4809 76317.52 0.00 78,114.00 #> 4810 88553.40 972.40 74,000.00 #> 4811 87086.89 783.48 95,000.00 #> 4812 116046.02 0.00 118,778.00 #> 4813 107907.36 3952.45 94,352.00 #> 4814 56588.98 0.00 59,451.00 #> 4815 197555.98 3082.88 168,300.00 #> 4816 98142.58 6514.85 100,453.00 #> 4817 59795.46 1500.00 61,203.00 #> 4818 131064.02 3564.60 129,065.00 #> 4819 99200.08 15087.63 100,000.00 #> 4820 71595.48 450.01 73,281.00 #> 4821 67115.52 2635.15 64,636.00 #> 4822 73817.80 6359.89 68,000.00 #> 4823 83574.51 0.00 -0- #> 4824 81948.50 3959.63 66,356.00 #> 4825 57951.52 1550.00 58,834.00 #> 4826 50470.52 0.00 51,239.00 #> 4827 74745.50 3255.59 76,505.00 #> 4828 32092.55 1163.68 55,000.00 #> 4829 37125.05 2584.67 62,153.00 #> 4830 102781.49 738.06 106,701.00 #> 4831 89929.46 1492.54 82,842.00 #> 4832 134746.06 9205.31 108,572.00 #> 4833 159885.00 1329.71 165,000.00 #> 4834 203381.63 5324.29 159,552.00 #> 4835 131635.48 2396.73 135,847.00 #> 4836 68857.04 6704.21 69,209.00 #> 4837 176416.44 11377.38 136,421.00 #> 4838 8413.18 0.00 -0- #> 4839 43340.00 3844.15 46,000.00 #> 4840 75349.81 4478.21 69,742.00 #> 4841 84736.04 1051.63 69,500.00 #> 4842 81716.79 820.97 71,750.00 #> 4843 62570.00 0.00 64,043.00 #> 4844 102915.08 1958.74 94,804.00 #> 4845 109728.00 2771.54 112,311.00 #> 4846 63041.02 0.00 107,541.00 #> 4847 69274.10 8737.94 71,908.00 #> 4848 188579.34 3410.41 158,400.00 #> 4849 131918.00 3843.56 135,011.00 #> 4850 81430.65 0.00 75,013.00 #> 4851 150505.00 2234.17 145,000.00 #> 4852 125024.46 3416.99 134,024.00 #> 4853 195543.96 0.00 181,500.00 #> 4854 120620.04 2322.92 105,163.00 #> 4855 158038.04 7292.39 195,713.00 #> 4856 65986.48 2332.99 67,540.00 #> 4857 76303.52 17013.29 79,447.00 #> 4858 57569.46 160.00 58,446.00 #> 4859 58862.32 0.00 29,603.00 #> 4860 97062.73 9363.79 78,574.00 #> 4861 2836.48 1068.02 -0- #> 4862 183205.82 7504.60 170,000.00 #> 4863 58756.00 0.00 80,185.00 #> 4864 74053.52 0.00 75,797.00 #> 4865 78497.00 0.00 80,345.00 #> 4866 166467.88 3432.32 121,146.00 #> 4867 56578.02 2553.38 56,932.00 #> 4868 111045.52 3769.80 87,850.00 #> 4869 70067.61 0.00 65,149.00 #> 4870 42127.92 0.00 75,000.00 #> 4871 116085.00 0.00 118,818.00 #> 4872 75832.99 0.00 80,218.00 #> 4873 147756.63 4142.22 112,500.00 #> 4874 105590.50 1306.54 108,076.00 #> 4875 135736.54 2319.42 128,987.00 #> 4876 122658.00 3871.95 132,530.00 #> 4877 97850.00 3651.71 97,850.00 #> 4878 111047.49 2273.83 95,529.00 #> 4879 91522.78 3435.57 88,637.00 #> 4880 104385.52 1516.50 106,843.00 #> 4881 98947.62 3787.46 101,277.00 #> 4882 175061.12 2237.53 140,800.00 #> 4883 205562.09 2673.06 161,639.00 #> 4884 93376.54 0.00 89,937.00 #> 4885 113683.40 761.33 99,250.00 #> 4886 157207.60 11342.80 125,193.00 #> 4887 75242.50 1553.55 77,014.00 #> 4888 64015.05 2713.53 55,100.00 #> 4889 59186.98 1174.89 56,880.00 #> 4890 128778.78 6016.38 117,034.00 #> 4891 63481.58 7193.27 64,554.00 #> 4892 140505.04 1878.12 145,000.00 #> 4893 113132.54 5932.01 115,796.00 #> 4894 57948.43 1280.27 68,090.00 #> 4895 109564.48 5317.04 117,751.00 #> 4896 85869.58 526.50 96,189.00 #> 4897 153405.78 955.18 133,702.00 #> 4898 180288.02 2357.82 171,450.00 #> 4899 81091.01 0.00 84,500.00 #> 4900 219221.27 4612.63 172,400.00 #> 4901 48949.50 0.00 49,695.00 #> 4902 55640.50 1991.00 59,312.00 #> 4903 75742.04 1483.38 79,657.00 #> 4904 59791.50 0.00 56,895.00 #> 4905 3835.65 0.00 -0- #> 4906 106980.50 5812.52 108,987.00 #> 4907 124140.98 11211.86 99,018.00 #> 4908 52596.01 5132.30 53,397.00 #> 4909 49321.89 0.00 21,987.00 #> 4910 45287.02 1260.38 -0- #> 4911 77613.70 201.91 73,031.00 #> 4912 100477.50 0.00 102,843.00 #> 4913 74366.71 4251.25 62,145.00 #> 4914 128621.02 734.40 132,736.00 #> 4915 94121.02 0.00 128,450.00 #> 4916 72671.98 3877.47 74,383.00 #> 4917 65116.98 0.00 -0- #> 4918 135613.07 7644.72 120,000.00 #> 4919 130650.02 6631.11 102,500.00 #> 4920 77129.80 4611.04 65,000.00 #> 4921 75256.04 0.00 92,000.00 #> 4922 92687.46 2171.70 81,000.00 #> 4923 72265.64 2974.79 92,558.00 #> 4924 75988.92 0.00 70,000.00 #> 4925 169071.96 4066.89 138,003.00 #> 4926 62087.09 942.24 63,415.00 #> 4927 47452.32 6086.57 70,856.00 #> 4928 84891.50 10551.84 87,075.00 #> 4929 61396.02 0.00 61,248.00 #> 4930 77582.11 7448.17 64,901.00 #> 4931 89257.86 10651.56 82,084.00 #> 4932 165535.71 12053.71 139,366.00 #> 4933 120067.04 844.27 125,908.00 #> 4934 146358.02 994.94 151,040.00 #> 4935 41749.98 0.00 84,771.00 #> 4936 158888.88 1876.59 132,500.00 #> 4937 121300.56 8274.44 125,181.00 #> 4938 102577.46 5916.71 88,400.00 #> 4939 10661.20 2346.91 -0- #> 4940 129377.68 0.00 131,500.00 #> 4941 175024.99 3560.38 130,000.00 #> 4942 93844.92 9793.05 100,857.00 #> 4943 54805.59 2469.05 50,000.00 #> 4944 61111.11 1000.00 55,000.00 #> 4945 65191.50 0.00 66,726.00 #> 4946 108077.46 17003.53 110,622.00 #> 4947 102682.25 3673.59 86,900.00 #> 4948 101860.42 3485.99 85,057.00 #> 4949 94733.35 0.00 99,837.00 #> 4950 208195.30 7359.26 178,500.00 #> 4951 116697.18 0.00 109,500.00 #> 4952 99755.48 0.00 102,104.00 #> 4953 78488.01 1105.45 73,094.00 #> 4954 71418.50 2249.60 76,500.00 #> 4955 112857.02 790.97 120,712.00 #> 4956 93259.48 393.04 98,855.00 #> 4957 99415.52 1219.42 155,634.00 #> 4958 68120.90 3440.88 63,339.00 #> 4959 104814.94 948.92 87,036.00 #> 4960 90951.98 1235.80 148,251.00 #> 4961 110880.58 1344.97 113,491.00 #> 4962 1426.00 0.00 -0- #> 4963 104614.54 3935.03 106,924.00 #> 4964 80656.68 0.00 76,529.00 #> 4965 56736.00 1319.25 55,000.00 #> 4966 95599.52 0.00 97,850.00 #> 4967 88248.40 0.00 85,725.00 #> 4968 56232.73 2954.38 51,380.00 #> 4969 76514.50 669.88 81,449.00 #> 4970 64257.52 1418.86 66,707.00 #> 4971 50831.00 0.00 53,669.00 #> 4972 76463.33 16565.57 67,833.00 #> 4973 49250.00 1985.53 50,843.00 #> 4974 125000.00 4958.91 129,000.00 #> 4975 73731.48 2533.75 -0- #> 4976 75521.08 6070.73 77,299.00 #> 4977 90615.34 0.00 -0- #> 4978 177633.84 8574.90 136,863.00 #> 4979 68345.93 13255.33 -0- #> 4980 65778.52 2668.31 68,865.00 #> 4981 69445.00 803.38 72,049.00 #> 4982 56463.11 2408.94 57,770.00 #> 4983 146964.98 93.52 130,000.00 #> 4984 79788.35 3440.98 72,100.00 #> 4985 78809.50 1591.99 64,998.00 #> 4986 126968.04 8738.71 106,998.00 #> 4987 92499.48 3553.19 94,677.00 #> 4988 133767.15 7184.27 94,361.00 #> 4989 89625.68 6047.40 78,367.00 #> 4990 87048.92 1414.86 82,014.00 #> 4991 87777.16 356.10 97,375.00 #> 4992 40825.52 576.60 41,447.00 #> 4993 111129.00 0.00 113,745.00 #> 4994 112807.57 2596.14 115,463.00 #> 4995 141854.06 564.34 131,333.00 #> 4996 67329.75 3481.68 62,249.00 #> 4997 119751.27 552.30 99,794.00 #> 4998 130683.97 983.74 103,027.00 #> 4999 117013.48 4515.46 120,757.00 #> 5000 62878.86 0.00 57,453.00 #> 5001 67609.05 1148.29 56,081.00 #> 5002 106534.06 4856.98 120,000.00 #> 5003 86638.55 0.00 83,734.00 #> 5004 25911.37 4991.71 -0- #> 5005 145676.00 1545.24 116,769.00 #> 5006 165681.72 0.00 166,393.00 #> 5007 91036.04 2180.17 95,974.00 #> 5008 79119.93 2240.87 67,370.00 #> 5009 132393.00 0.00 141,138.00 #> 5010 162442.11 3317.14 138,200.00 #> 5011 83826.69 958.36 78,000.00 #> 5012 61006.10 2085.00 58,440.00 #> 5013 81673.82 8008.13 74,324.00 #> 5014 116666.66 1535.93 100,000.00 #> 5015 81970.49 1230.34 87,902.00 #> 5016 165860.68 0.00 160,000.00 #> 5017 102007.50 0.00 104,409.00 #> 5018 66083.48 2563.82 -0- #> 5019 95965.52 21615.35 84,024.00 #> 5020 68493.50 1243.37 -0- #> 5021 88547.56 724.51 85,158.00 #> 5022 67933.00 476.00 69,532.00 #> 5023 41232.50 2971.57 40,338.00 #> 5024 57819.50 200.00 60,700.00 #> 5025 97584.09 8497.18 78,819.00 #> 5026 83263.98 2217.20 85,224.00 #> 5027 85880.48 0.00 87,902.00 #> 5028 86171.49 2378.44 92,700.00 #> 5029 68649.21 27403.69 112,335.00 #> 5030 40771.66 0.00 51,000.00 #> 5031 53141.32 70.01 77,477.00 #> 5032 104335.42 3914.61 -0- #> 5033 9877.70 583.33 -0- #> 5034 90213.89 2069.85 85,693.00 #> 5035 63600.00 2112.81 60,000.00 #> 5036 138305.09 2432.13 106,388.00 #> 5037 95452.91 4500.74 83,462.00 #> 5038 194113.11 23476.04 149,644.00 #> 5039 154276.00 0.00 134,876.00 #> 5040 94391.28 9106.35 89,325.00 #> 5041 120747.23 2467.02 110,011.00 #> 5042 169268.25 2290.52 160,815.00 #> 5043 105662.46 2309.34 108,150.00 #> 5044 65928.04 1505.18 67,480.00 #> 5045 152035.62 1565.66 131,000.00 #> 5046 153040.00 4813.07 161,686.00 #> 5047 93382.48 2405.72 98,081.00 #> 5048 91305.59 5184.74 78,954.00 #> 5049 72083.72 934.31 59,793.00 #> 5050 109494.98 15665.08 115,704.00 #> 5051 96172.81 2002.44 93,132.00 #> 5052 155799.04 4651.34 152,065.00 #> 5053 68390.02 5974.15 73,500.00 #> 5054 121740.52 0.00 125,635.00 #> 5055 107100.84 40.86 102,962.00 #> 5056 152900.96 5924.75 138,089.00 #> 5057 79628.54 2403.81 77,728.00 #> 5058 60095.50 0.00 61,510.00 #> 5059 142422.48 0.00 148,979.00 #> 5060 122311.98 0.00 126,225.00 #> 5061 55355.90 1728.67 90,000.00 #> 5062 49250.00 3618.00 51,250.00 #> 5063 60552.00 0.00 67,757.00 #> 5064 80397.79 42.00 69,872.00 #> 5065 124847.98 1923.30 128,842.00 #> 5066 76190.54 1520.20 -0- #> 5067 75682.48 3204.03 77,464.00 #> 5068 117382.54 337.70 100,969.00 #> 5069 97540.02 600.00 -0- #> 5070 125217.92 0.00 129,224.00 #> 5071 109623.52 0.00 112,204.00 #> 5072 89622.64 1564.25 80,595.00 #> 5073 126280.64 12981.86 116,144.00 #> 5074 78498.42 2152.40 80,172.00 #> 5075 49250.00 2208.99 52,500.00 #> 5076 67610.38 0.00 62,073.00 #> 5077 68333.33 0.00 61,500.00 #> 5078 157022.32 14736.52 127,974.00 #> 5079 99828.83 8233.19 83,794.00 #> 5080 186408.00 3308.17 139,806.00 #> 5081 124838.92 1434.96 130,000.00 #> 5082 79059.71 7320.91 63,200.00 #> 5083 116399.98 890.94 119,140.00 #> 5084 91455.11 4564.48 73,000.00 #> 5085 186976.32 10437.76 151,349.00 #> 5086 138941.87 1158.67 122,572.00 #> 5087 181175.48 12209.19 191,595.00 #> 5088 92476.15 549.95 81,218.00 #> 5089 184213.50 2232.10 139,997.00 #> 5090 109054.48 498.75 111,622.00 #> 5091 79573.54 3158.88 76,055.00 #> 5092 39400.02 1000.00 -0- #> 5093 105105.48 0.00 110,280.00 #> 5094 82333.33 1758.26 78,000.00 #> 5095 87996.52 2575.92 90,068.00 #> 5096 126376.34 0.00 116,143.00 #> 5097 149076.62 0.00 129,405.00 #> 5098 65398.52 1011.40 66,938.00 #> 5099 181723.41 171.09 140,000.00 #> 5100 29034.15 7036.94 -0- #> 5101 137408.47 1522.20 109,444.00 #> 5102 87002.48 3215.50 85,018.00 #> 5103 93605.56 1983.63 98,809.00 #> 5104 116703.61 3752.31 116,415.00 #> 5105 97693.34 2986.81 92,744.00 #> 5106 48556.50 1192.95 -0- #> 5107 95583.76 4450.90 75,660.00 #> 5108 64921.68 2306.29 72,100.00 #> 5109 111166.29 0.00 96,866.00 #> 5110 97777.78 2586.89 88,000.00 #> 5111 172500.00 2267.28 135,000.00 #> 5112 77508.68 10616.15 68,000.00 #> 5113 90883.46 0.00 93,023.00 #> 5114 55494.02 5155.38 -0- #> 5115 99516.06 1037.28 101,859.00 #> 5116 165065.94 1710.93 151,250.00 #> 5117 53584.00 877.89 54,400.00 #> 5118 142499.68 6521.82 126,308.00 #> 5119 55258.50 711.01 59,500.00 #> 5120 102130.50 2108.22 104,535.00 #> 5121 59881.48 0.00 61,291.00 #> 5122 59631.96 0.00 56,530.00 #> 5123 155485.22 9349.28 117,861.00 #> 5124 109566.54 2188.30 89,540.00 #> 5125 117250.98 1137.45 124,002.00 #> 5126 60180.33 0.00 59,350.00 #> 5127 137097.73 1956.00 111,029.00 #> 5128 150802.04 3074.76 140,617.00 #> 5129 79756.64 13126.86 64,446.00 #> 5130 138071.72 1728.73 112,230.00 #> 5131 135401.89 2724.02 130,560.00 #> 5132 248819.18 18505.56 216,629.00 #> 5133 102682.25 3263.50 83,020.00 #> 5134 78159.99 502.90 70,000.00 #> 5135 23640.00 0.00 18,000.00 #> 5136 73435.58 3969.32 65,000.00 #> 5137 119411.10 0.00 110,000.00 #> 5138 173925.37 5066.56 -0- #> 5139 81948.54 2330.66 86,033.00 #> 5140 114726.04 12907.18 122,277.00 #> 5141 141356.80 8101.30 118,900.00 #> 5142 105569.04 3744.80 108,054.00 #> 5143 65663.73 9719.72 59,954.00 #> 5144 36771.98 869.48 55,998.00 #> 5145 69991.52 78.45 71,639.00 #> 5146 137717.08 8685.50 142,123.00 #> 5147 80691.98 1715.82 64,696.00 #> 5148 75286.48 0.00 77,059.00 #> 5149 87566.20 4090.83 73,000.00 #> 5150 70249.98 1496.28 73,491.00 #> 5151 86253.39 4498.70 71,660.00 #> 5152 100451.15 670.80 93,916.00 #> 5153 81226.68 1676.70 74,825.00 #> 5154 107598.32 9033.42 90,356.00 #> 5155 175750.15 9866.59 147,431.00 #> 5156 166064.03 2254.02 152,076.00 #> 5157 95968.54 0.00 89,298.00 #> 5158 120768.88 0.00 95,210.00 #> 5159 123727.44 1636.46 127,500.00 #> 5160 47814.75 0.00 48,543.00 #> 5161 132802.89 12817.29 101,895.00 #> 5162 44627.00 0.00 -0- #> 5163 61123.26 2091.49 60,417.00 #> 5164 83054.98 4205.87 85,010.00 #> 5165 28955.66 6169.34 -0- #> 5166 165435.59 3003.01 127,536.00 #> 5167 155971.06 4416.65 121,706.00 #> 5168 84488.95 1697.91 70,679.00 #> 5169 78906.52 1609.80 82,446.00 #> 5170 199014.42 4709.35 151,724.00 #> 5171 115659.89 3362.16 95,001.00 #> 5172 61408.48 664.73 62,854.00 #> 5173 82633.50 1313.75 84,579.00 #> 5174 71055.00 627.80 56,700.00 #> 5175 65133.37 85.05 104,000.00 #> 5176 126521.33 1695.65 103,716.00 #> 5177 81433.69 7275.47 68,000.00 #> 5178 62352.10 4088.67 57,240.00 #> 5179 93685.04 2056.81 94,355.00 #> 5180 63222.85 2096.84 63,730.00 #> 5181 58888.88 1331.49 53,000.00 #> 5182 110892.52 0.00 113,503.00 #> 5183 132972.22 2786.93 117,000.00 #> 5184 89159.01 0.00 82,002.00 #> 5185 80578.87 1022.92 69,431.00 #> 5186 77194.51 1149.68 83,012.00 #> 5187 116522.50 1713.02 137,222.00 #> 5188 95374.52 5876.81 75,500.00 #> 5189 83419.98 287.44 85,384.00 #> 5190 99212.50 2871.56 101,548.00 #> 5191 63103.30 2047.35 59,964.00 #> 5192 266162.79 13161.48 209,292.00 #> 5193 89355.58 0.00 82,313.00 #> 5194 52126.43 2116.33 53,542.00 #> 5195 115023.91 4109.20 102,600.00 #> 5196 64338.48 1459.89 65,853.00 #> 5197 108439.54 3957.11 87,000.00 #> 5198 6821.81 0.00 -0- #> 5199 204679.02 9122.16 211,227.00 #> 5200 164305.69 14022.16 131,603.00 #> 5201 87477.81 4078.16 85,000.00 #> 5202 142595.08 5379.34 150,157.00 #> 5203 96000.04 1291.21 98,260.00 #> 5204 106635.48 1818.67 109,146.00 #> 5205 89764.98 3481.41 91,878.00 #> 5206 119359.70 1764.81 87,632.00 #> 5207 77543.50 1613.50 81,552.00 #> 5208 133123.59 11635.16 114,601.00 #> 5209 54272.50 241.00 57,037.00 #> 5210 96203.00 3617.05 97,956.00 #> 5211 60286.12 4036.45 56,375.00 #> 5212 71747.00 275.00 73,436.00 #> 5213 111833.00 0.00 109,348.00 #> 5214 121125.02 549.83 125,000.00 #> 5215 87725.44 1016.92 107,496.00 #> 5216 77809.89 0.00 68,359.00 #> 5217 64516.92 1903.92 66,036.00 #> 5218 93742.66 4419.23 71,500.00 #> 5219 161677.46 1221.47 166,850.00 #> 5220 108766.31 7402.23 88,650.00 #> 5221 78160.04 2055.09 95,000.00 #> 5222 88213.02 4485.53 78,556.00 #> 5223 57993.49 981.40 -0- #> 5224 118075.76 6263.24 91,793.00 #> 5225 94271.72 3496.11 90,742.00 #> 5226 71719.49 0.00 64,232.00 #> 5227 103800.33 0.00 91,929.00 #> 5228 56019.04 1495.50 60,523.00 #> 5229 74441.55 0.00 -0- #> 5230 102886.04 7701.52 93,132.00 #> 5231 5700.00 0.00 -0- #> 5232 99414.10 1839.55 95,364.00 #> 5233 52215.00 0.00 58,010.00 #> 5234 90534.49 0.00 95,909.00 #> 5235 139265.51 1070.69 136,901.00 #> 5236 99305.98 814.91 101,644.00 #> 5237 112266.06 0.00 114,909.00 #> 5238 103692.78 2648.28 -0- #> 5239 135232.65 9427.40 102,742.00 #> 5240 61923.41 0.00 51,365.00 #> 5241 120365.02 5160.08 96,035.00 #> 5242 75111.11 315.81 65,000.00 #> 5243 92596.59 2486.99 80,105.00 #> 5244 2751.27 0.00 -0- #> 5245 100122.40 1161.04 96,487.00 #> 5246 86131.48 1675.72 91,942.00 #> 5247 99117.54 15489.49 101,451.00 #> 5248 141774.56 0.00 146,103.00 #> 5249 162357.98 5540.02 167,552.00 #> 5250 123484.50 7955.17 127,435.00 #> 5251 11788.50 0.00 -0- #> 5252 118147.42 8160.39 110,307.00 #> 5253 94482.02 0.00 95,427.00 #> 5254 86871.72 5336.87 87,988.00 #> 5255 97242.06 3728.97 103,512.00 #> 5256 228860.27 19546.71 184,223.00 #> 5257 101556.94 42.00 103,948.00 #> 5258 83691.04 7332.12 89,061.00 #> 5259 76921.79 0.00 70,693.00 #> 5260 95586.37 687.30 73,162.00 #> 5261 105837.54 2545.30 107,971.00 #> 5262 151719.98 2491.51 -0- #> 5263 29550.00 0.00 -0- #> 5264 94464.73 1316.82 -0- #> 5265 49250.00 0.00 50,000.00 #> 5266 153879.12 26.50 142,466.00 #> 5267 63465.23 82.95 61,842.00 #> 5268 151374.07 48.00 121,209.00 #> 5269 53633.98 1844.55 -0- #> 5270 53857.98 0.00 91,130.00 #> 5271 125008.00 7564.69 144,364.00 #> 5272 83491.55 3156.01 72,705.00 #> 5273 63413.02 1635.84 68,151.00 #> 5274 18868.01 0.00 70,000.00 #> 5275 133789.96 3142.41 138,070.00 #> 5276 183467.33 9538.86 141,437.00 #> 5277 107584.96 14596.84 90,000.00 #> 5278 60286.03 1274.40 55,000.00 #> 5279 79340.10 3540.28 71,652.00 #> 5280 73623.33 1061.50 70,821.00 #> 5281 109211.71 10011.23 83,591.00 #> 5282 126787.69 0.00 101,250.00 #> 5283 115231.73 0.00 108,675.00 #> 5284 75625.50 2388.06 77,406.00 #> 5285 121023.50 3230.75 124,895.00 #> 5286 74277.22 481.70 66,000.00 #> 5287 139138.48 0.00 147,179.00 #> 5288 57253.00 0.00 58,125.00 #> 5289 101320.48 1952.00 98,126.00 #> 5290 91100.04 2719.36 89,325.00 #> 5291 109860.85 18120.78 91,610.00 #> 5292 63441.45 32758.65 75,900.00 #> 5293 161558.26 2529.22 139,239.00 #> 5294 162838.73 9499.39 151,066.00 #> 5295 165353.82 7866.77 190,974.00 #> 5296 50743.50 590.00 51,516.00 #> 5297 109652.50 2295.70 112,234.00 #> 5298 130872.95 856.90 124,768.00 #> 5299 162135.91 15417.09 130,585.00 #> 5300 112250.94 3259.34 92,475.00 #> 5301 64080.48 0.00 67,690.00 #> 5302 89654.18 1028.65 75,000.00 #> 5303 83930.01 0.00 77,315.00 #> 5304 110410.98 0.00 150,680.00 #> 5305 54641.88 1211.60 53,200.00 #> 5306 98586.99 2098.66 101,908.00 #> 5307 38449.52 0.00 39,035.00 #> 5308 86683.48 3005.47 88,724.00 #> 5309 89443.29 1049.88 82,480.00 #> 5310 98599.98 12663.25 78,869.00 #> 5311 63894.51 1098.00 53,000.00 #> 5312 78071.70 0.00 71,425.00 #> 5313 34161.99 0.00 35,682.00 #> 5314 81729.59 0.00 39,126.00 #> 5315 137078.97 0.00 114,500.00 #> 5316 71210.54 0.00 72,887.00 #> 5317 114524.02 0.00 117,220.00 #> 5318 51969.48 1565.17 52,761.00 #> 5319 71890.00 5680.30 63,000.00 #> 5320 66547.51 0.00 140,000.00 #> 5321 90000.00 0.00 90,000.00 #> 5322 83111.11 2223.68 68,000.00 #> 5323 111987.48 8866.91 111,925.00 #> 5324 120221.29 12018.94 93,191.00 #> 5325 96131.99 4730.70 75,704.00 #> 5326 146964.98 1353.16 130,000.00 #> 5327 146964.98 1353.16 130,000.00 #> 5328 104899.05 7768.31 100,326.00 #> 5329 131800.10 7319.68 102,880.00 #> 5330 92106.50 0.00 94,275.00 #> 5331 156516.32 11367.62 128,660.00 #> 5332 125969.92 2920.12 130,000.00 #> 5333 125969.98 146.00 130,000.00 #> 5334 60418.30 980.85 -0- #> 5335 113983.36 0.00 105,000.00 #> 5336 61100.00 1617.60 60,000.00 #> 5337 75025.79 1156.37 69,177.00 #> 5338 80725.16 70.20 155,700.00 #> 5339 51236.02 1396.51 52,016.00 #> 5340 75396.12 1290.32 73,019.00 #> 5341 70344.00 1574.14 72,000.00 #> 5342 162792.00 2558.49 144,000.00 #> 5343 66150.00 2959.62 58,401.00 #> 5344 82745.98 1734.44 84,694.00 #> 5345 178218.36 2517.19 165,000.00 #> 5346 142485.00 6505.26 148,703.00 #> 5347 170544.36 1043.79 126,075.00 #> 5348 153399.25 63.84 151,785.00 #> 5349 74721.00 2078.19 76,480.00 #> 5350 119064.02 13678.11 107,873.00 #> 5351 120324.84 0.00 100,550.00 #> 5352 133313.69 4738.85 108,717.00 #> 5353 150113.37 4007.54 120,000.00 #> 5354 77457.34 1775.48 77,089.00 #> 5355 82292.67 6580.26 83,684.00 #> 5356 102585.06 3425.78 106,000.00 #> 5357 173451.02 3569.56 179,000.00 #> 5358 125867.84 4109.04 95,957.00 #> 5359 153335.46 19727.08 135,018.00 #> 5360 90039.54 1912.32 94,249.00 #> 5361 51220.00 2152.20 54,600.00 #> 5362 121562.02 12819.22 93,044.00 #> 5363 109560.96 5145.59 112,140.00 #> 5364 91774.35 1486.11 93,731.00 #> 5365 79156.96 3410.52 76,661.00 #> 5366 122927.68 4914.23 105,000.00 #> 5367 101273.67 1850.97 86,806.00 #> 5368 52205.00 1501.54 55,650.00 #> 5369 61320.63 0.00 50,865.00 #> 5370 96120.92 1650.41 87,928.00 #> 5371 76320.52 42.00 -0- #> 5372 137182.52 7674.84 105,000.00 #> 5373 117204.64 12801.14 93,209.00 #> 5374 88842.07 0.00 68,000.00 #> 5375 183493.51 7188.71 146,163.00 #> 5376 78799.71 2211.67 68,997.00 #> 5377 90524.92 0.00 81,707.00 #> 5378 141953.54 0.00 146,495.00 #> 5379 30613.94 1794.19 51,500.00 #> 5380 113770.50 0.00 118,526.00 #> 5381 135795.91 323.00 110,186.00 #> 5382 157303.29 5711.69 132,497.00 #> 5383 122647.87 1853.15 93,875.00 #> 5384 111453.50 0.00 -0- #> 5385 50568.96 1952.06 51,339.00 #> 5386 58944.52 2991.00 60,332.00 #> 5387 3000.00 0.00 -0- #> 5388 84538.98 1671.02 86,529.00 #> 5389 93201.53 5098.75 71,337.00 #> 5390 108568.86 2237.88 89,416.00 #> 5391 170835.67 7174.65 131,699.00 #> 5392 10455.00 0.00 -0- #> 5393 176305.04 14886.67 155,530.00 #> 5394 113061.52 0.00 117,723.00 #> 5395 89749.93 3054.03 75,000.00 #> 5396 83648.04 10354.50 61,413.00 #> 5397 94183.17 2496.54 74,088.00 #> 5398 18095.24 890.54 -0- #> 5399 96154.56 5431.22 98,418.00 #> 5400 96810.96 369.96 99,090.00 #> 5401 81608.36 3822.85 78,400.00 #> 5402 108429.37 10576.56 90,450.00 #> 5403 108455.00 10745.60 111,008.00 #> 5404 81059.00 111.50 82,967.00 #> 5405 95955.28 5028.63 76,706.00 #> 5406 101907.02 3826.81 81,900.00 #> 5407 115009.83 1907.38 85,000.00 #> 5408 83407.30 3042.10 69,700.00 #> 5409 176690.65 764.54 121,143.00 #> 5410 109115.43 0.00 85,725.00 #> 5411 76507.04 4246.26 79,964.00 #> 5412 63254.97 3770.55 60,131.00 #> 5413 59552.52 0.00 60,545.00 #> 5414 131341.29 0.00 112,456.00 #> 5415 146441.43 9880.79 125,417.00 #> 5416 94555.12 11764.26 82,600.00 #> 5417 95352.34 2997.42 82,000.00 #> 5418 102120.52 0.00 85,549.00 #> 5419 104121.71 3813.61 96,325.00 #> 5420 94334.68 3440.08 77,310.00 #> 5421 105406.53 1011.20 -0- #> 5422 71674.12 873.76 62,500.00 #> 5423 114592.52 2793.31 120,290.00 #> 5424 116280.65 3635.80 90,000.00 #> 5425 105555.56 3206.38 99,750.00 #> 5426 55307.65 0.00 54,931.00 #> 5427 108159.02 1488.59 115,705.00 #> 5428 85342.14 0.00 -0- #> 5429 88672.00 7273.79 90,002.00 #> 5430 83055.57 1116.56 65,975.00 #> 5431 160459.09 1585.70 126,947.00 #> 5432 58368.00 4762.96 59,244.00 #> 5433 59448.00 42.84 -0- #> 5434 153783.00 1842.00 -0- #> 5435 124888.89 2366.95 125,100.00 #> 5436 102818.00 0.00 98,618.00 #> 5437 77158.00 0.00 78,315.00 #> 5438 85026.81 200.00 80,225.00 #> 5439 118466.66 6199.55 108,219.00 #> 5440 102142.22 1823.98 93,307.00 #> 5441 159741.00 1745.42 133,470.00 #> 5442 183366.75 9130.24 139,060.00 #> 5443 90391.00 981.54 86,672.00 #> 5444 50951.41 3416.65 58,870.00 #> 5445 197022.69 12521.48 150,767.00 #> 5446 70928.00 396.80 65,125.00 #> 5447 84621.04 1844.60 -0- #> 5448 51000.00 2062.64 -0- #> 5449 69665.00 0.00 70,710.00 #> 5450 52500.00 1764.08 53,633.00 #> 5451 113087.50 4903.16 85,374.00 #> 5452 82319.00 4722.16 83,554.00 #> 5453 210060.49 6587.41 172,881.00 #> 5454 8630.34 0.00 -0- #> 5455 59955.00 2033.81 60,669.00 #> 5456 89436.56 504.70 78,567.00 #> 5457 46195.31 1124.54 61,358.00 #> 5458 174800.00 18433.35 163,682.00 #> 5459 94600.05 10614.65 75,734.00 #> 5460 54673.50 1500.00 52,763.00 #> 5461 79749.00 0.00 80,945.00 #> 5462 105032.94 6936.39 81,963.00 #> 5463 147000.00 3997.00 149,205.00 #> 5464 94980.00 0.00 93,311.00 #> 5465 95810.00 0.00 97,247.00 #> 5466 139051.00 5161.12 137,234.00 #> 5467 70530.73 8570.33 62,099.00 #> 5468 104420.00 0.00 105,988.00 #> 5469 72222.21 8466.63 65,812.00 #> 5470 69912.38 1988.65 60,026.00 #> 5471 146176.10 3167.42 111,276.00 #> 5472 65794.92 1458.88 63,331.00 #> 5473 22500.00 1824.70 -0- #> 5474 49000.00 3976.72 -0- #> 5475 73543.00 4945.49 79,046.00 #> 5476 63409.00 1118.03 64,644.00 #> 5477 66666.66 0.00 69,000.00 #> 5478 62027.77 620.80 52,780.00 #> 5479 101948.00 1273.16 105,008.00 #> 5480 121169.37 19150.67 92,240.00 #> 5481 48125.00 1318.25 -0- #> 5482 59729.41 18414.87 -0- #> 5483 96403.00 5645.99 83,410.00 #> 5484 140649.00 1435.68 142,757.00 #> 5485 78818.00 1314.86 78,818.00 #> 5486 75358.00 600.00 76,488.00 #> 5487 94867.82 2903.81 83,529.00 #> 5488 100754.00 5721.49 102,265.00 #> 5489 237664.01 12855.57 191,072.00 #> 5490 125240.04 8380.74 85,355.00 #> 5491 65088.96 15398.15 59,662.00 #> 5492 56250.05 3265.37 50,250.00 #> 5493 111317.38 0.00 107,651.00 #> 5494 245000.00 4753.72 246,225.00 #> 5495 47816.65 0.00 76,380.00 #> 5496 40664.67 2001.11 61,912.00 #> 5497 81702.97 8360.04 64,454.00 #> 5498 51330.00 0.00 54,893.00 #> 5499 61555.55 2976.38 55,825.00 #> 5500 106538.00 2662.52 106,427.00 #> 5501 58500.00 111.68 63,180.00 #> 5502 58775.00 0.00 -0- #> 5503 86089.00 1699.84 87,380.00 #> 5504 72275.00 1339.62 77,821.00 #> 5505 98165.00 0.00 163,525.00 #> 5506 70555.51 0.00 64,453.00 #> 5507 72969.41 863.33 60,569.00 #> 5508 93860.36 3281.60 85,674.00 #> 5509 84527.00 0.00 85,373.00 #> 5510 147028.76 4516.98 114,733.00 #> 5511 101135.72 3251.27 92,658.00 #> 5512 207837.16 1400.04 159,227.00 #> 5513 126666.69 4428.77 98,040.00 #> 5514 122402.95 2445.36 100,414.00 #> 5515 27000.00 0.00 -0- #> 5516 175833.37 3202.76 119,643.00 #> 5517 80000.00 6825.73 81,650.00 #> 5518 90529.00 0.00 91,886.00 #> 5519 42871.00 818.52 72,523.00 #> 5520 75443.00 0.00 75,757.00 #> 5521 150373.75 132.57 141,987.00 #> 5522 55000.00 6515.54 51,480.00 #> 5523 43200.00 60.42 40,600.00 #> 5524 145194.00 2686.03 147,371.00 #> 5525 59613.53 3118.26 64,170.00 #> 5526 80386.89 2817.75 76,537.00 #> 5527 116808.00 1994.70 119,144.00 #> 5528 89062.50 4597.04 113,063.00 #> 5529 103810.72 3635.96 79,026.00 #> 5530 116409.00 8112.45 116,991.00 #> 5531 85784.84 1423.79 78,939.00 #> 5532 52419.02 108.79 79,022.00 #> 5533 85781.25 4187.59 69,655.00 #> 5534 123399.14 0.00 -0- #> 5535 43222.22 750.00 56,525.00 #> 5536 82378.00 0.00 83,614.00 #> 5537 111381.38 0.00 -0- #> 5538 134000.00 0.00 136,010.00 #> 5539 83201.00 7329.64 84,449.00 #> 5540 50000.00 1626.68 50,750.00 #> 5541 108309.09 2893.67 85,091.00 #> 5542 82568.67 3595.39 71,835.00 #> 5543 104000.00 0.00 106,840.00 #> 5544 183570.00 5935.15 186,235.00 #> 5545 60678.33 2074.33 60,365.00 #> 5546 110750.00 0.00 112,000.00 #> 5547 172016.78 2186.59 137,030.00 #> 5548 70191.56 2117.29 63,152.00 #> 5549 66638.00 1836.30 68,470.00 #> 5550 66666.66 1244.82 60,900.00 #> 5551 65065.00 2425.43 66,041.00 #> 5552 87415.65 1298.97 84,677.00 #> 5553 53264.00 0.00 -0- #> 5554 208439.96 1993.72 176,579.00 #> 5555 61674.00 739.53 65,374.00 #> 5556 130610.51 5125.12 101,543.00 #> 5557 118720.62 3314.68 103,492.00 #> 5558 24000.00 0.00 -0- #> 5559 152618.55 0.00 133,019.00 #> 5560 120008.00 5592.99 122,408.00 #> 5561 131345.00 1068.65 132,002.00 #> 5562 162972.22 1772.45 140,375.00 #> 5563 164500.00 5525.34 172,725.00 #> 5564 4163.53 0.00 -0- #> 5565 55748.00 0.00 56,584.00 #> 5566 83035.72 3996.63 65,481.00 #> 5567 115199.00 947.31 116,927.00 #> 5568 116139.47 5775.27 93,043.00 #> 5569 51690.00 30.00 52,816.00 #> 5570 76472.00 1341.25 76,591.00 #> 5571 140036.06 3404.33 106,055.00 #> 5572 71676.00 2081.45 75,000.00 #> 5573 93566.00 0.00 94,969.00 #> 5574 109162.73 7885.78 86,574.00 #> 5575 175598.76 2329.63 133,674.00 #> 5576 122444.44 0.00 117,880.00 #> 5577 87400.00 4738.81 77,039.00 #> 5578 74146.12 1448.89 -0- #> 5579 89491.78 3744.27 73,541.00 #> 5580 174333.33 3152.77 158,580.00 #> 5581 288686.70 8549.65 222,890.00 #> 5582 112195.50 3981.78 122,400.00 #> 5583 77115.41 2735.29 73,861.00 #> 5584 55326.00 1018.96 55,741.00 #> 5585 68788.95 3365.39 61,722.00 #> 5586 175620.00 18027.27 126,315.00 #> 5587 75635.03 4343.94 29,653.00 #> 5588 65582.00 1843.10 -0- #> 5589 104340.00 0.00 105,905.00 #> 5590 89971.00 1502.35 89,798.00 #> 5591 46906.34 1498.97 110,550.00 #> 5592 196932.99 3569.92 -0- #> 5593 55730.00 1017.01 60,666.00 #> 5594 65831.00 935.11 60,420.00 #> 5595 87379.00 3111.53 92,790.00 #> 5596 54722.22 3817.82 51,220.00 #> 5597 80157.22 1738.68 -0- #> 5598 89368.00 42.00 90,709.00 #> 5599 57142.00 1611.59 57,427.00 #> 5600 111111.11 4543.57 101,500.00 #> 5601 71153.00 0.00 70,047.00 #> 5602 52133.98 1530.45 70,208.00 #> 5603 110399.96 7518.60 84,724.00 #> 5604 120750.00 0.00 120,750.00 #> 5605 179944.23 5151.57 142,843.00 #> 5606 144444.44 2552.66 137,730.00 #> 5607 123222.22 4024.22 119,000.00 #> 5608 88519.22 438.26 85,257.00 #> 5609 79017.00 4483.71 80,992.00 #> 5610 73761.00 0.00 69,498.00 #> 5611 114141.44 0.00 99,368.00 #> 5612 3380.68 0.00 -0- #> 5613 67166.66 1843.77 60,900.00 #> 5614 135000.00 4810.93 137,025.00 #> 5615 168000.05 9793.70 140,070.00 #> 5616 102450.00 43.01 173,965.00 #> 5617 9770.00 0.00 -0- #> 5618 31249.04 0.00 63,435.00 #> 5619 106666.73 1073.66 81,200.00 #> 5620 103219.24 781.37 82,215.00 #> 5621 97210.41 0.00 84,486.00 #> 5622 184260.00 168.00 187,945.00 #> 5623 65072.22 6162.84 61,260.00 #> 5624 91846.00 6001.30 94,004.00 #> 5625 65833.33 1645.09 60,139.00 #> 5626 176679.64 14163.30 140,771.00 #> 5627 198433.00 3593.99 201,409.00 #> 5628 104850.00 1379.00 103,626.00 #> 5629 66380.67 1168.45 101,065.00 #> 5630 97345.00 3652.24 85,539.00 #> 5631 91237.00 1584.85 92,606.00 #> 5632 86888.93 14245.17 69,020.00 #> 5633 120750.00 13752.38 109,762.00 #> 5634 99180.82 3820.39 138,040.00 #> 5635 137570.68 8313.68 104,726.00 #> 5636 96161.00 1095.24 95,103.00 #> 5637 231194.44 3321.37 193,175.00 #> 5638 172782.54 2974.16 139,537.00 #> 5639 116111.15 6576.65 96,425.00 #> 5640 201150.00 5827.73 139,745.00 #> 5641 89608.00 500.00 90,952.00 #> 5642 123060.00 42.00 93,679.00 #> 5643 105000.00 8212.82 105,525.00 #> 5644 48542.00 795.72 49,639.00 #> 5645 127029.00 8092.96 130,840.00 #> 5646 66000.00 1139.95 66,990.00 #> 5647 102825.00 815.80 103,853.00 #> 5648 149676.32 1920.38 129,899.00 #> 5649 97609.00 17191.14 99,073.00 #> 5650 86759.00 406.90 86,759.00 #> 5651 61250.00 2037.29 -0- #> 5652 101323.00 1740.33 102,843.00 #> 5653 81750.00 2924.99 81,540.00 #> 5654 113891.00 1963.81 115,599.00 #> 5655 77777.77 2067.64 71,050.00 #> 5656 140555.55 2763.94 116,150.00 #> 5657 83511.44 1494.96 75,286.00 #> 5658 78564.00 0.00 105,276.00 #> 5659 136803.00 8936.40 144,855.00 #> 5660 128485.35 0.00 94,900.00 #> 5661 101970.55 21066.84 85,051.00 #> 5662 49354.00 1591.66 50,458.00 #> 5663 82425.60 1148.66 79,396.00 #> 5664 11857.50 1559.86 -0- #> 5665 103510.00 983.62 85,960.00 #> 5666 54177.00 0.00 54,312.00 #> 5667 143769.15 934.60 120,241.00 #> 5668 88137.44 1674.39 75,473.00 #> 5669 122976.00 848.19 124,821.00 #> 5670 69444.44 0.00 63,438.00 #> 5671 103982.00 1486.63 -0- #> 5672 150000.00 1479.33 137,025.00 #> 5673 131996.00 2207.52 133,976.00 #> 5674 82652.00 0.00 83,065.00 #> 5675 78411.20 4161.79 67,544.00 #> 5676 36000.00 1284.67 36,540.00 #> 5677 92876.00 7646.06 94,733.00 #> 5678 57750.00 1092.42 51,480.00 #> 5679 153250.00 933.12 155,975.00 #> 5680 76843.31 0.00 68,943.00 #> 5681 52000.00 2103.10 52,780.00 #> 5682 54549.00 1027.35 55,367.00 #> 5683 67222.23 3278.50 55,825.00 #> 5684 149722.23 5859.91 123,725.00 #> 5685 76950.00 3880.68 78,894.00 #> 5686 60453.00 349.90 61,964.00 #> 5687 118345.43 0.00 90,090.00 #> 5688 116911.00 2263.99 118,610.00 #> 5689 66123.00 0.00 61,615.00 #> 5690 90887.88 0.00 87,926.00 #> 5691 63300.00 2809.26 -0- #> 5692 63300.00 0.00 -0- #> 5693 63629.44 1472.93 58,423.00 #> 5694 66300.00 0.00 59,970.00 #> 5695 169903.57 1017.93 134,963.00 #> 5696 44922.00 0.00 45,596.00 #> 5697 57777.77 3089.35 52,780.00 #> 5698 208999.99 12330.85 175,428.00 #> 5699 102610.71 6506.93 93,948.00 #> 5700 87906.50 1820.95 91,814.00 #> 5701 93411.00 3334.15 94,813.00 #> 5702 91610.00 1141.29 92,068.00 #> 5703 186007.00 1091.20 192,407.00 #> 5704 86666.66 168.35 79,170.00 #> 5705 67869.00 0.00 68,887.00 #> 5706 120510.15 17997.03 91,800.00 #> 5707 78556.00 0.00 79,734.00 #> 5708 97700.00 1930.12 89,249.00 #> 5709 108031.00 1425.70 108,571.00 #> 5710 139480.02 9554.74 105,636.00 #> 5711 116596.01 4739.49 87,884.00 #> 5712 78590.00 917.76 79,769.00 #> 5713 94112.00 8338.19 95,524.00 #> 5714 50000.00 4051.07 50,750.00 #> 5715 127036.00 0.00 128,942.00 #> 5716 103525.00 2357.21 104,043.00 #> 5717 85642.00 2984.89 85,642.00 #> 5718 124692.00 9332.77 126,562.00 #> 5719 87987.91 13765.79 100,875.00 #> 5720 106682.92 0.00 93,495.00 #> 5721 55472.22 0.00 50,750.00 #> 5722 120854.00 383.14 115,424.00 #> 5723 132500.00 2804.98 137,810.00 #> 5724 70857.00 1200.00 79,174.00 #> 5725 95000.00 2519.97 95,476.00 #> 5726 163090.00 4245.91 122,027.00 #> 5727 153521.00 7437.52 155,824.00 #> 5728 143300.00 5914.75 150,000.00 #> 5729 45848.00 1476.27 69,804.00 #> 5730 49266.00 2409.93 55,039.00 #> 5731 73790.00 2596.13 75,450.00 #> 5732 100013.34 890.19 91,362.00 #> 5733 158691.33 5820.30 143,003.00 #> 5734 101215.55 2380.12 92,460.00 #> 5735 133966.69 364.30 110,838.00 #> 5736 82608.28 4346.21 71,869.00 #> 5737 110750.00 5784.34 100,173.00 #> 5738 63075.00 1118.59 61,915.00 #> 5739 66155.61 7639.89 53,694.00 #> 5740 88825.00 1722.41 90,157.00 #> 5741 99225.00 2854.46 87,339.00 #> 5742 71950.00 0.00 -0- #> 5743 90139.00 1601.30 91,492.00 #> 5744 114051.77 10602.17 -0- #> 5745 120497.00 2986.41 122,304.00 #> 5746 61778.60 3254.70 53,747.00 #> 5747 89454.15 1799.20 -0- #> 5748 70926.17 0.00 -0- #> 5749 100754.32 733.38 -0- #> 5750 118214.00 1938.88 119,987.00 #> 5751 193568.23 9284.78 159,769.00 #> 5752 58888.88 3307.84 53,795.00 #> 5753 145648.92 7469.11 125,408.00 #> 5754 119305.00 7879.52 121,037.00 #> 5755 112751.00 2715.43 114,442.00 #> 5756 46062.52 4022.05 -0- #> 5757 51984.00 2459.58 54,063.00 #> 5758 75750.00 0.00 78,303.00 #> 5759 123827.80 1901.80 103,172.00 #> 5760 73102.00 2108.10 74,198.00 #> 5761 97115.39 6399.89 90,395.00 #> 5762 109947.00 4460.80 111,596.00 #> 5763 39109.00 8365.44 39,305.00 #> 5764 13352.00 0.00 -0- #> 5765 116133.00 5038.01 116,714.00 #> 5766 113405.00 0.00 153,476.00 #> 5767 63843.00 1613.41 34,219.00 #> 5768 75092.00 1157.90 80,318.00 #> 5769 71557.10 0.00 -0- #> 5770 107546.77 13941.45 93,696.00 #> 5771 111625.60 5217.43 101,970.00 #> 5772 112566.00 0.00 111,119.00 #> 5773 94094.00 1000.00 96,091.00 #> 5774 51780.96 998.04 56,280.00 #> 5775 64486.08 1918.54 62,217.00 #> 5776 90540.12 0.00 -0- #> 5777 76669.00 0.00 77,819.00 #> 5778 104605.00 4734.07 105,128.00 #> 5779 194609.00 2576.36 197,528.00 #> 5780 76105.55 3182.24 69,020.00 #> 5781 115278.94 92.00 107,351.00 #> 5782 91323.50 1924.54 117,541.00 #> 5783 101947.50 7205.81 87,946.00 #> 5784 66392.00 2657.09 -0- #> 5785 184106.00 1066.72 186,868.00 #> 5786 82971.00 8056.78 84,215.00 #> 5787 141844.50 6734.29 123,405.00 #> 5788 124849.00 1879.52 126,722.00 #> 5789 105281.16 393.20 94,350.00 #> 5790 119981.00 1186.76 120,581.00 #> 5791 56307.00 26926.95 57,152.00 #> 5792 47467.00 13861.64 48,179.00 #> 5793 162972.22 1328.30 140,340.00 #> 5794 94055.28 2336.85 82,356.00 #> 5795 49333.33 0.00 45,066.00 #> 5796 66055.00 4028.64 67,045.00 #> 5797 77964.55 0.00 71,937.00 #> 5798 113225.00 4028.80 113,791.00 #> 5799 256384.22 97024.28 181,889.00 #> 5800 106000.00 6611.65 106,530.00 #> 5801 70000.00 3892.18 70,743.00 #> 5802 124230.71 4249.94 109,000.00 #> 5803 90907.24 1231.85 87,209.00 #> 5804 127306.00 0.00 129,216.00 #> 5805 74504.94 1457.29 65,101.00 #> 5806 38283.00 0.00 64,762.00 #> 5807 93298.89 1224.25 85,432.00 #> 5808 94111.49 3869.70 78,155.00 #> 5809 88889.02 5669.76 75,993.00 #> 5810 90268.00 42.00 91,622.00 #> 5811 122666.67 2777.37 93,380.00 #> 5812 113046.67 4710.04 84,534.00 #> 5813 98000.01 5791.98 -0- #> 5814 111297.32 3585.57 -0- #> 5815 143055.54 18560.72 133,900.00 #> 5816 70469.00 3627.39 71,879.00 #> 5817 72569.78 10906.10 60,553.00 #> 5818 159300.00 12437.83 162,286.00 #> 5819 60049.00 3927.70 60,950.00 #> 5820 127394.68 193.80 97,146.00 #> 5821 170845.02 864.60 136,239.00 #> 5822 99666.71 5525.87 79,170.00 #> 5823 71400.00 4859.71 72,471.00 #> 5824 23297.99 0.00 -0- #> 5825 82044.00 879.74 75,662.00 #> 5826 91111.11 6113.99 87,330.00 #> 5827 62045.45 0.00 -0- #> 5828 147084.04 13080.20 -0- #> 5829 69133.33 12506.31 -0- #> 5830 53828.00 1850.14 58,735.00 #> 5831 72448.03 653.50 69,336.00 #> 5832 23837.00 0.00 -0- #> 5833 109000.00 0.00 110,635.00 #> 5834 121679.68 2343.87 88,518.00 #> 5835 93656.00 2637.24 95,061.00 #> 5836 102530.00 152.64 104,068.00 #> 5837 161512.00 2286.54 169,612.00 #> 5838 107395.00 7234.25 110,617.00 #> 5839 37301.00 2406.63 76,094.00 #> 5840 24906.86 0.00 -0- #> 5841 53284.00 1400.00 53,550.00 #> 5842 77080.00 576.68 79,150.00 #> 5843 157500.00 86.00 135,675.00 #> 5844 81552.00 789.96 82,775.00 #> 5845 214375.00 15503.12 172,332.00 #> 5846 90760.32 6346.02 91,334.00 #> 5847 59785.00 2241.03 60,682.00 #> 5848 194066.65 30638.31 147,694.00 #> 5849 65000.00 1124.33 63,405.00 #> 5850 50427.00 2118.72 51,183.00 #> 5851 143278.13 2689.08 117,379.00 #> 5852 42782.60 0.00 -0- #> 5853 93333.30 5906.02 142,500.00 #> 5854 140555.55 1981.84 118,000.00 #> 5855 129470.00 8811.67 134,650.00 #> 5856 86443.00 6629.30 88,069.00 #> 5857 138282.31 10564.96 107,319.00 #> 5858 89718.00 0.00 90,167.00 #> 5859 124933.35 36895.63 95,574.00 #> 5860 112590.00 2680.20 113,153.00 #> 5861 68776.72 3765.63 63,233.00 #> 5862 98261.35 7329.54 -0- #> 5863 72665.00 1395.14 73,755.00 #> 5864 152119.00 10781.93 152,878.00 #> 5865 85768.00 1789.30 88,768.00 #> 5866 123048.00 1894.50 124,894.00 #> 5867 117500.00 6281.10 104,034.00 #> 5868 70300.00 1810.42 65,216.00 #> 5869 118213.35 20485.87 89,990.00 #> 5870 80000.04 1217.47 60,900.00 #> 5871 11975.00 2163.54 -0- #> 5872 56376.00 0.00 57,222.00 #> 5873 71456.00 1581.82 65,135.00 #> 5874 156364.00 3003.60 157,146.00 #> 5875 109708.00 1460.05 111,354.00 #> 5876 135810.70 17571.31 104,558.00 #> 5877 79660.00 1588.79 72,769.00 #> 5878 52000.00 4425.52 52,780.00 #> 5879 115109.00 5721.65 108,564.00 #> 5880 69912.00 1014.58 70,961.00 #> 5881 83883.34 3390.50 75,100.00 #> 5882 73795.80 1457.07 69,276.00 #> 5883 88675.05 2885.74 74,665.00 #> 5884 136304.06 1905.77 104,954.00 #> 5885 266297.00 3641.67 268,466.00 #> 5886 102500.00 4152.69 107,625.00 #> 5887 73150.00 2455.30 67,142.00 #> 5888 119822.00 1121.94 121,619.00 #> 5889 150977.00 0.00 152,509.00 #> 5890 23912.54 0.00 29,126.00 #> 5891 57691.11 633.49 52,780.00 #> 5892 65361.00 0.00 66,341.00 #> 5893 118607.53 3780.65 101,246.00 #> 5894 89495.50 1479.52 90,815.00 #> 5895 107509.77 21974.36 92,477.00 #> 5896 25840.94 0.00 -0- #> 5897 245675.98 2014.10 186,907.00 #> 5898 80346.00 3190.81 82,756.00 #> 5899 129000.44 0.00 133,257.00 #> 5900 55996.00 2592.08 56,836.00 #> 5901 105000.00 2169.54 91,350.00 #> 5902 126809.00 3592.06 128,109.00 #> 5903 135000.00 3977.92 180,900.00 #> 5904 85977.31 42.84 71,400.00 #> 5905 56702.58 1940.81 -0- #> 5906 103524.67 2878.25 94,727.00 #> 5907 105497.50 1327.29 107,213.00 #> 5908 110121.00 0.00 111,773.00 #> 5909 111061.07 1580.10 107,026.00 #> 5910 157540.58 1837.14 155,294.00 #> 5911 72765.40 0.00 63,945.00 #> 5912 81233.00 2970.61 82,451.00 #> 5913 90081.12 330.65 86,620.00 #> 5914 155000.00 3813.81 157,325.00 #> 5915 140467.00 2362.94 137,133.00 #> 5916 88025.00 2482.82 88,905.00 #> 5917 71846.96 1097.99 75,248.00 #> 5918 70012.00 1252.50 70,712.00 #> 5919 169327.68 0.00 142,813.00 #> 5920 154176.00 10334.01 128,036.00 #> 5921 105009.00 947.58 106,584.00 #> 5922 79276.02 1930.60 60,349.00 #> 5923 55138.96 3507.39 51,740.00 #> 5924 158613.33 2053.78 124,908.00 #> 5925 28063.54 0.00 -0- #> 5926 182817.00 13201.08 146,465.00 #> 5927 104314.15 3706.52 82,476.00 #> 5928 75000.00 3921.53 76,500.00 #> 5929 96075.00 0.00 96,555.00 #> 5930 131723.00 2092.14 134,357.00 #> 5931 95405.00 0.00 95,405.00 #> 5932 87459.00 1000.00 88,770.00 #> 5933 84175.00 3095.88 67,142.00 #> 5934 90517.82 8167.20 87,458.00 #> 5935 214012.00 4481.82 217,222.00 #> 5936 89483.34 1938.82 82,145.00 #> 5937 55156.00 1566.04 58,024.00 #> 5938 116422.80 6097.65 89,063.00 #> 5939 57212.00 2452.79 58,070.00 #> 5940 2000.00 0.00 -0- #> 5941 82954.55 0.00 -0- #> 5942 133333.35 0.00 101,500.00 #> 5943 67765.00 23.94 61,129.00 #> 5944 88046.00 0.00 89,367.00 #> 5945 99763.06 5450.54 100,124.00 #> 5946 166940.33 730.30 145,307.00 #> 5947 29798.54 0.00 60,491.00 #> 5948 185000.00 2101.21 188,700.00 #> 5949 167226.74 13538.71 151,917.00 #> 5950 103888.87 3911.11 -0- #> 5951 126533.00 2725.93 128,431.00 #> 5952 157500.00 2447.28 137,025.00 #> 5953 55368.00 4356.42 56,199.00 #> 5954 108209.00 0.00 108,750.00 #> 5955 90335.34 5629.28 82,928.00 #> 5956 115462.00 0.00 117,194.00 #> 5957 122335.00 2433.83 124,170.00 #> 5958 74004.00 2196.89 74,744.00 #> 5959 104507.00 1147.95 105,030.00 #> 5960 63650.00 0.00 63,968.00 #> 5961 102732.00 0.00 104,273.00 #> 5962 48130.00 494.56 50,055.00 #> 5963 107161.00 1281.30 108,768.00 #> 5964 230529.39 1063.75 175,490.00 #> 5965 183465.12 9483.25 -0- #> 5966 131002.00 0.00 131,657.00 #> 5967 89236.64 2299.00 72,900.00 #> 5968 136664.06 19738.62 104,055.00 #> 5969 215305.00 12173.06 221,280.00 #> 5970 134548.78 0.00 106,878.00 #> 5971 50600.00 1341.20 51,359.00 #> 5972 161000.00 4647.95 163,415.00 #> 5973 80726.83 2171.90 72,262.00 #> 5974 82609.00 0.00 83,848.00 #> 5975 122304.00 5267.43 123,631.00 #> 5976 137039.14 8241.37 108,322.00 #> 5977 60275.00 2687.74 61,811.00 #> 5978 72750.00 533.50 64,350.00 #> 5979 39350.00 441.02 38,951.00 #> 5980 33280.00 90.00 33,446.00 #> 5981 48818.23 0.00 -0- #> 5982 127524.00 0.00 129,437.00 #> 5983 5000.00 0.00 -0- #> 5984 76616.00 0.00 78,723.00 #> 5985 127880.04 1195.50 132,176.00 #> 5986 129034.72 3001.47 98,676.00 #> 5987 73662.00 2294.83 74,992.00 #> 5988 127377.54 1903.70 101,500.00 #> 5989 121857.00 7247.37 97,044.00 #> 5990 164967.04 3273.92 130,852.00 #> 5991 88663.33 0.00 80,196.00 #> 5992 135546.32 6013.24 107,563.00 #> 5993 133459.03 6350.81 103,658.00 #> 5994 117661.00 1624.10 118,249.00 #> 5995 153150.00 1747.06 151,650.00 #> 5996 105942.94 1746.58 101,873.00 #> 5997 93444.44 3580.40 86,000.00 #> 5998 88343.00 0.00 88,785.00 #> 5999 116572.22 9127.19 -0- #> 6000 101250.00 0.00 135,675.00 #> 6001 141150.00 2907.07 141,820.00 #> 6002 92290.00 3158.78 76,643.00 #> 6003 107344.00 0.00 107,881.00 #> 6004 96785.90 1053.61 111,650.00 #> 6005 195101.37 4001.99 148,521.00 #> 6006 146609.08 3129.51 126,169.00 #> 6007 221995.90 12082.85 169,562.00 #> 6008 99491.12 6692.36 90,885.00 #> 6009 124388.89 3028.96 123,000.00 #> 6010 172568.59 26526.33 199,290.00 #> 6011 163166.68 436.73 124,211.00 #> 6012 170046.71 2976.01 129,448.00 #> 6013 257200.87 4383.35 272,300.00 #> 6014 165435.00 3016.71 167,842.00 #> 6015 100532.00 0.00 101,542.00 #> 6016 170640.66 0.00 141,709.00 #> 6017 110353.53 4848.37 96,425.00 #> 6018 19237.40 1522.02 -0- #> 6019 79589.92 12113.22 66,421.00 #> 6020 100796.99 727.81 93,999.00 #> 6021 85500.00 5652.84 81,405.00 #> 6022 103627.00 798.10 86,288.00 #> 6023 97324.68 8102.35 86,122.00 #> 6024 121621.94 1910.45 -0- #> 6025 89102.00 0.00 90,439.00 #> 6026 82444.46 0.00 75,313.00 #> 6027 122216.66 0.00 111,645.00 #> 6028 92406.00 2193.59 94,542.00 #> 6029 125100.00 597.55 126,228.00 #> 6030 95564.35 4385.46 79,469.00 #> 6031 13666.67 0.00 -0- #> 6032 3000.00 0.00 -0- #> 6033 74466.00 4645.27 68,404.00 #> 6034 51250.07 0.00 -0- #> 6035 263655.22 15664.41 167,721.00 #> 6036 116126.16 4676.95 88,047.00 #> 6037 244241.36 16405.19 185,682.00 #> 6038 72982.00 2660.15 74,306.00 #> 6039 72001.87 1132.79 67,546.00 #> 6040 116256.00 2032.09 116,837.00 #> 6041 61063.00 1584.46 62,895.00 #> 6042 126845.84 4188.09 110,356.00 #> 6043 85555.53 5805.23 72,004.00 #> 6044 73171.00 0.00 74,269.00 #> 6045 2809.00 42.00 -0- #> 6046 170517.39 1384.74 131,888.00 #> 6047 66046.00 1162.74 110,627.00 #> 6048 73500.00 2336.24 67,142.00 #> 6049 70000.00 3004.81 63,945.00 #> 6050 129236.00 3259.86 131,174.00 #> 6051 99612.00 1865.77 79,991.00 #> 6052 103000.00 2028.48 103,515.00 #> 6053 87171.68 1385.88 71,146.00 #> 6054 121275.23 10300.11 99,786.00 #> 6055 10069.72 0.00 -0- #> 6056 97180.00 10769.65 98,639.00 #> 6057 91892.00 3838.02 92,763.00 #> 6058 80975.00 4653.18 84,100.00 #> 6059 133405.20 10681.15 101,500.00 #> 6060 107725.05 2813.24 87,899.00 #> 6061 130625.00 3031.47 107,409.00 #> 6062 163773.00 498.51 155,673.00 #> 6063 78488.73 4738.55 73,027.00 #> 6064 7401.01 0.00 -0- #> 6065 99586.69 1304.22 81,887.00 #> 6066 91305.00 0.00 81,582.00 #> 6067 141349.00 1742.43 143,469.00 #> 6068 146186.57 1228.67 132,965.00 #> 6069 162291.00 5049.99 164,725.00 #> 6070 214669.34 10151.27 163,417.00 #> 6071 50861.28 2663.47 -0- #> 6072 94969.00 1171.03 101,312.00 #> 6073 134166.65 2430.84 116,725.00 #> 6074 122454.04 867.96 96,753.00 #> 6075 119285.00 7708.45 95,625.00 #> 6076 74927.00 0.00 101,401.00 #> 6077 92591.84 506.82 80,504.00 #> 6078 134425.00 765.00 127,987.00 #> 6079 118066.71 7473.16 89,878.00 #> 6080 162950.78 1910.59 158,087.00 #> 6081 110000.00 0.00 110,550.00 #> 6082 147103.34 892.83 133,923.00 #> 6083 117321.94 23001.17 95,770.00 #> 6084 76236.37 9500.70 63,495.00 #> 6085 65833.33 2436.77 60,139.00 #> 6086 13586.36 0.00 -0- #> 6087 59400.00 2588.28 54,270.00 #> 6088 88383.83 598.00 71,050.00 #> 6089 170100.16 2824.76 131,083.00 #> 6090 79611.00 0.00 80,806.00 #> 6091 29608.54 0.00 -0- #> 6092 94653.00 545.30 96,073.00 #> 6093 54377.00 1805.72 55,528.00 #> 6094 72500.00 3149.52 73,588.00 #> 6095 29176.47 0.00 -0- #> 6096 120900.03 16072.68 95,840.00 #> 6097 165887.00 1950.62 169,487.00 #> 6098 145000.00 1957.15 147,175.00 #> 6099 107694.85 13097.06 89,824.00 #> 6100 218961.30 7477.95 173,931.00 #> 6101 102983.17 2192.71 99,563.00 #> 6102 167436.00 6555.77 169,948.00 #> 6103 93277.78 7135.32 75,337.00 #> 6104 97333.43 2853.28 75,920.00 #> 6105 177000.00 85.68 179,655.00 #> 6106 145860.00 240.33 -0- #> 6107 126304.78 0.00 98,484.00 #> 6108 95147.61 149.50 79,016.00 #> 6109 157392.00 517.67 169,753.00 #> 6110 92057.79 4004.90 77,041.00 #> 6111 58939.84 2674.76 56,818.00 #> 6112 76161.00 3129.18 77,303.00 #> 6113 146666.68 0.00 111,650.00 #> 6114 65335.00 0.00 66,315.00 #> 6115 65000.00 1047.09 67,600.00 #> 6116 90666.66 2942.04 69,020.00 #> 6117 66025.00 5143.46 68,553.00 #> 6118 13330.72 31.59 -0- #> 6119 168666.70 397.58 139,995.00 #> 6120 73847.00 645.80 74,955.00 #> 6121 209734.82 10421.42 188,052.00 #> 6122 95836.94 0.00 91,573.00 #> 6123 73345.77 3161.99 60,495.00 #> 6124 196166.72 14223.45 146,640.00 #> 6125 47204.00 0.00 48,288.00 #> 6126 124338.03 847.39 112,900.00 #> 6127 99492.00 3044.90 100,984.00 #> 6128 52500.00 0.00 -0- #> 6129 62801.00 51.00 64,030.00 #> 6130 54516.00 2378.96 58,809.00 #> 6131 55555.60 699.09 50,750.00 #> 6132 112349.60 0.00 98,309.00 #> 6133 80410.00 0.00 81,616.00 #> 6134 118451.00 0.00 120,228.00 #> 6135 123986.04 8709.01 -0- #> 6136 83966.00 1533.03 85,037.00 #> 6137 126027.50 14542.59 94,669.00 #> 6138 106045.45 4327.02 85,248.00 #> 6139 73222.00 1556.72 74,320.00 #> 6140 16414.13 323.84 105,525.00 #> 6141 101729.43 2089.71 82,372.00 #> 6142 103271.00 3532.85 103,298.00 #> 6143 99859.00 3062.82 101,357.00 #> 6144 89943.73 0.00 69,926.00 #> 6145 145583.84 5653.95 120,901.00 #> 6146 100208.70 3893.01 98,751.00 #> 6147 118560.00 1850.05 120,338.00 #> 6148 169565.40 3665.99 123,143.00 #> 6149 149743.00 262.00 151,989.00 #> 6150 109155.60 3334.35 100,042.00 #> 6151 132536.00 19438.48 135,350.00 #> 6152 116944.27 1968.60 92,705.00 #> 6153 138341.00 9398.81 140,416.00 #> 6154 72695.30 5765.37 123,039.00 #> 6155 88093.63 3100.98 76,479.00 #> 6156 66000.00 1326.00 -0- #> 6157 98583.32 5718.73 85,750.00 #> 6158 180116.00 3489.81 181,555.00 #> 6159 69892.55 2983.49 67,207.00 #> 6160 57532.28 143.07 69,241.00 #> 6161 78114.00 0.00 79,286.00 #> 6162 82222.22 1837.92 75,110.00 #> 6163 111666.72 2174.60 120,600.00 #> 6164 118778.00 114.00 118,778.00 #> 6165 104835.56 5635.90 100,675.00 #> 6166 59451.00 500.00 60,343.00 #> 6167 218183.32 5039.13 171,834.00 #> 6168 101453.00 1543.91 101,960.00 #> 6169 61203.00 1000.00 61,815.00 #> 6170 47653.69 5283.73 -0- #> 6171 139565.00 2213.52 131,001.00 #> 6172 100000.00 9141.22 106,452.00 #> 6173 73281.00 792.02 74,380.00 #> 6174 72599.56 1627.64 67,222.00 #> 6175 86888.89 2576.33 69,020.00 #> 6176 70173.77 997.36 67,910.00 #> 6177 58834.00 1886.30 59,717.00 #> 6178 51239.00 0.00 52,361.00 #> 6179 46500.00 0.00 -0- #> 6180 76505.00 1656.85 77,653.00 #> 6181 66000.00 5040.47 63,391.00 #> 6182 37292.38 3882.78 68,896.00 #> 6183 136616.36 0.00 110,500.00 #> 6184 53579.00 35.72 54,383.00 #> 6185 101251.38 6850.09 84,499.00 #> 6186 126064.15 6896.66 112,315.00 #> 6187 165000.00 978.33 173,250.00 #> 6188 177280.00 4035.72 160,350.00 #> 6189 135847.00 135.44 137,885.00 #> 6190 88043.67 5737.44 70,247.00 #> 6191 181894.72 13542.39 139,146.00 #> 6192 14815.21 793.90 -0- #> 6193 46000.00 1369.94 47,073.00 #> 6194 81365.67 5693.88 70,788.00 #> 6195 69500.00 1022.54 70,543.00 #> 6196 82787.36 3801.71 73,185.00 #> 6197 34021.54 0.00 -0- #> 6198 121138.50 3451.81 96,304.00 #> 6199 112311.00 1602.36 116,973.00 #> 6200 66525.00 0.00 -0- #> 6201 80897.84 10411.78 72,987.00 #> 6202 202400.00 7175.20 156,230.00 #> 6203 135211.00 6518.40 135,686.00 #> 6204 70970.29 0.00 76,138.00 #> 6205 145000.00 1993.45 145,725.00 #> 6206 134024.00 10887.02 136,034.00 #> 6207 181500.00 0.00 184,750.00 #> 6208 120229.10 1729.58 106,740.00 #> 6209 195713.00 8759.77 163,945.00 #> 6210 67540.00 2300.66 68,152.00 #> 6211 91230.88 4749.06 -0- #> 6212 58446.00 0.00 59,635.00 #> 6213 51230.10 0.00 30,639.00 #> 6214 103463.20 6539.39 85,179.00 #> 6215 178585.86 14036.24 172,550.00 #> 6216 60139.00 0.00 81,986.00 #> 6217 45478.00 0.00 76,934.00 #> 6218 80345.00 610.93 81,550.00 #> 6219 149531.44 2105.35 123,569.00 #> 6220 56932.00 3073.85 57,786.00 #> 6221 117133.35 4767.74 91,850.00 #> 6222 71664.00 0.00 65,800.00 #> 6223 145573.50 2961.12 116,757.00 #> 6224 91666.66 3415.29 79,000.00 #> 6225 118818.00 0.00 119,412.00 #> 6226 93587.68 1680.27 80,619.00 #> 6227 267198.12 9026.78 -0- #> 6228 140708.38 3226.85 114,188.00 #> 6229 108076.00 1992.30 109,404.00 #> 6230 143318.96 4158.40 130,922.00 #> 6231 119860.00 10574.60 113,650.00 #> 6232 132530.00 10909.39 129,090.00 #> 6233 97850.00 4252.94 98,339.00 #> 6234 98136.85 2857.04 96,929.00 #> 6235 98485.56 1439.89 89,967.00 #> 6236 135982.03 2392.13 107,377.00 #> 6237 101277.00 8915.25 102,796.00 #> 6238 171846.38 0.00 142,912.00 #> 6239 89937.00 2535.76 90,387.00 #> 6240 150000.00 1725.47 137,025.00 #> 6241 110677.77 1085.99 -0- #> 6242 166479.61 8372.12 145,000.00 #> 6243 85571.12 1716.95 78,169.00 #> 6244 67122.22 3322.03 55,927.00 #> 6245 63105.24 3184.52 57,733.00 #> 6246 118034.00 4162.94 118,790.00 #> 6247 64554.00 3187.38 65,522.00 #> 6248 145000.00 3672.98 155,288.00 #> 6249 115996.00 7888.14 117,533.00 #> 6250 68090.00 0.00 69,111.00 #> 6251 117751.00 6641.45 118,340.00 #> 6252 96549.00 1914.83 97,632.00 #> 6253 171450.00 820.83 174,750.00 #> 6254 93805.55 3315.14 85,500.00 #> 6255 119106.40 10398.41 112,156.00 #> 6256 229488.92 1851.94 174,986.00 #> 6257 49695.00 0.00 50,440.00 #> 6258 59312.00 3781.96 60,202.00 #> 6259 88270.96 11691.79 80,453.00 #> 6260 60747.00 2673.13 57,179.00 #> 6261 110487.00 6696.20 110,622.00 #> 6262 132023.99 12819.49 100,503.00 #> 6263 53397.00 5851.38 -0- #> 6264 49922.03 0.00 22,101.00 #> 6265 92732.14 905.92 -0- #> 6266 104843.00 0.00 -0- #> 6267 79407.49 3555.94 63,078.00 #> 6268 134236.00 3832.23 134,727.00 #> 6269 96337.00 0.00 129,092.00 #> 6270 74383.00 2964.63 74,755.00 #> 6271 162980.47 1155.41 127,300.00 #> 6272 136527.76 7052.25 103,013.00 #> 6273 71500.00 6356.05 -0- #> 6274 76666.63 613.42 93,380.00 #> 6275 103300.00 7265.18 82,620.00 #> 6276 69278.51 1092.22 93,892.00 #> 6277 70000.00 0.00 71,051.00 #> 6278 27712.43 3333.36 68,000.00 #> 6279 210608.64 2177.63 140,074.00 #> 6280 70915.00 2293.08 64,366.00 #> 6281 91522.39 2691.49 71,919.00 #> 6282 96750.05 14380.71 94,223.00 #> 6283 61248.00 1703.17 62,167.00 #> 6284 80470.71 6885.95 70,093.00 #> 6285 92464.11 3007.24 85,541.00 #> 6286 170336.23 17547.94 141,276.00 #> 6287 125908.00 2362.01 127,797.00 #> 6288 151040.00 1297.58 153,306.00 #> 6289 42385.00 0.00 84,771.00 #> 6290 161805.55 2553.47 136,650.00 #> 6291 125181.00 6404.62 128,936.00 #> 6292 102777.78 3314.17 89,726.00 #> 6293 136500.02 0.00 132,157.00 #> 6294 174888.88 11603.97 131,950.00 #> 6295 100857.00 12753.32 102,369.00 #> 6296 50000.00 1367.50 50,750.00 #> 6297 61111.11 1000.00 55,825.00 #> 6298 66726.00 0.00 67,060.00 #> 6299 110622.00 13594.79 116,075.00 #> 6300 105394.45 7498.56 88,900.00 #> 6301 109884.09 3720.33 86,105.00 #> 6302 110930.00 141.05 101,837.00 #> 6303 178500.01 13597.91 172,000.00 #> 6304 121444.48 0.00 111,000.00 #> 6305 53052.04 0.00 -0- #> 6306 87525.37 941.53 78,288.00 #> 6307 76500.00 2133.14 77,648.00 #> 6308 127418.22 0.00 123,012.00 #> 6309 98855.00 3915.33 103,855.00 #> 6310 155634.00 1484.00 167,146.00 #> 6311 63339.00 4611.16 69,606.00 #> 6312 106816.96 0.00 87,471.00 #> 6313 78072.64 737.75 -0- #> 6314 113491.00 2780.07 118,227.00 #> 6315 107284.00 12715.12 109,425.00 #> 6316 83959.00 411.12 77,677.00 #> 6317 55000.00 792.00 55,825.00 #> 6318 97850.00 463.34 98,339.00 #> 6319 95250.05 4789.93 86,154.00 #> 6320 62797.84 6149.60 52,151.00 #> 6321 83949.00 987.67 -0- #> 6322 66707.00 2121.10 67,972.00 #> 6323 53669.00 1448.68 55,279.00 #> 6324 86420.74 9787.46 68,511.00 #> 6325 50843.00 2328.55 52,538.00 #> 6326 129000.00 9347.23 134,005.00 #> 6327 62075.00 5442.20 65,000.00 #> 6328 77299.00 15186.65 85,492.00 #> 6329 182583.99 13587.46 141,563.00 #> 6330 68865.00 2734.32 70,818.00 #> 6331 72049.00 505.00 73,364.00 #> 6332 48141.50 2647.59 65,866.00 #> 6333 158888.88 1288.58 132,600.00 #> 6334 95783.32 5831.22 75,099.00 #> 6335 86442.00 3033.77 65,973.00 #> 6336 148079.11 12212.44 109,798.00 #> 6337 94677.00 449.59 96,097.00 #> 6338 121883.20 7671.23 100,677.00 #> 6339 95466.20 7854.53 78,759.00 #> 6340 96052.29 2454.69 83,244.00 #> 6341 97375.00 2056.20 97,862.00 #> 6342 41447.00 45.00 42,069.00 #> 6343 113745.00 0.00 113,745.00 #> 6344 128292.28 5658.78 117,195.00 #> 6345 145925.55 1736.68 128,228.00 #> 6346 62249.00 0.00 63,183.00 #> 6347 115786.67 3908.15 96,436.00 #> 6348 134613.72 1325.85 108,178.00 #> 6349 117915.66 1268.15 121,361.00 #> 6350 63836.66 0.00 58,315.00 #> 6351 68543.46 143.65 56,923.00 #> 6352 120000.00 7502.62 120,600.00 #> 6353 91511.84 0.00 84,990.00 #> 6354 142717.67 4131.75 118,870.00 #> 6355 133114.48 1716.31 170,228.00 #> 6356 95974.00 109.50 105,571.00 #> 6357 55461.21 13040.41 73,281.00 #> 6358 115994.60 2032.64 -0- #> 6359 178349.52 0.00 140,275.00 #> 6360 90999.99 5020.61 80,110.00 #> 6361 64933.33 4623.60 59,317.00 #> 6362 50770.93 3275.03 -0- #> 6363 126697.32 5422.55 101,500.00 #> 6364 88902.00 1388.30 94,121.00 #> 6365 176333.33 0.00 162,940.00 #> 6366 104409.00 0.00 105,975.00 #> 6367 102270.53 11913.80 90,184.00 #> 6368 113326.33 5736.34 86,435.00 #> 6369 52149.00 0.00 70,575.00 #> 6370 40338.00 1959.43 40,884.00 #> 6371 67444.44 0.00 65,711.00 #> 6372 100833.29 13634.81 80,001.00 #> 6373 92224.00 6193.91 91,402.00 #> 6374 87902.00 0.00 90,593.00 #> 6375 107915.91 3078.44 93,627.00 #> 6376 NA 6953.50 114,020.00 #> 6377 57389.02 2116.18 51,765.00 #> 6378 43506.37 0.00 78,639.00 #> 6379 85693.00 3640.60 86,978.00 #> 6380 70297.93 811.80 62,400.00 #> 6381 141850.64 12039.80 107,452.00 #> 6382 107145.88 7138.83 88,814.00 #> 6383 199525.35 34770.43 154,509.00 #> 6384 146876.00 3068.97 141,551.00 #> 6385 104154.01 10348.21 89,276.00 #> 6386 145181.36 4028.54 117,111.00 #> 6387 177572.22 1366.23 163,615.00 #> 6388 108535.87 5919.91 108,691.00 #> 6389 67980.00 2186.50 68,492.00 #> 6390 159777.79 4945.39 132,965.00 #> 6391 161686.00 1792.08 164,000.00 #> 6392 98081.00 12152.84 99,552.00 #> 6393 89444.75 7650.61 84,050.00 #> 6394 59793.00 602.21 60,690.00 #> 6395 116564.00 10455.65 136,848.00 #> 6396 126588.14 1305.46 95,632.00 #> 6397 152065.00 2235.41 152,965.00 #> 6398 73500.00 8594.63 74,603.00 #> 6399 125635.00 0.00 126,263.00 #> 6400 113060.00 1507.98 104,919.00 #> 6401 95938.72 7650.05 78,894.00 #> 6402 61510.00 0.00 61,818.00 #> 6403 148979.00 0.00 149,724.00 #> 6404 126225.00 0.00 126,856.00 #> 6405 90000.00 375.67 91,350.00 #> 6406 77777.77 5334.27 71,400.00 #> 6407 51250.00 8503.57 52,019.00 #> 6408 51516.94 0.00 -0- #> 6409 85100.55 1338.85 70,920.00 #> 6410 128842.00 2625.40 132,707.00 #> 6411 65000.00 2394.63 62,933.00 #> 6412 80328.00 1512.70 -0- #> 6413 77464.00 3920.48 82,726.00 #> 6414 129224.00 0.00 129,224.00 #> 6415 112204.00 0.00 113,887.00 #> 6416 91585.23 882.74 81,804.00 #> 6417 138727.58 7399.36 117,886.00 #> 6418 80172.00 2457.19 81,375.00 #> 6419 58333.33 1609.55 53,288.00 #> 6420 66102.75 484.30 70,000.00 #> 6421 75166.69 4341.88 62,423.00 #> 6422 169350.39 12126.72 130,249.00 #> 6423 64444.44 5538.31 60,030.00 #> 6424 102414.98 3825.87 85,051.00 #> 6425 186408.00 8730.52 141,903.00 #> 6426 133959.20 1724.43 131,950.00 #> 6427 80117.18 7124.73 66,149.00 #> 6428 146022.24 856.54 119,736.00 #> 6429 96833.37 2280.79 75,993.00 #> 6430 199396.34 8326.12 144,863.00 #> 6431 152286.42 1462.01 123,185.00 #> 6432 191975.00 14000.94 188,379.00 #> 6433 109188.76 3129.67 81,421.00 #> 6434 186662.68 6736.53 142,797.00 #> 6435 111622.00 0.00 116,280.00 #> 6436 79055.02 1922.39 81,652.00 #> 6437 40000.00 1500.00 -0- #> 6438 110280.00 0.00 -0- #> 6439 99590.46 2773.79 79,170.00 #> 6440 90068.00 1687.79 91,419.00 #> 6441 123011.00 0.00 117,304.00 #> 6442 136731.00 0.00 130,052.00 #> 6443 19935.36 0.00 -0- #> 6444 163533.32 811.35 141,750.00 #> 6445 29022.00 4462.74 -0- #> 6446 141365.20 672.26 113,142.00 #> 6447 85518.00 736.80 86,293.00 #> 6448 98809.00 1822.60 100,292.00 #> 6449 148375.74 3187.51 122,000.00 #> 6450 97896.44 2161.66 94,135.00 #> 6451 100879.98 2672.74 80,895.00 #> 6452 72100.00 0.00 72,460.00 #> 6453 113010.33 0.00 98,319.00 #> 6454 97777.77 1454.51 89,320.00 #> 6455 165000.00 4695.27 138,375.00 #> 6456 86888.88 17624.82 69,020.00 #> 6457 93023.00 8578.43 94,418.00 #> 6458 101859.00 4068.25 103,387.00 #> 6459 180555.54 1617.59 157,050.00 #> 6460 54400.00 1885.51 55,216.00 #> 6461 167644.03 9515.32 124,142.00 #> 6462 62000.00 965.70 60,393.00 #> 6463 104535.00 2210.26 106,103.00 #> 6464 46468.00 482.57 62,210.00 #> 6465 60775.03 0.00 57,574.00 #> 6466 157148.04 14600.85 120,961.00 #> 6467 118440.40 1564.61 91,814.00 #> 6468 124002.00 1684.60 126,110.00 #> 6469 63546.23 0.00 60,181.00 #> 6470 117197.28 4229.45 112,694.00 #> 6471 179677.29 1875.21 141,320.00 #> 6472 85549.29 3419.24 70,890.00 #> 6473 124700.00 4790.76 113,913.00 #> 6474 155813.33 3678.19 132,518.00 #> 6475 291347.67 16545.02 185,524.00 #> 6476 83020.00 2636.66 84,920.00 #> 6477 86969.69 1471.29 71,050.00 #> 6478 20000.00 0.00 20,300.00 #> 6479 66313.13 3091.42 67,925.00 #> 6480 122222.22 0.00 111,650.00 #> 6481 2000.00 0.00 -0- #> 6482 57335.33 2663.97 88,399.00 #> 6483 122277.00 13016.40 124,111.00 #> 6484 137122.00 2826.53 125,800.00 #> 6485 109554.00 2893.74 109,675.00 #> 6486 72959.91 6934.52 60,853.00 #> 6487 59109.00 1040.60 56,838.00 #> 6488 71639.00 354.38 72,714.00 #> 6489 142123.00 4301.61 144,255.00 #> 6490 85772.32 4386.44 70,195.00 #> 6491 77059.00 0.00 77,459.00 #> 6492 96833.32 2848.96 75,993.00 #> 6493 73491.00 1769.60 76,200.00 #> 6494 79622.24 402.42 76,834.00 #> 6495 121647.89 2445.14 95,325.00 #> 6496 83138.88 2220.60 76,751.00 #> 6497 120474.85 10297.96 90,706.00 #> 6498 194541.38 10991.73 154,031.00 #> 6499 160199.67 4837.79 156,076.00 #> 6500 96739.00 1236.54 89,744.00 #> 6501 126484.48 0.00 96,705.00 #> 6502 127500.00 774.92 128,138.00 #> 6503 58543.00 0.00 48,793.00 #> 6504 135819.49 6575.46 103,424.00 #> 6505 69932.27 587.98 65,423.00 #> 6506 85010.00 0.00 85,852.00 #> 6507 166505.38 506.90 129,449.00 #> 6508 165003.83 7231.83 123,532.00 #> 6509 82458.88 66.00 75,839.00 #> 6510 102085.80 2066.73 -0- #> 6511 165943.00 4349.85 153,224.00 #> 6512 120834.60 1632.19 99,001.00 #> 6513 62854.00 0.00 63,797.00 #> 6514 90986.50 460.74 85,848.00 #> 6515 75599.99 610.80 59,535.00 #> 6516 104000.00 1610.24 105,560.00 #> 6517 137481.00 2141.46 99,368.00 #> 6518 86888.83 3452.72 69,020.00 #> 6519 68490.00 2973.29 58,099.00 #> 6520 94355.00 1500.97 95,770.00 #> 6521 74215.59 2552.07 64,686.00 #> 6522 53000.00 1268.62 53,795.00 #> 6523 113503.00 1655.16 115,206.00 #> 6524 117000.00 1396.09 118,200.00 #> 6525 86557.72 0.00 83,232.00 #> 6526 87678.83 1023.93 72,354.00 #> 6527 83012.00 819.59 84,257.00 #> 6528 137222.00 1336.48 144,083.00 #> 6529 100249.99 4750.96 76,633.00 #> 6530 85384.00 1436.99 86,665.00 #> 6531 104548.00 1139.27 -0- #> 6532 73391.66 4022.65 -0- #> 6533 262480.04 11420.38 215,903.00 #> 6534 82313.00 1998.30 83,548.00 #> 6535 53542.00 2296.90 55,416.00 #> 6536 132452.75 10552.89 104,652.00 #> 6537 65853.00 1108.75 66,841.00 #> 6538 115555.54 1269.34 88,305.00 #> 6539 160136.58 9264.06 160,800.00 #> 6540 211227.00 12821.79 214,395.00 #> 6541 175331.98 16951.58 -0- #> 6542 102962.22 1446.86 88,000.00 #> 6543 150157.00 9561.11 152,409.00 #> 6544 98260.00 2034.23 99,734.00 #> 6545 113572.98 1932.70 122,645.00 #> 6546 112295.38 12513.48 93,256.00 #> 6547 102237.40 5820.26 88,946.00 #> 6548 81552.00 0.00 81,960.00 #> 6549 147737.68 18315.87 145,000.00 #> 6550 57037.00 368.63 58,821.00 #> 6551 97956.00 4999.87 99,425.00 #> 6552 61699.26 1557.72 64,003.00 #> 6553 73436.00 0.00 74,537.00 #> 6554 109348.00 4047.58 110,988.00 #> 6555 125000.00 1516.41 125,625.00 #> 6556 109496.00 4637.32 110,412.00 #> 6557 79752.25 721.34 69,384.00 #> 6558 66036.00 409.20 67,357.00 #> 6559 95333.32 5799.55 73,100.00 #> 6560 166850.00 1521.15 167,635.00 #> 6561 101186.36 4605.32 85,901.00 #> 6562 99583.37 8983.40 100,500.00 #> 6563 89778.00 4438.62 83,240.00 #> 6564 122090.68 7424.77 -0- #> 6565 100824.44 685.64 92,103.00 #> 6566 71368.88 0.00 65,133.00 #> 6567 112302.10 0.00 92,389.00 #> 6568 60523.00 0.00 61,431.00 #> 6569 14179.32 0.00 -0- #> 6570 120194.83 3128.56 95,032.00 #> 6571 8666.00 0.00 -0- #> 6572 131327.71 2248.35 99,864.00 #> 6573 58010.00 300.01 58,880.00 #> 6574 112315.33 0.00 105,109.00 #> 6575 146901.00 0.00 142,843.00 #> 6576 106644.00 3414.21 103,169.00 #> 6577 114909.00 0.00 116,633.00 #> 6578 136989.39 5659.80 104,283.00 #> 6579 57072.22 0.00 52,135.00 #> 6580 126776.97 5571.41 94,202.00 #> 6581 66313.13 236.86 68,250.00 #> 6582 106806.71 3874.35 87,707.00 #> 6583 2954.55 0.00 -0- #> 6584 52639.39 0.00 97,934.00 #> 6585 91942.00 5416.89 98,735.00 #> 6586 101451.00 13176.12 106,508.00 #> 6587 146103.00 0.00 148,295.00 #> 6588 18000.00 404.87 42,000.00 #> 6589 181853.98 1132.17 176,868.00 #> 6590 127435.00 5707.91 128,072.00 #> 6591 15537.22 0.00 -0- #> 6592 112731.28 3362.59 116,002.00 #> 6593 95427.00 0.00 95,904.00 #> 6594 93488.00 2288.99 95,088.00 #> 6595 103512.00 2340.98 107,059.00 #> 6596 218668.06 5468.57 -0- #> 6597 226652.00 4990.41 227,785.00 #> 6598 103948.00 0.00 105,507.00 #> 6599 15833.33 0.00 142,500.00 #> 6600 89061.00 0.00 90,397.00 #> 6601 78547.78 0.00 70,693.00 #> 6602 97549.34 1731.56 74,259.00 #> 6603 109461.00 8473.92 109,394.00 #> 6604 128400.00 1031.98 98,226.00 #> 6605 30000.00 0.00 -0- #> 6606 50000.00 0.00 50,750.00 #> 6607 174125.12 22.00 143,178.00 #> 6608 49295.45 0.00 -0- #> 6609 64934.12 449.81 64,775.00 #> 6610 66666.66 1087.41 70,000.00 #> 6611 143065.00 1410.32 123,270.00 #> 6612 74765.52 0.00 -0- #> 6613 144364.00 4521.35 139,702.00 #> 6614 89228.89 2645.34 73,796.00 #> 6615 68151.00 1563.26 69,173.00 #> 6616 83611.17 190.68 71,050.00 #> 6617 138070.00 472.67 140,141.00 #> 6618 150866.00 6978.57 142,145.00 #> 6619 120000.00 10300.40 90,450.00 #> 6620 59250.00 5507.99 55,825.00 #> 6621 86974.71 7225.23 72,727.00 #> 6622 75821.00 3176.39 76,783.00 #> 6623 111954.73 4377.73 84,845.00 #> 6624 112500.00 0.00 101,503.00 #> 6625 119240.63 0.00 109,762.00 #> 6626 77406.00 2659.05 78,567.00 #> 6627 126069.00 3217.43 126,768.00 #> 6628 68020.16 190.13 67,651.00 #> 6629 147179.00 0.00 147,915.00 #> 6630 118304.00 19682.06 150,710.00 #> 6631 58125.00 0.00 58,997.00 #> 6632 98126.00 0.00 98,126.00 #> 6633 107821.59 4438.41 89,276.00 #> 6634 117057.22 7047.68 92,984.00 #> 6635 88361.12 3020.26 77,039.00 #> 6636 185193.69 0.00 143,239.00 #> 6637 165265.75 4099.87 153,216.00 #> 6638 127316.00 19270.08 194,793.00 #> 6639 112234.00 500.00 113,918.00 #> 6640 139131.12 0.00 126,822.00 #> 6641 152349.22 17040.88 132,544.00 #> 6642 103217.05 5714.74 96,086.00 #> 6643 29500.00 75.00 60,000.00 #> 6644 67690.00 0.00 69,626.00 #> 6645 100000.03 4912.15 76,125.00 #> 6646 91405.55 1774.40 78,475.00 #> 6647 113210.00 967.36 152,940.00 #> 6648 62066.67 601.80 53,998.00 #> 6649 107569.56 1910.49 102,908.00 #> 6650 41035.00 0.00 -0- #> 6651 88724.00 1667.49 90,055.00 #> 6652 100364.44 1224.67 88,617.00 #> 6653 105158.76 20365.53 80,052.00 #> 6654 54970.50 0.00 53,795.00 #> 6655 83350.74 637.00 72,496.00 #> 6656 37682.00 0.00 36,218.00 #> 6657 39126.00 0.00 39,321.00 #> 6658 139861.11 42.84 115,675.00 #> 6659 72887.00 0.00 73,980.00 #> 6660 60610.02 0.00 -0- #> 6661 52761.00 0.00 53,552.00 #> 6662 77000.00 8200.40 63,945.00 #> 6663 70000.00 0.00 142,100.00 #> 6664 90000.00 1887.79 90,650.00 #> 6665 83111.11 7831.91 69,020.00 #> 6666 116701.00 2659.00 114,790.00 #> 6667 123421.41 7915.33 102,291.00 #> 6668 88121.04 10160.55 77,404.00 #> 6669 158888.88 1669.01 136,350.00 #> 6670 158888.88 1669.01 136,350.00 #> 6671 128023.67 6944.19 89,065.00 #> 6672 163333.32 3791.87 140,700.00 #> 6673 137173.35 11187.35 104,980.00 #> 6674 98838.50 0.00 95,218.00 #> 6675 176380.05 14114.56 137,766.00 #> 6676 130000.00 5408.70 130,650.00 #> 6677 130208.80 1907.18 130,650.00 #> 6678 116666.66 2041.26 106,365.00 #> 6679 66666.66 1009.09 60,900.00 #> 6680 73020.12 2364.89 70,215.00 #> 6681 46250.03 0.00 -0- #> 6682 53516.00 1112.94 52,796.00 #> 6683 81132.22 1636.56 74,114.00 #> 6684 72000.00 0.00 73,080.00 #> 6685 75555.50 14813.98 69,020.00 #> 6686 184000.00 7118.15 146,160.00 #> 6687 58401.00 2964.40 60,000.00 #> 6688 84694.00 897.84 85,964.00 #> 6689 227500.01 1640.08 167,475.00 #> 6690 100000.00 4168.35 91,350.00 #> 6691 148703.00 9437.66 150,933.00 #> 6692 131126.67 2875.00 127,966.00 #> 6693 151785.00 84.92 154,235.00 #> 6694 76980.00 2426.10 77,627.00 #> 6695 122873.00 14732.12 115,001.00 #> 6696 122894.35 1351.20 102,058.00 #> 6697 144122.90 7305.14 107,217.00 #> 6698 146666.67 2277.67 122,537.00 #> 6699 87796.05 2073.54 80,347.00 #> 6700 228105.00 1686.53 -0- #> 6701 102280.48 3291.15 84,939.00 #> 6702 106000.00 11521.67 106,530.00 #> 6703 179000.00 6021.18 179,895.00 #> 6704 63971.36 2598.40 -0- #> 6705 172523.00 14998.36 137,718.00 #> 6706 94249.00 1214.68 97,249.00 #> 6707 54600.00 1711.00 55,419.00 #> 6708 124058.85 10597.41 102,444.00 #> 6709 121201.82 8999.27 113,822.00 #> 6710 108373.33 2077.01 95,137.00 #> 6711 85178.88 3718.70 77,811.00 #> 6712 118609.45 4062.68 -0- #> 6713 86806.00 496.43 88,108.00 #> 6714 55650.00 1849.04 56,485.00 #> 6715 62168.38 0.00 51,628.00 #> 6716 96720.81 5193.56 90,126.00 #> 6717 139999.98 16736.43 106,575.00 #> 6718 124278.67 16406.98 95,209.00 #> 6719 71777.78 609.30 69,020.00 #> 6720 194884.02 3801.57 148,963.00 #> 6721 228484.84 18965.60 199,290.00 #> 6722 87053.42 1506.46 74,477.00 #> 6723 97089.60 0.00 82,933.00 #> 6724 146495.00 1535.29 148,692.00 #> 6725 51500.00 750.84 52,273.00 #> 6726 120526.00 0.00 119,119.00 #> 6727 116693.00 168.00 111,686.00 #> 6728 143681.81 4300.76 134,484.00 #> 6729 120151.39 2064.05 95,283.00 #> 6730 51339.00 946.33 51,882.00 #> 6731 60332.00 0.00 61,237.00 #> 6732 96143.36 0.00 87,827.00 #> 6733 95116.04 10246.64 77,307.00 #> 6734 108233.43 0.00 90,757.00 #> 6735 175598.68 4508.51 133,674.00 #> 6736 208873.33 15253.02 138,240.00 #> 6737 117723.00 126.84 118,312.00 #> 6738 75000.00 4138.35 76,561.00 #> 6739 69942.60 2948.59 62,334.00 #> 6740 86213.78 1169.20 75,199.00 #> 6741 11136.36 0.00 -0- #> 6742 98418.00 7770.28 99,894.00 #> 6743 12877.70 0.00 -0- #> 6744 66666.66 2948.16 60,900.00 #> 6745 78400.00 0.00 79,576.00 #> 6746 119750.00 10492.94 89,827.00 #> 6747 5565.22 0.00 -0- #> 6748 111008.00 6207.83 111,563.00 #> 6749 58000.00 6369.26 60,030.00 #> 6750 83467.00 2059.44 84,211.00 #> 6751 85228.88 3044.51 77,857.00 #> 6752 104650.00 9103.34 83,129.00 #> 6753 113833.36 3317.77 86,276.00 #> 6754 77444.48 3677.06 70,745.00 #> 6755 148802.67 1155.64 123,567.00 #> 6756 92868.78 0.00 88,082.00 #> 6757 79964.00 5248.13 82,075.00 #> 6758 60131.00 2507.49 68,440.00 #> 6759 52977.02 670.33 -0- #> 6760 112456.00 4011.53 116,306.00 #> 6761 167853.58 10250.91 120,042.00 #> 6762 109744.43 8996.82 84,400.00 #> 6763 100222.23 862.46 83,230.00 #> 6764 13888.88 0.00 125,000.00 #> 6765 98234.12 0.00 90,932.00 #> 6766 101676.39 1069.80 96,807.00 #> 6767 103080.00 0.00 78,470.00 #> 6768 68750.00 712.66 66,250.00 #> 6769 80193.33 2814.09 122,335.00 #> 6770 118636.36 7142.53 95,450.00 #> 6771 99750.00 2196.13 101,246.00 #> 6772 57705.24 0.00 59,855.00 #> 6773 115705.00 4536.02 116,284.00 #> 6774 49763.64 0.00 54,270.00 #> 6775 NA 1050.54 -0- #> 6776 78315.00 0.00 79615 #> 6777 145807.00 3744.91 144307 #> 6778 105738.12 10727.57 93934 #> 6779 91002.00 3305.20 92252 #> 6780 80527.80 2220.40 68175 #> 6781 4138.53 0.00 -0- #> 6782 91291.00 0.00 99618 #> 6783 120243.33 5286.67 109301 #> 6784 113888.66 2081.82 95393 #> 6785 133470.00 0.00 136970 #> 6786 178107.85 13696.66 142536 #> 6787 86672.00 2437.56 87539 #> 6788 37490.59 402.97 -0- #> 6789 159845.74 15000.25 130755 #> 6790 71638.00 1781.20 66102 #> 6791 56015.00 2261.69 53765 #> 6792 70710.00 0.00 71771 #> 6793 53633.00 1310.73 54519 #> 6794 114744.50 4488.32 87935 #> 6795 83554.00 3621.55 92398 #> 6796 76083.31 0.00 123863 #> 6797 205417.86 1404.71 171231 #> 6798 60669.00 744.83 62359 #> 6799 95075.99 2492.60 80767 #> 6800 61677.64 0.00 -0- #> 6801 191256.07 18097.23 169411 #> 6802 34629.75 3806.87 -0- #> 6803 56377.99 0.00 53554 #> 6804 85945.00 0.00 82766 #> 6805 59244.00 5070.94 61144 #> 6806 60934.00 903.94 -0- #> 6807 2145.00 0.00 78000 #> 6808 81963.00 11314.84 82783 #> 6809 149205.00 1204.27 152055 #> 6810 93311.00 0.00 95625 #> 6811 97247.00 0.00 97247 #> 6812 137684.00 4988.64 137920 #> 6813 34441.84 0.00 -0- #> 6814 137600.00 2430.38 130100 #> 6815 72986.84 7901.62 67368 #> 6816 86282.76 0.00 -0- #> 6817 81220.83 6059.71 68368 #> 6818 60026.00 1642.29 61527 #> 6819 148349.92 1437.44 124629 #> 6820 69331.00 6950.00 70931 #> 6821 47638.92 14976.92 -0- #> 6822 79046.00 1675.77 81417 #> 6823 64644.00 1532.07 65937 #> 6824 69000.00 0.00 70444 #> 6825 58644.44 982.88 54099 #> 6826 105008.00 4674.64 108158 #> 6827 122759.60 13197.30 95469 #> 6828 99177.77 4239.98 85710 #> 6829 85654.00 302.26 144185 #> 6830 105555.55 4098.86 97375 #> 6831 78818.00 1466.46 79606 #> 6832 76488.00 1072.16 78400 #> 6833 7995.34 3216.15 89864 #> 6834 102265.00 2162.53 105117 #> 6835 265881.73 15673.50 207104 #> 6836 118622.93 2516.34 87062 #> 6837 65966.00 14562.03 61153 #> 6838 25871.59 0.00 -0- #> 6839 107651.00 0.00 108727 #> 6840 246225.00 4745.66 252381 #> 6841 101840.03 656.34 79053 #> 6842 64912.00 2984.15 63750 #> 6843 71615.63 7951.09 66513 #> 6844 5229.79 0.00 -0- #> 6845 54893.00 0.00 57034 #> 6846 3055.60 0.00 61128 #> 6847 66666.66 2681.47 61500 #> 6848 106427.00 537.95 110012 #> 6849 63180.00 4948.68 64760 #> 6850 87380.00 1276.73 89128 #> 6851 94349.67 6862.38 95206 #> 6852 133438.84 4786.94 -0- #> 6853 71508.60 0.00 66709 #> 6854 69308.54 4587.09 62992 #> 6855 99953.06 2062.66 94601 #> 6856 85373.00 0.00 87373 #> 6857 158068.01 4776.05 118749 #> 6858 112944.23 860.56 96000 #> 6859 212302.72 2385.14 165596 #> 6860 103317.78 3798.06 100883 #> 6861 75833.31 1026.30 66400 #> 6862 100414.00 1410.92 103105 #> 6863 95258.33 4242.14 83079 #> 6864 92386.00 1266.15 102912 #> 6865 43514.00 228.38 73792 #> 6866 75757.00 0.00 75757 #> 6867 151987.00 0.00 145412 #> 6868 62697.55 1845.99 53110 #> 6869 51426.64 1291.55 58000 #> 6870 147371.00 6507.03 149846 #> 6871 55297.95 1846.62 64820 #> 6872 80991.53 1809.69 79599 #> 6873 113063.00 5325.26 115740 #> 6874 79026.00 6145.86 81051 #> 6875 116991.00 6272.53 120930 #> 6876 92024.83 6713.59 81571 #> 6877 79022.00 7481.32 81788 #> 6878 69655.00 2690.33 71918 #> 6879 83614.00 0.00 86122 #> 6880 48013.00 729.36 48733 #> 6881 2000.00 0.00 -0- #> 6882 137010.00 881.53 139954 #> 6883 84449.00 4317.21 86138 #> 6884 50750.00 2679.73 51950 #> 6885 52145.00 141.76 52000 #> 6886 93982.03 6353.32 87431 #> 6887 61111.11 1049.57 56375 #> 6888 71835.00 7138.71 79131 #> 6889 121840.00 0.00 109511 #> 6890 186235.00 3071.68 188274 #> 6891 60365.00 2148.96 61885 #> 6892 112000.00 0.00 114300 #> 6893 173521.82 5497.29 153798 #> 6894 76555.48 3556.42 64731 #> 6895 68470.00 1745.54 70370 #> 6896 60900.00 1418.16 63336 #> 6897 66041.00 361.20 67362 #> 6898 84677.00 3926.41 88064 #> 6899 2000.00 0.00 -0- #> 6900 118181.80 6323.23 155252 #> 6901 109938.01 15.00 -0- #> 6902 65374.00 3294.92 67008 #> 6903 118466.87 23.31 111190 #> 6904 137989.41 3086.79 -0- #> 6905 162360.48 0.00 136344 #> 6906 124907.96 7183.79 130681 #> 6907 132002.00 0.00 134452 #> 6908 154041.67 1499.24 145288 #> 6909 172725.00 4213.37 190182 #> 6910 56584.00 0.00 58847 #> 6911 73246.05 5222.35 29317 #> 6912 123423.00 7555.39 118681 #> 6913 125592.51 8013.79 101800 #> 6914 52816.00 0.00 54244 #> 6915 84250.11 1235.80 78035 #> 6916 123730.90 0.00 108176 #> 6917 78982.00 352.80 76500 #> 6918 91833.33 1992.90 88522 #> 6919 94969.00 0.00 97818 #> 6920 114585.83 5975.82 88738 #> 6921 60277.77 1876.09 53384 #> 6922 81689.85 2525.88 -0- #> 6923 117880.00 0.00 120830 #> 6924 52000.04 6223.15 61500 #> 6925 87925.53 1278.18 84119 #> 6926 105555.55 15410.34 97782 #> 6927 70400.00 12472.19 65536 #> 6928 92466.41 2617.40 75380 #> 6929 75833.33 2371.46 66625 #> 6930 188191.12 974.74 167937 #> 6931 306353.43 10199.36 233048 #> 6932 122400.00 8079.24 126072 #> 6933 85350.39 2388.28 75338 #> 6934 71323.00 4228.17 63574 #> 6935 176620.16 10917.90 129473 #> 6936 79074.81 265.56 30379 #> 6937 105905.00 875.76 109082 #> 6938 65000.00 875.42 59963 #> 6939 89798.00 16238.65 92492 #> 6940 110550.00 3985.71 113314 #> 6941 60666.00 1550.18 62182 #> 6942 72222.22 4710.80 66625 #> 6943 60420.00 1700.00 61930 #> 6944 92790.00 538.41 95787 #> 6945 53720.00 6487.27 52644 #> 6946 52998.66 1127.10 88523 #> 6947 27000.00 0.00 54946 #> 6948 82639.54 6506.54 79425 #> 6949 17004.87 1426.13 -0- #> 6950 90709.00 2648.91 92356 #> 6951 57427.00 2640.94 58362 #> 6952 112777.78 0.00 105154 #> 6953 70047.00 990.55 72848 #> 6954 70208.00 6107.55 72069 #> 6955 110705.70 3179.15 86982 #> 6956 120750.00 0.00 121958 #> 6957 177087.36 7406.45 156413 #> 6958 175129.48 3220.41 141862 #> 6959 144222.22 2955.39 126140 #> 6960 94729.99 1321.74 86962 #> 6961 80992.00 6968.08 82612 #> 6962 79952.00 970.04 70888 #> 6963 99368.00 0.00 100560 #> 6964 67230.00 1052.87 63336 #> 6965 153025.00 1476.36 140451 #> 6966 4823.18 0.00 -0- #> 6967 170966.67 14298.56 144513 #> 6968 104379.00 0.00 178065 #> 6969 38000.00 0.00 50750 #> 6970 106708.20 2585.43 88786 #> 6971 105771.44 527.79 109534 #> 6972 100485.00 1564.46 84295 #> 6973 112181.36 0.00 87411 #> 6974 187945.00 186.48 149231 #> 6975 74165.89 2597.21 70821 #> 6976 94004.00 6713.48 95461 #> 6977 63139.00 1220.72 62544 #> 6978 172053.44 15538.44 143586 #> 6979 201409.00 3804.13 204159 #> 6980 120840.00 2972.64 105699 #> 6981 112294.44 6399.76 103339 #> 6982 102088.34 3446.47 88105 #> 6983 92606.00 0.00 93740 #> 6984 84301.10 25403.20 71090 #> 6985 121957.78 2809.74 112506 #> 6986 71000.00 1362.61 72952 #> 6987 63333.33 1974.62 60900 #> 6988 93060.34 2519.32 142440 #> 6989 141134.68 7820.03 106978 #> 6990 102603.00 1094.38 96530 #> 6991 61111.11 4772.86 56375 #> 6992 179500.22 2190.40 -0- #> 6993 151909.45 0.00 143025 #> 6994 117694.48 4261.21 99425 #> 6995 69666.66 2461.29 61800 #> 6996 214524.10 13331.38 150835 #> 6997 90952.00 1401.19 92134 #> 6998 124866.92 0.00 95927 #> 6999 105525.00 7324.67 106580 #> 7000 49639.00 1458.02 51627 #> 7001 130840.00 8334.33 134575 #> 7002 66990.00 801.14 68732 #> 7003 109622.66 997.13 105411 #> 7004 166249.99 1286.50 146060 #> 7005 187318.66 5784.18 132173 #> 7006 73792.27 2506.83 66300 #> 7007 99073.00 18383.31 102045 #> 7008 86759.00 0.00 -0- #> 7009 102843.00 0.00 105121 #> 7010 81540.00 3425.93 84230 #> 7011 115599.00 370.11 118120 #> 7012 78944.44 821.21 72826 #> 7013 141897.22 2025.18 118763 #> 7014 90669.63 1565.80 77093 #> 7015 80957.00 128.76 -0- #> 7016 144855.00 10800.86 148581 #> 7017 116488.88 0.00 96510 #> 7018 103951.30 16573.00 86965 #> 7019 123750.00 1687.60 138375 #> 7020 50458.00 1506.22 51215 #> 7021 92628.73 5148.39 81381 #> 7022 31296.75 1185.89 -0- #> 7023 104921.11 416.22 87866 #> 7024 45425.00 0.00 46105 #> 7025 147346.28 5710.04 185000 #> 7026 86490.16 1440.69 77360 #> 7027 131755.50 2332.66 128565 #> 7028 74382.48 719.92 64706 #> 7029 105542.00 674.02 -0- #> 7030 137025.00 5938.66 138806 #> 7031 133976.00 3443.28 137862 #> 7032 83065.00 1484.52 84519 #> 7033 88104.03 9447.56 69064 #> 7034 94733.00 2385.88 96624 #> 7035 59947.44 1521.15 53110 #> 7036 116981.00 5005.45 160354 #> 7037 85876.89 0.00 70425 #> 7038 55260.52 1466.46 54889 #> 7039 81000.00 72.53 -0- #> 7040 55367.00 466.79 56613 #> 7041 72222.22 1389.86 66560 #> 7042 63564.00 2311.81 57221 #> 7043 144277.78 3960.90 125845 #> 7044 86994.00 2322.46 82049 #> 7045 68848.88 0.00 64442 #> 7046 120046.32 5215.53 92090 #> 7047 118610.00 4902.99 121494 #> 7048 67777.00 1070.82 62847 #> 7049 97695.54 0.00 90106 #> 7050 64265.00 2365.00 59883 #> 7051 47976.02 0.00 60870 #> 7052 175980.06 1864.60 138363 #> 7053 45596.00 0.00 46508 #> 7054 63780.00 3200.76 54890 #> 7055 224157.99 17854.55 181568 #> 7056 108502.35 4866.21 96296 #> 7057 97934.88 4085.41 94109 #> 7058 94813.00 336.66 96928 #> 7059 92068.00 1926.97 95160 #> 7060 192407.00 2925.20 199252 #> 7061 87966.66 927.66 80827 #> 7062 55109.50 0.00 70368 #> 7063 123279.70 4109.22 95013 #> 7064 63786.96 262.40 81448 #> 7065 99165.55 2635.73 91481 #> 7066 108571.00 7780.36 110971 #> 7067 140848.01 10641.34 108488 #> 7068 121529.68 4038.84 95046 #> 7069 79769.00 750.30 80969 #> 7070 96524.00 5032.03 97912 #> 7071 50750.00 7050.32 51950 #> 7072 129192.00 0.00 131521 #> 7073 104043.00 2821.17 106508 #> 7074 97104.68 0.00 74509 #> 7075 126562.00 6103.46 130178 #> 7076 100994.96 15207.43 103748 #> 7077 113581.81 2318.57 102377 #> 7078 50750.00 0.00 51943 #> 7079 125424.00 4190.10 117834 #> 7080 144060.00 2373.52 144700 #> 7081 79174.00 2400.00 81138 #> 7082 95476.00 9579.82 96908 #> 7083 135585.55 0.00 131188 #> 7084 155824.00 5188.97 159875 #> 7085 150000.00 5839.93 152820 #> 7086 79920.52 1184.14 76435 #> 7087 55039.00 1930.73 57090 #> 7088 75450.00 18120.20 78470 #> 7089 111664.81 0.00 95017 #> 7090 143003.00 4529.24 145863 #> 7091 97460.00 2834.38 94510 #> 7092 135468.72 2291.77 113860 #> 7093 83236.48 3775.63 73666 #> 7094 89833.32 5914.89 150675 #> 7095 100173.00 11212.47 101676 #> 7096 69420.29 9811.70 59104 #> 7097 90157.00 1004.80 91960 #> 7098 104937.11 1076.02 88533 #> 7099 96574.89 4057.73 93687 #> 7100 3500.00 0.00 -0- #> 7101 123304.00 7038.62 125389 #> 7102 60188.84 2524.96 54553 #> 7103 5000.00 0.00 -0- #> 7104 66111.11 1260.52 60988 #> 7105 119987.00 1540.58 121788 #> 7106 169561.67 5520.31 162166 #> 7107 68069.84 10407.66 55140 #> 7108 150086.48 6628.84 128543 #> 7109 121037.00 12187.56 122853 #> 7110 114692.00 4162.43 118558 #> 7111 54063.00 2322.19 55415 #> 7112 79645.62 0.00 80245 #> 7113 113910.47 1418.04 105235 #> 7114 77698.00 3675.16 74940 #> 7115 105419.12 6113.22 91755 #> 7116 111596.00 3041.49 114386 #> 7117 39305.00 0.00 39698 #> 7118 116964.00 3193.69 120799 #> 7119 59553.56 0.00 -0- #> 7120 34219.00 696.67 34561 #> 7121 97709.45 1538.36 82326 #> 7122 74919.18 0.00 -0- #> 7123 114363.44 5845.81 96692 #> 7124 132992.62 4758.56 105030 #> 7125 113119.02 0.00 113750 #> 7126 96091.00 1000.00 98397 #> 7127 56280.00 1437.74 57124 #> 7128 63268.85 939.20 63150 #> 7129 77819.00 1662.34 79113 #> 7130 105128.00 3505.20 107728 #> 7131 197528.00 8055.73 199504 #> 7132 80523.32 3977.73 70573 #> 7133 119078.94 322.28 110421 #> 7134 117541.00 2922.31 119491 #> 7135 107682.14 11037.33 90145 #> 7136 93434.00 869.34 95303 #> 7137 84215.00 7404.18 85899 #> 7138 156704.66 6867.25 126838 #> 7139 126722.00 1950.61 129915 #> 7140 112574.98 5767.01 97123 #> 7141 120581.00 3187.56 123596 #> 7142 57152.00 31818.79 58581 #> 7143 48179.00 17120.67 49143 #> 7144 147756.67 1197.09 144831 #> 7145 95236.29 14938.03 84209 #> 7146 50073.33 2184.38 56000 #> 7147 77290.42 2416.95 69726 #> 7148 79077.48 0.00 73735 #> 7149 113791.00 4194.29 116485 #> 7150 260707.64 53984.62 186409 #> 7151 106530.00 13712.06 110791 #> 7152 70743.00 4744.27 72801 #> 7153 145333.35 4895.44 113360 #> 7154 106863.10 1424.94 90610 #> 7155 129216.00 0.00 132446 #> 7156 81806.81 1907.62 76046 #> 7157 40857.00 0.00 -0- #> 7158 82000.00 8323.10 83845 #> 7159 100573.51 1824.70 87141 #> 7160 95394.55 9303.70 79718 #> 7161 62222.22 10456.80 57400 #> 7162 98972.98 3806.12 78197 #> 7163 106892.33 260.57 94244 #> 7164 111054.09 1197.79 95248 #> 7165 113939.93 5092.19 87236 #> 7166 97222.22 8985.99 90344 #> 7167 73441.99 1509.52 65536 #> 7168 163083.45 13217.50 137650 #> 7169 72379.00 11090.17 80504 #> 7170 77545.78 12401.99 66306 #> 7171 86950.00 0.00 88254 #> 7172 162286.00 14819.63 165532 #> 7173 67254.00 1920.38 62626 #> 7174 118645.11 176.50 99089 #> 7175 170758.44 3745.04 139745 #> 7176 88401.66 2648.42 82336 #> 7177 88337.69 2285.40 79718 #> 7178 399559.23 3405.94 -0- #> 7179 195000.00 8527.68 199188 #> 7180 90944.72 970.89 77554 #> 7181 100441.11 794.62 89951 #> 7182 147167.35 9834.40 109840 #> 7183 58735.00 731.47 60057 #> 7184 71446.60 1564.20 71056 #> 7185 111135.00 0.00 113416 #> 7186 119640.89 2555.39 91093 #> 7187 95061.00 418.43 97679 #> 7188 91059.52 843.43 106621 #> 7189 172374.44 951.02 173687 #> 7190 110617.00 13464.65 113936 #> 7191 38047.00 9424.08 77996 #> 7192 53550.00 2203.98 58953 #> 7193 79150.00 1332.36 81525 #> 7194 135675.00 0.00 139745 #> 7195 82775.00 3054.45 86086 #> 7196 241781.00 25549.12 177502 #> 7197 91609.59 2811.88 94534 #> 7198 60682.00 2271.01 69840 #> 7199 196925.37 24172.62 152035 #> 7200 65444.44 773.89 63240 #> 7201 66666.66 2380.90 61500 #> 7202 63405.00 2230.59 65307 #> 7203 55433.00 6449.68 54510 #> 7204 151131.25 14833.03 121487 #> 7205 189583.45 14796.14 146225 #> 7206 144055.56 2666.69 121835 #> 7207 36147.83 962.71 59500 #> 7208 134650.00 5938.75 137680 #> 7209 88569.00 8122.96 90271 #> 7210 137131.36 5630.36 109465 #> 7211 90167.00 0.00 92872 #> 7212 127932.03 35772.49 97963 #> 7213 68750.00 2831.58 75999 #> 7214 113153.00 1059.02 115953 #> 7215 74107.12 3839.19 65168 #> 7216 73755.00 0.00 75279 #> 7217 153078.00 6883.59 157465 #> 7218 88768.00 0.00 89668 #> 7219 124894.00 0.00 127192 #> 7220 108534.00 5186.32 106115 #> 7221 71816.00 3498.90 66781 #> 7222 119951.45 16021.60 92330 #> 7223 74333.39 1845.89 63336 #> 7224 10568.87 3763.57 -0- #> 7225 57222.00 0.00 58938 #> 7226 72372.21 3547.87 70020 #> 7227 177146.00 3725.92 181575 #> 7228 111354.00 4794.68 113395 #> 7229 72769.00 679.05 75680 #> 7230 75000.00 519.72 78000 #> 7231 52780.00 2752.66 54892 #> 7232 117120.00 6205.22 110735 #> 7233 74903.28 2486.66 72913 #> 7234 103472.30 6860.13 77278 #> 7235 69276.00 0.00 70523 #> 7236 15000.00 1215.48 -0- #> 7237 91257.24 2297.13 76158 #> 7238 139938.73 518.47 109152 #> 7239 266716.04 4261.16 267567 #> 7240 107625.00 3641.98 110585 #> 7241 70872.11 2902.97 69375 #> 7242 121619.00 3144.20 124659 #> 7243 152509.00 0.00 155138 #> 7244 29126.00 0.00 29686 #> 7245 52780.00 0.00 54020 #> 7246 66341.00 0.00 67336 #> 7247 140453.22 5706.59 113349 #> 7248 90905.00 635.99 92631 #> 7249 84000.00 1550.66 86100 #> 7250 109480.11 25850.95 94327 #> 7251 249209.44 3230.01 193516 #> 7252 82756.00 3186.14 85033 #> 7253 133257.00 0.00 140999 #> 7254 56836.00 4186.76 59111 #> 7255 101500.00 1820.71 93635 #> 7256 128109.00 1785.60 131184 #> 7257 180900.00 3643.72 185171 #> 7258 94686.11 2572.37 78674 #> 7259 33570.38 3290.00 -0- #> 7260 107357.33 2241.93 94727 #> 7261 107213.00 6596.63 110697 #> 7262 111773.00 1394.26 113725 #> 7263 107026.00 4100.86 109506 #> 7264 159970.58 2817.19 160883 #> 7265 63945.00 0.00 65544 #> 7266 55500.00 929.53 51400 #> 7267 88451.00 4887.33 84351 #> 7268 90370.00 150.50 88569 #> 7269 157325.00 2833.73 161258 #> 7270 158133.00 1501.77 147883 #> 7271 88905.00 1170.20 97572 #> 7272 62614.00 1107.83 76188 #> 7273 72712.00 954.42 -0- #> 7274 67161.15 2197.05 57938 #> 7275 142813.00 2065.53 142813 #> 7276 156488.40 7411.70 130597 #> 7277 106584.00 1948.09 107650 #> 7278 78665.21 1988.34 62108 #> 7279 54240.00 7943.03 53174 #> 7280 173829.82 3894.11 136378 #> 7281 303410.00 9279.86 303410 #> 7282 170624.31 2755.76 149761 #> 7283 104586.60 3861.76 97275 #> 7284 76500.00 3436.74 79228 #> 7285 96555.00 0.00 98844 #> 7286 141357.00 1292.37 138723 #> 7287 336978.00 9069.89 -0- #> 7288 83479.46 0.00 95411 #> 7289 95572.37 2565.50 91403 #> 7290 82479.84 1562.98 69375 #> 7291 92245.00 6799.96 90082 #> 7292 217222.00 3725.95 222654 #> 7293 91272.22 2482.68 84609 #> 7294 58024.00 134.70 58894 #> 7295 93775.32 4374.55 95890 #> 7296 66926.96 2451.13 60392 #> 7297 85799.67 488.30 77220 #> 7298 135333.39 3965.44 105306 #> 7299 67433.00 0.00 62810 #> 7300 89367.00 0.00 91238 #> 7301 100124.00 5624.24 109730 #> 7302 167301.50 0.00 159111 #> 7303 134416.00 0.00 122402 #> 7304 188700.00 4772.36 195116 #> 7305 196929.48 2765.54 167109 #> 7306 102483.44 11716.95 87945 #> 7307 128431.00 204.28 131641 #> 7308 167362.50 2762.94 140450 #> 7309 62443.35 935.15 57463 #> 7310 94048.54 0.00 -0- #> 7311 110366.41 7820.82 85001 #> 7312 117194.00 0.00 119834 #> 7313 124170.00 2347.29 128516 #> 7314 83244.00 2419.44 75865 #> 7315 105030.00 1627.80 108830 #> 7316 63968.00 0.00 65568 #> 7317 104273.00 0.00 105837 #> 7318 50055.00 0.00 50055 #> 7319 108768.00 1801.21 110926 #> 7320 204738.40 710.38 179822 #> 7321 131657.00 478.88 134948 #> 7322 96966.70 4231.45 75084 #> 7323 146547.03 23293.22 108217 #> 7324 82833.32 0.00 72420 #> 7325 139256.72 231.26 109550 #> 7326 51359.00 2145.25 52643 #> 7327 163415.00 8885.40 167500 #> 7328 92760.65 3907.54 74177 #> 7329 83848.00 0.00 85944 #> 7330 123631.00 10386.27 127340 #> 7331 134345.10 0.00 111030 #> 7332 61811.00 0.00 62808 #> 7333 77285.00 1699.47 66281 #> 7334 33446.00 120.00 33948 #> 7335 44652.48 0.00 -0- #> 7336 129437.00 1013.46 134390 #> 7337 5000.00 0.00 -0- #> 7338 78723.00 1806.60 80723 #> 7339 132176.00 3063.73 135476 #> 7340 131462.44 2016.82 101636 #> 7341 74992.00 1035.91 75742 #> 7342 124745.59 962.68 103124 #> 7343 110449.64 4650.44 99227 #> 7344 181936.01 2937.23 134778 #> 7345 87696.00 0.00 82201 #> 7346 149250.76 8540.45 121163 #> 7347 136964.21 9300.69 106153 #> 7348 118249.00 1129.30 121205 #> 7349 154285.00 1699.89 155960 #> 7350 101873.00 4578.76 104421 #> 7351 104952.77 3374.35 89425 #> 7352 77686.98 0.00 90385 #> 7353 135675.00 0.00 140240 #> 7354 141820.00 1330.63 143969 #> 7355 93916.84 4580.27 84307 #> 7356 107881.00 93.24 109499 #> 7357 136277.79 5306.13 114950 #> 7358 198028.11 8905.07 152828 #> 7359 131169.00 5738.56 130415 #> 7360 226082.69 13139.16 172105 #> 7361 36000.00 0.00 39552 #> 7362 95859.56 780.69 92953 #> 7363 136500.00 5992.45 130675 #> 7364 265751.56 24699.64 204272 #> 7365 165594.28 1493.00 126695 #> 7366 172576.07 770.60 132036 #> 7367 293300.00 8140.47 275084 #> 7368 167842.00 6578.51 176292 #> 7369 101542.00 0.00 101542 #> 7370 173200.70 0.00 144897 #> 7371 111936.88 4053.29 99076 #> 7372 14348.16 1596.23 -0- #> 7373 81036.59 11297.90 67749 #> 7374 93999.00 919.95 96299 #> 7375 85905.00 0.00 83033 #> 7376 97763.96 1692.17 90490 #> 7377 93298.66 6669.76 89557 #> 7378 90439.00 0.00 92204 #> 7379 84335.24 0.00 77123 #> 7380 148676.64 1427.24 114324 #> 7381 107547.76 949.45 96905 #> 7382 140065.67 1472.21 130015 #> 7383 97129.23 3134.29 82648 #> 7384 13666.68 0.00 -0- #> 7385 76004.44 3748.39 71140 #> 7386 293777.88 13250.81 197539 #> 7387 125969.00 1156.55 98049 #> 7388 92794.83 13413.47 189395 #> 7389 74306.00 0.00 76535 #> 7390 78803.67 7021.49 69571 #> 7391 116962.00 3696.27 130857 #> 7392 62895.00 1046.87 64467 #> 7393 134879.54 8936.55 113115 #> 7394 83893.33 4017.65 74164 #> 7395 78395.06 2440.23 76126 #> 7396 180850.68 4015.01 134526 #> 7397 66376.00 577.20 111733 #> 7398 81952.22 9036.77 69375 #> 7399 77550.00 4348.28 65288 #> 7400 36540.00 3563.17 63000 #> 7401 124377.31 1993.07 -0- #> 7402 105774.32 1114.16 82335 #> 7403 103515.00 0.00 105967 #> 7404 83003.74 188.99 72035 #> 7405 146109.29 9427.71 103777 #> 7406 52274.20 0.00 -0- #> 7407 92763.00 5064.73 94023 #> 7408 84100.00 3478.90 86203 #> 7409 135333.32 11883.20 130000 #> 7410 107432.16 2485.64 93817 #> 7411 129785.86 8205.40 109557 #> 7412 174423.00 615.16 165973 #> 7413 52488.15 764.81 -0- #> 7414 10572.95 0.00 -0- #> 7415 109182.67 2875.20 89762 #> 7416 89729.67 0.00 82398 #> 7417 143469.00 2135.93 145879 #> 7418 132965.00 0.00 134694 #> 7419 164725.00 666.80 170025 #> 7420 101312.00 565.98 104351 #> 7421 142568.05 1370.19 118476 #> 7422 127648.20 1870.63 99152 #> 7423 122025.00 8438.88 98016 #> 7424 40025.52 0.00 -0- #> 7425 91504.00 146.90 82617 #> 7426 162954.04 4309.44 131827 #> 7427 119657.23 4755.23 91675 #> 7428 111869.07 3575.37 116699 #> 7429 160087.02 0.00 163402 #> 7430 110550.00 389.30 113167 #> 7431 175712.86 2911.61 146646 #> 7432 122372.85 35502.64 98165 #> 7433 80445.84 9258.71 65911 #> 7434 63639.00 1639.22 62544 #> 7435 8000.00 0.00 -0- #> 7436 54270.00 2706.03 55084 #> 7437 90727.81 227.18 72829 #> 7438 177584.39 6047.11 135671 #> 7439 80806.00 639.84 80806 #> 7440 96073.00 596.01 98474 #> 7441 55528.00 315.42 56483 #> 7442 81237.77 4128.98 75060 #> 7443 131859.56 14236.33 103736 #> 7444 169487.00 1158.25 220795 #> 7445 92222.22 8852.27 85300 #> 7446 155351.39 3026.73 150854 #> 7447 109784.99 17654.59 92294 #> 7448 166249.99 2478.87 143925 #> 7449 221816.84 7594.58 178279 #> 7450 99563.00 4067.66 101653 #> 7451 169948.00 10141.11 174792 #> 7452 86133.90 4988.01 77220 #> 7453 100740.08 683.26 77894 #> 7454 179655.00 0.00 186896 #> 7455 117512.38 0.00 100546 #> 7456 96445.39 748.45 80596 #> 7457 169753.00 881.05 173572 #> 7458 65760.87 7484.54 76875 #> 7459 81321.06 1313.43 79349 #> 7460 56818.00 1371.50 59088 #> 7461 77303.00 2833.56 87314 #> 7462 148591.68 266.20 114441 #> 7463 66315.00 4302.11 67706 #> 7464 68100.00 1054.05 69290 #> 7465 90109.51 2551.59 70400 #> 7466 71103.00 4468.81 70095 #> 7467 147772.50 2832.30 143370 #> 7468 86249.88 2011.58 117300 #> 7469 74955.00 9083.62 76630 #> 7470 262508.84 8429.84 182503 #> 7471 102660.20 2817.85 93862 #> 7472 67117.36 7269.85 66242 #> 7473 202326.68 26054.18 151772 #> 7474 48288.00 1800.00 50171 #> 7475 112900.00 184.25 114029 #> 7476 100984.00 888.64 103340 #> 7477 64030.00 0.00 65951 #> 7478 58809.00 775.62 59691 #> 7479 54000.00 2290.44 51950 #> 7480 110514.49 0.00 100767 #> 7481 81616.00 443.50 83656 #> 7482 120228.00 2331.10 123234 #> 7483 76746.66 5952.19 77361 #> 7484 15554.63 0.00 -0- #> 7485 71111.11 5917.18 65440 #> 7486 85037.00 1632.89 90000 #> 7487 129070.17 13015.24 103663 #> 7488 113594.00 2025.56 88617 #> 7489 74820.00 276.66 76706 #> 7490 105525.00 9545.55 108025 #> 7491 102500.48 4337.05 84592 #> 7492 103298.00 3379.68 106139 #> 7493 101357.00 7746.91 104195 #> 7494 89235.00 4254.14 72024 #> 7495 138364.54 3427.00 123427 #> 7496 120338.00 2100.09 123347 #> 7497 162989.06 3423.75 125606 #> 7498 151989.00 0.00 154649 #> 7499 122117.78 3730.44 102543 #> 7500 135350.00 22988.60 138481 #> 7501 113569.69 3804.40 94096 #> 7502 140416.00 5568.55 143550 #> 7503 74737.59 11168.24 126586 #> 7504 100697.39 4171.40 78479 #> 7505 90444.44 1644.64 87036 #> 7506 63675.12 838.38 37025 #> 7507 184054.96 5960.07 186253 #> 7508 74674.61 7448.96 76495 #> 7509 53324.85 0.00 69933 #> 7510 34956.02 0.00 -0- #> 7511 79286.00 0.00 80079 #> 7512 91677.79 1701.52 76610 #> 7513 120600.00 2963.57 123615 #> 7514 120778.00 0.00 -0- #> 7515 100675.00 3067.55 102997 #> 7516 65442.88 290.10 66451 #> 7517 234291.16 6744.22 176130 #> 7518 101960.00 4263.70 104509 #> 7519 61815.00 1000.00 62742 #> 7520 161551.56 1652.79 134051 #> 7521 106452.00 6033.51 109113 #> 7522 74380.00 0.00 75868 #> 7523 81490.64 1907.58 78208 #> 7524 92026.64 13743.71 71781 #> 7525 78518.84 5229.83 74349 #> 7526 56731.04 1108.65 61267 #> 7527 52361.00 0.00 53285 #> 7528 52000.00 0.00 -0- #> 7529 84653.00 958.26 86452 #> 7530 75230.00 7286.17 64025 #> 7531 44445.27 3598.36 70550 #> 7532 120500.00 1747.62 114920 #> 7533 54383.00 1972.90 55742 #> 7534 103092.49 6612.50 85766 #> 7535 128975.15 3744.55 115342 #> 7536 173250.00 0.00 178101 #> 7537 209537.55 6493.20 165161 #> 7538 138885.00 1346.20 141374 #> 7539 84547.42 4505.33 72354 #> 7540 146725.00 6991.22 141929 #> 7541 47073.00 685.60 48944 #> 7542 80000.00 0.00 82400 #> 7543 82586.00 4740.60 72338 #> 7544 78463.77 1440.30 72659 #> 7545 82345.17 6609.79 74722 #> 7546 128322.03 3892.81 98471 #> 7547 116973.00 0.00 119741 #> 7548 72987.00 10841.90 74447 #> 7549 190947.79 18100.83 161699 #> 7550 135786.00 4809.99 136364 #> 7551 67628.46 0.00 77459 #> 7552 144946.01 2813.73 140725 #> 7553 136034.00 6130.99 138534 #> 7554 191000.00 0.00 190250 #> 7555 126761.00 2276.67 109409 #> 7556 69975.86 1209.34 71750 #> 7557 196564.00 5125.95 166441 #> 7558 68152.00 0.00 68834 #> 7559 3973.84 5780.57 -0- #> 7560 50479.26 1800.00 -0- #> 7561 50639.00 0.00 31558 #> 7562 7777.77 229.94 70000 #> 7563 116770.56 6891.70 94079 #> 7564 65555.55 2260.02 60550 #> 7565 212714.99 13419.21 175950 #> 7566 42993.00 0.00 -0- #> 7567 48160.00 0.00 -0- #> 7568 81550.00 861.24 83072 #> 7569 147090.00 8326.97 126967 #> 7570 57786.00 3257.24 59786 #> 7571 125022.23 809.35 99435 #> 7572 72380.00 0.00 67116 #> 7573 194278.42 7733.00 153750 #> 7574 104666.67 1933.33 81370 #> 7575 119412.00 1627.58 122238 #> 7576 80619.00 1141.81 88444 #> 7577 149354.76 1254.70 125612 #> 7578 109697.00 4299.87 115035 #> 7579 133187.17 3026.50 134240 #> 7580 134390.00 4350.02 139159 #> 7581 98519.00 6602.20 100798 #> 7582 101544.66 5873.74 99352 #> 7583 107505.70 2086.37 91587 #> 7584 113342.39 4563.06 110262 #> 7585 102796.00 6886.42 104852 #> 7586 198371.55 0.00 146485 #> 7587 90387.00 0.00 92647 #> 7588 193333.06 5579.74 150650 #> 7589 95539.88 5879.14 85489 #> 7590 68763.35 2062.12 -0- #> 7591 65591.33 2543.54 63218 #> 7592 118790.00 1664.15 121166 #> 7593 91111.11 386.74 84050 #> 7594 72694.72 14081.06 67147 #> 7595 155288.00 4772.47 169264 #> 7596 117533.00 4284.06 120776 #> 7597 76676.60 481.94 71018 #> 7598 118340.00 6512.29 119819 #> 7599 97632.00 3362.35 99585 #> 7600 145643.44 941.05 140413 #> 7601 183635.00 0.00 180950 #> 7602 92285.71 1319.93 86783 #> 7603 112156.00 9089.68 122138 #> 7604 233027.45 1027.37 179361 #> 7605 49394.43 1916.90 -0- #> 7606 22846.37 0.00 -0- #> 7607 60202.00 2421.13 62202 #> 7608 80453.00 3617.49 81740 #> 7609 82468.00 11569.39 87125 #> 7610 62633.13 246.92 58323 #> 7611 110622.00 3956.59 113388 #> 7612 139004.03 20620.15 103518 #> 7613 49552.82 0.00 22433 #> 7614 80599.71 3337.90 64655 #> 7615 134727.00 3874.89 137421 #> 7616 96819.00 0.00 131760 #> 7617 74755.00 5517.99 75876 #> 7618 75000.00 3010.01 77391 #> 7619 183505.00 11929.15 145508 #> 7620 169733.37 8569.98 129846 #> 7621 137322.14 8555.05 103013 #> 7622 6500.00 1183.48 -0- #> 7623 93380.00 2748.46 95620 #> 7624 91800.00 5717.99 84686 #> 7625 63958.72 2813.86 95300 #> 7626 86840.14 4928.24 72827 #> 7627 79333.32 4567.03 69841 #> 7628 205246.65 1403.72 153381 #> 7629 65866.00 1509.77 66939 #> 7630 83000.10 6070.32 73897 #> 7631 114959.77 4827.25 96579 #> 7632 72222.22 2014.13 66625 #> 7633 62167.00 5047.18 64653 #> 7634 77881.12 6868.05 72897 #> 7635 87917.11 8076.72 87680 #> 7636 93333.33 422.05 86055 #> 7637 172458.43 17426.79 155403 #> 7638 127797.00 93.24 168149 #> 7639 153456.00 1056.72 155376 #> 7640 15707.75 0.00 -0- #> 7641 144011.11 3140.07 140750 #> 7642 128936.00 10322.70 132341 #> 7643 109161.67 12129.49 98250 #> 7644 137157.00 0.00 137443 #> 7645 175933.34 15631.53 144723 #> 7646 102369.00 11157.86 104416 #> 7647 55000.00 1451.93 51943 #> 7648 55825.00 1986.32 57151 #> 7649 60353.98 0.00 67898 #> 7650 119556.26 22151.81 131300 #> 7651 98782.71 2924.41 90770 #> 7652 114806.68 12237.33 87827 #> 7653 107225.20 0.00 103701 #> 7654 239333.39 13935.86 183160 #> 7655 123333.33 2989.87 118720 #> 7656 88727.00 1824.31 79854 #> 7657 77648.00 10486.80 80706 #> 7658 150348.00 184.41 126412 #> 7659 103855.00 5141.85 108009 #> 7660 167146.00 1460.41 171325 #> 7661 77066.55 4221.05 75877 #> 7662 107067.95 0.00 89395 #> 7663 121143.62 392.19 119958 #> 7664 114951.00 14586.20 112161 #> 7665 86307.77 800.00 98177 #> 7666 55825.00 2823.60 57220 #> 7667 111136.41 9374.66 -0- #> 7668 95726.66 0.00 92477 #> 7669 57945.55 4136.48 53351 #> 7670 67972.00 1861.06 69331 #> 7671 55279.00 7169.88 56661 #> 7672 50000.00 4474.96 84000 #> 7673 87466.50 9984.72 70498 #> 7674 52538.00 2323.40 54009 #> 7675 134005.00 3795.20 137891 #> 7676 79444.46 4772.15 67600 #> 7677 85492.00 4966.45 91476 #> 7678 186693.04 12778.57 143453 #> 7679 70818.00 1707.44 72943 #> 7680 73364.00 567.00 74831 #> 7681 39433.04 1699.27 -0- #> 7682 139822.22 3639.37 137904 #> 7683 99632.34 9586.24 77126 #> 7684 87801.57 2435.18 68113 #> 7685 146397.45 10317.50 113092 #> 7686 96097.00 3084.96 98499 #> 7687 125895.85 8383.37 130465 #> 7688 83134.50 8145.59 85709 #> 7689 92356.72 2483.93 90439 #> 7690 97862.00 5844.78 100994 #> 7691 42069.00 0.00 43121 #> 7692 104810.23 0.00 113745 #> 7693 143238.44 8366.89 120124 #> 7694 150099.33 0.00 131046 #> 7695 58534.96 1743.24 64131 #> 7696 110989.12 2428.23 100293 #> 7697 142177.09 0.00 110342 #> 7698 120290.17 1346.30 122696 #> 7699 64115.00 0.00 59770 #> 7700 69654.24 742.37 58630 #> 7701 120600.00 3665.81 123736 #> 7702 81755.42 0.00 87115 #> 7703 171467.77 2129.17 -0- #> 7704 53068.54 1425.57 -0- #> 7705 105571.00 2850.66 110850 #> 7706 92980.12 8690.00 75845 #> 7707 185483.73 810.74 -0- #> 7708 4333.33 3738.45 -0- #> 7709 65810.36 1630.33 61689 #> 7710 127416.66 3961.18 -0- #> 7711 131012.43 1523.02 101599 #> 7712 179600.00 1532.57 165939 #> 7713 105975.00 0.00 108032 #> 7714 110224.97 14590.68 92379 #> 7715 97038.88 4084.02 88158 #> 7716 52931.00 951.81 71280 #> 7717 40884.00 1160.30 41846 #> 7718 65711.00 46.62 67354 #> 7719 106722.28 7554.27 83201 #> 7720 101557.77 7095.47 100542 #> 7721 90593.00 0.00 92803 #> 7722 93627.00 845.85 95968 #> 7723 53051.84 3386.94 -0- #> 7724 46519.39 986.41 57000 #> 7725 44134.14 0.00 79425 #> 7726 86978.00 1549.10 88906 #> 7727 68640.00 4254.15 63960 #> 7728 137085.91 9349.05 109601 #> 7729 112889.90 7886.30 92363 #> 7730 218866.17 16150.61 160689 #> 7731 141551.00 2485.95 150151 #> 7732 116554.83 10460.28 96108 #> 7733 144458.00 3840.06 120917 #> 7734 181683.33 0.00 167555 #> 7735 108691.00 491.20 113039 #> 7736 69992.00 1796.32 70349 #> 7737 162294.56 2520.60 137565 #> 7738 165633.00 2087.27 167100 #> 7739 121388.89 5481.14 97280 #> 7740 99552.00 3964.53 102952 #> 7741 93388.88 4435.38 91231 #> 7742 72333.72 1000.00 62510 #> 7743 145136.19 14018.36 120509 #> 7744 117048.71 0.00 98807 #> 7745 152965.00 3438.16 155265 #> 7746 33667.00 0.00 34172 #> 7747 19320.06 0.00 -0- #> 7748 113349.57 0.00 103404 #> 7749 120558.88 0.00 107427 #> 7750 97856.48 10455.18 85744 #> 7751 61818.00 86.03 62745 #> 7752 149724.00 0.00 153262 #> 7753 126856.00 0.00 129857 #> 7754 91350.00 1999.96 94395 #> 7755 91000.00 4102.72 76398 #> 7756 52019.00 3424.57 53219 #> 7757 78683.60 0.00 72604 #> 7758 132707.00 6928.66 136091 #> 7759 69925.55 9182.22 64664 #> 7760 103507.43 3465.00 87550 #> 7761 82726.00 5289.45 90585 #> 7762 150722.33 1409.75 107037 #> 7763 97371.36 0.00 -0- #> 7764 113887.00 0.00 116204 #> 7765 90893.33 2197.06 83563 #> 7766 142141.44 6861.37 137040 #> 7767 81375.00 4499.77 83409 #> 7768 53288.00 1807.07 54721 #> 7769 74250.00 0.00 71750 #> 7770 76192.24 0.00 -0- #> 7771 176747.09 16275.09 132594 #> 7772 74172.22 1524.75 61531 #> 7773 103951.30 10987.66 86327 #> 7774 189087.53 3376.19 144032 #> 7775 136950.00 2191.05 145499 #> 7776 55463.85 1211.81 67660 #> 7777 121736.00 0.00 -0- #> 7778 101499.98 2906.35 88740 #> 7779 101325.26 3611.75 78196 #> 7780 200237.49 13181.76 148363 #> 7781 164246.74 2435.19 126265 #> 7782 194679.00 6072.82 192147 #> 7783 190100.11 5257.24 146367 #> 7784 116280.00 0.00 119768 #> 7785 95543.41 1489.93 83992 #> 7786 66799.72 2601.58 81149 #> 7787 91419.00 47.62 93291 #> 7788 110339.07 452.88 118477 #> 7789 130052.00 0.00 133303 #> 7790 114456.38 10378.21 131950 #> 7791 193855.66 42.84 145294 #> 7792 18123.98 8359.23 -0- #> 7793 138534.95 0.00 116149 #> 7794 86293.00 2418.99 88882 #> 7795 101292.00 2112.12 102799 #> 7796 155916.70 8580.11 126880 #> 7797 62756.67 0.00 96488 #> 7798 107778.33 2826.96 88580 #> 7799 72460.00 2423.42 75358 #> 7800 115205.58 1481.59 101717 #> 7801 89320.00 1366.12 91553 #> 7802 145875.00 2569.06 -0- #> 7803 88192.20 26197.01 71781 #> 7804 75717.15 2358.90 -0- #> 7805 103387.00 1163.70 105972 #> 7806 197744.00 1477.40 163012 #> 7807 61716.00 3472.41 60920 #> 7808 166289.33 9637.85 128487 #> 7809 82555.18 9621.23 72654 #> 7810 63744.00 1000.00 61148 #> 7811 106103.00 2149.88 108756 #> 7812 25329.04 0.00 -0- #> 7813 54656.71 0.00 -0- #> 7814 164764.73 16926.03 124236 #> 7815 122539.71 1961.74 94347 #> 7816 138610.00 1203.49 128632 #> 7817 52657.15 0.00 61518 #> 7818 6168.28 0.00 -0- #> 7819 172724.46 7364.76 144570 #> 7820 93230.33 5160.30 72662 #> 7821 120413.00 1767.37 119038 #> 7822 146381.46 537.86 135831 #> 7823 284455.01 14344.64 192752 #> 7824 89637.67 3950.53 88300 #> 7825 86595.36 1599.43 72829 #> 7826 20300.00 0.00 20808 #> 7827 75217.00 3352.05 69623 #> 7828 90426.01 1515.95 90776 #> 7829 124111.00 1586.94 127281 #> 7830 15978.26 0.00 105000 #> 7831 132050.00 6529.31 133540 #> 7832 109675.00 5534.17 112515 #> 7833 74276.04 4017.71 62146 #> 7834 63154.00 2120.85 58259 #> 7835 80673.96 1126.49 74159 #> 7836 144255.00 5747.30 158698 #> 7837 93607.96 4767.61 72090 #> 7838 19561.85 0.00 -0- #> 7839 86065.55 0.00 79015 #> 7840 100825.26 6108.35 78045 #> 7841 76200.00 1236.26 78486 #> 7842 85371.12 4881.04 79139 #> 7843 11739.59 0.00 -0- #> 7844 85278.88 2463.49 78610 #> 7845 120549.69 11675.21 98581 #> 7846 204824.56 15178.30 161732 #> 7847 160204.99 4508.64 161053 #> 7848 10000.00 2663.63 -0- #> 7849 89744.00 0.00 90641 #> 7850 55000.00 464.34 91800 #> 7851 128690.90 2794.78 97672 #> 7852 128138.00 5192.24 131342 #> 7853 48793.00 0.00 90000 #> 7854 127161.33 11220.16 106019 #> 7855 68879.60 0.00 67386 #> 7856 85852.00 1000.00 85852 #> 7857 111813.05 1993.65 132037 #> 7858 157729.33 7479.74 125232 #> 7859 84765.55 0.00 77734 #> 7860 179224.00 2697.69 158024 #> 7861 126651.36 5482.98 102169 #> 7862 65791.00 125.40 65169 #> 7863 85848.00 601.61 87136 #> 7864 79380.00 1760.00 61024 #> 7865 114928.00 2787.09 108938 #> 7866 142377.72 6957.15 108396 #> 7867 91970.08 3476.20 71781 #> 7868 68804.44 1860.21 66023 #> 7869 95770.00 6811.64 98183 #> 7870 70397.27 2501.82 66465 #> 7871 60522.22 2766.39 55947 #> 7872 128006.66 150.22 117561 #> 7873 118200.00 1102.81 120200 #> 7874 83232.00 23.31 85104 #> 7875 88270.28 531.74 73104 #> 7876 84257.00 4277.73 86363 #> 7877 144083.00 3375.46 149846 #> 7878 102032.51 4257.84 79123 #> 7879 90791.85 1037.29 92015 #> 7880 281873.47 8442.38 221301 #> 7881 97335.44 1733.97 90530 #> 7882 55416.00 1327.68 61124 #> 7883 127680.00 7167.16 107792 #> 7884 70877.29 430.54 68178 #> 7885 117739.98 1203.12 90071 #> 7886 160800.00 5726.94 163212 #> 7887 232764.90 6920.76 218338 #> 7888 22072.91 2339.18 -0- #> 7889 100338.62 2260.10 90640 #> 7890 158984.00 5392.46 163199 #> 7891 87267.50 0.00 100980 #> 7892 122645.00 2617.00 125594 #> 7893 103617.77 10293.77 95410 #> 7894 118302.64 2396.53 91125 #> 7895 81960.00 3501.38 84009 #> 7896 198563.76 11913.10 148900 #> 7897 58821.00 426.24 60307 #> 7898 99425.00 3950.77 102110 #> 7899 45833.33 627.78 75750 #> 7900 64003.00 3747.12 69535 #> 7901 48720.00 2429.25 51500 #> 7902 65220.02 0.00 76028 #> 7903 112488.00 0.00 113208 #> 7904 88043.44 1751.00 102500 #> 7905 50595.41 3479.16 60000 #> 7906 125625.00 0.00 127509 #> 7907 125412.00 9562.70 121766 #> 7908 79006.72 803.03 72035 #> 7909 67357.00 641.63 73757 #> 7910 55741.00 0.00 56577 #> 7911 97200.03 2638.87 74928 #> 7912 167635.00 1988.60 169369 #> 7913 89501.00 5612.48 88049 #> 7914 94888.74 5463.60 -0- #> 7915 95631.00 3219.74 86569 #> 7916 14998.85 1570.70 -0- #> 7917 102336.66 0.00 93945 #> 7918 69203.88 0.00 69274 #> 7919 108206.72 0.00 94514 #> 7920 61431.00 236.42 68251 #> 7921 100311.56 3141.08 97645 #> 7922 20000.00 0.00 120000 #> 7923 132652.00 12461.23 103609 #> 7924 58880.00 0.00 60205 #> 7925 117514.39 0.00 107209 #> 7926 152843.00 1167.19 146671 #> 7927 103169.00 1727.15 105490 #> 7928 44500.00 0.00 43000 #> 7929 116633.00 0.00 117799 #> 7930 138787.30 7144.73 106890 #> 7931 61186.28 142.83 54220 #> 7932 129718.98 5569.69 96369 #> 7933 75075.00 828.69 69959 #> 7934 128942.76 3033.12 89461 #> 7935 58869.56 2745.12 100463 #> 7936 98735.00 4108.96 101043 #> 7937 106508.00 12433.84 109171 #> 7938 210000.00 10012.88 184500 #> 7939 148295.00 6599.71 152002 #> 7940 46666.65 1749.38 43050 #> 7941 4603.17 0.00 87000 #> 7942 191068.00 5722.82 191194 #> 7943 128072.00 6889.82 130372 #> 7944 89780.18 2608.98 -0- #> 7945 95904.00 0.00 97343 #> 7946 95088.00 1012.42 97664 #> 7947 105254.74 2882.07 110699 #> 7948 196205.97 200.00 231201 #> 7949 105507.00 0.00 107986 #> 7950 182083.36 3210.17 144638 #> 7951 90397.00 0.00 91880 #> 7952 70693.00 0.00 70693 #> 7953 99012.08 2953.22 75372 #> 7954 109394.00 2462.88 113322 #> 7955 114630.90 8384.66 100190 #> 7956 14738.15 0.00 -0- #> 7957 159086.66 45.65 146562 #> 7958 4500.00 0.00 -0- #> 7959 64775.00 1352.51 65999 #> 7960 82246.39 1688.26 71723 #> 7961 127037.00 1617.47 125735 #> 7962 22718.18 0.00 -0- #> 7963 141202.00 5801.78 145289 #> 7964 94295.03 2407.36 75272 #> 7965 60526.52 1490.05 70643 #> 7966 67100.00 2371.40 66950 #> 7967 84777.80 139.86 72829 #> 7968 138391.04 2346.29 139349 #> 7969 113716.03 12887.48 144633 #> 7970 115275.20 8738.85 91570 #> 7971 55825.00 2843.24 57220 #> 7972 88888.63 3441.43 74182 #> 7973 76783.00 4727.94 79323 #> 7974 113067.60 6559.90 86966 #> 7975 112873.00 0.00 102518 #> 7976 109762.00 2168.27 111408 #> 7977 42412.55 0.00 59000 #> 7978 78567.00 2062.56 85638 #> 7979 126942.00 8677.79 129937 #> 7980 76863.53 803.19 69979 #> 7981 147915.00 0.00 152352 #> 7982 90426.00 19185.74 152217 #> 7983 58997.00 128.53 65497 #> 7984 98126.00 1436.11 98126 #> 7985 119034.77 3801.93 96108 #> 7986 124288.81 8281.26 95309 #> 7987 98438.70 6341.06 79347 #> 7988 190985.44 4725.45 145389 #> 7989 173605.72 4728.60 156816 #> 7990 194793.00 7566.71 199663 #> 7991 113918.00 0.00 116193 #> 7992 126822.00 0.00 129359 #> 7993 161998.30 12678.76 135195 #> 7994 120751.75 5855.87 98488 #> 7995 66904.76 1900.55 60900 #> 7996 69626.00 0.00 71019 #> 7997 101700.03 6929.24 78409 #> 7998 99360.88 13538.47 80039 #> 7999 114705.00 0.00 155999 #> 8000 59997.77 5336.26 65758 #> 8001 114342.22 685.20 104859 #> 8002 3303.52 0.00 -0- #> 8003 87452.31 577.76 91988 #> 8004 107627.81 1400.85 91161 #> 8005 106703.16 8868.12 82056 #> 8006 64683.96 1414.63 55409 #> 8007 84877.44 0.00 74013 #> 8008 40242.21 0.00 37158 #> 8009 39321.00 336.81 40107 #> 8010 123036.11 568.35 119475 #> 8011 73980.00 0.00 75756 #> 8012 60241.57 0.00 54355 #> 8013 81226.46 5358.16 70020 #> 8014 90650.00 974.13 94276 #> 8015 92526.72 4311.32 71781 #> 8016 114790.00 1353.20 118083 #> 8017 136871.59 13321.04 105066 #> 8018 107411.10 7415.26 79339 #> 8019 166297.22 890.76 141805 #> 8020 166297.22 890.76 141805 #> 8021 134761.24 8730.79 91837 #> 8022 171927.78 1354.18 143092 #> 8023 139973.33 7755.59 113629 #> 8024 111035.21 4636.67 98075 #> 8025 189794.16 18259.53 -0- #> 8026 130650.00 5388.95 142644 #> 8027 130650.00 1587.10 133821 #> 8028 106365.00 3498.32 107695 #> 8029 67666.66 477.01 61965 #> 8030 70215.00 0.00 71619 #> 8031 52796.00 4046.70 58196 #> 8032 78231.44 680.81 76152 #> 8033 81080.00 1109.28 75680 #> 8034 88078.82 10659.88 71781 #> 8035 186520.00 13871.58 149084 #> 8036 61345.26 1107.69 -0- #> 8037 85964.00 2331.39 87780 #> 8038 222890.23 4112.84 170325 #> 8039 121575.00 6431.95 93342 #> 8040 150933.00 11778.83 173454 #> 8041 152558.44 4498.07 131165 #> 8042 154235.00 83.04 158235 #> 8043 94750.06 2379.44 100000 #> 8044 130001.00 16824.38 132601 #> 8045 124737.68 2111.63 103589 #> 8046 142789.32 5881.57 106157 #> 8047 129203.67 3951.80 125287 #> 8048 84630.00 451.70 83334 #> 8049 61412.43 310.88 64500 #> 8050 96838.84 3191.67 100632 #> 8051 106530.00 6796.31 109130 #> 8052 179895.00 5952.67 184142 #> 8053 160671.00 10774.65 140472 #> 8054 98749.00 1418.68 99680 #> 8055 59744.00 1809.40 57443 #> 8056 139682.05 12328.41 106144 #> 8057 115628.70 4533.41 116098 #> 8058 100344.28 3728.94 97752 #> 8059 78311.00 2535.41 80149 #> 8060 77094.52 1531.30 89975 #> 8061 56485.00 1521.50 58602 #> 8062 63016.16 0.00 52665 #> 8063 105035.36 8004.90 92144 #> 8064 142099.98 16296.21 109772 #> 8065 128945.35 18163.94 98303 #> 8066 69020.00 1723.82 70573 #> 8067 265376.78 19025.02 204272 #> 8068 86465.19 8488.93 76340 #> 8069 98315.60 71.04 85006 #> 8070 148692.00 11327.65 152409 #> 8071 68228.76 1373.90 74800 #> 8072 58783.37 2948.62 53718 #> 8073 121119.02 1176.24 123884 #> 8074 131686.00 307.81 114786 #> 8075 174419.94 4716.65 138777 #> 8076 121950.58 3210.44 97189 #> 8077 51882.00 411.94 51882 #> 8078 61237.00 1783.66 62554 #> 8079 87827.00 982.14 89584 #> 8080 102918.04 4718.36 79356 #> 8081 100046.36 3841.18 93480 #> 8082 178128.24 463.35 137014 #> 8083 222913.40 19456.06 146821 #> 8084 93333.32 3548.68 82000 #> 8085 118312.00 0.00 122562 #> 8086 76561.00 1786.41 77806 #> 8087 71409.55 6678.98 64827 #> 8088 95902.44 0.00 77300 #> 8089 112199.89 5105.93 100893 #> 8090 64243.52 5931.28 62118 #> 8091 88417.78 904.08 82056 #> 8092 120621.24 9551.22 -0- #> 8093 3927.28 0.00 -0- #> 8094 111563.00 4028.57 114352 #> 8095 60030.00 4798.57 61231 #> 8096 84211.00 8772.08 86501 #> 8097 95030.73 3203.07 79414 #> 8098 110838.67 7630.43 91054 #> 8099 109985.75 5709.70 100227 #> 8100 98140.88 2878.78 72513 #> 8101 144161.49 1527.51 126656 #> 8102 110920.62 0.00 95765 #> 8103 82075.00 3574.66 84537 #> 8104 76044.44 1620.31 73230 #> 8105 2000.00 0.00 -0- #> 8106 61908.00 1118.07 62837 #> 8107 116306.00 2049.83 -0- #> 8108 44300.00 2774.85 45130 #> 8109 103155.55 6753.76 87143 #> 8110 97033.39 9507.74 84599 #> 8111 159722.28 3489.06 128750 #> 8112 114343.17 0.00 94572 #> 8113 117847.55 871.18 98259 #> 8114 100267.20 5272.43 80432 #> 8115 79125.00 0.00 67908 #> 8116 66666.66 4956.16 61500 #> 8117 128585.00 0.00 126005 #> 8118 121963.90 11653.16 97741 #> 8119 101246.00 7725.78 105296 #> 8120 59855.00 0.00 60828 #> 8121 116284.00 2112.58 120935 #> 8122 58792.50 1480.98 55084 #> 8123 39578.12 1776.71 77700 #> 8124 79615.00 0.00 80570 #> 8125 69739.25 8764.89 0 #> 8126 80720.54 849.18 93175 #> 8127 87112.50 998.89 0 #> 8128 79278.79 0.00 100613 #> 8129 117917.45 5543.44 95531 #> 8130 121445.55 5497.23 111213 #> 8131 100692.61 2292.07 96923 #> 8132 144579.44 3664.29 139770 #> 8133 182129.36 6340.26 146099 #> 8134 92538.92 8551.38 89290 #> 8135 166487.98 5394.92 134716 #> 8136 271948.45 13541.54 162266 #> 8137 72712.22 1138.06 67424 #> 8138 53765.00 553.45 60110 #> 8139 71771.00 0.00 73135 #> 8140 114154.36 5318.65 93414 #> 8141 92398.00 4279.94 96094 #> 8142 123863.00 2185.76 130056 #> 8143 214282.32 4320.41 174570 #> 8144 62359.00 3448.39 67605 #> 8145 93669.44 2438.50 83675 #> 8146 74242.85 0.00 0 #> 8147 224380.89 17803.40 0 #> 8148 56529.22 0.00 54357 #> 8149 87766.00 0.00 83759 #> 8150 61144.00 2473.86 68694 #> 8151 62762.00 1763.76 0 #> 8152 80166.66 0.00 78780 #> 8153 82783.00 2389.12 84025 #> 8154 152055.00 3009.47 155096 #> 8155 97625.00 0.00 0 #> 8156 97247.00 0.00 97247 #> 8157 138520.00 5611.13 137920 #> 8158 141100.00 1363.12 146090 #> 8159 81964.43 4251.28 69296 #> 8160 68368.00 5840.91 71138 #> 8161 68363.34 3379.29 64000 #> 8162 166672.11 1133.11 127580 #> 8163 73389.00 1531.30 82704 #> 8164 44916.67 6241.25 0 #> 8165 81417.00 12072.71 88552 #> 8166 65937.00 0.00 67256 #> 8167 70444.00 0.00 71853 #> 8168 50041.49 0.00 54910 #> 8169 108158.00 0.00 111023 #> 8170 127292.12 13422.70 97856 #> 8171 62666.52 1614.76 107500 #> 8172 95233.44 11019.57 87853 #> 8173 88511.00 711.00 0 #> 8174 111016.88 11927.22 99809 #> 8175 79606.00 3246.99 80450 #> 8176 78400.00 1351.20 88600 #> 8177 105117.00 1408.72 107945 #> 8178 276138.78 22617.29 212282 #> 8179 106409.17 5274.19 88150 #> 8180 64305.00 1423.16 67353 #> 8181 108727.00 7812.37 110902 #> 8182 105404.04 0.00 89000 #> 8183 66250.00 1878.29 73343 #> 8184 77598.51 9498.03 73725 #> 8185 57034.00 0.00 58403 #> 8186 13687.97 0.00 0 #> 8187 70956.85 620.52 84868 #> 8188 110012.00 80.30 112212 #> 8189 64760.00 6781.92 66379 #> 8190 63111.04 1590.46 71710 #> 8191 29999.97 0.00 60900 #> 8192 89128.00 1825.82 90465 #> 8193 110592.81 7110.64 98062 #> 8194 70415.06 0.00 67754 #> 8195 62992.00 1673.38 68032 #> 8196 115623.66 5519.94 99236 #> 8197 65530.00 0.00 88684 #> 8198 156610.78 930.12 123499 #> 8199 220794.78 12014.27 172220 #> 8200 128906.15 8195.78 103657 #> 8201 76622.22 1593.05 67395 #> 8202 116666.66 1263.58 107625 #> 8203 116279.09 4112.63 113415 #> 8204 110533.83 6831.41 85281 #> 8205 117346.72 3085.06 105486 #> 8206 46275.00 0.00 0 #> 8207 75757.00 0.00 76982 #> 8208 188849.50 3467.45 149464 #> 8209 59327.60 1658.81 69872 #> 8210 74666.66 341.98 59160 #> 8211 149846.00 3980.31 153592 #> 8212 44563.75 0.00 0 #> 8213 79599.00 1325.08 82749 #> 8214 120206.26 10200.42 125570 #> 8215 81051.00 1555.90 84581 #> 8216 96884.92 1998.68 99750 #> 8217 120930.00 7416.36 126977 #> 8218 92797.31 5420.25 95500 #> 8219 81788.00 78.00 83097 #> 8220 71918.00 4275.66 74039 #> 8221 86122.00 0.00 87704 #> 8222 49873.01 0.00 49586 #> 8223 139954.00 0.00 143441 #> 8224 86231.88 10779.47 86700 #> 8225 86138.00 25407.11 89584 #> 8226 51950.00 1202.21 0 #> 8227 57777.77 71.94 53040 #> 8228 98013.15 542.27 89617 #> 8229 56375.00 2175.54 57375 #> 8230 91423.34 2973.95 80514 #> 8231 124511.00 0.00 111263 #> 8232 188274.00 2803.60 185174 #> 8233 67685.00 1918.48 62639 #> 8234 114300.00 0.00 116500 #> 8235 169227.11 5114.13 157714 #> 8236 77731.00 0.00 69349 #> 8237 70370.00 8781.91 77031 #> 8238 63336.00 1594.02 64603 #> 8239 97861.13 3608.23 90464 #> 8240 155252.00 6315.05 159132 #> 8241 180833.33 5024.00 158875 #> 8242 67008.00 2576.80 0 #> 8243 117367.43 3384.95 114526 #> 8244 65700.00 3274.08 67737 #> 8245 85321.36 0.00 0 #> 8246 130681.00 5706.13 134602 #> 8247 134452.00 431.83 136833 #> 8248 157788.00 0.00 150800 #> 8249 190182.00 8024.44 194937 #> 8250 58847.00 1809.04 60936 #> 8251 63634.00 933.10 29975 #> 8252 151322.74 2654.75 120461 #> 8253 135843.36 8588.31 113708 #> 8254 54244.00 0.00 56029 #> 8255 91174.28 0.00 79385 #> 8256 108176.00 2786.27 109258 #> 8257 94000.00 505.70 95034 #> 8258 61666.66 1594.79 61200 #> 8259 122778.16 4710.53 91179 #> 8260 97818.00 0.00 100263 #> 8261 118317.37 4622.19 91110 #> 8262 53384.00 1414.69 56717 #> 8263 120830.00 0.00 0 #> 8264 61500.00 5774.93 63038 #> 8265 93965.56 76.20 85801 #> 8266 108646.24 14076.41 0 #> 8267 73528.71 14275.17 0 #> 8268 57443.00 1967.80 60879 #> 8269 93943.33 2549.26 77287 #> 8270 63888.88 1022.36 58400 #> 8271 78117.57 3319.59 67622 #> 8272 191437.00 3594.27 182937 #> 8273 330551.25 9410.45 329644 #> 8274 126072.00 7553.65 129050 #> 8275 85006.70 5652.50 77598 #> 8276 73816.43 8915.16 64845 #> 8277 180630.69 13644.65 133551 #> 8278 81010.72 197.17 0 #> 8279 109082.00 0.00 111700 #> 8280 59963.00 2038.42 61162 #> 8281 102768.88 13615.95 94804 #> 8282 113444.09 7417.80 116147 #> 8283 62182.00 1500.98 68082 #> 8284 74027.77 6303.66 68675 #> 8285 61930.00 2345.52 70930 #> 8286 95787.00 1764.69 98498 #> 8287 54144.00 864.29 53433 #> 8288 98358.96 8427.21 90293 #> 8289 54946.00 0.00 56045 #> 8290 98250.00 7788.13 91213 #> 8291 92356.00 3163.43 93421 #> 8292 71111.10 1889.35 65393 #> 8293 58362.00 1347.76 61129 #> 8294 105154.00 0.00 107373 #> 8295 88227.01 0.00 74305 #> 8296 72069.00 2865.13 78238 #> 8297 101361.62 4845.43 91331 #> 8298 121958.00 2851.98 124037 #> 8299 189433.67 6739.54 159541 #> 8300 173386.88 3441.42 146425 #> 8301 132390.00 1773.39 144446 #> 8302 86962.00 2364.85 89394 #> 8303 82612.00 3637.78 84554 #> 8304 85065.84 0.00 72660 #> 8305 150641.37 0.00 103074 #> 8306 70373.34 916.72 68086 #> 8307 140451.00 6002.47 143604 #> 8308 8826.16 180.30 0 #> 8309 176627.06 9208.10 148585 #> 8310 106839.00 59.89 183167 #> 8311 62027.84 1628.71 51750 #> 8312 104583.66 6333.26 95001 #> 8313 109534.00 1305.56 113915 #> 8314 101908.00 4412.26 107003 #> 8315 98445.98 1787.64 85895 #> 8316 111366.94 0.00 89596 #> 8317 151231.00 0.00 0 #> 8318 86559.00 1407.35 83692 #> 8319 95461.00 1049.55 99279 #> 8320 68044.00 1077.51 63795 #> 8321 183471.00 7863.14 146817 #> 8322 204159.00 934.80 162757 #> 8323 127719.74 10260.24 107284 #> 8324 114821.11 2792.48 111922 #> 8325 102927.83 0.00 95348 #> 8326 93740.00 0.00 95041 #> 8327 90837.20 18931.92 72156 #> 8328 140403.85 8622.01 116444 #> 8329 72952.00 191.31 76777 #> 8330 64871.74 1989.36 61814 #> 8331 96147.03 1314.62 145004 #> 8332 136694.14 2101.53 108558 #> 8333 106530.00 1468.07 97978 #> organization department id #> 1 <NA> <NA> 94e35beb #> 2 <NA> <NA> aa677a76 #> 3 <NA> <NA> ff1d3cf6 #> 4 <NA> <NA> b2540156 #> 5 <NA> <NA> 74eb0279 #> 6 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9d2c3ad7 #> 7 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 7576c130 #> 8 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 69d3851c #> 9 COLLEGE OF BUSINESS MARKETING 6935c381 #> 10 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 17f22c03 #> 11 <NA> <NA> 6502adac #> 12 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c00cc7d6 #> 13 COLLEGE OF ENGINEERING MATERIAL SC/ENG f6ea49a8 #> 14 <NA> <NA> bab1b78b #> 15 <NA> <NA> dba9d9d4 #> 16 <NA> <NA> ebadcee4 #> 17 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY d0c1b5af #> 18 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7f444293 #> 19 <NA> <NA> d4b7f568 #> 20 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 453cc206 #> 21 <NA> <NA> 9a861ac1 #> 22 <NA> <NA> 341f90b1 #> 23 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS b927e46a #> 24 <NA> <NA> 09e19140 #> 25 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 127fd1e9 #> 26 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8a6be6be #> 27 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 78d5f1b6 #> 28 <NA> <NA> d7b48ff2 #> 29 <NA> <NA> c8755c94 #> 30 <NA> <NA> 13af17af #> 31 AMES LABORATORY OF US DOE AMES LABORATORY 9bb6f508 #> 32 <NA> <NA> c598f805 #> 33 <NA> <NA> 1cada40c #> 34 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY b7850369 #> 35 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 67b3780d #> 36 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2f530f06 #> 37 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 7493d0ad #> 38 <NA> <NA> fc4e40c3 #> 39 <NA> <NA> 695e16df #> 40 LIBRARY LIBRARY 59c316e7 #> 41 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 44efc7ae #> 42 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE fc866ff5 #> 43 <NA> <NA> 79a2758d #> 44 <NA> <NA> 4bd8cff5 #> 45 <NA> <NA> 395409ba #> 46 <NA> <NA> 370c6ce6 #> 47 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST c0ed8d91 #> 48 <NA> <NA> 03ddcee5 #> 49 <NA> <NA> 58ea446e #> 50 <NA> <NA> cbe00c18 #> 51 <NA> <NA> e32fb594 #> 52 COLLEGE OF DESIGN LANDSCAPE ARCH 570e471c #> 53 <NA> <NA> 63752cd5 #> 54 <NA> <NA> 976ef33b #> 55 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c48f6cfd #> 56 <NA> <NA> e3e1cc1e #> 57 COLLEGE OF HUMAN SCIENCES KINESIOLOGY e4dc1a1e #> 58 <NA> <NA> 289dd0df #> 59 <NA> <NA> 26715045 #> 60 <NA> <NA> b617415d #> 61 <NA> <NA> 78bd26f8 #> 62 <NA> <NA> b2347ab2 #> 63 <NA> <NA> 1d120f16 #> 64 <NA> <NA> afac3290 #> 65 <NA> <NA> dd0060ea #> 66 <NA> <NA> 94a81c42 #> 67 <NA> <NA> 800bd805 #> 68 COLLEGE OF ENGINEERING AEROSPACE ENG 42c76ebc #> 69 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 6de0d7bd #> 70 <NA> <NA> b62c79e6 #> 71 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO f5597717 #> 72 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO ced9703c #> 73 <NA> <NA> ffafd6e5 #> 74 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 35879093 #> 75 <NA> <NA> c3e8daa2 #> 76 <NA> <NA> bd776231 #> 77 <NA> <NA> 6378cfb3 #> 78 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8e75625 #> 79 <NA> <NA> 76cffe68 #> 80 SENIOR VICE PRESIDENT & PROVOST CELT 440809db #> 81 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 5ba17e38 #> 82 <NA> <NA> 67fabf62 #> 83 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS a4d97695 #> 84 COLLEGE OF DESIGN ARCHITECTURE 64f7db7b #> 85 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG da72335e #> 86 <NA> <NA> a72771bc #> 87 <NA> <NA> d17c0437 #> 88 <NA> <NA> 55e91d40 #> 89 <NA> <NA> e7ba0600 #> 90 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 6cdf4c73 #> 91 <NA> <NA> c5d4afec #> 92 <NA> <NA> 30e264e8 #> 93 <NA> <NA> 9f0321a0 #> 94 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 750ed03e #> 95 <NA> <NA> 3d83b2f0 #> 96 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a2252304 #> 97 <NA> <NA> 666d1bc6 #> 98 <NA> <NA> 02fe6925 #> 99 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 556803fb #> 100 <NA> <NA> 8994ebda #> 101 <NA> <NA> f8927edb #> 102 <NA> <NA> e79d0161 #> 103 <NA> <NA> 0095ac81 #> 104 <NA> <NA> 330cb8e8 #> 105 <NA> <NA> 5786549d #> 106 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 4720841b #> 107 <NA> <NA> ccb1ef41 #> 108 <NA> <NA> 774b4f04 #> 109 <NA> <NA> 3660c51e #> 110 <NA> <NA> 545488e1 #> 111 <NA> <NA> bcaf901c #> 112 <NA> <NA> 9753ba0f #> 113 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE be6dd438 #> 114 <NA> <NA> 5af253d3 #> 115 <NA> <NA> c08c5b46 #> 116 <NA> <NA> 18018b3e #> 117 COLLEGE OF ENGINEERING MATERIAL SC/ENG aaf66162 #> 118 <NA> <NA> ffa9d2ee #> 119 <NA> <NA> 7a9d7662 #> 120 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI e51de2e8 #> 121 <NA> <NA> 9e51afdd #> 122 <NA> <NA> e04aaec0 #> 123 SENIOR VICE PRESIDENT & PROVOST SR VP/PROVOST 4e502ee4 #> 124 <NA> <NA> 627dd854 #> 125 <NA> <NA> d6b4d106 #> 126 <NA> <NA> 1e52cbdc #> 127 <NA> <NA> 3c6dad55 #> 128 <NA> <NA> 372c3d3f #> 129 COLLEGE OF ENGINEERING MECHANICAL ENG c805b487 #> 130 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG d956afc6 #> 131 <NA> <NA> fa1a6ec9 #> 132 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED a06467f0 #> 133 <NA> <NA> 77aa1858 #> 134 COLLEGE OF DESIGN GRAPHIC DSN 9a5fd3c2 #> 135 <NA> <NA> 7edb133f #> 136 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d524a9c0 #> 137 <NA> <NA> 93052687 #> 138 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 9ebfd7d7 #> 139 <NA> <NA> 4203a684 #> 140 <NA> <NA> 3e371e0c #> 141 <NA> <NA> 28a08ba1 #> 142 <NA> <NA> bcbf676b #> 143 <NA> <NA> 4c59cad2 #> 144 <NA> <NA> a4559b3e #> 145 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8a26308 #> 146 <NA> <NA> 31b52db0 #> 147 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC e714e3ff #> 148 COLLEGE OF DESIGN ART/VISUAL CULT 0a9ca9c7 #> 149 COLLEGE OF DESIGN GRAPHIC DSN 9a84e851 #> 150 COLLEGE OF DESIGN ARCHITECTURE 1915ed22 #> 151 COLLEGE OF BUSINESS FINANCE aa9df26b #> 152 <NA> <NA> 41c67b01 #> 153 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 579e085a #> 154 <NA> <NA> cb7987e9 #> 155 <NA> <NA> eae6bd8d #> 156 <NA> <NA> 78b160b6 #> 157 <NA> <NA> ca365d22 #> 158 <NA> <NA> 44b17d0d #> 159 <NA> <NA> 0da53fa2 #> 160 <NA> <NA> c551430d #> 161 <NA> <NA> 9590c3ba #> 162 <NA> <NA> b3b46481 #> 163 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 015440d7 #> 164 COLLEGE OF ENGINEERING CIV/CON/ENV ENG bbe2900c #> 165 <NA> <NA> 27758826 #> 166 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 04b332a0 #> 167 COLLEGE OF DESIGN ARCHITECTURE d7bea786 #> 168 COLLEGE OF ENGINEERING MECHANICAL ENG 8f330ad1 #> 169 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC fe2688a4 #> 170 <NA> <NA> c1f9dbff #> 171 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 811a66ac #> 172 <NA> <NA> a5508f9d #> 173 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 50d7e83c #> 174 <NA> <NA> b7b2c5cd #> 175 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c6c9b118 #> 176 <NA> <NA> e04441ee #> 177 <NA> <NA> 866b5181 #> 178 <NA> <NA> e7a7934a #> 179 <NA> <NA> bc6fbd61 #> 180 <NA> <NA> c4ecab96 #> 181 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3227004f #> 182 <NA> <NA> f558379a #> 183 <NA> <NA> 30136b73 #> 184 <NA> <NA> fb9ddf30 #> 185 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 2e39a208 #> 186 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 82bed8e2 #> 187 <NA> <NA> 71d89a0f #> 188 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 08f1e76c #> 189 <NA> <NA> fd8b00c3 #> 190 COLLEGE OF DESIGN COMMUN/REG PLAN fbefc6a3 #> 191 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 3c8d1b10 #> 192 <NA> <NA> 95d39432 #> 193 <NA> <NA> 14d3d21e #> 194 <NA> <NA> b18e9b32 #> 195 COLLEGE OF ENGINEERING CHEM & BIO ENGR 3b9762ca #> 196 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON f27d3dac #> 197 LIBRARY LIBRARY 95cab90a #> 198 <NA> <NA> 70f4d4b9 #> 199 <NA> <NA> 71768e57 #> 200 <NA> <NA> 716f712f #> 201 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 970bbb0b #> 202 <NA> <NA> 3ecbbe18 #> 203 <NA> <NA> e4624755 #> 204 <NA> <NA> 02008b89 #> 205 IT SERVICES IT SERVICES CIO 50f4c0b8 #> 206 <NA> <NA> 51199ae0 #> 207 <NA> <NA> e49dfc8f #> 208 <NA> <NA> 1c2d73cd #> 209 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 248973b6 #> 210 <NA> <NA> 679a04be #> 211 <NA> <NA> 77259b2a #> 212 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9673b984 #> 213 <NA> <NA> fcb87b9a #> 214 <NA> <NA> d4f4740c #> 215 <NA> <NA> a0927d8e #> 216 <NA> <NA> 28280f91 #> 217 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY f6a7a70f #> 218 COLLEGE OF BUSINESS FINANCE 4dd7e070 #> 219 <NA> <NA> a333325c #> 220 <NA> <NA> 6c67cb19 #> 221 <NA> <NA> 4fdd30f0 #> 222 <NA> <NA> 8ba1f0d4 #> 223 <NA> <NA> 2362ffde #> 224 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE efef4af1 #> 225 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c24dc8d3 #> 226 <NA> <NA> dd3c40b3 #> 227 <NA> <NA> 0e9b861f #> 228 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c0967976 #> 229 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 203b875b #> 230 <NA> <NA> ed8c2a1c #> 231 COLLEGE OF DESIGN ART/VISUAL CULT b853228c #> 232 <NA> <NA> 4ea1593e #> 233 <NA> <NA> 33a15d51 #> 234 <NA> <NA> 4244157f #> 235 <NA> <NA> 0fa478c5 #> 236 <NA> <NA> f6bedcb7 #> 237 <NA> <NA> 6233b041 #> 238 <NA> <NA> 69fea888 #> 239 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 10bea954 #> 240 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5fd15749 #> 241 <NA> <NA> 473e66b5 #> 242 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 0351abec #> 243 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 85cce262 #> 244 <NA> <NA> 44bdf9d6 #> 245 <NA> <NA> 864503c6 #> 246 <NA> <NA> 273e9165 #> 247 <NA> <NA> 1a78c47c #> 248 <NA> <NA> 13c05730 #> 249 <NA> <NA> ab97062d #> 250 <NA> <NA> 4465823b #> 251 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c64b87e6 #> 252 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2cfd8081 #> 253 COLLEGE OF ENGINEERING AEROSPACE ENG e73aa644 #> 254 <NA> <NA> 9e0b5755 #> 255 <NA> <NA> de7fe71c #> 256 <NA> <NA> ec5b8cff #> 257 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e04143b4 #> 258 <NA> <NA> d156c5fd #> 259 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE f4ce44e2 #> 260 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c39ee2d3 #> 261 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 3856f700 #> 262 <NA> <NA> 7c0d5fc2 #> 263 <NA> <NA> 1204e056 #> 264 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 7c539f7c #> 265 <NA> <NA> 999f9638 #> 266 <NA> <NA> 8912b6ab #> 267 <NA> <NA> 601c6e6a #> 268 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 38aed530 #> 269 COLLEGE OF BUSINESS ACCOUNTING f7249da1 #> 270 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM c3cab316 #> 271 <NA> <NA> 76163f38 #> 272 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 7ed541e6 #> 273 <NA> <NA> 48cc123c #> 274 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 324da46c #> 275 <NA> <NA> f9c2db52 #> 276 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 84ecfed9 #> 277 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 950d7277 #> 278 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 92ca5236 #> 279 <NA> <NA> dc6bdfa2 #> 280 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 626ab9b7 #> 281 <NA> <NA> cf87953d #> 282 <NA> <NA> e697b01c #> 283 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS f5ee243e #> 284 <NA> <NA> 811ec1f2 #> 285 <NA> <NA> bea58337 #> 286 <NA> <NA> e2c9fd48 #> 287 <NA> <NA> 30a2664d #> 288 <NA> <NA> a391b42c #> 289 <NA> <NA> 27efaa3b #> 290 <NA> <NA> 10faa5c2 #> 291 <NA> <NA> 775a2afc #> 292 COLLEGE OF ENGINEERING AEROSPACE ENG 30cc76e0 #> 293 <NA> <NA> 73c69971 #> 294 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ec58ee97 #> 295 <NA> <NA> 0c21885d #> 296 <NA> <NA> 749cf771 #> 297 <NA> <NA> d1a24f62 #> 298 COLLEGE OF HUMAN SCIENCES KINESIOLOGY f922671b #> 299 <NA> <NA> 2677477a #> 300 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 55cb1d8e #> 301 <NA> <NA> 28e6f301 #> 302 <NA> <NA> 5d7f00f1 #> 303 <NA> <NA> a8c5f403 #> 304 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 948ccded #> 305 <NA> <NA> bb6b1e11 #> 306 <NA> <NA> c4072fe9 #> 307 COLLEGE OF DESIGN LANDSCAPE ARCH 0616e4d0 #> 308 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 9008a5dd #> 309 <NA> <NA> 69856f4e #> 310 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 164ce35d #> 311 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 37d57a4a #> 312 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b7a22ecf #> 313 <NA> <NA> 31052c39 #> 314 <NA> <NA> c60020a9 #> 315 <NA> <NA> 474d0030 #> 316 <NA> <NA> f776731d #> 317 COLLEGE OF DESIGN GRAPHIC DSN 65606880 #> 318 <NA> <NA> 025fa9b9 #> 319 <NA> <NA> 067eb705 #> 320 <NA> <NA> 832e109c #> 321 <NA> <NA> 18275103 #> 322 <NA> <NA> 8e80813e #> 323 <NA> <NA> 979199b3 #> 324 <NA> <NA> a5eb810d #> 325 <NA> <NA> 8a2293f3 #> 326 <NA> <NA> 2368200a #> 327 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE e30ef13a #> 328 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 92e42eed #> 329 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE af230a68 #> 330 <NA> <NA> 500c09e8 #> 331 <NA> <NA> b1a6dfc1 #> 332 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST a7c9bd70 #> 333 <NA> <NA> b6d3becc #> 334 <NA> <NA> 218ee311 #> 335 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 2f7cf41e #> 336 COLLEGE OF DESIGN GRAPHIC DSN 5f89cd5e #> 337 <NA> <NA> 0d7c71d3 #> 338 <NA> <NA> 9b6fffd2 #> 339 <NA> <NA> 97e34969 #> 340 COLLEGE OF ENGINEERING CHEM & BIO ENGR 60243019 #> 341 COLLEGE OF ENGINEERING IND/MFR SYS ENG 766b1261 #> 342 <NA> <NA> d5a89982 #> 343 <NA> <NA> 64483cb3 #> 344 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 4b07c8e7 #> 345 <NA> <NA> d57cd395 #> 346 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 1610902e #> 347 <NA> <NA> aebd9fcc #> 348 <NA> <NA> 3cc5e443 #> 349 <NA> <NA> b621fd51 #> 350 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 84f88ec9 #> 351 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS a71cf16a #> 352 <NA> <NA> 575e5ffb #> 353 <NA> <NA> 2d19d6df #> 354 <NA> <NA> ae01c46e #> 355 <NA> <NA> bae0097a #> 356 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 9afcd46b #> 357 <NA> <NA> 44cfbd1f #> 358 COLLEGE OF ENGINEERING ELEC ENG/CP ENG acf833fe #> 359 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 32e28f42 #> 360 <NA> <NA> 657b459f #> 361 <NA> <NA> a82f3bb7 #> 362 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY fc66c810 #> 363 <NA> <NA> 96ec9264 #> 364 LIBRARY LIBRARY bbec4f1b #> 365 <NA> <NA> 8237171f #> 366 <NA> <NA> a6810d55 #> 367 <NA> <NA> c6ff6178 #> 368 <NA> <NA> df220f71 #> 369 <NA> <NA> 03fac7a0 #> 370 <NA> <NA> b94c97da #> 371 <NA> <NA> 514ef120 #> 372 <NA> <NA> 03f807f3 #> 373 <NA> <NA> e3ba46a2 #> 374 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d07d3e9f #> 375 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 0372d23c #> 376 <NA> <NA> 38471d93 #> 377 <NA> <NA> a174bd8d #> 378 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 923bdd4f #> 379 <NA> <NA> 5c3171c4 #> 380 <NA> <NA> d37a53d9 #> 381 <NA> <NA> a2ebc008 #> 382 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 90756f26 #> 383 <NA> <NA> b9671087 #> 384 <NA> <NA> b5e6fcec #> 385 COLLEGE OF DESIGN ART/VISUAL CULT 0209b1b1 #> 386 LIBRARY LIBRARY 54c121f8 #> 387 <NA> <NA> c3400f61 #> 388 <NA> <NA> 83613dea #> 389 <NA> <NA> 3e22c556 #> 390 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE b9b6430c #> 391 <NA> <NA> 734a6fd9 #> 392 <NA> <NA> af1fd11d #> 393 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3f068a42 #> 394 <NA> <NA> cc549547 #> 395 COLLEGE OF DESIGN ART/VISUAL CULT 3a18707a #> 396 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 62c295b4 #> 397 <NA> <NA> bc1cd30e #> 398 <NA> <NA> ba5f8425 #> 399 <NA> <NA> 252b8e1f #> 400 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 25ee9cb2 #> 401 <NA> <NA> dbf6897f #> 402 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8c4b7fb2 #> 403 <NA> <NA> d2ec44de #> 404 <NA> <NA> be5569d8 #> 405 <NA> <NA> 52aa2504 #> 406 <NA> <NA> 3d016d5b #> 407 <NA> <NA> e5a931dc #> 408 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c1f3a220 #> 409 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 009b97a2 #> 410 <NA> <NA> 4ec082ce #> 411 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST f77c8683 #> 412 <NA> <NA> 45f7d5d6 #> 413 <NA> <NA> 92b8c872 #> 414 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 896b8a43 #> 415 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 15ee3035 #> 416 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 6bdd5aca #> 417 <NA> <NA> 64265e90 #> 418 <NA> <NA> f4b7a314 #> 419 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 155109ea #> 420 <NA> <NA> 7a05549e #> 421 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 72a5e095 #> 422 <NA> <NA> 41a4a932 #> 423 COLLEGE OF DESIGN COMMUN/REG PLAN c6594e2f #> 424 <NA> <NA> 33441896 #> 425 <NA> <NA> 5d493c59 #> 426 <NA> <NA> c0bab026 #> 427 <NA> <NA> 6fece32d #> 428 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 98b5b147 #> 429 COLLEGE OF ENGINEERING CIV/CON/ENV ENG c1f5cf1b #> 430 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 459a7aaa #> 431 <NA> <NA> dbbcafd7 #> 432 <NA> <NA> 695d7e95 #> 433 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 60facd51 #> 434 <NA> <NA> 0c9073d8 #> 435 <NA> <NA> 99df6aa2 #> 436 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 7f019568 #> 437 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 83e520c6 #> 438 <NA> <NA> 94a32f75 #> 439 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 31dbfd24 #> 440 <NA> <NA> 4af20de6 #> 441 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 7fee2030 #> 442 <NA> <NA> c5bd4712 #> 443 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 6faf74ef #> 444 <NA> <NA> 48e077d0 #> 445 <NA> <NA> 77ff66f6 #> 446 <NA> <NA> 0b5564b8 #> 447 <NA> <NA> 38b8c7c7 #> 448 <NA> <NA> 9c595918 #> 449 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 325fa758 #> 450 <NA> <NA> 1fa5bf65 #> 451 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON aa7b9665 #> 452 <NA> <NA> 76d739a7 #> 453 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 5671fb45 #> 454 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 1f9c6a51 #> 455 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY ebaa213d #> 456 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT e4c02a4b #> 457 COLLEGE OF ENGINEERING CHEM & BIO ENGR 80a329b8 #> 458 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH de56eec7 #> 459 <NA> <NA> e116572b #> 460 COLLEGE OF ENGINEERING MECHANICAL ENG 355e8792 #> 461 <NA> <NA> 17271e2a #> 462 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a9e9c3ef #> 463 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS a88c929a #> 464 <NA> <NA> 65e27b7c #> 465 <NA> <NA> 3e96a2d7 #> 466 <NA> <NA> ed7eff04 #> 467 <NA> <NA> 0da230f6 #> 468 <NA> <NA> 844d2753 #> 469 <NA> <NA> 53b0bc52 #> 470 <NA> <NA> e8e674f4 #> 471 <NA> <NA> 97457199 #> 472 <NA> <NA> 4521e31d #> 473 <NA> <NA> 78155134 #> 474 COLLEGE OF BUSINESS MANAGEMENT 399c738b #> 475 COLLEGE OF DESIGN INDUST DESIGN d8921048 #> 476 <NA> <NA> e7a7c15e #> 477 <NA> <NA> 5afe0e99 #> 478 <NA> <NA> 54c6d909 #> 479 <NA> <NA> 1838dc7c #> 480 <NA> <NA> 4eafdd02 #> 481 <NA> <NA> 4ac24408 #> 482 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT feb37465 #> 483 <NA> <NA> 6dca1b26 #> 484 COLLEGE OF ENGINEERING CHEM & BIO ENGR b81d0a86 #> 485 <NA> <NA> 47f5ae8d #> 486 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 8dd98c68 #> 487 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 4ae8971b #> 488 <NA> <NA> ffaba5db #> 489 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 359d173f #> 490 <NA> <NA> a28d985c #> 491 <NA> <NA> 696c1e29 #> 492 <NA> <NA> 03030f8e #> 493 <NA> <NA> c787dcd7 #> 494 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 424925d9 #> 495 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c4cea49e #> 496 <NA> <NA> 1ebdab3e #> 497 COLLEGE OF DESIGN LANDSCAPE ARCH d83e9973 #> 498 COLLEGE OF DESIGN ART/VISUAL CULT 040e6cdf #> 499 COLLEGE OF ENGINEERING AEROSPACE ENG 43df6ff7 #> 500 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 2267bc40 #> 501 <NA> <NA> 50f5b9ec #> 502 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST f80e3e28 #> 503 <NA> <NA> 8f3dd593 #> 504 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73e490fd #> 505 <NA> <NA> 72f9b2d6 #> 506 <NA> <NA> 29e1b11a #> 507 COLLEGE of AGRICULTURE & LIFE SCIENCES IA ST RS FARMS bf3997ab #> 508 <NA> <NA> d6df4e2a #> 509 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 56e60e7f #> 510 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 62ac1bf3 #> 511 <NA> <NA> 32c98ebd #> 512 <NA> <NA> f0175604 #> 513 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0442a49b #> 514 <NA> <NA> dbbf90c7 #> 515 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 5e25aa42 #> 516 <NA> <NA> 675e8060 #> 517 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 540b9665 #> 518 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 5167d4d0 #> 519 <NA> <NA> 916b2411 #> 520 <NA> <NA> 97aa31f9 #> 521 <NA> <NA> fe6735e9 #> 522 <NA> <NA> cad4fc67 #> 523 COLLEGE OF ENGINEERING AEROSPACE ENG 20766628 #> 524 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 28904613 #> 525 <NA> <NA> 84cf1695 #> 526 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 38721095 #> 527 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 82c22657 #> 528 <NA> <NA> dede53c6 #> 529 <NA> <NA> 09c03389 #> 530 <NA> <NA> 06b117b7 #> 531 <NA> <NA> 50b0be45 #> 532 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG ddf342dd #> 533 <NA> <NA> 8c0572f5 #> 534 <NA> <NA> c598ef40 #> 535 <NA> <NA> a2fcc1c9 #> 536 <NA> <NA> 7aaaedd0 #> 537 <NA> <NA> 1e051442 #> 538 <NA> <NA> 15862eae #> 539 <NA> <NA> ebbf6599 #> 540 <NA> <NA> 006214b6 #> 541 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 8416ea70 #> 542 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC a5a3a123 #> 543 COLLEGE OF ENGINEERING IND/MFR SYS ENG e099da35 #> 544 <NA> <NA> 14e58786 #> 545 <NA> <NA> 1526678d #> 546 <NA> <NA> 8c899836 #> 547 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d92e6de1 #> 548 <NA> <NA> a740cde3 #> 549 <NA> <NA> c4d9a05f #> 550 <NA> <NA> fd442971 #> 551 <NA> <NA> 0439fd4a #> 552 <NA> <NA> 5f4592a1 #> 553 COLLEGE OF BUSINESS ACCOUNTING d390ec4d #> 554 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 5c6019fa #> 555 <NA> <NA> ef6d3ebe #> 556 <NA> <NA> 8826e3ad #> 557 <NA> <NA> b98ab9bb #> 558 COLLEGE OF BUSINESS ACCOUNTING 394b3719 #> 559 <NA> <NA> ccc247f0 #> 560 <NA> <NA> ce7c762b #> 561 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 230956c7 #> 562 <NA> <NA> 72134c64 #> 563 <NA> <NA> fb7520d8 #> 564 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 6e3789c9 #> 565 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 51ee78c7 #> 566 <NA> <NA> 2679102b #> 567 <NA> <NA> 2d5b7e9f #> 568 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC b3cd3367 #> 569 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 3493dfde #> 570 <NA> <NA> 3fb5ead6 #> 571 <NA> <NA> 6c10d1ad #> 572 COLLEGE OF BUSINESS SUPPLY CHN/INFO 3962f288 #> 573 <NA> <NA> b593904c #> 574 <NA> <NA> e78476e2 #> 575 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON a9702005 #> 576 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5cad0092 #> 577 <NA> <NA> 9018a4bf #> 578 <NA> <NA> ea1695f3 #> 579 COLLEGE OF DESIGN ART/VISUAL CULT 4bf59155 #> 580 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY e2b7d8b3 #> 581 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 45a5d61c #> 582 <NA> <NA> 31770527 #> 583 <NA> <NA> 3a58dc16 #> 584 <NA> <NA> 12e84ac0 #> 585 <NA> <NA> e1251d6b #> 586 <NA> <NA> 364edc97 #> 587 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 2c0ea90c #> 588 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9e2e3714 #> 589 <NA> <NA> 6afe0ea1 #> 590 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 01446b97 #> 591 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 8c615022 #> 592 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 60ea7e38 #> 593 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4ec5c9a9 #> 594 <NA> <NA> 8485991a #> 595 <NA> <NA> 5725059e #> 596 COLLEGE OF DESIGN GRAPHIC DSN adf91dca #> 597 <NA> <NA> be1272a2 #> 598 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2169ad2c #> 599 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 0f3aa9c2 #> 600 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c0ac229e #> 601 <NA> <NA> b078b8cc #> 602 <NA> <NA> f719933a #> 603 <NA> <NA> 05c57695 #> 604 COLLEGE OF DESIGN ART/VISUAL CULT bca564bd #> 605 <NA> <NA> 0bf630d8 #> 606 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 490fa067 #> 607 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS e61fe830 #> 608 <NA> <NA> 0f81101f #> 609 <NA> <NA> 948ec75e #> 610 <NA> <NA> 0b469c83 #> 611 <NA> <NA> 2061d8cd #> 612 <NA> <NA> 31889ab4 #> 613 <NA> <NA> 5a0c87bc #> 614 <NA> <NA> ad797efb #> 615 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c3791b89 #> 616 <NA> <NA> d60ea990 #> 617 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 62f3fc8b #> 618 <NA> <NA> 61fa97e2 #> 619 <NA> <NA> b771213b #> 620 <NA> <NA> a76d68e6 #> 621 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ea7ca31f #> 622 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1e79a093 #> 623 COLLEGE OF BUSINESS MARKETING af1331c7 #> 624 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 176e8ab7 #> 625 COLLEGE OF HUMAN SCIENCES KINESIOLOGY b84bf6f7 #> 626 COLLEGE of AGRICULTURE & LIFE SCIENCES LEOPOLD CENTER e9b5d46a #> 627 <NA> <NA> 1a720577 #> 628 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 3b3800e1 #> 629 <NA> <NA> e1fc6fe5 #> 630 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 756b8ba4 #> 631 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY fa151ace #> 632 <NA> <NA> b6bdc003 #> 633 <NA> <NA> a184f320 #> 634 <NA> <NA> d1398708 #> 635 COLLEGE OF ENGINEERING MECHANICAL ENG a1a6827d #> 636 <NA> <NA> 42006e21 #> 637 <NA> <NA> cf195996 #> 638 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1494dafe #> 639 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 64f551ac #> 640 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 09d81315 #> 641 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bfe57dbb #> 642 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 300431cd #> 643 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS eba02ff6 #> 644 <NA> <NA> 2b5cb4d3 #> 645 <NA> <NA> fc85f4fb #> 646 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d6cdf39f #> 647 <NA> <NA> 01f887f5 #> 648 <NA> <NA> bd7a0e64 #> 649 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST fc0b605e #> 650 <NA> <NA> 325e9239 #> 651 <NA> <NA> 9bd861cd #> 652 LIBRARY LIBRARY 323292af #> 653 <NA> <NA> 795cd31b #> 654 <NA> <NA> d0074ee5 #> 655 COLLEGE OF BUSINESS MARKETING 0fc1fcae #> 656 <NA> <NA> 4601051e #> 657 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d1e13a54 #> 658 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b6275cd6 #> 659 COLLEGE OF ENGINEERING CHEM & BIO ENGR 8cac4859 #> 660 <NA> <NA> 80b587f0 #> 661 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 811b4fd5 #> 662 <NA> <NA> eec581a9 #> 663 <NA> <NA> 5e98a6af #> 664 <NA> <NA> 02255dfa #> 665 <NA> <NA> f8df7e09 #> 666 <NA> <NA> b3a0f5e9 #> 667 <NA> <NA> 3426d597 #> 668 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY ca76e1f1 #> 669 <NA> <NA> 8b1a2a86 #> 670 <NA> <NA> 126468f2 #> 671 <NA> <NA> 91e1a560 #> 672 <NA> <NA> 0e53f109 #> 673 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 61be3cc7 #> 674 COOPERATIVE EXTENSION SERVICE VP EXT & OUTRCH 1ddfa04f #> 675 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 48e0b19e #> 676 <NA> <NA> efaae492 #> 677 <NA> <NA> 33452afc #> 678 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 09c28924 #> 679 <NA> <NA> cabdb91e #> 680 <NA> <NA> 1bffab05 #> 681 <NA> <NA> 34997a66 #> 682 <NA> <NA> 51c7f789 #> 683 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 345c1aca #> 684 <NA> <NA> fa884105 #> 685 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01e56d10 #> 686 COLLEGE OF HUMAN SCIENCES AESHM 1700fc19 #> 687 <NA> <NA> efd6d8cd #> 688 <NA> <NA> 69e38f54 #> 689 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 27a57881 #> 690 LIBRARY LIBRARY 11069cb2 #> 691 <NA> <NA> 3537d195 #> 692 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY ad7ade45 #> 693 <NA> <NA> bc729222 #> 694 <NA> <NA> 5643abf8 #> 695 <NA> <NA> 2347adcb #> 696 <NA> <NA> b1ddea62 #> 697 <NA> <NA> 81993542 #> 698 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bc1f01ac #> 699 COLLEGE OF DESIGN ART/VISUAL CULT 33384efb #> 700 <NA> <NA> 5f22a540 #> 701 <NA> <NA> f5fe7ac9 #> 702 <NA> <NA> 48afa788 #> 703 <NA> <NA> 8ce52486 #> 704 <NA> <NA> 0e33cee6 #> 705 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f08da1da #> 706 <NA> <NA> 7a6b27c3 #> 707 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c7e12e8b #> 708 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7ee5472d #> 709 <NA> <NA> 039cf4ec #> 710 <NA> <NA> 23db2c37 #> 711 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST e3ac40d8 #> 712 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE c1a93efe #> 713 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE eb28d7ca #> 714 <NA> <NA> 80995f53 #> 715 <NA> <NA> d7ac5e0b #> 716 <NA> <NA> b84499e6 #> 717 <NA> <NA> a31bf927 #> 718 <NA> <NA> 34e75267 #> 719 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9bd32472 #> 720 <NA> <NA> 77883638 #> 721 <NA> <NA> 03ef8257 #> 722 <NA> <NA> 93929b99 #> 723 <NA> <NA> 15719a93 #> 724 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 64defa4b #> 725 COLLEGE OF ENGINEERING MECHANICAL ENG 3fbd32c5 #> 726 <NA> <NA> fd407521 #> 727 <NA> <NA> 65415d90 #> 728 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 3b1dd085 #> 729 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 956deaea #> 730 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 55e08217 #> 731 <NA> <NA> f313785a #> 732 <NA> <NA> 63a48871 #> 733 <NA> <NA> 6188100c #> 734 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS fffe1941 #> 735 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 1375b40e #> 736 <NA> <NA> c5bc6e33 #> 737 <NA> <NA> fd9651c0 #> 738 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY b20156b5 #> 739 <NA> <NA> 2287f10f #> 740 <NA> <NA> 7698ac5c #> 741 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 35b97145 #> 742 <NA> <NA> 497a7424 #> 743 <NA> <NA> 9e526645 #> 744 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c83df720 #> 745 <NA> <NA> 8b5dcd40 #> 746 <NA> <NA> 1cc451a2 #> 747 <NA> <NA> 0625f992 #> 748 <NA> <NA> 2e771f51 #> 749 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8d5230d6 #> 750 <NA> <NA> f9ee4d30 #> 751 SENIOR VICE PRESIDENT & PROVOST CELT 50a086d9 #> 752 <NA> <NA> 91dd9c61 #> 753 <NA> <NA> 8d44b8bf #> 754 <NA> <NA> 4c8a646d #> 755 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST dcfd5c5c #> 756 <NA> <NA> 5e34ebac #> 757 <NA> <NA> f088ab2f #> 758 <NA> <NA> c2999f01 #> 759 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 6017d8f4 #> 760 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 264fe494 #> 761 COLLEGE OF BUSINESS SUPPLY CHN/INFO 9e440147 #> 762 COLLEGE OF DESIGN ART/VISUAL CULT edfffa1a #> 763 <NA> <NA> 988e29fd #> 764 <NA> <NA> 2e858f23 #> 765 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST ffdd9ec6 #> 766 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI f57c1264 #> 767 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST c83d4792 #> 768 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 675afabd #> 769 COLLEGE OF ENGINEERING MATERIAL SC/ENG 96524f15 #> 770 <NA> <NA> 1643dfae #> 771 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c569975f #> 772 <NA> <NA> 7848e20e #> 773 COLLEGE OF ENGINEERING MECHANICAL ENG 8ccd5b3b #> 774 <NA> <NA> 98065860 #> 775 <NA> <NA> 662eea47 #> 776 <NA> <NA> 696a658e #> 777 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 0e34a99f #> 778 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d12e036c #> 779 <NA> <NA> 9d47f27e #> 780 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS d71a3a63 #> 781 <NA> <NA> e679d7c3 #> 782 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC dfeaf5cf #> 783 <NA> <NA> a3898c31 #> 784 <NA> <NA> 801374fc #> 785 <NA> <NA> 5c53c604 #> 786 <NA> <NA> 09f77bfe #> 787 <NA> <NA> d10af800 #> 788 <NA> <NA> a42e4c60 #> 789 <NA> <NA> 5d190920 #> 790 <NA> <NA> cd5464a5 #> 791 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT e91d9999 #> 792 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON fa49adfa #> 793 <NA> <NA> 78c68ac8 #> 794 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7a38b031 #> 795 <NA> <NA> 21dae03d #> 796 <NA> <NA> 914ceeb4 #> 797 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS c5d98638 #> 798 <NA> <NA> 2035e6d1 #> 799 <NA> <NA> 42972a52 #> 800 <NA> <NA> b0ec69ee #> 801 <NA> <NA> efdc8789 #> 802 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT f6e67255 #> 803 <NA> <NA> 912daaea #> 804 <NA> <NA> 7fb76472 #> 805 <NA> <NA> 17436bc8 #> 806 <NA> <NA> 06e8f35e #> 807 COLLEGE OF DESIGN GRAPHIC DSN 8e528ff0 #> 808 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 4819b166 #> 809 <NA> <NA> 296ab08b #> 810 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 845c73cc #> 811 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8b89763c #> 812 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f2359140 #> 813 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST b1cea2f6 #> 814 <NA> <NA> 16306079 #> 815 <NA> <NA> 20aa13d5 #> 816 <NA> <NA> dce9d928 #> 817 <NA> <NA> 12fb15aa #> 818 COLLEGE OF ENGINEERING IND/MFR SYS ENG 70d297b0 #> 819 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC a730cc57 #> 820 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 1f3e2e64 #> 821 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE aed52643 #> 822 <NA> <NA> f2d7226d #> 823 <NA> <NA> 565b62b8 #> 824 <NA> <NA> 1132c916 #> 825 <NA> <NA> 311ad5a6 #> 826 <NA> <NA> 4b54a8ac #> 827 <NA> <NA> 241df44a #> 828 <NA> <NA> 77fc8cb6 #> 829 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c3938b31 #> 830 COLLEGE OF BUSINESS SUPPLY CHN/INFO 6e3aa6ae #> 831 <NA> <NA> 3fa119d8 #> 832 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 52ca8e38 #> 833 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY dde28617 #> 834 <NA> <NA> 7926aed1 #> 835 <NA> <NA> 14eb374b #> 836 <NA> <NA> f31090fa #> 837 <NA> <NA> 8147091d #> 838 <NA> <NA> 2e2812c5 #> 839 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ba21f415 #> 840 <NA> <NA> 9c59e1b9 #> 841 <NA> <NA> de523800 #> 842 <NA> <NA> fde3dbc7 #> 843 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ea1d8781 #> 844 <NA> <NA> bad2a3b6 #> 845 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT ac210d01 #> 846 <NA> <NA> 97580794 #> 847 COLLEGE OF DESIGN ART/VISUAL CULT 8c31c66a #> 848 <NA> <NA> b8ab29a6 #> 849 <NA> <NA> 5c389097 #> 850 <NA> <NA> 03c6c0c1 #> 851 <NA> <NA> fd41725a #> 852 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 65811bba #> 853 <NA> <NA> b3322d49 #> 854 <NA> <NA> f36dc721 #> 855 <NA> <NA> ef698ae2 #> 856 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS e33d62fe #> 857 <NA> <NA> 7cd55d42 #> 858 <NA> <NA> 18f37f90 #> 859 <NA> <NA> 3d1719fe #> 860 COLLEGE OF DESIGN ARCHITECTURE 6aa46c38 #> 861 <NA> <NA> 9916fe7f #> 862 COLLEGE OF ENGINEERING MATERIAL SC/ENG a0eff8d8 #> 863 COLLEGE OF ENGINEERING CHEM & BIO ENGR 52ceeceb #> 864 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 72ad9559 #> 865 <NA> <NA> 08fa4948 #> 866 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS c8380cef #> 867 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 36660db0 #> 868 <NA> <NA> d4cb150c #> 869 <NA> <NA> 03408489 #> 870 <NA> <NA> 3c62fe5f #> 871 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 9de858e0 #> 872 <NA> <NA> 08eab541 #> 873 COLLEGE OF HUMAN SCIENCES AESHM 8642fc60 #> 874 <NA> <NA> 18e8b724 #> 875 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 5db49758 #> 876 COLLEGE OF BUSINESS SUPPLY CHN/INFO bf61c266 #> 877 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 7363fc2e #> 878 <NA> <NA> 93235038 #> 879 <NA> <NA> 05e76569 #> 880 <NA> <NA> a0b61492 #> 881 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c628780d #> 882 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 516d58e5 #> 883 <NA> <NA> fd5e03ac #> 884 <NA> <NA> 4e9b7b9d #> 885 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 5ae7fad4 #> 886 <NA> <NA> 1c84b589 #> 887 <NA> <NA> a7c482f7 #> 888 <NA> <NA> 22d16f73 #> 889 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 91b25f69 #> 890 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c3348f20 #> 891 <NA> <NA> 38feb5d8 #> 892 COLLEGE OF ENGINEERING IND/MFR SYS ENG 6bedebb2 #> 893 COLLEGE OF ENGINEERING MECHANICAL ENG f7c102de #> 894 COLLEGE OF ENGINEERING MECHANICAL ENG 925ff39a #> 895 <NA> <NA> 57985065 #> 896 <NA> <NA> 8ba3ec59 #> 897 <NA> <NA> ea150e6e #> 898 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7fc9f3d2 #> 899 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 226fc9c4 #> 900 <NA> <NA> e0c10938 #> 901 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bbe4f8db #> 902 <NA> <NA> ab145fab #> 903 COLLEGE OF DESIGN ARCHITECTURE 7e4d3b46 #> 904 <NA> <NA> 4d53b78f #> 905 <NA> <NA> bf913e77 #> 906 <NA> <NA> d1e902ea #> 907 <NA> <NA> f300ae72 #> 908 <NA> <NA> 8c86d64d #> 909 <NA> <NA> 45c6289f #> 910 <NA> <NA> faba730f #> 911 COLLEGE OF DESIGN COMMUN/REG PLAN dde32c10 #> 912 <NA> <NA> 97f1a6e4 #> 913 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1a7feb02 #> 914 <NA> <NA> 682f031a #> 915 <NA> <NA> f4dec913 #> 916 <NA> <NA> ccd78de4 #> 917 <NA> <NA> ed27f17a #> 918 LIBRARY LIBRARY 254397e6 #> 919 COLLEGE OF DESIGN ART/VISUAL CULT ea35170c #> 920 COLLEGE OF DESIGN ARCHITECTURE 1fdbef2d #> 921 <NA> <NA> df48eeef #> 922 <NA> <NA> a45a8c86 #> 923 <NA> <NA> 543c6de5 #> 924 <NA> <NA> f5176e0c #> 925 COLLEGE OF DESIGN ARCHITECTURE 748a3ad1 #> 926 <NA> <NA> 93ace441 #> 927 <NA> <NA> 689acb57 #> 928 COLLEGE OF ENGINEERING MATERIAL SC/ENG bd9142f0 #> 929 <NA> <NA> 479d9b1c #> 930 <NA> <NA> 2c3a3a8e #> 931 <NA> <NA> 683789b3 #> 932 LIBRARY LIBRARY 87050277 #> 933 <NA> <NA> aaaaa814 #> 934 <NA> <NA> c4d27805 #> 935 COLLEGE OF ENGINEERING IND/MFR SYS ENG c5688dd3 #> 936 <NA> <NA> 5aeb70e3 #> 937 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2d1c4ee5 #> 938 <NA> <NA> 53047931 #> 939 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 852f4c70 #> 940 <NA> <NA> d6fd299b #> 941 <NA> <NA> ec754152 #> 942 <NA> <NA> 5a05ae27 #> 943 <NA> <NA> 3f7b7323 #> 944 <NA> <NA> 89c5bf0b #> 945 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED daffcade #> 946 <NA> <NA> c3403b9e #> 947 <NA> <NA> 7d395c5d #> 948 <NA> <NA> 90eecfe7 #> 949 <NA> <NA> 3f0442aa #> 950 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c9fff938 #> 951 <NA> <NA> 938af729 #> 952 <NA> <NA> 32924509 #> 953 <NA> <NA> 0141cdef #> 954 <NA> <NA> 36dba5c8 #> 955 <NA> <NA> 41fdd1d1 #> 956 <NA> <NA> fe09aac0 #> 957 <NA> <NA> 41ad1ea8 #> 958 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5126587a #> 959 <NA> <NA> 08abaa4a #> 960 <NA> <NA> b73736e5 #> 961 <NA> <NA> baf771e4 #> 962 <NA> <NA> eb5062fa #> 963 <NA> <NA> 361d874b #> 964 <NA> <NA> cda26ee4 #> 965 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 6a16fd1c #> 966 COLLEGE OF BUSINESS FINANCE 37b7b3f5 #> 967 <NA> <NA> 3a41189b #> 968 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d6623562 #> 969 <NA> <NA> f80b7fc9 #> 970 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 7c56fe80 #> 971 <NA> <NA> 10da2a51 #> 972 <NA> <NA> c5b6087f #> 973 <NA> <NA> 694bf5ef #> 974 <NA> <NA> 19714835 #> 975 <NA> <NA> ce66e127 #> 976 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 5fba46c9 #> 977 <NA> <NA> 52822ed4 #> 978 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI d376db85 #> 979 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ee491524 #> 980 <NA> <NA> ee43c8fa #> 981 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 1e3197d2 #> 982 <NA> <NA> f3494c24 #> 983 COLLEGE OF ENGINEERING AEROSPACE ENG 1584de11 #> 984 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 7ae8f5eb #> 985 <NA> <NA> 436446f1 #> 986 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f0df0da1 #> 987 <NA> <NA> 29d96bd1 #> 988 COLLEGE OF BUSINESS MARKETING 8cf72bee #> 989 <NA> <NA> 0853c8b3 #> 990 <NA> <NA> 47be4c20 #> 991 VICE PRESIDENT FOR RESEARCH & ECON DEVEL VP RESEARCH 522d9934 #> 992 <NA> <NA> 0c13bc33 #> 993 COLLEGE OF BUSINESS ACCOUNTING 1ca93499 #> 994 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c23c6d2c #> 995 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 10e04d6d #> 996 <NA> <NA> a5b0744e #> 997 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE a8c04b75 #> 998 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 03382c85 #> 999 <NA> <NA> 71b7b752 #> 1000 <NA> <NA> 52370c89 #> 1001 <NA> <NA> cea041ab #> 1002 <NA> <NA> 471c4b7e #> 1003 <NA> <NA> 2788c167 #> 1004 <NA> <NA> 33595fa4 #> 1005 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 99eb2a39 #> 1006 <NA> <NA> 1302dbc2 #> 1007 COLLEGE OF DESIGN ART/VISUAL CULT b5ae76f0 #> 1008 <NA> <NA> 5293b078 #> 1009 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 71083a32 #> 1010 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a9861460 #> 1011 <NA> <NA> 3196daa9 #> 1012 <NA> <NA> a003a7f2 #> 1013 <NA> <NA> 9939402b #> 1014 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI cca00ad7 #> 1015 <NA> <NA> 01ed212d #> 1016 <NA> <NA> 96a1e1c3 #> 1017 <NA> <NA> 91a70d3f #> 1018 <NA> <NA> 7f065fc7 #> 1019 <NA> <NA> e2178765 #> 1020 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 76497a9d #> 1021 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS f62a7680 #> 1022 <NA> <NA> 092d8c7f #> 1023 COLLEGE OF DESIGN LANDSCAPE ARCH 0b89c892 #> 1024 COLLEGE OF ENGINEERING CHEM & BIO ENGR e212b321 #> 1025 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4b76d758 #> 1026 <NA> <NA> da782310 #> 1027 <NA> <NA> 5fd269d0 #> 1028 <NA> <NA> 2d83620e #> 1029 <NA> <NA> 42513bc7 #> 1030 <NA> <NA> 90874381 #> 1031 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED f8b7596f #> 1032 COLLEGE OF ENGINEERING AEROSPACE ENG eebf7567 #> 1033 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 886aebb2 #> 1034 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 28940965 #> 1035 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 6a3570e1 #> 1036 <NA> <NA> ada5ec5c #> 1037 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 220ec155 #> 1038 <NA> <NA> bc9aff07 #> 1039 <NA> <NA> 1f9e8f31 #> 1040 <NA> <NA> 3b2992f8 #> 1041 COLLEGE OF ENGINEERING MATERIAL SC/ENG 5e5b61f2 #> 1042 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 90ff0299 #> 1043 <NA> <NA> 4b623766 #> 1044 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1e4671e8 #> 1045 <NA> <NA> e6454bab #> 1046 <NA> <NA> d9dc097d #> 1047 <NA> <NA> 617fa6cb #> 1048 COLLEGE OF ENGINEERING IND/MFR SYS ENG 8b399d45 #> 1049 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 379973c8 #> 1050 <NA> <NA> ea36aa30 #> 1051 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY af19d8e8 #> 1052 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 79ad26bd #> 1053 <NA> <NA> 13b6fd67 #> 1054 <NA> <NA> b443dceb #> 1055 <NA> <NA> 81becc08 #> 1056 <NA> <NA> 9b7060ed #> 1057 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 25731b84 #> 1058 COLLEGE OF BUSINESS FINANCE 99a58a70 #> 1059 <NA> <NA> bdf6c170 #> 1060 <NA> <NA> 2f3d28a1 #> 1061 <NA> <NA> 39dfef0d #> 1062 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 81596df1 #> 1063 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 61cd367c #> 1064 <NA> <NA> 3a2cae32 #> 1065 <NA> <NA> e1db6f11 #> 1066 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 6a297ba6 #> 1067 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 1cea9fa9 #> 1068 COLLEGE OF BUSINESS SUPPLY CHN/INFO ed8c7303 #> 1069 <NA> <NA> d98f4f90 #> 1070 <NA> <NA> d5833def #> 1071 <NA> <NA> ae6e650c #> 1072 <NA> <NA> 4f430181 #> 1073 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 84c3cddd #> 1074 <NA> <NA> 6ec5483a #> 1075 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0991aca8 #> 1076 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 9f5fbad6 #> 1077 <NA> <NA> cb794e1e #> 1078 <NA> <NA> afd76d99 #> 1079 <NA> <NA> 97804c86 #> 1080 <NA> <NA> 5f1e3ff9 #> 1081 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT eedde15c #> 1082 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a334c17d #> 1083 <NA> <NA> d87e9157 #> 1084 <NA> <NA> e2a9fcca #> 1085 <NA> <NA> 58248e07 #> 1086 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE d3d55c60 #> 1087 COLLEGE OF DESIGN LANDSCAPE ARCH 7d9553f3 #> 1088 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa524769 #> 1089 <NA> <NA> 29112bc0 #> 1090 LIBRARY LIBRARY 0d983098 #> 1091 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS b182bc0c #> 1092 <NA> <NA> 3acc5317 #> 1093 <NA> <NA> c60005a6 #> 1094 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 40aff4f3 #> 1095 COLLEGE OF ENGINEERING CIV/CON/ENV ENG f7caf49a #> 1096 COLLEGE OF ENGINEERING CHEM & BIO ENGR 43825a22 #> 1097 <NA> <NA> 24f65618 #> 1098 COLLEGE OF DESIGN ARCHITECTURE 1919a7a0 #> 1099 <NA> <NA> faa9b061 #> 1100 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c7874017 #> 1101 COLLEGE OF ENGINEERING MATERIAL SC/ENG 08587297 #> 1102 <NA> <NA> 907af524 #> 1103 <NA> <NA> 7b00a24d #> 1104 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC a3e06560 #> 1105 <NA> <NA> 955878d2 #> 1106 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH a1bbdd89 #> 1107 COLLEGE OF ENGINEERING AEROSPACE ENG e704d610 #> 1108 <NA> <NA> 6ca8d215 #> 1109 <NA> <NA> 2460d98e #> 1110 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2cc260c1 #> 1111 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4dd6d115 #> 1112 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 6d10aed5 #> 1113 <NA> <NA> e3df4a0d #> 1114 COLLEGE OF BUSINESS MANAGEMENT c752aed0 #> 1115 COLLEGE OF ENGINEERING MECHANICAL ENG d5611c51 #> 1116 <NA> <NA> 6daf3c9a #> 1117 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 35fa7409 #> 1118 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 1a6430fc #> 1119 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS dad8d816 #> 1120 <NA> <NA> 784cbbe8 #> 1121 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 939a4396 #> 1122 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 0894d3fd #> 1123 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC c855dece #> 1124 <NA> <NA> 94668ba9 #> 1125 <NA> <NA> 4f1e51ea #> 1126 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 04783722 #> 1127 <NA> <NA> 9695542b #> 1128 <NA> <NA> 27732cae #> 1129 <NA> <NA> 1982b656 #> 1130 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3d216a5a #> 1131 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS cf21f167 #> 1132 <NA> <NA> 642b478a #> 1133 <NA> <NA> ca5b94f1 #> 1134 <NA> <NA> 8044500c #> 1135 <NA> <NA> 3ec3fe99 #> 1136 <NA> <NA> 1e7a3b5c #> 1137 <NA> <NA> 3f60ee8c #> 1138 COLLEGE OF ENGINEERING ENGINEERING ADM d2ccb154 #> 1139 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 9f12cc6b #> 1140 <NA> <NA> 1a1da81a #> 1141 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8a9585d #> 1142 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS ca808f2c #> 1143 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 1dd75e60 #> 1144 <NA> <NA> 6cc35e9d #> 1145 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 85c3ad13 #> 1146 <NA> <NA> 4bf686eb #> 1147 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 6b2e4111 #> 1148 <NA> <NA> 58616aa2 #> 1149 <NA> <NA> fc730f10 #> 1150 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 25412cf6 #> 1151 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC bee66b35 #> 1152 <NA> <NA> 9a6cabde #> 1153 COLLEGE OF DESIGN ARCHITECTURE f51459b8 #> 1154 COLLEGE OF ENGINEERING CIV/CON/ENV ENG b8875b31 #> 1155 LIBRARY LIBRARY fa1c78e4 #> 1156 <NA> <NA> 5b91408a #> 1157 <NA> <NA> dea8b733 #> 1158 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0bdddf24 #> 1159 <NA> <NA> 1e711bf1 #> 1160 <NA> <NA> 916a5694 #> 1161 <NA> <NA> cf83a30a #> 1162 <NA> <NA> c3feaaf5 #> 1163 <NA> <NA> 1f30a20e #> 1164 <NA> <NA> c0038e95 #> 1165 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG eaa2c422 #> 1166 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 29c2a801 #> 1167 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 0cc8f270 #> 1168 COLLEGE OF BUSINESS FINANCE d4292fdc #> 1169 <NA> <NA> 35da7c1b #> 1170 <NA> <NA> 544ed4e8 #> 1171 <NA> <NA> 2c771cfb #> 1172 <NA> <NA> 3dd1e64c #> 1173 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 61a07982 #> 1174 <NA> <NA> e11cbd08 #> 1175 COLLEGE OF ENGINEERING AEROSPACE ENG ef8964c9 #> 1176 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 0ec2d534 #> 1177 <NA> <NA> 64eb8b32 #> 1178 COLLEGE OF ENGINEERING MECHANICAL ENG d71e1ca0 #> 1179 <NA> <NA> b4d4110b #> 1180 COLLEGE OF ENGINEERING ENGINEERING ADM 5bc51a4e #> 1181 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE f25c1ae3 #> 1182 <NA> <NA> 3029cba0 #> 1183 COLLEGE OF BUSINESS SUPPLY CHN/INFO 342ca2d3 #> 1184 <NA> <NA> da3d68ed #> 1185 <NA> <NA> b7613250 #> 1186 <NA> <NA> 360d4257 #> 1187 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 479c0cb9 #> 1188 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa0ba3f5 #> 1189 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG b30dd0c0 #> 1190 <NA> <NA> 2add02cd #> 1191 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 030ba0ce #> 1192 COOPERATIVE EXTENSION SERVICE VP EXT & OUTRCH bfcab72a #> 1193 <NA> <NA> d1f4f1f1 #> 1194 <NA> <NA> 4cdd72fb #> 1195 <NA> <NA> 417fc77c #> 1196 <NA> <NA> f9e7df39 #> 1197 <NA> <NA> f648c800 #> 1198 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY b9a80ce6 #> 1199 <NA> <NA> 97fba422 #> 1200 <NA> <NA> f92b469e #> 1201 <NA> <NA> b47e5ddc #> 1202 <NA> <NA> 8c188ff8 #> 1203 <NA> <NA> 5e520e65 #> 1204 <NA> <NA> fbc08768 #> 1205 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 1b5c8d6a #> 1206 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c8b89d4d #> 1207 <NA> <NA> 089520d6 #> 1208 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 054c4aa0 #> 1209 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 8c2eba55 #> 1210 <NA> <NA> 6544ad3c #> 1211 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG fca71854 #> 1212 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0ba9d7cb #> 1213 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 052a7158 #> 1214 <NA> <NA> 6bfc0c45 #> 1215 <NA> <NA> 4a0d1ffe #> 1216 <NA> <NA> 80be62cb #> 1217 <NA> <NA> 09b28d8f #> 1218 <NA> <NA> b58ad699 #> 1219 <NA> <NA> 57ff807e #> 1220 COLLEGE OF BUSINESS SUPPLY CHN/INFO 55b6e899 #> 1221 <NA> <NA> 539a30d0 #> 1222 <NA> <NA> c88b7f7d #> 1223 <NA> <NA> d399fcf1 #> 1224 <NA> <NA> 838514b2 #> 1225 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4841632e #> 1226 <NA> <NA> 71932846 #> 1227 <NA> <NA> 625a7213 #> 1228 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 28a2af64 #> 1229 <NA> <NA> 6572a789 #> 1230 <NA> <NA> 461255ae #> 1231 <NA> <NA> 39840a83 #> 1232 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d77231f7 #> 1233 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 4bba7034 #> 1234 <NA> <NA> d904784a #> 1235 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e46599d8 #> 1236 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e0ba760d #> 1237 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 355df010 #> 1238 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 378eddb9 #> 1239 <NA> <NA> 736dc764 #> 1240 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 7eae693f #> 1241 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 77f8e62f #> 1242 <NA> <NA> 7c2267a7 #> 1243 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a50154f1 #> 1244 <NA> <NA> 9c369cd0 #> 1245 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 04d0c9e7 #> 1246 <NA> <NA> 60563d31 #> 1247 <NA> <NA> 2db5c2e2 #> 1248 COLLEGE OF BUSINESS MANAGEMENT abf155af #> 1249 COLLEGE OF ENGINEERING MECHANICAL ENG 1a54ecbe #> 1250 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS ce31042a #> 1251 SENIOR VICE PRESIDENT & PROVOST SR VP/PROVOST abf68f59 #> 1252 <NA> <NA> d6cd1ab4 #> 1253 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 309ac422 #> 1254 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b81e1f01 #> 1255 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1074c871 #> 1256 LIBRARY LIBRARY 4b78d0ca #> 1257 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC CDS 10ebc589 #> 1258 <NA> <NA> 1f2f7930 #> 1259 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 09d0af42 #> 1260 <NA> <NA> aa4435bc #> 1261 <NA> <NA> b519c76e #> 1262 <NA> <NA> 7ccfd15f #> 1263 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c12efc80 #> 1264 <NA> <NA> 2ff8ed88 #> 1265 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS c198a621 #> 1266 <NA> <NA> d0a9bc83 #> 1267 <NA> <NA> def188c1 #> 1268 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 266f38a7 #> 1269 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c6b82eb0 #> 1270 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 6eb6ef76 #> 1271 COLLEGE OF DESIGN LANDSCAPE ARCH c1ddfcd2 #> 1272 <NA> <NA> 2bdd9284 #> 1273 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS dac99b05 #> 1274 <NA> <NA> 60ba8e92 #> 1275 <NA> <NA> 7546f3ef #> 1276 COLLEGE OF DESIGN ART/VISUAL CULT 1245cd87 #> 1277 <NA> <NA> 728f4ea7 #> 1278 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b5afad12 #> 1279 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 82fffb6d #> 1280 <NA> <NA> bc7981bf #> 1281 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a1f105b0 #> 1282 <NA> <NA> 66a5539b #> 1283 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED cd860f86 #> 1284 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC cef0d6b3 #> 1285 <NA> <NA> 417b1b16 #> 1286 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 1051d113 #> 1287 <NA> <NA> 1aff1228 #> 1288 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 62134332 #> 1289 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 16fc68f3 #> 1290 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 353f3920 #> 1291 <NA> <NA> e0679c53 #> 1292 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 68362218 #> 1293 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 226b6c4b #> 1294 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 87206bea #> 1295 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS cf942aef #> 1296 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS d7be6e4c #> 1297 <NA> <NA> ef0832da #> 1298 <NA> <NA> ff8a6699 #> 1299 <NA> <NA> 862f87d4 #> 1300 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b88b529f #> 1301 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON adfb3562 #> 1302 <NA> <NA> d98c099b #> 1303 <NA> <NA> 557937ff #> 1304 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 4b3a99f4 #> 1305 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 170f3d6c #> 1306 <NA> <NA> df01bf29 #> 1307 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY cdf8a06c #> 1308 <NA> <NA> f82066d2 #> 1309 <NA> <NA> 49930e32 #> 1310 <NA> <NA> e84f61be #> 1311 <NA> <NA> 54c98ba6 #> 1312 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 2f84df7b #> 1313 <NA> <NA> 72c377c9 #> 1314 <NA> <NA> f18550c6 #> 1315 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS a79fcb0e #> 1316 <NA> <NA> 8ffa8d17 #> 1317 <NA> <NA> 2bb15200 #> 1318 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 78af38d5 #> 1319 <NA> <NA> 4f1ad040 #> 1320 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2806bb3e #> 1321 COLLEGE OF ENGINEERING MECHANICAL ENG c347906c #> 1322 <NA> <NA> fed60ce6 #> 1323 <NA> <NA> e7b000ad #> 1324 <NA> <NA> 0f24c23f #> 1325 COLLEGE OF ENGINEERING CIV/CON/ENV ENG eff68a60 #> 1326 <NA> <NA> 1ebb3b50 #> 1327 COLLEGE OF HUMAN SCIENCES AESHM 8930e489 #> 1328 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 722cc97f #> 1329 <NA> <NA> d55b2d76 #> 1330 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 97b97e2b #> 1331 COLLEGE OF BUSINESS MARKETING 5819b8f8 #> 1332 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 2eaf7f44 #> 1333 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 11ce56c0 #> 1334 <NA> <NA> 1f06a65a #> 1335 <NA> <NA> 7737cf89 #> 1336 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE a1df75f8 #> 1337 <NA> <NA> f8c4bfeb #> 1338 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 337d2c3d #> 1339 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC b3cbac87 #> 1340 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 73d76364 #> 1341 <NA> <NA> 363959f9 #> 1342 <NA> <NA> f60f6b7a #> 1343 <NA> <NA> 79cfc2ab #> 1344 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY bfd28e7d #> 1345 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 34925a86 #> 1346 <NA> <NA> 34a061e6 #> 1347 <NA> <NA> 2544f7f3 #> 1348 <NA> <NA> a3b50b92 #> 1349 <NA> <NA> eb394f1b #> 1350 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 17897ba2 #> 1351 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 5042ed03 #> 1352 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 114e13e9 #> 1353 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ab7c739c #> 1354 <NA> <NA> 298ccca6 #> 1355 <NA> <NA> c1d9829c #> 1356 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 9dee2bc2 #> 1357 <NA> <NA> 903c25a1 #> 1358 COLLEGE OF DESIGN ARCHITECTURE 5e977a19 #> 1359 <NA> <NA> d69f453a #> 1360 <NA> <NA> e63bff88 #> 1361 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 48e7a1b8 #> 1362 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d0ac4fa6 #> 1363 <NA> <NA> 69c49dba #> 1364 <NA> <NA> 658474e9 #> 1365 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2a52d568 #> 1366 <NA> <NA> cbf356ab #> 1367 COLLEGE OF BUSINESS SUPPLY CHN/INFO 0c059ed8 #> 1368 <NA> <NA> fd099b12 #> 1369 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 165803e5 #> 1370 <NA> <NA> a72bfc1a #> 1371 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9d2c3ad7 #> 1372 <NA> <NA> bab1b78b #> 1373 <NA> <NA> 94e35beb #> 1374 <NA> <NA> aa677a76 #> 1375 <NA> <NA> ff1d3cf6 #> 1376 <NA> <NA> b2540156 #> 1377 <NA> <NA> 74eb0279 #> 1378 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 7576c130 #> 1379 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 69d3851c #> 1380 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 17f22c03 #> 1381 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c00cc7d6 #> 1382 COLLEGE OF ENGINEERING MATERIAL SC/ENG f6ea49a8 #> 1383 <NA> <NA> dba9d9d4 #> 1384 <NA> <NA> ebadcee4 #> 1385 <NA> <NA> 0c354aea #> 1386 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY d0c1b5af #> 1387 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7f444293 #> 1388 <NA> <NA> d4b7f568 #> 1389 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 453cc206 #> 1390 <NA> <NA> 9a861ac1 #> 1391 <NA> <NA> 341f90b1 #> 1392 <NA> <NA> f5b07a34 #> 1393 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS b927e46a #> 1394 <NA> <NA> 09e19140 #> 1395 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 127fd1e9 #> 1396 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8a6be6be #> 1397 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 78d5f1b6 #> 1398 <NA> <NA> c8755c94 #> 1399 <NA> <NA> 13af17af #> 1400 AMES LABORATORY OF US DOE AMES LABORATORY 9bb6f508 #> 1401 <NA> <NA> c598f805 #> 1402 <NA> <NA> 1cada40c #> 1403 <NA> <NA> 8af5c8b4 #> 1404 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY b7850369 #> 1405 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 67b3780d #> 1406 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2f530f06 #> 1407 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 7493d0ad #> 1408 <NA> <NA> fc4e40c3 #> 1409 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 2039f217 #> 1410 LIBRARY LIBRARY 59c316e7 #> 1411 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 44efc7ae #> 1412 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE fc866ff5 #> 1413 <NA> <NA> 79a2758d #> 1414 <NA> <NA> 4bd8cff5 #> 1415 <NA> <NA> 6ee13352 #> 1416 <NA> <NA> 395409ba #> 1417 <NA> <NA> 370c6ce6 #> 1418 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST c0ed8d91 #> 1419 <NA> <NA> 03ddcee5 #> 1420 <NA> <NA> 58ea446e #> 1421 <NA> <NA> cbe00c18 #> 1422 <NA> <NA> e32fb594 #> 1423 COLLEGE OF DESIGN LANDSCAPE ARCH 570e471c #> 1424 <NA> <NA> 63752cd5 #> 1425 <NA> <NA> 976ef33b #> 1426 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c48f6cfd #> 1427 <NA> <NA> e3e1cc1e #> 1428 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 7be66d84 #> 1429 COLLEGE OF HUMAN SCIENCES KINESIOLOGY e4dc1a1e #> 1430 <NA> <NA> 289dd0df #> 1431 <NA> <NA> 26715045 #> 1432 <NA> <NA> b617415d #> 1433 <NA> <NA> afac3290 #> 1434 <NA> <NA> dd0060ea #> 1435 <NA> <NA> 94a81c42 #> 1436 <NA> <NA> 800bd805 #> 1437 COLLEGE OF ENGINEERING AEROSPACE ENG 42c76ebc #> 1438 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 6de0d7bd #> 1439 <NA> <NA> b62c79e6 #> 1440 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO f5597717 #> 1441 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO ced9703c #> 1442 <NA> <NA> ffafd6e5 #> 1443 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8e137768 #> 1444 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 35879093 #> 1445 <NA> <NA> c3e8daa2 #> 1446 <NA> <NA> bd776231 #> 1447 <NA> <NA> 6378cfb3 #> 1448 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8e75625 #> 1449 <NA> <NA> 76cffe68 #> 1450 SENIOR VICE PRESIDENT & PROVOST CELT 440809db #> 1451 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 5ba17e38 #> 1452 <NA> <NA> 67fabf62 #> 1453 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS a4d97695 #> 1454 COLLEGE OF DESIGN ARCHITECTURE 64f7db7b #> 1455 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG da72335e #> 1456 <NA> <NA> 55e91d40 #> 1457 <NA> <NA> e7ba0600 #> 1458 <NA> <NA> e27fc0b6 #> 1459 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 6cdf4c73 #> 1460 <NA> <NA> c5d4afec #> 1461 <NA> <NA> 9f0321a0 #> 1462 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 750ed03e #> 1463 <NA> <NA> e387d233 #> 1464 <NA> <NA> 3d83b2f0 #> 1465 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a2252304 #> 1466 <NA> <NA> 666d1bc6 #> 1467 <NA> <NA> 02fe6925 #> 1468 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54e1be5f #> 1469 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 556803fb #> 1470 <NA> <NA> 8994ebda #> 1471 <NA> <NA> f8927edb #> 1472 <NA> <NA> e79d0161 #> 1473 <NA> <NA> 0095ac81 #> 1474 <NA> <NA> 330cb8e8 #> 1475 <NA> <NA> 5786549d #> 1476 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 4720841b #> 1477 <NA> <NA> ccb1ef41 #> 1478 <NA> <NA> 774b4f04 #> 1479 <NA> <NA> d59784b8 #> 1480 <NA> <NA> 3660c51e #> 1481 <NA> <NA> 545488e1 #> 1482 <NA> <NA> bcaf901c #> 1483 COLLEGE OF HUMAN SCIENCES AESHM 7e0d7f88 #> 1484 <NA> <NA> fc395d94 #> 1485 <NA> <NA> 628b4801 #> 1486 <NA> <NA> 9753ba0f #> 1487 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE be6dd438 #> 1488 <NA> <NA> 5af253d3 #> 1489 <NA> <NA> c08c5b46 #> 1490 <NA> <NA> 18018b3e #> 1491 COLLEGE OF ENGINEERING MATERIAL SC/ENG aaf66162 #> 1492 <NA> <NA> ffa9d2ee #> 1493 <NA> <NA> 7a9d7662 #> 1494 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI e51de2e8 #> 1495 <NA> <NA> 9e51afdd #> 1496 <NA> <NA> e04aaec0 #> 1497 <NA> <NA> 627dd854 #> 1498 <NA> <NA> d6b4d106 #> 1499 <NA> <NA> 226b8fb8 #> 1500 <NA> <NA> 1e52cbdc #> 1501 <NA> <NA> 9563757e #> 1502 <NA> <NA> 3c6dad55 #> 1503 <NA> <NA> 372c3d3f #> 1504 COLLEGE OF ENGINEERING MECHANICAL ENG c805b487 #> 1505 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG d956afc6 #> 1506 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED a06467f0 #> 1507 <NA> <NA> 77aa1858 #> 1508 COLLEGE OF DESIGN GRAPHIC DSN 9a5fd3c2 #> 1509 <NA> <NA> 7edb133f #> 1510 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d524a9c0 #> 1511 <NA> <NA> 93052687 #> 1512 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 9ebfd7d7 #> 1513 <NA> <NA> 4203a684 #> 1514 <NA> <NA> 3e371e0c #> 1515 <NA> <NA> 28a08ba1 #> 1516 <NA> <NA> bcbf676b #> 1517 <NA> <NA> a4559b3e #> 1518 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8a26308 #> 1519 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC e714e3ff #> 1520 COLLEGE OF DESIGN ART/VISUAL CULT 0a9ca9c7 #> 1521 COLLEGE OF DESIGN GRAPHIC DSN 9a84e851 #> 1522 COLLEGE OF DESIGN ARCHITECTURE 1915ed22 #> 1523 COLLEGE OF BUSINESS FINANCE aa9df26b #> 1524 <NA> <NA> 41c67b01 #> 1525 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 579e085a #> 1526 <NA> <NA> cb7987e9 #> 1527 <NA> <NA> eae6bd8d #> 1528 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da833f7b #> 1529 <NA> <NA> ca365d22 #> 1530 <NA> <NA> 0da53fa2 #> 1531 <NA> <NA> 9590c3ba #> 1532 <NA> <NA> b3b46481 #> 1533 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 015440d7 #> 1534 COLLEGE OF ENGINEERING CIV/CON/ENV ENG bbe2900c #> 1535 <NA> <NA> 27758826 #> 1536 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 04b332a0 #> 1537 COLLEGE OF DESIGN ARCHITECTURE d7bea786 #> 1538 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY d83e13d4 #> 1539 COLLEGE OF ENGINEERING MECHANICAL ENG 8f330ad1 #> 1540 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC fe2688a4 #> 1541 <NA> <NA> c1f9dbff #> 1542 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 811a66ac #> 1543 <NA> <NA> 81ee20e9 #> 1544 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 50d7e83c #> 1545 <NA> <NA> b7b2c5cd #> 1546 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c6c9b118 #> 1547 <NA> <NA> e04441ee #> 1548 <NA> <NA> 866b5181 #> 1549 <NA> <NA> bc6fbd61 #> 1550 <NA> <NA> c4ecab96 #> 1551 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3227004f #> 1552 <NA> <NA> 30136b73 #> 1553 <NA> <NA> 79fd6c89 #> 1554 <NA> <NA> fb9ddf30 #> 1555 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 2e39a208 #> 1556 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 82bed8e2 #> 1557 <NA> <NA> 71d89a0f #> 1558 <NA> <NA> 99afd351 #> 1559 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 08f1e76c #> 1560 <NA> <NA> fd8b00c3 #> 1561 COLLEGE OF DESIGN COMMUN/REG PLAN fbefc6a3 #> 1562 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 3c8d1b10 #> 1563 <NA> <NA> 95d39432 #> 1564 <NA> <NA> 14d3d21e #> 1565 <NA> <NA> b18e9b32 #> 1566 COLLEGE OF ENGINEERING CHEM & BIO ENGR 3b9762ca #> 1567 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON f27d3dac #> 1568 LIBRARY LIBRARY 95cab90a #> 1569 <NA> <NA> 70f4d4b9 #> 1570 <NA> <NA> 71768e57 #> 1571 <NA> <NA> 716f712f #> 1572 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 970bbb0b #> 1573 <NA> <NA> 3ecbbe18 #> 1574 <NA> <NA> e4624755 #> 1575 <NA> <NA> 02008b89 #> 1576 IT SERVICES IT SERVICES CIO 50f4c0b8 #> 1577 <NA> <NA> e49dfc8f #> 1578 <NA> <NA> 1c2d73cd #> 1579 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 248973b6 #> 1580 <NA> <NA> 679a04be #> 1581 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9673b984 #> 1582 <NA> <NA> fcb87b9a #> 1583 <NA> <NA> d4f4740c #> 1584 <NA> <NA> a0927d8e #> 1585 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY f6a7a70f #> 1586 COLLEGE OF BUSINESS FINANCE 4dd7e070 #> 1587 <NA> <NA> a333325c #> 1588 <NA> <NA> 6c67cb19 #> 1589 <NA> <NA> 4fdd30f0 #> 1590 <NA> <NA> 2362ffde #> 1591 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE efef4af1 #> 1592 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c24dc8d3 #> 1593 <NA> <NA> dd3c40b3 #> 1594 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c0967976 #> 1595 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 203b875b #> 1596 COLLEGE OF DESIGN ART/VISUAL CULT b853228c #> 1597 <NA> <NA> 4ea1593e #> 1598 <NA> <NA> 50305473 #> 1599 <NA> <NA> 7e454de3 #> 1600 <NA> <NA> 33a15d51 #> 1601 <NA> <NA> 0fa478c5 #> 1602 <NA> <NA> f6bedcb7 #> 1603 <NA> <NA> 6233b041 #> 1604 <NA> <NA> 69fea888 #> 1605 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 10bea954 #> 1606 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5fd15749 #> 1607 <NA> <NA> 473e66b5 #> 1608 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 0351abec #> 1609 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 85cce262 #> 1610 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY a7a04908 #> 1611 <NA> <NA> 44bdf9d6 #> 1612 <NA> <NA> 864503c6 #> 1613 <NA> <NA> 273e9165 #> 1614 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 2b615e2e #> 1615 <NA> <NA> 13c05730 #> 1616 <NA> <NA> ab97062d #> 1617 <NA> <NA> 4465823b #> 1618 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c64b87e6 #> 1619 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2cfd8081 #> 1620 COLLEGE OF ENGINEERING AEROSPACE ENG e73aa644 #> 1621 <NA> <NA> 9e0b5755 #> 1622 <NA> <NA> de7fe71c #> 1623 <NA> <NA> ec5b8cff #> 1624 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e04143b4 #> 1625 <NA> <NA> fbc2b6c8 #> 1626 <NA> <NA> d156c5fd #> 1627 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE f4ce44e2 #> 1628 <NA> <NA> 671f30e4 #> 1629 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c39ee2d3 #> 1630 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 3856f700 #> 1631 <NA> <NA> 7c0d5fc2 #> 1632 <NA> <NA> 1204e056 #> 1633 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 7c539f7c #> 1634 <NA> <NA> 8912b6ab #> 1635 <NA> <NA> 601c6e6a #> 1636 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 38aed530 #> 1637 COLLEGE OF BUSINESS ACCOUNTING f7249da1 #> 1638 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM c3cab316 #> 1639 <NA> <NA> 76163f38 #> 1640 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 7ed541e6 #> 1641 <NA> <NA> 48cc123c #> 1642 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 324da46c #> 1643 <NA> <NA> f9c2db52 #> 1644 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 84ecfed9 #> 1645 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 950d7277 #> 1646 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 92ca5236 #> 1647 <NA> <NA> dc6bdfa2 #> 1648 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 626ab9b7 #> 1649 <NA> <NA> cf87953d #> 1650 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8971f68 #> 1651 <NA> <NA> e697b01c #> 1652 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS f5ee243e #> 1653 <NA> <NA> 811ec1f2 #> 1654 <NA> <NA> bea58337 #> 1655 <NA> <NA> 30a2664d #> 1656 <NA> <NA> a391b42c #> 1657 <NA> <NA> 7c8502fc #> 1658 <NA> <NA> 775a2afc #> 1659 COLLEGE OF ENGINEERING AEROSPACE ENG 30cc76e0 #> 1660 <NA> <NA> 73c69971 #> 1661 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ec58ee97 #> 1662 <NA> <NA> 749cf771 #> 1663 COLLEGE OF DESIGN ART/VISUAL CULT 5b7d03f2 #> 1664 COLLEGE OF HUMAN SCIENCES KINESIOLOGY f922671b #> 1665 <NA> <NA> 2677477a #> 1666 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 55cb1d8e #> 1667 <NA> <NA> 28e6f301 #> 1668 <NA> <NA> 5d7f00f1 #> 1669 <NA> <NA> a8c5f403 #> 1670 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 948ccded #> 1671 <NA> <NA> bb6b1e11 #> 1672 <NA> <NA> c4072fe9 #> 1673 COLLEGE OF DESIGN LANDSCAPE ARCH 0616e4d0 #> 1674 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 9008a5dd #> 1675 <NA> <NA> 69856f4e #> 1676 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 164ce35d #> 1677 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 37d57a4a #> 1678 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b7a22ecf #> 1679 <NA> <NA> 31052c39 #> 1680 <NA> <NA> c60020a9 #> 1681 <NA> <NA> 474d0030 #> 1682 <NA> <NA> f776731d #> 1683 <NA> <NA> 1e33d343 #> 1684 COLLEGE OF DESIGN GRAPHIC DSN 65606880 #> 1685 <NA> <NA> 025fa9b9 #> 1686 <NA> <NA> 067eb705 #> 1687 <NA> <NA> 832e109c #> 1688 <NA> <NA> 18275103 #> 1689 <NA> <NA> 8e80813e #> 1690 <NA> <NA> 979199b3 #> 1691 <NA> <NA> d6bb30a5 #> 1692 <NA> <NA> a5eb810d #> 1693 <NA> <NA> 2368200a #> 1694 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE e30ef13a #> 1695 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 92e42eed #> 1696 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE af230a68 #> 1697 <NA> <NA> b1a6dfc1 #> 1698 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST a7c9bd70 #> 1699 <NA> <NA> b6d3becc #> 1700 <NA> <NA> 218ee311 #> 1701 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 2f7cf41e #> 1702 COLLEGE OF DESIGN GRAPHIC DSN 5f89cd5e #> 1703 <NA> <NA> 0d7c71d3 #> 1704 <NA> <NA> 9b6fffd2 #> 1705 <NA> <NA> 97e34969 #> 1706 COLLEGE OF ENGINEERING CHEM & BIO ENGR 60243019 #> 1707 COLLEGE OF ENGINEERING IND/MFR SYS ENG 766b1261 #> 1708 <NA> <NA> d5a89982 #> 1709 <NA> <NA> 64483cb3 #> 1710 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 4b07c8e7 #> 1711 <NA> <NA> d57cd395 #> 1712 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG e4028b2a #> 1713 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 1610902e #> 1714 <NA> <NA> aebd9fcc #> 1715 <NA> <NA> 3cc5e443 #> 1716 <NA> <NA> bdd1adba #> 1717 <NA> <NA> b621fd51 #> 1718 <NA> <NA> 716d2c34 #> 1719 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 84f88ec9 #> 1720 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS a71cf16a #> 1721 <NA> <NA> 575e5ffb #> 1722 <NA> <NA> 2d19d6df #> 1723 <NA> <NA> ae01c46e #> 1724 <NA> <NA> 69470640 #> 1725 <NA> <NA> bae0097a #> 1726 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY fcdc2d31 #> 1727 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 9afcd46b #> 1728 <NA> <NA> 44cfbd1f #> 1729 COLLEGE OF ENGINEERING ELEC ENG/CP ENG acf833fe #> 1730 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 32e28f42 #> 1731 <NA> <NA> 657b459f #> 1732 <NA> <NA> a82f3bb7 #> 1733 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY fc66c810 #> 1734 <NA> <NA> 96ec9264 #> 1735 LIBRARY LIBRARY bbec4f1b #> 1736 <NA> <NA> 8237171f #> 1737 <NA> <NA> a6810d55 #> 1738 <NA> <NA> c6ff6178 #> 1739 <NA> <NA> df220f71 #> 1740 <NA> <NA> 03fac7a0 #> 1741 <NA> <NA> b94c97da #> 1742 <NA> <NA> 514ef120 #> 1743 <NA> <NA> 03f807f3 #> 1744 <NA> <NA> dfd1585f #> 1745 <NA> <NA> e3ba46a2 #> 1746 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d07d3e9f #> 1747 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 0372d23c #> 1748 <NA> <NA> 38471d93 #> 1749 <NA> <NA> a174bd8d #> 1750 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 923bdd4f #> 1751 <NA> <NA> 0b383d13 #> 1752 <NA> <NA> 5c3171c4 #> 1753 <NA> <NA> d37a53d9 #> 1754 <NA> <NA> a2ebc008 #> 1755 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 90756f26 #> 1756 <NA> <NA> b9671087 #> 1757 <NA> <NA> b5e6fcec #> 1758 COLLEGE OF DESIGN ART/VISUAL CULT 0209b1b1 #> 1759 LIBRARY LIBRARY 54c121f8 #> 1760 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 32102fe8 #> 1761 <NA> <NA> c3400f61 #> 1762 <NA> <NA> 83613dea #> 1763 <NA> <NA> 3e22c556 #> 1764 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE b9b6430c #> 1765 <NA> <NA> 734a6fd9 #> 1766 <NA> <NA> af1fd11d #> 1767 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3f068a42 #> 1768 <NA> <NA> cc549547 #> 1769 COLLEGE OF DESIGN ART/VISUAL CULT 3a18707a #> 1770 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 62c295b4 #> 1771 <NA> <NA> bc1cd30e #> 1772 <NA> <NA> ba5f8425 #> 1773 <NA> <NA> 252b8e1f #> 1774 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 25ee9cb2 #> 1775 <NA> <NA> dbf6897f #> 1776 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8c4b7fb2 #> 1777 <NA> <NA> 52aa2504 #> 1778 <NA> <NA> e5a931dc #> 1779 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c1f3a220 #> 1780 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 009b97a2 #> 1781 <NA> <NA> 678486d2 #> 1782 <NA> <NA> 4ec082ce #> 1783 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST f77c8683 #> 1784 <NA> <NA> 45f7d5d6 #> 1785 <NA> <NA> 92b8c872 #> 1786 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 896b8a43 #> 1787 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 15ee3035 #> 1788 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 6bdd5aca #> 1789 <NA> <NA> 64265e90 #> 1790 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 155109ea #> 1791 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 43410ce6 #> 1792 <NA> <NA> 7a05549e #> 1793 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 72a5e095 #> 1794 COLLEGE OF DESIGN COMMUN/REG PLAN c6594e2f #> 1795 <NA> <NA> 33441896 #> 1796 <NA> <NA> c0bab026 #> 1797 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 98b5b147 #> 1798 COLLEGE OF ENGINEERING CIV/CON/ENV ENG c1f5cf1b #> 1799 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 459a7aaa #> 1800 <NA> <NA> dbbcafd7 #> 1801 <NA> <NA> 695d7e95 #> 1802 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 60facd51 #> 1803 <NA> <NA> 99df6aa2 #> 1804 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 7f019568 #> 1805 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 83e520c6 #> 1806 <NA> <NA> 94a32f75 #> 1807 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 31dbfd24 #> 1808 <NA> <NA> 4af20de6 #> 1809 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 7fee2030 #> 1810 <NA> <NA> c5bd4712 #> 1811 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 6faf74ef #> 1812 <NA> <NA> 48e077d0 #> 1813 <NA> <NA> 77ff66f6 #> 1814 <NA> <NA> 0b5564b8 #> 1815 <NA> <NA> 38b8c7c7 #> 1816 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e8ee661d #> 1817 <NA> <NA> 9c595918 #> 1818 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 325fa758 #> 1819 <NA> <NA> 1fa5bf65 #> 1820 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON aa7b9665 #> 1821 <NA> <NA> 76d739a7 #> 1822 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 5671fb45 #> 1823 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 1f9c6a51 #> 1824 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY ebaa213d #> 1825 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT e4c02a4b #> 1826 COLLEGE OF ENGINEERING CHEM & BIO ENGR 80a329b8 #> 1827 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH de56eec7 #> 1828 <NA> <NA> e116572b #> 1829 COLLEGE OF ENGINEERING MECHANICAL ENG 355e8792 #> 1830 <NA> <NA> 17271e2a #> 1831 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a9e9c3ef #> 1832 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS a88c929a #> 1833 <NA> <NA> 65e27b7c #> 1834 <NA> <NA> 3e96a2d7 #> 1835 <NA> <NA> ed7eff04 #> 1836 <NA> <NA> bf2810c9 #> 1837 <NA> <NA> 0da230f6 #> 1838 <NA> <NA> 844d2753 #> 1839 <NA> <NA> 53b0bc52 #> 1840 <NA> <NA> e8e674f4 #> 1841 <NA> <NA> 97457199 #> 1842 <NA> <NA> 4521e31d #> 1843 <NA> <NA> 78155134 #> 1844 COLLEGE OF BUSINESS MANAGEMENT 399c738b #> 1845 COLLEGE OF DESIGN INDUST DESIGN d8921048 #> 1846 <NA> <NA> 5afe0e99 #> 1847 <NA> <NA> 54c6d909 #> 1848 <NA> <NA> 1838dc7c #> 1849 <NA> <NA> 4eafdd02 #> 1850 <NA> <NA> 4ac24408 #> 1851 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT feb37465 #> 1852 <NA> <NA> 6dca1b26 #> 1853 COLLEGE OF ENGINEERING CHEM & BIO ENGR b81d0a86 #> 1854 <NA> <NA> 47f5ae8d #> 1855 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 8dd98c68 #> 1856 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 4ae8971b #> 1857 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 359d173f #> 1858 <NA> <NA> a28d985c #> 1859 <NA> <NA> 696c1e29 #> 1860 <NA> <NA> 03030f8e #> 1861 <NA> <NA> c787dcd7 #> 1862 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 424925d9 #> 1863 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c4cea49e #> 1864 <NA> <NA> 1ebdab3e #> 1865 COLLEGE OF DESIGN LANDSCAPE ARCH d83e9973 #> 1866 COLLEGE OF DESIGN ART/VISUAL CULT 040e6cdf #> 1867 COLLEGE OF ENGINEERING AEROSPACE ENG 43df6ff7 #> 1868 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 2267bc40 #> 1869 <NA> <NA> 50f5b9ec #> 1870 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST f80e3e28 #> 1871 <NA> <NA> 8f3dd593 #> 1872 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73e490fd #> 1873 <NA> <NA> 72f9b2d6 #> 1874 <NA> <NA> 29e1b11a #> 1875 COLLEGE of AGRICULTURE & LIFE SCIENCES IA ST RS FARMS bf3997ab #> 1876 <NA> <NA> d6df4e2a #> 1877 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 56e60e7f #> 1878 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 62ac1bf3 #> 1879 <NA> <NA> 32c98ebd #> 1880 <NA> <NA> f0175604 #> 1881 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0442a49b #> 1882 <NA> <NA> dbbf90c7 #> 1883 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 5e25aa42 #> 1884 <NA> <NA> 675e8060 #> 1885 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 540b9665 #> 1886 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 5167d4d0 #> 1887 <NA> <NA> 916b2411 #> 1888 <NA> <NA> 3e6f861f #> 1889 <NA> <NA> 97aa31f9 #> 1890 <NA> <NA> fe6735e9 #> 1891 <NA> <NA> cad4fc67 #> 1892 COLLEGE OF ENGINEERING AEROSPACE ENG 20766628 #> 1893 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 28904613 #> 1894 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 38721095 #> 1895 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 82c22657 #> 1896 <NA> <NA> dede53c6 #> 1897 <NA> <NA> 09c03389 #> 1898 <NA> <NA> 06b117b7 #> 1899 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG ddf342dd #> 1900 <NA> <NA> 8c0572f5 #> 1901 COLLEGE OF HUMAN SCIENCES AESHM 47da982d #> 1902 <NA> <NA> c598ef40 #> 1903 <NA> <NA> a2fcc1c9 #> 1904 <NA> <NA> 7aaaedd0 #> 1905 <NA> <NA> af015c6c #> 1906 <NA> <NA> 1e051442 #> 1907 <NA> <NA> 15862eae #> 1908 <NA> <NA> ebbf6599 #> 1909 <NA> <NA> 006214b6 #> 1910 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 8416ea70 #> 1911 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC a5a3a123 #> 1912 COLLEGE OF ENGINEERING IND/MFR SYS ENG e099da35 #> 1913 <NA> <NA> 14e58786 #> 1914 <NA> <NA> 1526678d #> 1915 <NA> <NA> 8c899836 #> 1916 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d92e6de1 #> 1917 <NA> <NA> a740cde3 #> 1918 <NA> <NA> c4d9a05f #> 1919 <NA> <NA> fd442971 #> 1920 <NA> <NA> 0439fd4a #> 1921 COLLEGE OF BUSINESS ACCOUNTING d390ec4d #> 1922 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 5c6019fa #> 1923 <NA> <NA> ef6d3ebe #> 1924 <NA> <NA> 8826e3ad #> 1925 <NA> <NA> b98ab9bb #> 1926 COLLEGE OF BUSINESS ACCOUNTING 394b3719 #> 1927 <NA> <NA> ccc247f0 #> 1928 <NA> <NA> ce7c762b #> 1929 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 230956c7 #> 1930 <NA> <NA> 72134c64 #> 1931 <NA> <NA> fb7520d8 #> 1932 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 6e3789c9 #> 1933 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 51ee78c7 #> 1934 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC b3cd3367 #> 1935 COLLEGE OF BUSINESS SUPPLY CHN/INFO 96e71562 #> 1936 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 3493dfde #> 1937 <NA> <NA> 3fb5ead6 #> 1938 <NA> <NA> 6c10d1ad #> 1939 COLLEGE OF BUSINESS SUPPLY CHN/INFO 3962f288 #> 1940 <NA> <NA> b593904c #> 1941 <NA> <NA> e78476e2 #> 1942 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON a9702005 #> 1943 <NA> <NA> fcfbac48 #> 1944 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5cad0092 #> 1945 <NA> <NA> 9018a4bf #> 1946 <NA> <NA> ea1695f3 #> 1947 COLLEGE OF DESIGN ART/VISUAL CULT 4bf59155 #> 1948 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY e2b7d8b3 #> 1949 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 45a5d61c #> 1950 <NA> <NA> 3a58dc16 #> 1951 <NA> <NA> e1251d6b #> 1952 <NA> <NA> 364edc97 #> 1953 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 2c0ea90c #> 1954 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9e2e3714 #> 1955 <NA> <NA> 6afe0ea1 #> 1956 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 01446b97 #> 1957 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 8c615022 #> 1958 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 60ea7e38 #> 1959 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4ec5c9a9 #> 1960 <NA> <NA> 8485991a #> 1961 <NA> <NA> 5725059e #> 1962 COLLEGE OF DESIGN GRAPHIC DSN adf91dca #> 1963 <NA> <NA> be1272a2 #> 1964 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2169ad2c #> 1965 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 0f3aa9c2 #> 1966 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c0ac229e #> 1967 <NA> <NA> b078b8cc #> 1968 <NA> <NA> f719933a #> 1969 <NA> <NA> 05c57695 #> 1970 COLLEGE OF DESIGN ART/VISUAL CULT bca564bd #> 1971 <NA> <NA> 0bf630d8 #> 1972 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 490fa067 #> 1973 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS e61fe830 #> 1974 <NA> <NA> 0f81101f #> 1975 <NA> <NA> 948ec75e #> 1976 <NA> <NA> 0b469c83 #> 1977 <NA> <NA> 2061d8cd #> 1978 <NA> <NA> 31889ab4 #> 1979 <NA> <NA> 5a0c87bc #> 1980 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c3791b89 #> 1981 <NA> <NA> d60ea990 #> 1982 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 62f3fc8b #> 1983 <NA> <NA> 61fa97e2 #> 1984 <NA> <NA> f997d56b #> 1985 <NA> <NA> b771213b #> 1986 <NA> <NA> a76d68e6 #> 1987 COLLEGE OF ENGINEERING MECHANICAL ENG 929b3e27 #> 1988 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ea7ca31f #> 1989 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1e79a093 #> 1990 COLLEGE OF BUSINESS MARKETING af1331c7 #> 1991 <NA> <NA> 74fa9dd3 #> 1992 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 176e8ab7 #> 1993 LIBRARY LIBRARY 1621a098 #> 1994 COLLEGE OF HUMAN SCIENCES KINESIOLOGY b84bf6f7 #> 1995 COLLEGE of AGRICULTURE & LIFE SCIENCES LEOPOLD CENTER e9b5d46a #> 1996 <NA> <NA> 1a720577 #> 1997 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 3b3800e1 #> 1998 <NA> <NA> e1fc6fe5 #> 1999 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 756b8ba4 #> 2000 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY fa151ace #> 2001 <NA> <NA> b6bdc003 #> 2002 <NA> <NA> a184f320 #> 2003 COLLEGE OF ENGINEERING MECHANICAL ENG a1a6827d #> 2004 <NA> <NA> cf195996 #> 2005 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1494dafe #> 2006 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 64f551ac #> 2007 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 09d81315 #> 2008 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC f7480394 #> 2009 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bfe57dbb #> 2010 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 300431cd #> 2011 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS eba02ff6 #> 2012 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 5d54863f #> 2013 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d6cdf39f #> 2014 <NA> <NA> 01f887f5 #> 2015 <NA> <NA> bd7a0e64 #> 2016 <NA> <NA> 325e9239 #> 2017 <NA> <NA> 9bd861cd #> 2018 LIBRARY LIBRARY 323292af #> 2019 <NA> <NA> fe83479f #> 2020 <NA> <NA> d0074ee5 #> 2021 COLLEGE OF BUSINESS MARKETING 0fc1fcae #> 2022 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d1e13a54 #> 2023 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b6275cd6 #> 2024 COLLEGE OF ENGINEERING CHEM & BIO ENGR 8cac4859 #> 2025 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 811b4fd5 #> 2026 <NA> <NA> 5e98a6af #> 2027 <NA> <NA> 02255dfa #> 2028 <NA> <NA> f8df7e09 #> 2029 <NA> <NA> b3a0f5e9 #> 2030 <NA> <NA> 3426d597 #> 2031 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY ca76e1f1 #> 2032 <NA> <NA> 8b1a2a86 #> 2033 <NA> <NA> 126468f2 #> 2034 <NA> <NA> 91e1a560 #> 2035 <NA> <NA> 0e53f109 #> 2036 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 61be3cc7 #> 2037 COOPERATIVE EXTENSION SERVICE VP EXT & OUTRCH 1ddfa04f #> 2038 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 48e0b19e #> 2039 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 09c28924 #> 2040 <NA> <NA> e2cdac2d #> 2041 <NA> <NA> cabdb91e #> 2042 <NA> <NA> 1bffab05 #> 2043 <NA> <NA> 34997a66 #> 2044 <NA> <NA> 51c7f789 #> 2045 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 345c1aca #> 2046 <NA> <NA> fa884105 #> 2047 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01e56d10 #> 2048 COLLEGE OF HUMAN SCIENCES AESHM 1700fc19 #> 2049 <NA> <NA> efd6d8cd #> 2050 <NA> <NA> 69e38f54 #> 2051 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 27a57881 #> 2052 LIBRARY LIBRARY 11069cb2 #> 2053 <NA> <NA> 3537d195 #> 2054 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY ad7ade45 #> 2055 <NA> <NA> bc729222 #> 2056 <NA> <NA> 5643abf8 #> 2057 <NA> <NA> 2347adcb #> 2058 <NA> <NA> 81993542 #> 2059 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bc1f01ac #> 2060 COLLEGE OF DESIGN ART/VISUAL CULT 33384efb #> 2061 <NA> <NA> 5f22a540 #> 2062 <NA> <NA> f5fe7ac9 #> 2063 <NA> <NA> 48afa788 #> 2064 <NA> <NA> 8ce52486 #> 2065 <NA> <NA> 0e33cee6 #> 2066 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f08da1da #> 2067 <NA> <NA> 7a6b27c3 #> 2068 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c7e12e8b #> 2069 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7ee5472d #> 2070 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST e3ac40d8 #> 2071 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE c1a93efe #> 2072 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE eb28d7ca #> 2073 <NA> <NA> 80995f53 #> 2074 <NA> <NA> b84499e6 #> 2075 <NA> <NA> 34e75267 #> 2076 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9bd32472 #> 2077 <NA> <NA> 77883638 #> 2078 <NA> <NA> 03ef8257 #> 2079 <NA> <NA> 93929b99 #> 2080 <NA> <NA> 15719a93 #> 2081 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 1e73e44c #> 2082 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 64defa4b #> 2083 COLLEGE OF ENGINEERING MECHANICAL ENG 3fbd32c5 #> 2084 <NA> <NA> fd407521 #> 2085 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 3b1dd085 #> 2086 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 956deaea #> 2087 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 55e08217 #> 2088 <NA> <NA> f313785a #> 2089 <NA> <NA> 63a48871 #> 2090 <NA> <NA> 6188100c #> 2091 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS fffe1941 #> 2092 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 1375b40e #> 2093 <NA> <NA> c5bc6e33 #> 2094 <NA> <NA> fd9651c0 #> 2095 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY b20156b5 #> 2096 <NA> <NA> 2287f10f #> 2097 <NA> <NA> 7698ac5c #> 2098 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 35b97145 #> 2099 <NA> <NA> 497a7424 #> 2100 <NA> <NA> 9e526645 #> 2101 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c83df720 #> 2102 <NA> <NA> 8b5dcd40 #> 2103 <NA> <NA> 1cc451a2 #> 2104 <NA> <NA> 0625f992 #> 2105 <NA> <NA> 2e771f51 #> 2106 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8d5230d6 #> 2107 <NA> <NA> f9ee4d30 #> 2108 SENIOR VICE PRESIDENT & PROVOST CELT 50a086d9 #> 2109 <NA> <NA> 91dd9c61 #> 2110 <NA> <NA> 8d44b8bf #> 2111 <NA> <NA> 4c8a646d #> 2112 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST dcfd5c5c #> 2113 <NA> <NA> 5e34ebac #> 2114 <NA> <NA> f088ab2f #> 2115 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 6017d8f4 #> 2116 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 264fe494 #> 2117 COLLEGE OF BUSINESS SUPPLY CHN/INFO 9e440147 #> 2118 COLLEGE OF DESIGN ART/VISUAL CULT edfffa1a #> 2119 <NA> <NA> 988e29fd #> 2120 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST ffdd9ec6 #> 2121 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI f57c1264 #> 2122 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST c83d4792 #> 2123 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 675afabd #> 2124 COLLEGE OF ENGINEERING MATERIAL SC/ENG 96524f15 #> 2125 <NA> <NA> 1643dfae #> 2126 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c569975f #> 2127 <NA> <NA> 5c8b1539 #> 2128 <NA> <NA> 7848e20e #> 2129 COLLEGE OF ENGINEERING MECHANICAL ENG 8ccd5b3b #> 2130 <NA> <NA> 98065860 #> 2131 <NA> <NA> 662eea47 #> 2132 <NA> <NA> 696a658e #> 2133 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 0e34a99f #> 2134 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d12e036c #> 2135 <NA> <NA> 9d47f27e #> 2136 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS d71a3a63 #> 2137 <NA> <NA> e679d7c3 #> 2138 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC dfeaf5cf #> 2139 <NA> <NA> a3898c31 #> 2140 <NA> <NA> 801374fc #> 2141 <NA> <NA> 5c53c604 #> 2142 <NA> <NA> d10af800 #> 2143 <NA> <NA> a42e4c60 #> 2144 <NA> <NA> d8a1b825 #> 2145 <NA> <NA> cd5464a5 #> 2146 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT e91d9999 #> 2147 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON fa49adfa #> 2148 <NA> <NA> 78c68ac8 #> 2149 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7a38b031 #> 2150 <NA> <NA> 21dae03d #> 2151 <NA> <NA> 914ceeb4 #> 2152 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS c5d98638 #> 2153 <NA> <NA> 2035e6d1 #> 2154 <NA> <NA> b0ec69ee #> 2155 <NA> <NA> efdc8789 #> 2156 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT f6e67255 #> 2157 <NA> <NA> 7fb76472 #> 2158 <NA> <NA> 17436bc8 #> 2159 COLLEGE OF DESIGN GRAPHIC DSN 8e528ff0 #> 2160 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 845c73cc #> 2161 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8b89763c #> 2162 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f2359140 #> 2163 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST b1cea2f6 #> 2164 <NA> <NA> 16306079 #> 2165 <NA> <NA> 20aa13d5 #> 2166 <NA> <NA> dce9d928 #> 2167 <NA> <NA> 12fb15aa #> 2168 <NA> <NA> c0157cdc #> 2169 COLLEGE OF ENGINEERING IND/MFR SYS ENG 70d297b0 #> 2170 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC a730cc57 #> 2171 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 1f3e2e64 #> 2172 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE aed52643 #> 2173 <NA> <NA> f2d7226d #> 2174 COLLEGE OF ENGINEERING IND/MFR SYS ENG 9878a095 #> 2175 <NA> <NA> 565b62b8 #> 2176 <NA> <NA> 1132c916 #> 2177 <NA> <NA> 4b54a8ac #> 2178 <NA> <NA> 241df44a #> 2179 <NA> <NA> 77fc8cb6 #> 2180 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c3938b31 #> 2181 COLLEGE OF BUSINESS SUPPLY CHN/INFO 6e3aa6ae #> 2182 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 52ca8e38 #> 2183 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY dde28617 #> 2184 <NA> <NA> 14eb374b #> 2185 <NA> <NA> f31090fa #> 2186 <NA> <NA> 8147091d #> 2187 <NA> <NA> 2e2812c5 #> 2188 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ba21f415 #> 2189 <NA> <NA> 9c59e1b9 #> 2190 <NA> <NA> fde3dbc7 #> 2191 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ea1d8781 #> 2192 <NA> <NA> bad2a3b6 #> 2193 <NA> <NA> 97580794 #> 2194 COLLEGE OF DESIGN ART/VISUAL CULT 8c31c66a #> 2195 <NA> <NA> b8ab29a6 #> 2196 <NA> <NA> 5c389097 #> 2197 <NA> <NA> 03c6c0c1 #> 2198 <NA> <NA> fd41725a #> 2199 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 65811bba #> 2200 <NA> <NA> b3322d49 #> 2201 <NA> <NA> f36dc721 #> 2202 <NA> <NA> ef698ae2 #> 2203 <NA> <NA> f63a40e3 #> 2204 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS e33d62fe #> 2205 <NA> <NA> 7cd55d42 #> 2206 <NA> <NA> 18f37f90 #> 2207 <NA> <NA> 3d1719fe #> 2208 COLLEGE OF DESIGN ARCHITECTURE 6aa46c38 #> 2209 <NA> <NA> 9916fe7f #> 2210 COLLEGE OF ENGINEERING MATERIAL SC/ENG a0eff8d8 #> 2211 <NA> <NA> a18285e9 #> 2212 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 72ad9559 #> 2213 <NA> <NA> 08fa4948 #> 2214 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS c8380cef #> 2215 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 36660db0 #> 2216 <NA> <NA> d4cb150c #> 2217 <NA> <NA> 03408489 #> 2218 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 9de858e0 #> 2219 <NA> <NA> 08eab541 #> 2220 COLLEGE OF HUMAN SCIENCES AESHM 8642fc60 #> 2221 <NA> <NA> 18e8b724 #> 2222 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 5db49758 #> 2223 COLLEGE OF BUSINESS SUPPLY CHN/INFO bf61c266 #> 2224 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 7363fc2e #> 2225 <NA> <NA> 05e76569 #> 2226 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c628780d #> 2227 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 516d58e5 #> 2228 <NA> <NA> 4e9b7b9d #> 2229 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 5ae7fad4 #> 2230 <NA> <NA> 05d0eed1 #> 2231 <NA> <NA> 1c84b589 #> 2232 <NA> <NA> 22d16f73 #> 2233 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 91b25f69 #> 2234 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c3348f20 #> 2235 <NA> <NA> 38feb5d8 #> 2236 COLLEGE OF ENGINEERING IND/MFR SYS ENG 6bedebb2 #> 2237 COLLEGE OF ENGINEERING MECHANICAL ENG f7c102de #> 2238 COLLEGE OF ENGINEERING MECHANICAL ENG 925ff39a #> 2239 <NA> <NA> 57985065 #> 2240 <NA> <NA> 8ba3ec59 #> 2241 <NA> <NA> ea150e6e #> 2242 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7fc9f3d2 #> 2243 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 226fc9c4 #> 2244 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bbe4f8db #> 2245 <NA> <NA> ab145fab #> 2246 COLLEGE OF DESIGN ARCHITECTURE 7e4d3b46 #> 2247 <NA> <NA> 4d53b78f #> 2248 <NA> <NA> bf913e77 #> 2249 <NA> <NA> d1e902ea #> 2250 <NA> <NA> f300ae72 #> 2251 <NA> <NA> 8c86d64d #> 2252 <NA> <NA> 45c6289f #> 2253 <NA> <NA> faba730f #> 2254 COLLEGE OF DESIGN COMMUN/REG PLAN dde32c10 #> 2255 <NA> <NA> a5f6f43c #> 2256 <NA> <NA> 97f1a6e4 #> 2257 <NA> <NA> c122ccf4 #> 2258 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1a7feb02 #> 2259 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 1c74fd99 #> 2260 <NA> <NA> f4dec913 #> 2261 <NA> <NA> ccd78de4 #> 2262 <NA> <NA> ed27f17a #> 2263 LIBRARY LIBRARY 254397e6 #> 2264 COLLEGE OF DESIGN ART/VISUAL CULT ea35170c #> 2265 COLLEGE OF DESIGN ARCHITECTURE 1fdbef2d #> 2266 <NA> <NA> df48eeef #> 2267 <NA> <NA> f5176e0c #> 2268 COLLEGE OF DESIGN ARCHITECTURE 748a3ad1 #> 2269 <NA> <NA> 93ace441 #> 2270 <NA> <NA> 689acb57 #> 2271 COLLEGE OF ENGINEERING MATERIAL SC/ENG bd9142f0 #> 2272 <NA> <NA> 479d9b1c #> 2273 <NA> <NA> 2c3a3a8e #> 2274 <NA> <NA> 683789b3 #> 2275 LIBRARY LIBRARY 87050277 #> 2276 <NA> <NA> aaaaa814 #> 2277 <NA> <NA> e2a22d1b #> 2278 <NA> <NA> ae3ff99a #> 2279 <NA> <NA> c4d27805 #> 2280 COLLEGE OF ENGINEERING IND/MFR SYS ENG c5688dd3 #> 2281 <NA> <NA> 5aeb70e3 #> 2282 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2d1c4ee5 #> 2283 <NA> <NA> 53047931 #> 2284 <NA> <NA> d6fd299b #> 2285 <NA> <NA> ec754152 #> 2286 <NA> <NA> 5a05ae27 #> 2287 <NA> <NA> 3f7b7323 #> 2288 <NA> <NA> 89c5bf0b #> 2289 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED daffcade #> 2290 <NA> <NA> c3403b9e #> 2291 <NA> <NA> 90eecfe7 #> 2292 <NA> <NA> 3f0442aa #> 2293 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c9fff938 #> 2294 <NA> <NA> 938af729 #> 2295 <NA> <NA> 32924509 #> 2296 <NA> <NA> 0141cdef #> 2297 <NA> <NA> 36dba5c8 #> 2298 <NA> <NA> 41fdd1d1 #> 2299 <NA> <NA> d4a635fd #> 2300 <NA> <NA> fe09aac0 #> 2301 <NA> <NA> 41ad1ea8 #> 2302 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5126587a #> 2303 <NA> <NA> b73736e5 #> 2304 <NA> <NA> baf771e4 #> 2305 <NA> <NA> eb5062fa #> 2306 <NA> <NA> 361d874b #> 2307 <NA> <NA> cda26ee4 #> 2308 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 6a16fd1c #> 2309 COLLEGE OF BUSINESS FINANCE 37b7b3f5 #> 2310 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d6623562 #> 2311 <NA> <NA> f80b7fc9 #> 2312 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 7c56fe80 #> 2313 <NA> <NA> 10da2a51 #> 2314 <NA> <NA> c5b6087f #> 2315 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 8b3263bf #> 2316 <NA> <NA> 694bf5ef #> 2317 <NA> <NA> 19714835 #> 2318 <NA> <NA> 85202b50 #> 2319 <NA> <NA> ce66e127 #> 2320 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 5fba46c9 #> 2321 <NA> <NA> 52822ed4 #> 2322 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI d376db85 #> 2323 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ee491524 #> 2324 <NA> <NA> ee43c8fa #> 2325 <NA> <NA> e01f7935 #> 2326 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 1e3197d2 #> 2327 <NA> <NA> f3494c24 #> 2328 COLLEGE OF HUMAN SCIENCES AESHM 66a7bef2 #> 2329 COLLEGE OF ENGINEERING AEROSPACE ENG 1584de11 #> 2330 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 7ae8f5eb #> 2331 <NA> <NA> 436446f1 #> 2332 COLLEGE OF BUSINESS MARKETING 18bfaff1 #> 2333 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f0df0da1 #> 2334 <NA> <NA> 29d96bd1 #> 2335 COLLEGE OF BUSINESS MARKETING 8cf72bee #> 2336 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 0af97139 #> 2337 <NA> <NA> 0853c8b3 #> 2338 COLLEGE OF BUSINESS ACCOUNTING 1ca93499 #> 2339 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c23c6d2c #> 2340 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 10e04d6d #> 2341 <NA> <NA> a5b0744e #> 2342 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE a8c04b75 #> 2343 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 03382c85 #> 2344 <NA> <NA> 71b7b752 #> 2345 <NA> <NA> 471c4b7e #> 2346 <NA> <NA> 2788c167 #> 2347 <NA> <NA> 33595fa4 #> 2348 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 99eb2a39 #> 2349 <NA> <NA> 1302dbc2 #> 2350 COLLEGE OF DESIGN ART/VISUAL CULT b5ae76f0 #> 2351 <NA> <NA> 5293b078 #> 2352 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 71083a32 #> 2353 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a9861460 #> 2354 <NA> <NA> 0be64a4e #> 2355 <NA> <NA> 3196daa9 #> 2356 <NA> <NA> a003a7f2 #> 2357 <NA> <NA> 9939402b #> 2358 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI cca00ad7 #> 2359 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO fc50033c #> 2360 <NA> <NA> 96a1e1c3 #> 2361 <NA> <NA> 91a70d3f #> 2362 <NA> <NA> 7f065fc7 #> 2363 <NA> <NA> e2178765 #> 2364 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 76497a9d #> 2365 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS f62a7680 #> 2366 <NA> <NA> 092d8c7f #> 2367 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 27d3752a #> 2368 COLLEGE OF DESIGN LANDSCAPE ARCH 0b89c892 #> 2369 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4b76d758 #> 2370 <NA> <NA> 5fd269d0 #> 2371 <NA> <NA> 2d83620e #> 2372 <NA> <NA> 42513bc7 #> 2373 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED f8b7596f #> 2374 COLLEGE OF ENGINEERING AEROSPACE ENG eebf7567 #> 2375 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 886aebb2 #> 2376 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 28940965 #> 2377 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 6a3570e1 #> 2378 <NA> <NA> 78339906 #> 2379 <NA> <NA> ada5ec5c #> 2380 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 220ec155 #> 2381 <NA> <NA> bc9aff07 #> 2382 <NA> <NA> 1f9e8f31 #> 2383 <NA> <NA> 3b2992f8 #> 2384 COLLEGE OF ENGINEERING MATERIAL SC/ENG 5e5b61f2 #> 2385 <NA> <NA> 4b623766 #> 2386 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1e4671e8 #> 2387 <NA> <NA> e6454bab #> 2388 COLLEGE OF ENGINEERING IND/MFR SYS ENG 8b399d45 #> 2389 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 379973c8 #> 2390 <NA> <NA> ea36aa30 #> 2391 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY af19d8e8 #> 2392 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 79ad26bd #> 2393 <NA> <NA> 13b6fd67 #> 2394 <NA> <NA> b443dceb #> 2395 <NA> <NA> 9b7060ed #> 2396 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 25731b84 #> 2397 COLLEGE OF BUSINESS FINANCE 99a58a70 #> 2398 <NA> <NA> bdf6c170 #> 2399 <NA> <NA> 2f3d28a1 #> 2400 <NA> <NA> 39dfef0d #> 2401 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 81596df1 #> 2402 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 61cd367c #> 2403 <NA> <NA> 3a2cae32 #> 2404 <NA> <NA> e1db6f11 #> 2405 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 6a297ba6 #> 2406 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 1cea9fa9 #> 2407 COLLEGE OF BUSINESS SUPPLY CHN/INFO ed8c7303 #> 2408 <NA> <NA> d98f4f90 #> 2409 <NA> <NA> d5833def #> 2410 <NA> <NA> ae6e650c #> 2411 <NA> <NA> 4f430181 #> 2412 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 84c3cddd #> 2413 <NA> <NA> 6ec5483a #> 2414 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0991aca8 #> 2415 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 9f5fbad6 #> 2416 <NA> <NA> afd76d99 #> 2417 <NA> <NA> 97804c86 #> 2418 <NA> <NA> 5f1e3ff9 #> 2419 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT eedde15c #> 2420 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a334c17d #> 2421 <NA> <NA> d87e9157 #> 2422 <NA> <NA> e2a9fcca #> 2423 <NA> <NA> 58248e07 #> 2424 <NA> <NA> 13ada958 #> 2425 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE d3d55c60 #> 2426 COLLEGE OF DESIGN LANDSCAPE ARCH 7d9553f3 #> 2427 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa524769 #> 2428 LIBRARY LIBRARY 0d983098 #> 2429 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS b182bc0c #> 2430 <NA> <NA> 3acc5317 #> 2431 <NA> <NA> c60005a6 #> 2432 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 40aff4f3 #> 2433 COLLEGE OF ENGINEERING CIV/CON/ENV ENG f7caf49a #> 2434 COLLEGE OF ENGINEERING CHEM & BIO ENGR 43825a22 #> 2435 <NA> <NA> 24f65618 #> 2436 COLLEGE OF DESIGN ARCHITECTURE 1919a7a0 #> 2437 <NA> <NA> 84148cfc #> 2438 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c7874017 #> 2439 COLLEGE OF ENGINEERING MATERIAL SC/ENG 08587297 #> 2440 <NA> <NA> 907af524 #> 2441 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC a3e06560 #> 2442 <NA> <NA> 955878d2 #> 2443 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH a1bbdd89 #> 2444 <NA> <NA> 9cb4be9a #> 2445 COLLEGE OF ENGINEERING AEROSPACE ENG e704d610 #> 2446 <NA> <NA> 6ca8d215 #> 2447 <NA> <NA> 2460d98e #> 2448 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2cc260c1 #> 2449 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4dd6d115 #> 2450 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 6d10aed5 #> 2451 <NA> <NA> e3df4a0d #> 2452 COLLEGE OF BUSINESS MANAGEMENT c752aed0 #> 2453 COLLEGE OF ENGINEERING MECHANICAL ENG d5611c51 #> 2454 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 35fa7409 #> 2455 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 1a6430fc #> 2456 <NA> <NA> d263231b #> 2457 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS dad8d816 #> 2458 <NA> <NA> 7ec01cc1 #> 2459 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 939a4396 #> 2460 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 0894d3fd #> 2461 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC c855dece #> 2462 <NA> <NA> 94668ba9 #> 2463 <NA> <NA> 4f1e51ea #> 2464 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 04783722 #> 2465 <NA> <NA> 9695542b #> 2466 <NA> <NA> 27732cae #> 2467 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3d216a5a #> 2468 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS cf21f167 #> 2469 <NA> <NA> 642b478a #> 2470 <NA> <NA> ca5b94f1 #> 2471 <NA> <NA> 8044500c #> 2472 <NA> <NA> 3ec3fe99 #> 2473 <NA> <NA> 1e7a3b5c #> 2474 <NA> <NA> 3f60ee8c #> 2475 COLLEGE OF ENGINEERING ENGINEERING ADM d2ccb154 #> 2476 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 9f12cc6b #> 2477 <NA> <NA> 1a1da81a #> 2478 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8a9585d #> 2479 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS ca808f2c #> 2480 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 1dd75e60 #> 2481 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 85c3ad13 #> 2482 <NA> <NA> 4bf686eb #> 2483 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E c74050bc #> 2484 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 6b2e4111 #> 2485 <NA> <NA> fc730f10 #> 2486 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 25412cf6 #> 2487 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC bee66b35 #> 2488 <NA> <NA> 3ccd55dc #> 2489 <NA> <NA> 9a6cabde #> 2490 COLLEGE OF DESIGN ARCHITECTURE f51459b8 #> 2491 COLLEGE OF ENGINEERING CIV/CON/ENV ENG b8875b31 #> 2492 LIBRARY LIBRARY fa1c78e4 #> 2493 <NA> <NA> 5b91408a #> 2494 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0bdddf24 #> 2495 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 9940c23d #> 2496 <NA> <NA> 916a5694 #> 2497 <NA> <NA> c3feaaf5 #> 2498 <NA> <NA> 1f30a20e #> 2499 <NA> <NA> c0038e95 #> 2500 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG eaa2c422 #> 2501 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 29c2a801 #> 2502 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 0cc8f270 #> 2503 COLLEGE OF BUSINESS FINANCE d4292fdc #> 2504 <NA> <NA> 35da7c1b #> 2505 <NA> <NA> 544ed4e8 #> 2506 <NA> <NA> 2c771cfb #> 2507 <NA> <NA> 3dd1e64c #> 2508 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 61a07982 #> 2509 <NA> <NA> e11cbd08 #> 2510 COLLEGE OF ENGINEERING AEROSPACE ENG ef8964c9 #> 2511 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 0ec2d534 #> 2512 <NA> <NA> 64eb8b32 #> 2513 COLLEGE OF ENGINEERING MECHANICAL ENG d71e1ca0 #> 2514 <NA> <NA> b4d4110b #> 2515 <NA> <NA> de84faab #> 2516 COLLEGE OF ENGINEERING ENGINEERING ADM 5bc51a4e #> 2517 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE f25c1ae3 #> 2518 <NA> <NA> 3029cba0 #> 2519 COLLEGE OF BUSINESS SUPPLY CHN/INFO 342ca2d3 #> 2520 <NA> <NA> da3d68ed #> 2521 <NA> <NA> b7613250 #> 2522 <NA> <NA> 360d4257 #> 2523 <NA> <NA> afab3d57 #> 2524 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 479c0cb9 #> 2525 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa0ba3f5 #> 2526 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG b30dd0c0 #> 2527 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 030ba0ce #> 2528 COOPERATIVE EXTENSION SERVICE VP EXT & OUTRCH bfcab72a #> 2529 <NA> <NA> d1f4f1f1 #> 2530 <NA> <NA> 4cdd72fb #> 2531 <NA> <NA> 417fc77c #> 2532 <NA> <NA> f9e7df39 #> 2533 <NA> <NA> f648c800 #> 2534 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY b9a80ce6 #> 2535 <NA> <NA> 97fba422 #> 2536 <NA> <NA> f92b469e #> 2537 <NA> <NA> b47e5ddc #> 2538 <NA> <NA> 5e520e65 #> 2539 <NA> <NA> fbc08768 #> 2540 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 1b5c8d6a #> 2541 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c8b89d4d #> 2542 <NA> <NA> 089520d6 #> 2543 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 054c4aa0 #> 2544 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 8c2eba55 #> 2545 <NA> <NA> 6544ad3c #> 2546 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG fca71854 #> 2547 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0ba9d7cb #> 2548 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 052a7158 #> 2549 <NA> <NA> 6bfc0c45 #> 2550 <NA> <NA> 4a0d1ffe #> 2551 <NA> <NA> 80be62cb #> 2552 <NA> <NA> 09b28d8f #> 2553 <NA> <NA> b58ad699 #> 2554 <NA> <NA> 57ff807e #> 2555 COLLEGE OF BUSINESS SUPPLY CHN/INFO 55b6e899 #> 2556 <NA> <NA> 539a30d0 #> 2557 <NA> <NA> d399fcf1 #> 2558 <NA> <NA> 838514b2 #> 2559 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4841632e #> 2560 <NA> <NA> 71932846 #> 2561 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 28a2af64 #> 2562 <NA> <NA> 6572a789 #> 2563 <NA> <NA> 39840a83 #> 2564 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d77231f7 #> 2565 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 4bba7034 #> 2566 <NA> <NA> d904784a #> 2567 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e46599d8 #> 2568 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e0ba760d #> 2569 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 355df010 #> 2570 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 378eddb9 #> 2571 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT fa1062cd #> 2572 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 7eae693f #> 2573 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 77f8e62f #> 2574 <NA> <NA> 7c2267a7 #> 2575 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a50154f1 #> 2576 <NA> <NA> 9c369cd0 #> 2577 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 04d0c9e7 #> 2578 <NA> <NA> 60563d31 #> 2579 <NA> <NA> 2db5c2e2 #> 2580 COLLEGE OF BUSINESS MANAGEMENT abf155af #> 2581 COLLEGE OF ENGINEERING MECHANICAL ENG 1a54ecbe #> 2582 <NA> <NA> cc56b888 #> 2583 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS ce31042a #> 2584 SENIOR VICE PRESIDENT & PROVOST SR VP/PROVOST abf68f59 #> 2585 <NA> <NA> d6cd1ab4 #> 2586 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 309ac422 #> 2587 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b81e1f01 #> 2588 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1074c871 #> 2589 LIBRARY LIBRARY 4b78d0ca #> 2590 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC CDS 10ebc589 #> 2591 <NA> <NA> 1f2f7930 #> 2592 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 09d0af42 #> 2593 <NA> <NA> aa4435bc #> 2594 <NA> <NA> b519c76e #> 2595 <NA> <NA> 7ccfd15f #> 2596 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c12efc80 #> 2597 <NA> <NA> 2ff8ed88 #> 2598 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS c198a621 #> 2599 <NA> <NA> d0a9bc83 #> 2600 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 266f38a7 #> 2601 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c6b82eb0 #> 2602 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 6eb6ef76 #> 2603 COLLEGE OF DESIGN LANDSCAPE ARCH c1ddfcd2 #> 2604 <NA> <NA> 2bdd9284 #> 2605 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS dac99b05 #> 2606 <NA> <NA> 60ba8e92 #> 2607 COLLEGE OF DESIGN ART/VISUAL CULT 1245cd87 #> 2608 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b5afad12 #> 2609 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 82fffb6d #> 2610 COLLEGE OF ENGINEERING IND/MFR SYS ENG f9166f36 #> 2611 <NA> <NA> bc7981bf #> 2612 COLLEGE OF ENGINEERING MECHANICAL ENG 9a94ba57 #> 2613 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a1f105b0 #> 2614 <NA> <NA> 66a5539b #> 2615 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC cef0d6b3 #> 2616 <NA> <NA> 417b1b16 #> 2617 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 1051d113 #> 2618 <NA> <NA> 1aff1228 #> 2619 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 62134332 #> 2620 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 16fc68f3 #> 2621 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 353f3920 #> 2622 <NA> <NA> e0679c53 #> 2623 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 68362218 #> 2624 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 226b6c4b #> 2625 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 87206bea #> 2626 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS cf942aef #> 2627 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS d7be6e4c #> 2628 <NA> <NA> ef0832da #> 2629 <NA> <NA> ff8a6699 #> 2630 <NA> <NA> 862f87d4 #> 2631 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b88b529f #> 2632 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON adfb3562 #> 2633 <NA> <NA> d98c099b #> 2634 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 4b3a99f4 #> 2635 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 170f3d6c #> 2636 SENIOR VICE PRESIDENT & PROVOST SR VP/PROVOST eec94498 #> 2637 <NA> <NA> df01bf29 #> 2638 COLLEGE OF ENGINEERING AEROSPACE ENG 38f33888 #> 2639 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY cdf8a06c #> 2640 <NA> <NA> 49930e32 #> 2641 <NA> <NA> e84f61be #> 2642 <NA> <NA> 54c98ba6 #> 2643 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 2f84df7b #> 2644 <NA> <NA> 72c377c9 #> 2645 <NA> <NA> f18550c6 #> 2646 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS a79fcb0e #> 2647 <NA> <NA> 8ffa8d17 #> 2648 <NA> <NA> 2bb15200 #> 2649 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 78af38d5 #> 2650 <NA> <NA> 4f1ad040 #> 2651 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2806bb3e #> 2652 COLLEGE OF ENGINEERING MECHANICAL ENG c347906c #> 2653 <NA> <NA> fed60ce6 #> 2654 COLLEGE OF ENGINEERING CIV/CON/ENV ENG eff68a60 #> 2655 COLLEGE OF HUMAN SCIENCES AESHM 8930e489 #> 2656 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 722cc97f #> 2657 <NA> <NA> d55b2d76 #> 2658 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 97b97e2b #> 2659 COLLEGE OF BUSINESS MARKETING 5819b8f8 #> 2660 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 2eaf7f44 #> 2661 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 11ce56c0 #> 2662 <NA> <NA> 1f06a65a #> 2663 <NA> <NA> 7737cf89 #> 2664 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE a1df75f8 #> 2665 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 337d2c3d #> 2666 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC b3cbac87 #> 2667 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 73d76364 #> 2668 <NA> <NA> 363959f9 #> 2669 <NA> <NA> f60f6b7a #> 2670 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY bfd28e7d #> 2671 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 34925a86 #> 2672 <NA> <NA> 34a061e6 #> 2673 <NA> <NA> 2544f7f3 #> 2674 <NA> <NA> a3b50b92 #> 2675 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 17897ba2 #> 2676 <NA> <NA> ba2201cc #> 2677 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 5042ed03 #> 2678 <NA> <NA> dd4040bc #> 2679 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 114e13e9 #> 2680 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG f71369b5 #> 2681 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ab7c739c #> 2682 <NA> <NA> 298ccca6 #> 2683 <NA> <NA> c1d9829c #> 2684 <NA> <NA> 1a82fc2b #> 2685 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 9dee2bc2 #> 2686 <NA> <NA> 903c25a1 #> 2687 COLLEGE OF DESIGN ARCHITECTURE 5e977a19 #> 2688 <NA> <NA> d69f453a #> 2689 <NA> <NA> bc501cd1 #> 2690 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 48e7a1b8 #> 2691 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d0ac4fa6 #> 2692 <NA> <NA> 69c49dba #> 2693 <NA> <NA> 658474e9 #> 2694 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2a52d568 #> 2695 <NA> <NA> cbf356ab #> 2696 COLLEGE OF BUSINESS SUPPLY CHN/INFO 0c059ed8 #> 2697 <NA> <NA> fd099b12 #> 2698 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 165803e5 #> 2699 <NA> <NA> a72bfc1a #> 2700 <NA> <NA> 94e35beb #> 2701 <NA> <NA> aa677a76 #> 2702 <NA> <NA> ff1d3cf6 #> 2703 <NA> <NA> b2540156 #> 2704 <NA> <NA> 74eb0279 #> 2705 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9d2c3ad7 #> 2706 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 7576c130 #> 2707 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 69d3851c #> 2708 COLLEGE OF BUSINESS MARKETING 6935c381 #> 2709 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 17f22c03 #> 2710 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c00cc7d6 #> 2711 COLLEGE OF ENGINEERING MATERIAL SC/ENG f6ea49a8 #> 2712 <NA> <NA> bab1b78b #> 2713 <NA> <NA> dba9d9d4 #> 2714 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 7fc5ac49 #> 2715 <NA> <NA> ebadcee4 #> 2716 LIBRARY LIBRARY c67daa4f #> 2717 <NA> <NA> 0c354aea #> 2718 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY d0c1b5af #> 2719 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7f444293 #> 2720 <NA> <NA> d4b7f568 #> 2721 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 453cc206 #> 2722 <NA> <NA> 9a861ac1 #> 2723 <NA> <NA> 341f90b1 #> 2724 <NA> <NA> f5b07a34 #> 2725 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS b927e46a #> 2726 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 127fd1e9 #> 2727 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8a6be6be #> 2728 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 78d5f1b6 #> 2729 <NA> <NA> c8755c94 #> 2730 <NA> <NA> 13af17af #> 2731 AMES LABORATORY OF US DOE AMES LABORATORY 9bb6f508 #> 2732 <NA> <NA> c598f805 #> 2733 COLLEGE OF BUSINESS MANAGEMENT 99933ad7 #> 2734 <NA> <NA> 2a534eb5 #> 2735 <NA> <NA> 1cada40c #> 2736 <NA> <NA> 8af5c8b4 #> 2737 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY b7850369 #> 2738 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 67b3780d #> 2739 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2f530f06 #> 2740 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 7493d0ad #> 2741 <NA> <NA> fc4e40c3 #> 2742 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 2039f217 #> 2743 LIBRARY LIBRARY 59c316e7 #> 2744 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 44efc7ae #> 2745 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 41725e7f #> 2746 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE fc866ff5 #> 2747 <NA> <NA> 79a2758d #> 2748 <NA> <NA> 4bd8cff5 #> 2749 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 759a62f1 #> 2750 <NA> <NA> 17b89e7c #> 2751 <NA> <NA> 395409ba #> 2752 <NA> <NA> 370c6ce6 #> 2753 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST c0ed8d91 #> 2754 <NA> <NA> a860e5d5 #> 2755 <NA> <NA> 03ddcee5 #> 2756 <NA> <NA> cbe00c18 #> 2757 <NA> <NA> e32fb594 #> 2758 COLLEGE OF DESIGN LANDSCAPE ARCH 570e471c #> 2759 <NA> <NA> 63752cd5 #> 2760 <NA> <NA> 976ef33b #> 2761 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 810f6779 #> 2762 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c48f6cfd #> 2763 <NA> <NA> e3e1cc1e #> 2764 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 7be66d84 #> 2765 COLLEGE OF HUMAN SCIENCES KINESIOLOGY e4dc1a1e #> 2766 <NA> <NA> 289dd0df #> 2767 <NA> <NA> 4bf72d4a #> 2768 <NA> <NA> 26715045 #> 2769 <NA> <NA> b617415d #> 2770 <NA> <NA> afac3290 #> 2771 <NA> <NA> dd0060ea #> 2772 <NA> <NA> c63a656f #> 2773 <NA> <NA> 94a81c42 #> 2774 <NA> <NA> 800bd805 #> 2775 COLLEGE OF ENGINEERING AEROSPACE ENG 42c76ebc #> 2776 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 6de0d7bd #> 2777 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO f5597717 #> 2778 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 600e63b7 #> 2779 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO ced9703c #> 2780 <NA> <NA> ffafd6e5 #> 2781 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8e137768 #> 2782 <NA> <NA> cd00f1fd #> 2783 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 35879093 #> 2784 <NA> <NA> c3e8daa2 #> 2785 <NA> <NA> bd776231 #> 2786 <NA> <NA> 6378cfb3 #> 2787 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8e75625 #> 2788 <NA> <NA> 76cffe68 #> 2789 SENIOR VICE PRESIDENT & PROVOST CELT 440809db #> 2790 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 5ba17e38 #> 2791 <NA> <NA> 67fabf62 #> 2792 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS a4d97695 #> 2793 COLLEGE OF DESIGN ARCHITECTURE 64f7db7b #> 2794 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG da72335e #> 2795 <NA> <NA> a72771bc #> 2796 <NA> <NA> 55e91d40 #> 2797 <NA> <NA> e7ba0600 #> 2798 <NA> <NA> e27fc0b6 #> 2799 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 6cdf4c73 #> 2800 <NA> <NA> c5d4afec #> 2801 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e73f5426 #> 2802 <NA> <NA> 9f0321a0 #> 2803 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 750ed03e #> 2804 <NA> <NA> e387d233 #> 2805 <NA> <NA> 3d83b2f0 #> 2806 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a2252304 #> 2807 <NA> <NA> 666d1bc6 #> 2808 <NA> <NA> 02fe6925 #> 2809 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54e1be5f #> 2810 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 556803fb #> 2811 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c697b97a #> 2812 <NA> <NA> 8994ebda #> 2813 <NA> <NA> f8927edb #> 2814 <NA> <NA> e79d0161 #> 2815 <NA> <NA> 0095ac81 #> 2816 <NA> <NA> 330cb8e8 #> 2817 <NA> <NA> 4a9914c6 #> 2818 <NA> <NA> 5786549d #> 2819 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 4720841b #> 2820 <NA> <NA> ccb1ef41 #> 2821 <NA> <NA> 3660c51e #> 2822 <NA> <NA> 545488e1 #> 2823 <NA> <NA> bcaf901c #> 2824 COLLEGE OF BUSINESS FINANCE b049acf5 #> 2825 COLLEGE OF HUMAN SCIENCES AESHM 7e0d7f88 #> 2826 <NA> <NA> fc395d94 #> 2827 <NA> <NA> 628b4801 #> 2828 <NA> <NA> 9753ba0f #> 2829 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE be6dd438 #> 2830 <NA> <NA> 5af253d3 #> 2831 <NA> <NA> c08c5b46 #> 2832 <NA> <NA> 18018b3e #> 2833 COLLEGE OF ENGINEERING MATERIAL SC/ENG aaf66162 #> 2834 <NA> <NA> ffa9d2ee #> 2835 <NA> <NA> 7a9d7662 #> 2836 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI e51de2e8 #> 2837 <NA> <NA> 9e51afdd #> 2838 <NA> <NA> e04aaec0 #> 2839 <NA> <NA> 627dd854 #> 2840 <NA> <NA> 226b8fb8 #> 2841 <NA> <NA> 1e52cbdc #> 2842 <NA> <NA> ab9c4bb5 #> 2843 <NA> <NA> 3c6dad55 #> 2844 <NA> <NA> 372c3d3f #> 2845 <NA> <NA> 97539d9f #> 2846 COLLEGE OF ENGINEERING MECHANICAL ENG c805b487 #> 2847 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG d956afc6 #> 2848 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED a06467f0 #> 2849 <NA> <NA> 77aa1858 #> 2850 COLLEGE OF DESIGN GRAPHIC DSN 9a5fd3c2 #> 2851 <NA> <NA> 7edb133f #> 2852 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d524a9c0 #> 2853 <NA> <NA> 93052687 #> 2854 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 9ebfd7d7 #> 2855 <NA> <NA> 3e371e0c #> 2856 <NA> <NA> 28a08ba1 #> 2857 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST b067ef3f #> 2858 <NA> <NA> a4559b3e #> 2859 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8a26308 #> 2860 <NA> <NA> e03e9ce3 #> 2861 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC e714e3ff #> 2862 COLLEGE OF DESIGN ART/VISUAL CULT 0a9ca9c7 #> 2863 COLLEGE OF DESIGN GRAPHIC DSN 9a84e851 #> 2864 COLLEGE OF DESIGN ARCHITECTURE 1915ed22 #> 2865 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 50efc574 #> 2866 COLLEGE OF BUSINESS FINANCE aa9df26b #> 2867 <NA> <NA> 41c67b01 #> 2868 COLLEGE OF BUSINESS SUPPLY CHN/INFO a52388bd #> 2869 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 579e085a #> 2870 <NA> <NA> cb7987e9 #> 2871 <NA> <NA> eae6bd8d #> 2872 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da833f7b #> 2873 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 455cdb01 #> 2874 <NA> <NA> ca365d22 #> 2875 <NA> <NA> 0da53fa2 #> 2876 <NA> <NA> 9590c3ba #> 2877 <NA> <NA> b3b46481 #> 2878 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 015440d7 #> 2879 COLLEGE OF ENGINEERING CIV/CON/ENV ENG bbe2900c #> 2880 <NA> <NA> 27758826 #> 2881 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 04b332a0 #> 2882 COLLEGE OF DESIGN ARCHITECTURE d7bea786 #> 2883 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY d83e13d4 #> 2884 COLLEGE OF ENGINEERING MECHANICAL ENG 8f330ad1 #> 2885 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC fe2688a4 #> 2886 <NA> <NA> c1f9dbff #> 2887 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 811a66ac #> 2888 <NA> <NA> 81ee20e9 #> 2889 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 50d7e83c #> 2890 <NA> <NA> b7b2c5cd #> 2891 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c6c9b118 #> 2892 <NA> <NA> e04441ee #> 2893 <NA> <NA> 866b5181 #> 2894 <NA> <NA> bc6fbd61 #> 2895 <NA> <NA> 1dfb16e6 #> 2896 <NA> <NA> c4ecab96 #> 2897 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3227004f #> 2898 <NA> <NA> 30136b73 #> 2899 <NA> <NA> 79fd6c89 #> 2900 <NA> <NA> fb9ddf30 #> 2901 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 2e39a208 #> 2902 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 82bed8e2 #> 2903 <NA> <NA> 71d89a0f #> 2904 <NA> <NA> 99afd351 #> 2905 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 08f1e76c #> 2906 <NA> <NA> fd8b00c3 #> 2907 COLLEGE OF DESIGN COMMUN/REG PLAN fbefc6a3 #> 2908 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 3c8d1b10 #> 2909 <NA> <NA> 95d39432 #> 2910 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 410c1381 #> 2911 <NA> <NA> 14d3d21e #> 2912 <NA> <NA> b18e9b32 #> 2913 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 959502f3 #> 2914 COLLEGE OF ENGINEERING CHEM & BIO ENGR 3b9762ca #> 2915 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON f27d3dac #> 2916 LIBRARY LIBRARY 95cab90a #> 2917 <NA> <NA> 70f4d4b9 #> 2918 <NA> <NA> 71768e57 #> 2919 <NA> <NA> 716f712f #> 2920 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 970bbb0b #> 2921 <NA> <NA> 3ecbbe18 #> 2922 <NA> <NA> e4624755 #> 2923 <NA> <NA> 02008b89 #> 2924 IT SERVICES IT SERVICES CIO 50f4c0b8 #> 2925 <NA> <NA> e49dfc8f #> 2926 <NA> <NA> 1c2d73cd #> 2927 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 248973b6 #> 2928 <NA> <NA> 679a04be #> 2929 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 4e98e188 #> 2930 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9673b984 #> 2931 <NA> <NA> fcb87b9a #> 2932 <NA> <NA> d4f4740c #> 2933 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY f6a7a70f #> 2934 COLLEGE OF BUSINESS FINANCE 4dd7e070 #> 2935 <NA> <NA> a333325c #> 2936 <NA> <NA> 6c67cb19 #> 2937 <NA> <NA> 4fdd30f0 #> 2938 <NA> <NA> 2362ffde #> 2939 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE efef4af1 #> 2940 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c24dc8d3 #> 2941 <NA> <NA> dd3c40b3 #> 2942 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c0967976 #> 2943 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 203b875b #> 2944 COLLEGE OF DESIGN ART/VISUAL CULT b853228c #> 2945 <NA> <NA> 4ea1593e #> 2946 <NA> <NA> 50305473 #> 2947 <NA> <NA> 7e454de3 #> 2948 <NA> <NA> 33a15d51 #> 2949 <NA> <NA> 0fa478c5 #> 2950 <NA> <NA> f6bedcb7 #> 2951 <NA> <NA> 6233b041 #> 2952 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 6b600d9b #> 2953 <NA> <NA> 69fea888 #> 2954 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 10bea954 #> 2955 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5fd15749 #> 2956 <NA> <NA> 473e66b5 #> 2957 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 0351abec #> 2958 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 85cce262 #> 2959 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY a7a04908 #> 2960 <NA> <NA> 44bdf9d6 #> 2961 <NA> <NA> 864503c6 #> 2962 <NA> <NA> 273e9165 #> 2963 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 2b615e2e #> 2964 <NA> <NA> 13c05730 #> 2965 <NA> <NA> ab97062d #> 2966 <NA> <NA> 4465823b #> 2967 <NA> <NA> b2dbfc4b #> 2968 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c64b87e6 #> 2969 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2cfd8081 #> 2970 COLLEGE OF ENGINEERING AEROSPACE ENG e73aa644 #> 2971 <NA> <NA> 9e0b5755 #> 2972 <NA> <NA> de7fe71c #> 2973 <NA> <NA> ec5b8cff #> 2974 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e04143b4 #> 2975 <NA> <NA> fbc2b6c8 #> 2976 <NA> <NA> d156c5fd #> 2977 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE f4ce44e2 #> 2978 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c39ee2d3 #> 2979 <NA> <NA> d4704bd0 #> 2980 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 3856f700 #> 2981 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE cd7ce10e #> 2982 <NA> <NA> 7c0d5fc2 #> 2983 <NA> <NA> 1204e056 #> 2984 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 7c539f7c #> 2985 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73975f93 #> 2986 <NA> <NA> 8912b6ab #> 2987 <NA> <NA> 601c6e6a #> 2988 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 38aed530 #> 2989 COLLEGE OF BUSINESS ACCOUNTING f7249da1 #> 2990 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM c3cab316 #> 2991 <NA> <NA> 76163f38 #> 2992 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 7ed541e6 #> 2993 <NA> <NA> 48cc123c #> 2994 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 324da46c #> 2995 <NA> <NA> f9c2db52 #> 2996 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 84ecfed9 #> 2997 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 950d7277 #> 2998 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 92ca5236 #> 2999 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 2a8a7fec #> 3000 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 626ab9b7 #> 3001 <NA> <NA> cf87953d #> 3002 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8971f68 #> 3003 <NA> <NA> e697b01c #> 3004 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS f5ee243e #> 3005 <NA> <NA> 31a307a2 #> 3006 <NA> <NA> 811ec1f2 #> 3007 <NA> <NA> bea58337 #> 3008 <NA> <NA> 2292fb8f #> 3009 <NA> <NA> 30a2664d #> 3010 <NA> <NA> 7c8502fc #> 3011 <NA> <NA> 775a2afc #> 3012 COLLEGE OF ENGINEERING AEROSPACE ENG 30cc76e0 #> 3013 <NA> <NA> 8363ab6f #> 3014 <NA> <NA> 73c69971 #> 3015 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ec58ee97 #> 3016 <NA> <NA> 749cf771 #> 3017 <NA> <NA> c3686ebb #> 3018 COLLEGE OF DESIGN ART/VISUAL CULT 5b7d03f2 #> 3019 COLLEGE OF HUMAN SCIENCES KINESIOLOGY f922671b #> 3020 <NA> <NA> 2677477a #> 3021 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 55cb1d8e #> 3022 <NA> <NA> 28e6f301 #> 3023 <NA> <NA> 5d7f00f1 #> 3024 <NA> <NA> d4d0c293 #> 3025 <NA> <NA> a8c5f403 #> 3026 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 948ccded #> 3027 <NA> <NA> bb6b1e11 #> 3028 <NA> <NA> c4072fe9 #> 3029 COLLEGE OF DESIGN LANDSCAPE ARCH 0616e4d0 #> 3030 <NA> <NA> f877abef #> 3031 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 9008a5dd #> 3032 <NA> <NA> 69856f4e #> 3033 <NA> <NA> b99fc99f #> 3034 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 164ce35d #> 3035 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 37d57a4a #> 3036 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b7a22ecf #> 3037 <NA> <NA> 31052c39 #> 3038 <NA> <NA> c60020a9 #> 3039 <NA> <NA> f776731d #> 3040 <NA> <NA> 1e33d343 #> 3041 COLLEGE OF DESIGN GRAPHIC DSN 65606880 #> 3042 <NA> <NA> 025fa9b9 #> 3043 <NA> <NA> 067eb705 #> 3044 <NA> <NA> 832e109c #> 3045 <NA> <NA> 18275103 #> 3046 <NA> <NA> d6bb30a5 #> 3047 <NA> <NA> a5eb810d #> 3048 <NA> <NA> 82f21acf #> 3049 <NA> <NA> 2368200a #> 3050 <NA> <NA> f908caf5 #> 3051 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE e30ef13a #> 3052 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 92e42eed #> 3053 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE af230a68 #> 3054 <NA> <NA> b1a6dfc1 #> 3055 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST a7c9bd70 #> 3056 <NA> <NA> b6d3becc #> 3057 <NA> <NA> 218ee311 #> 3058 <NA> <NA> b2bd5613 #> 3059 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 2f7cf41e #> 3060 <NA> <NA> b7a31ae7 #> 3061 COLLEGE OF DESIGN GRAPHIC DSN 5f89cd5e #> 3062 <NA> <NA> 0d7c71d3 #> 3063 <NA> <NA> 97e34969 #> 3064 COLLEGE OF ENGINEERING CHEM & BIO ENGR 60243019 #> 3065 <NA> <NA> 9898b5b6 #> 3066 COLLEGE OF ENGINEERING IND/MFR SYS ENG 766b1261 #> 3067 <NA> <NA> d5a89982 #> 3068 <NA> <NA> 64483cb3 #> 3069 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 4b07c8e7 #> 3070 <NA> <NA> d57cd395 #> 3071 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 1610902e #> 3072 <NA> <NA> aebd9fcc #> 3073 <NA> <NA> 3cc5e443 #> 3074 <NA> <NA> bdd1adba #> 3075 <NA> <NA> b621fd51 #> 3076 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 74cbdcc9 #> 3077 <NA> <NA> 716d2c34 #> 3078 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 84f88ec9 #> 3079 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS a71cf16a #> 3080 <NA> <NA> 575e5ffb #> 3081 COLLEGE OF ENGINEERING MECHANICAL ENG 5e38d1b1 #> 3082 <NA> <NA> 2d19d6df #> 3083 <NA> <NA> ae01c46e #> 3084 <NA> <NA> 69470640 #> 3085 <NA> <NA> bae0097a #> 3086 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY fcdc2d31 #> 3087 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 9afcd46b #> 3088 <NA> <NA> 44cfbd1f #> 3089 COLLEGE OF ENGINEERING ELEC ENG/CP ENG acf833fe #> 3090 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 32e28f42 #> 3091 <NA> <NA> 657b459f #> 3092 <NA> <NA> a82f3bb7 #> 3093 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY fc66c810 #> 3094 LIBRARY LIBRARY bbec4f1b #> 3095 <NA> <NA> a6810d55 #> 3096 <NA> <NA> c6ff6178 #> 3097 <NA> <NA> df220f71 #> 3098 <NA> <NA> 03fac7a0 #> 3099 <NA> <NA> 514ef120 #> 3100 <NA> <NA> dfd1585f #> 3101 <NA> <NA> e3ba46a2 #> 3102 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d07d3e9f #> 3103 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 0372d23c #> 3104 <NA> <NA> 38471d93 #> 3105 <NA> <NA> a174bd8d #> 3106 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 923bdd4f #> 3107 <NA> <NA> 0b383d13 #> 3108 <NA> <NA> 5c3171c4 #> 3109 <NA> <NA> d37a53d9 #> 3110 <NA> <NA> a2ebc008 #> 3111 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 90756f26 #> 3112 <NA> <NA> b9671087 #> 3113 <NA> <NA> b5e6fcec #> 3114 LIBRARY LIBRARY 54c121f8 #> 3115 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 32102fe8 #> 3116 <NA> <NA> c3400f61 #> 3117 <NA> <NA> 83613dea #> 3118 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE b9b6430c #> 3119 <NA> <NA> af1fd11d #> 3120 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3f068a42 #> 3121 COLLEGE OF DESIGN ART/VISUAL CULT 3a18707a #> 3122 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 62c295b4 #> 3123 <NA> <NA> bc1cd30e #> 3124 <NA> <NA> ba5f8425 #> 3125 <NA> <NA> 252b8e1f #> 3126 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 25ee9cb2 #> 3127 <NA> <NA> dbf6897f #> 3128 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8c4b7fb2 #> 3129 <NA> <NA> 52aa2504 #> 3130 <NA> <NA> d2a12f8f #> 3131 <NA> <NA> e5a931dc #> 3132 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c1f3a220 #> 3133 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 009b97a2 #> 3134 <NA> <NA> 678486d2 #> 3135 <NA> <NA> 4ec082ce #> 3136 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST f77c8683 #> 3137 <NA> <NA> 45f7d5d6 #> 3138 <NA> <NA> 92b8c872 #> 3139 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 896b8a43 #> 3140 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 15ee3035 #> 3141 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 6bdd5aca #> 3142 <NA> <NA> d9648aba #> 3143 <NA> <NA> 64265e90 #> 3144 <NA> <NA> b1cf47b7 #> 3145 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 155109ea #> 3146 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 43410ce6 #> 3147 <NA> <NA> 7a05549e #> 3148 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 72a5e095 #> 3149 COLLEGE OF DESIGN COMMUN/REG PLAN c6594e2f #> 3150 <NA> <NA> 33441896 #> 3151 <NA> <NA> c0bab026 #> 3152 <NA> <NA> 6fece32d #> 3153 COLLEGE OF ENGINEERING CIV/CON/ENV ENG c1f5cf1b #> 3154 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 459a7aaa #> 3155 <NA> <NA> 695d7e95 #> 3156 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 60facd51 #> 3157 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 7f019568 #> 3158 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 5308c09f #> 3159 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 83e520c6 #> 3160 <NA> <NA> 94a32f75 #> 3161 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 31dbfd24 #> 3162 <NA> <NA> 4af20de6 #> 3163 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 7fee2030 #> 3164 <NA> <NA> c5bd4712 #> 3165 <NA> <NA> 163fde72 #> 3166 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 6faf74ef #> 3167 <NA> <NA> 48e077d0 #> 3168 <NA> <NA> 77ff66f6 #> 3169 <NA> <NA> 0b5564b8 #> 3170 <NA> <NA> 38b8c7c7 #> 3171 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e8ee661d #> 3172 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 325fa758 #> 3173 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON aa7b9665 #> 3174 <NA> <NA> 76d739a7 #> 3175 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 5671fb45 #> 3176 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 1f9c6a51 #> 3177 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY ebaa213d #> 3178 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT e4c02a4b #> 3179 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bff876c0 #> 3180 COLLEGE OF ENGINEERING CHEM & BIO ENGR 80a329b8 #> 3181 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH de56eec7 #> 3182 <NA> <NA> e116572b #> 3183 <NA> <NA> 17271e2a #> 3184 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a9e9c3ef #> 3185 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS a88c929a #> 3186 <NA> <NA> 65e27b7c #> 3187 <NA> <NA> ed7eff04 #> 3188 <NA> <NA> bf2810c9 #> 3189 <NA> <NA> 0da230f6 #> 3190 <NA> <NA> 844d2753 #> 3191 <NA> <NA> 53b0bc52 #> 3192 <NA> <NA> 4521e31d #> 3193 <NA> <NA> 78155134 #> 3194 COLLEGE OF BUSINESS MANAGEMENT 399c738b #> 3195 COLLEGE OF DESIGN INDUST DESIGN d8921048 #> 3196 <NA> <NA> 5afe0e99 #> 3197 <NA> <NA> 54c6d909 #> 3198 <NA> <NA> 1838dc7c #> 3199 <NA> <NA> 4eafdd02 #> 3200 <NA> <NA> 4ac24408 #> 3201 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT feb37465 #> 3202 <NA> <NA> 6dca1b26 #> 3203 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 6cc4b058 #> 3204 COLLEGE OF ENGINEERING CHEM & BIO ENGR b81d0a86 #> 3205 <NA> <NA> 47f5ae8d #> 3206 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 8dd98c68 #> 3207 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 4ae8971b #> 3208 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 54c70bb1 #> 3209 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 359d173f #> 3210 <NA> <NA> a28d985c #> 3211 <NA> <NA> 696c1e29 #> 3212 <NA> <NA> 03030f8e #> 3213 <NA> <NA> c787dcd7 #> 3214 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 424925d9 #> 3215 <NA> <NA> 2208e043 #> 3216 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c4cea49e #> 3217 <NA> <NA> 1ebdab3e #> 3218 COLLEGE OF DESIGN LANDSCAPE ARCH d83e9973 #> 3219 COLLEGE OF DESIGN ART/VISUAL CULT 040e6cdf #> 3220 COLLEGE OF ENGINEERING AEROSPACE ENG 43df6ff7 #> 3221 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 2267bc40 #> 3222 <NA> <NA> 50f5b9ec #> 3223 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f0d92e1e #> 3224 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 92ff8e34 #> 3225 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST f80e3e28 #> 3226 <NA> <NA> 8f3dd593 #> 3227 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73e490fd #> 3228 <NA> <NA> 72f9b2d6 #> 3229 <NA> <NA> 29e1b11a #> 3230 COLLEGE of AGRICULTURE & LIFE SCIENCES IA ST RS FARMS bf3997ab #> 3231 <NA> <NA> d6df4e2a #> 3232 <NA> <NA> f6be3671 #> 3233 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 56e60e7f #> 3234 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 62ac1bf3 #> 3235 <NA> <NA> 32c98ebd #> 3236 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0442a49b #> 3237 <NA> <NA> dbbf90c7 #> 3238 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 5e25aa42 #> 3239 <NA> <NA> 675e8060 #> 3240 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 540b9665 #> 3241 <NA> <NA> 916b2411 #> 3242 <NA> <NA> 3e6f861f #> 3243 <NA> <NA> 97aa31f9 #> 3244 <NA> <NA> fe6735e9 #> 3245 <NA> <NA> cad4fc67 #> 3246 COLLEGE OF ENGINEERING AEROSPACE ENG 20766628 #> 3247 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 28904613 #> 3248 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 38721095 #> 3249 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 82c22657 #> 3250 <NA> <NA> dede53c6 #> 3251 <NA> <NA> 09c03389 #> 3252 <NA> <NA> 06b117b7 #> 3253 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG ddf342dd #> 3254 <NA> <NA> 8c0572f5 #> 3255 COLLEGE OF HUMAN SCIENCES AESHM 47da982d #> 3256 <NA> <NA> c598ef40 #> 3257 <NA> <NA> a2fcc1c9 #> 3258 <NA> <NA> 7aaaedd0 #> 3259 <NA> <NA> af015c6c #> 3260 <NA> <NA> 1e051442 #> 3261 <NA> <NA> 15862eae #> 3262 <NA> <NA> 006214b6 #> 3263 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 8416ea70 #> 3264 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC a5a3a123 #> 3265 COLLEGE OF ENGINEERING IND/MFR SYS ENG e099da35 #> 3266 <NA> <NA> 1526678d #> 3267 <NA> <NA> 8c899836 #> 3268 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d92e6de1 #> 3269 <NA> <NA> a740cde3 #> 3270 <NA> <NA> c4d9a05f #> 3271 <NA> <NA> 567370b6 #> 3272 <NA> <NA> fd442971 #> 3273 <NA> <NA> 0439fd4a #> 3274 COLLEGE OF BUSINESS ACCOUNTING d390ec4d #> 3275 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 5c6019fa #> 3276 COLLEGE OF ENGINEERING CHEM & BIO ENGR 05d74cfd #> 3277 <NA> <NA> ef6d3ebe #> 3278 <NA> <NA> 8826e3ad #> 3279 COLLEGE OF BUSINESS ACCOUNTING 394b3719 #> 3280 <NA> <NA> ccc247f0 #> 3281 <NA> <NA> ce7c762b #> 3282 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 230956c7 #> 3283 <NA> <NA> 72134c64 #> 3284 <NA> <NA> fb7520d8 #> 3285 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 6e3789c9 #> 3286 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 51ee78c7 #> 3287 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC b3cd3367 #> 3288 COLLEGE OF BUSINESS SUPPLY CHN/INFO 96e71562 #> 3289 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 3493dfde #> 3290 <NA> <NA> 3fb5ead6 #> 3291 COLLEGE OF BUSINESS SUPPLY CHN/INFO 3962f288 #> 3292 <NA> <NA> b593904c #> 3293 <NA> <NA> e78476e2 #> 3294 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON a9702005 #> 3295 <NA> <NA> fcfbac48 #> 3296 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5cad0092 #> 3297 <NA> <NA> 9018a4bf #> 3298 <NA> <NA> ea1695f3 #> 3299 COLLEGE OF DESIGN ART/VISUAL CULT 4bf59155 #> 3300 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY e2b7d8b3 #> 3301 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f57d8fb2 #> 3302 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 45a5d61c #> 3303 <NA> <NA> e1251d6b #> 3304 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 2c0ea90c #> 3305 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9e2e3714 #> 3306 <NA> <NA> 6afe0ea1 #> 3307 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 01446b97 #> 3308 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 8c615022 #> 3309 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 60ea7e38 #> 3310 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4ec5c9a9 #> 3311 <NA> <NA> 8485991a #> 3312 <NA> <NA> 5725059e #> 3313 COLLEGE OF DESIGN GRAPHIC DSN adf91dca #> 3314 <NA> <NA> 9b5d0f65 #> 3315 <NA> <NA> be1272a2 #> 3316 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2169ad2c #> 3317 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 0f3aa9c2 #> 3318 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c0ac229e #> 3319 <NA> <NA> b078b8cc #> 3320 <NA> <NA> f719933a #> 3321 <NA> <NA> 05c57695 #> 3322 COLLEGE OF DESIGN ART/VISUAL CULT bca564bd #> 3323 <NA> <NA> 0bf630d8 #> 3324 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 490fa067 #> 3325 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS e61fe830 #> 3326 <NA> <NA> 0f81101f #> 3327 <NA> <NA> 948ec75e #> 3328 <NA> <NA> 0b469c83 #> 3329 <NA> <NA> 2061d8cd #> 3330 <NA> <NA> 31889ab4 #> 3331 <NA> <NA> 7cf6ac83 #> 3332 <NA> <NA> 5a0c87bc #> 3333 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c3791b89 #> 3334 <NA> <NA> 8814839f #> 3335 <NA> <NA> d60ea990 #> 3336 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 62f3fc8b #> 3337 <NA> <NA> 61fa97e2 #> 3338 <NA> <NA> b771213b #> 3339 <NA> <NA> a76d68e6 #> 3340 COLLEGE OF ENGINEERING MECHANICAL ENG 929b3e27 #> 3341 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS daffa6cb #> 3342 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ea7ca31f #> 3343 <NA> <NA> 984d92f8 #> 3344 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1e79a093 #> 3345 COLLEGE OF BUSINESS MARKETING af1331c7 #> 3346 <NA> <NA> 74fa9dd3 #> 3347 <NA> <NA> 254bae09 #> 3348 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 176e8ab7 #> 3349 LIBRARY LIBRARY 1621a098 #> 3350 COLLEGE OF HUMAN SCIENCES KINESIOLOGY b84bf6f7 #> 3351 COLLEGE of AGRICULTURE & LIFE SCIENCES LEOPOLD CENTER e9b5d46a #> 3352 <NA> <NA> 1a720577 #> 3353 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 3b3800e1 #> 3354 <NA> <NA> e1fc6fe5 #> 3355 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 756b8ba4 #> 3356 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY fa151ace #> 3357 <NA> <NA> a184f320 #> 3358 COLLEGE OF ENGINEERING MECHANICAL ENG a1a6827d #> 3359 <NA> <NA> cf195996 #> 3360 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1494dafe #> 3361 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 64f551ac #> 3362 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 09d81315 #> 3363 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC f7480394 #> 3364 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bfe57dbb #> 3365 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 300431cd #> 3366 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS eba02ff6 #> 3367 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 5d54863f #> 3368 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d6cdf39f #> 3369 <NA> <NA> 01f887f5 #> 3370 <NA> <NA> bd7a0e64 #> 3371 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST fc0b605e #> 3372 <NA> <NA> 325e9239 #> 3373 <NA> <NA> 9bd861cd #> 3374 LIBRARY LIBRARY 323292af #> 3375 <NA> <NA> fe83479f #> 3376 <NA> <NA> d0074ee5 #> 3377 COLLEGE OF BUSINESS MARKETING 0fc1fcae #> 3378 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d1e13a54 #> 3379 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b6275cd6 #> 3380 COLLEGE OF ENGINEERING CHEM & BIO ENGR 8cac4859 #> 3381 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 811b4fd5 #> 3382 <NA> <NA> 48d5c908 #> 3383 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 79d8839a #> 3384 <NA> <NA> 02255dfa #> 3385 <NA> <NA> f8df7e09 #> 3386 <NA> <NA> b3a0f5e9 #> 3387 <NA> <NA> 3426d597 #> 3388 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY ca76e1f1 #> 3389 <NA> <NA> 8b1a2a86 #> 3390 <NA> <NA> 91e1a560 #> 3391 <NA> <NA> 0e53f109 #> 3392 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 61be3cc7 #> 3393 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 48e0b19e #> 3394 <NA> <NA> dac2a4b1 #> 3395 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 09c28924 #> 3396 <NA> <NA> e2cdac2d #> 3397 <NA> <NA> cabdb91e #> 3398 <NA> <NA> 3ed66fe4 #> 3399 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f498f840 #> 3400 <NA> <NA> 34997a66 #> 3401 <NA> <NA> 51c7f789 #> 3402 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 345c1aca #> 3403 <NA> <NA> fa884105 #> 3404 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01e56d10 #> 3405 COLLEGE OF HUMAN SCIENCES AESHM 1700fc19 #> 3406 <NA> <NA> efd6d8cd #> 3407 <NA> <NA> 69e38f54 #> 3408 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 27a57881 #> 3409 COLLEGE OF ENGINEERING AEROSPACE ENG d5e06937 #> 3410 LIBRARY LIBRARY 11069cb2 #> 3411 <NA> <NA> 3537d195 #> 3412 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY ad7ade45 #> 3413 <NA> <NA> 6f96175b #> 3414 <NA> <NA> bc729222 #> 3415 <NA> <NA> 5643abf8 #> 3416 <NA> <NA> 2347adcb #> 3417 <NA> <NA> 81993542 #> 3418 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bc1f01ac #> 3419 COLLEGE OF DESIGN ART/VISUAL CULT 33384efb #> 3420 <NA> <NA> f5fe7ac9 #> 3421 <NA> <NA> 74f10493 #> 3422 <NA> <NA> 8ce52486 #> 3423 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f08da1da #> 3424 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c7e12e8b #> 3425 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7ee5472d #> 3426 <NA> <NA> 039cf4ec #> 3427 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST e3ac40d8 #> 3428 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE c1a93efe #> 3429 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE eb28d7ca #> 3430 <NA> <NA> 80995f53 #> 3431 <NA> <NA> 34e75267 #> 3432 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9bd32472 #> 3433 <NA> <NA> 77883638 #> 3434 <NA> <NA> 03ef8257 #> 3435 <NA> <NA> 93929b99 #> 3436 <NA> <NA> 15719a93 #> 3437 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 1e73e44c #> 3438 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 64defa4b #> 3439 COLLEGE OF ENGINEERING MECHANICAL ENG 3fbd32c5 #> 3440 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 3b1dd085 #> 3441 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 956deaea #> 3442 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 55e08217 #> 3443 <NA> <NA> f313785a #> 3444 <NA> <NA> 5a0a23d3 #> 3445 <NA> <NA> 6188100c #> 3446 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS fffe1941 #> 3447 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 1375b40e #> 3448 <NA> <NA> c5bc6e33 #> 3449 <NA> <NA> fd9651c0 #> 3450 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY b20156b5 #> 3451 <NA> <NA> 579193e1 #> 3452 <NA> <NA> 2287f10f #> 3453 <NA> <NA> 7698ac5c #> 3454 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 35b97145 #> 3455 <NA> <NA> 497a7424 #> 3456 <NA> <NA> 9e526645 #> 3457 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c83df720 #> 3458 <NA> <NA> 8b5dcd40 #> 3459 <NA> <NA> 2e771f51 #> 3460 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8d5230d6 #> 3461 <NA> <NA> f9ee4d30 #> 3462 SENIOR VICE PRESIDENT & PROVOST CELT 50a086d9 #> 3463 <NA> <NA> 91dd9c61 #> 3464 <NA> <NA> 4c8a646d #> 3465 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST dcfd5c5c #> 3466 <NA> <NA> 5e34ebac #> 3467 <NA> <NA> f088ab2f #> 3468 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 6017d8f4 #> 3469 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 264fe494 #> 3470 COLLEGE OF BUSINESS SUPPLY CHN/INFO 9e440147 #> 3471 COLLEGE OF DESIGN ART/VISUAL CULT edfffa1a #> 3472 <NA> <NA> 988e29fd #> 3473 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST ffdd9ec6 #> 3474 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c66344b5 #> 3475 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI f57c1264 #> 3476 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST c83d4792 #> 3477 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 675afabd #> 3478 COLLEGE OF ENGINEERING MATERIAL SC/ENG 96524f15 #> 3479 <NA> <NA> 1643dfae #> 3480 <NA> <NA> 3cfbd13f #> 3481 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c569975f #> 3482 <NA> <NA> ef69b572 #> 3483 <NA> <NA> 5c8b1539 #> 3484 <NA> <NA> 7848e20e #> 3485 COLLEGE OF ENGINEERING MECHANICAL ENG 8ccd5b3b #> 3486 <NA> <NA> 98065860 #> 3487 <NA> <NA> 662eea47 #> 3488 <NA> <NA> 696a658e #> 3489 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 0e34a99f #> 3490 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d12e036c #> 3491 <NA> <NA> 9d47f27e #> 3492 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS d71a3a63 #> 3493 <NA> <NA> e679d7c3 #> 3494 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC dfeaf5cf #> 3495 <NA> <NA> a3898c31 #> 3496 <NA> <NA> 801374fc #> 3497 <NA> <NA> 5c53c604 #> 3498 <NA> <NA> d10af800 #> 3499 <NA> <NA> a42e4c60 #> 3500 <NA> <NA> d8a1b825 #> 3501 <NA> <NA> cd5464a5 #> 3502 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT e91d9999 #> 3503 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON fa49adfa #> 3504 <NA> <NA> 78c68ac8 #> 3505 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7a38b031 #> 3506 <NA> <NA> 21dae03d #> 3507 <NA> <NA> 914ceeb4 #> 3508 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS c5d98638 #> 3509 <NA> <NA> 2035e6d1 #> 3510 <NA> <NA> b0ec69ee #> 3511 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT f6e67255 #> 3512 <NA> <NA> 7fb76472 #> 3513 COLLEGE OF DESIGN GRAPHIC DSN 8e528ff0 #> 3514 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 4819b166 #> 3515 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 845c73cc #> 3516 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8b89763c #> 3517 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f2359140 #> 3518 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST b1cea2f6 #> 3519 <NA> <NA> 16306079 #> 3520 <NA> <NA> 20aa13d5 #> 3521 <NA> <NA> 12fb15aa #> 3522 <NA> <NA> c0157cdc #> 3523 COLLEGE OF ENGINEERING IND/MFR SYS ENG 70d297b0 #> 3524 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC a730cc57 #> 3525 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 1f3e2e64 #> 3526 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE aed52643 #> 3527 <NA> <NA> f2d7226d #> 3528 COLLEGE OF ENGINEERING IND/MFR SYS ENG 9878a095 #> 3529 <NA> <NA> 565b62b8 #> 3530 <NA> <NA> b7124dd0 #> 3531 <NA> <NA> 4b54a8ac #> 3532 <NA> <NA> 241df44a #> 3533 <NA> <NA> 77fc8cb6 #> 3534 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c3938b31 #> 3535 COLLEGE OF BUSINESS SUPPLY CHN/INFO 6e3aa6ae #> 3536 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 52ca8e38 #> 3537 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY dde28617 #> 3538 <NA> <NA> 14eb374b #> 3539 <NA> <NA> f31090fa #> 3540 <NA> <NA> 8147091d #> 3541 <NA> <NA> 2e2812c5 #> 3542 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ba21f415 #> 3543 <NA> <NA> 9c59e1b9 #> 3544 <NA> <NA> fde3dbc7 #> 3545 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ea1d8781 #> 3546 <NA> <NA> bad2a3b6 #> 3547 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT ac210d01 #> 3548 <NA> <NA> 97580794 #> 3549 COLLEGE OF DESIGN ART/VISUAL CULT 8c31c66a #> 3550 <NA> <NA> b8ab29a6 #> 3551 <NA> <NA> 5c389097 #> 3552 <NA> <NA> 03c6c0c1 #> 3553 <NA> <NA> fd41725a #> 3554 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 65811bba #> 3555 <NA> <NA> b3322d49 #> 3556 <NA> <NA> f36dc721 #> 3557 <NA> <NA> ef698ae2 #> 3558 <NA> <NA> f63a40e3 #> 3559 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS e33d62fe #> 3560 <NA> <NA> 18f37f90 #> 3561 COLLEGE OF DESIGN ARCHITECTURE 6aa46c38 #> 3562 <NA> <NA> 9916fe7f #> 3563 COLLEGE OF ENGINEERING MATERIAL SC/ENG a0eff8d8 #> 3564 <NA> <NA> a18285e9 #> 3565 <NA> <NA> a6d9bd24 #> 3566 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 72ad9559 #> 3567 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 20574b6e #> 3568 <NA> <NA> 08fa4948 #> 3569 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 9d8beb2b #> 3570 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS c8380cef #> 3571 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 36660db0 #> 3572 <NA> <NA> d4cb150c #> 3573 <NA> <NA> 03408489 #> 3574 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 9de858e0 #> 3575 <NA> <NA> 08eab541 #> 3576 COLLEGE OF HUMAN SCIENCES AESHM 8642fc60 #> 3577 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 5db49758 #> 3578 COLLEGE OF BUSINESS SUPPLY CHN/INFO bf61c266 #> 3579 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 7363fc2e #> 3580 <NA> <NA> 05e76569 #> 3581 <NA> <NA> 3558fa2c #> 3582 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c628780d #> 3583 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 516d58e5 #> 3584 <NA> <NA> 4e9b7b9d #> 3585 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 5ae7fad4 #> 3586 <NA> <NA> 05d0eed1 #> 3587 <NA> <NA> 1c84b589 #> 3588 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE da0b9e7a #> 3589 <NA> <NA> 22d16f73 #> 3590 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 91b25f69 #> 3591 <NA> <NA> 0e01e218 #> 3592 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c3348f20 #> 3593 <NA> <NA> 38feb5d8 #> 3594 COLLEGE OF ENGINEERING IND/MFR SYS ENG 6bedebb2 #> 3595 COLLEGE OF ENGINEERING MECHANICAL ENG f7c102de #> 3596 COLLEGE OF ENGINEERING MECHANICAL ENG 925ff39a #> 3597 <NA> <NA> 57985065 #> 3598 <NA> <NA> 8ba3ec59 #> 3599 <NA> <NA> ea150e6e #> 3600 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7fc9f3d2 #> 3601 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 226fc9c4 #> 3602 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bbe4f8db #> 3603 <NA> <NA> ab145fab #> 3604 COLLEGE OF DESIGN ARCHITECTURE 7e4d3b46 #> 3605 <NA> <NA> 4d53b78f #> 3606 <NA> <NA> bf913e77 #> 3607 <NA> <NA> d1e902ea #> 3608 <NA> <NA> f300ae72 #> 3609 <NA> <NA> 8c86d64d #> 3610 <NA> <NA> 45c6289f #> 3611 <NA> <NA> faba730f #> 3612 COLLEGE OF DESIGN COMMUN/REG PLAN dde32c10 #> 3613 <NA> <NA> a5f6f43c #> 3614 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 1db2248f #> 3615 <NA> <NA> 97f1a6e4 #> 3616 <NA> <NA> c122ccf4 #> 3617 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1a7feb02 #> 3618 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 1c74fd99 #> 3619 <NA> <NA> ed27f17a #> 3620 LIBRARY LIBRARY 254397e6 #> 3621 COLLEGE OF DESIGN ART/VISUAL CULT ea35170c #> 3622 COLLEGE OF DESIGN ARCHITECTURE 1fdbef2d #> 3623 <NA> <NA> f6b7fa86 #> 3624 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 1a3b74fb #> 3625 <NA> <NA> f5176e0c #> 3626 COLLEGE OF DESIGN ARCHITECTURE 748a3ad1 #> 3627 <NA> <NA> 93ace441 #> 3628 <NA> <NA> 689acb57 #> 3629 COLLEGE OF ENGINEERING MATERIAL SC/ENG bd9142f0 #> 3630 <NA> <NA> 479d9b1c #> 3631 <NA> <NA> 2c3a3a8e #> 3632 LIBRARY LIBRARY 87050277 #> 3633 <NA> <NA> ae3ff99a #> 3634 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS f24ca622 #> 3635 COLLEGE OF ENGINEERING IND/MFR SYS ENG c5688dd3 #> 3636 <NA> <NA> 5aeb70e3 #> 3637 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2d1c4ee5 #> 3638 <NA> <NA> 53047931 #> 3639 <NA> <NA> d6fd299b #> 3640 <NA> <NA> ec754152 #> 3641 <NA> <NA> 5a05ae27 #> 3642 <NA> <NA> 3f7b7323 #> 3643 <NA> <NA> 89c5bf0b #> 3644 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED daffcade #> 3645 <NA> <NA> c3403b9e #> 3646 <NA> <NA> 90eecfe7 #> 3647 <NA> <NA> 3f0442aa #> 3648 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c9fff938 #> 3649 <NA> <NA> 32924509 #> 3650 <NA> <NA> 0141cdef #> 3651 <NA> <NA> 36dba5c8 #> 3652 <NA> <NA> 41fdd1d1 #> 3653 <NA> <NA> fe09aac0 #> 3654 <NA> <NA> 41ad1ea8 #> 3655 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5126587a #> 3656 <NA> <NA> b73736e5 #> 3657 <NA> <NA> baf771e4 #> 3658 <NA> <NA> eb5062fa #> 3659 <NA> <NA> 361d874b #> 3660 <NA> <NA> cda26ee4 #> 3661 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 6a16fd1c #> 3662 COLLEGE OF BUSINESS FINANCE 37b7b3f5 #> 3663 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d6623562 #> 3664 <NA> <NA> f80b7fc9 #> 3665 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 7c56fe80 #> 3666 <NA> <NA> c5b6087f #> 3667 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 8b3263bf #> 3668 <NA> <NA> 694bf5ef #> 3669 <NA> <NA> 19714835 #> 3670 <NA> <NA> 85202b50 #> 3671 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 5fba46c9 #> 3672 <NA> <NA> 52822ed4 #> 3673 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI d376db85 #> 3674 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ee491524 #> 3675 <NA> <NA> ee43c8fa #> 3676 <NA> <NA> e01f7935 #> 3677 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 1e3197d2 #> 3678 <NA> <NA> f3494c24 #> 3679 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 6d08a6df #> 3680 COLLEGE OF HUMAN SCIENCES AESHM 66a7bef2 #> 3681 COLLEGE OF ENGINEERING AEROSPACE ENG 1584de11 #> 3682 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 7ae8f5eb #> 3683 <NA> <NA> 436446f1 #> 3684 COLLEGE OF BUSINESS MARKETING 18bfaff1 #> 3685 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f0df0da1 #> 3686 <NA> <NA> 29d96bd1 #> 3687 COLLEGE OF BUSINESS MARKETING 8cf72bee #> 3688 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 0af97139 #> 3689 <NA> <NA> 0853c8b3 #> 3690 VICE PRESIDENT FOR RESEARCH & ECON DEVEL VP RESEARCH 522d9934 #> 3691 COLLEGE OF BUSINESS ACCOUNTING 1ca93499 #> 3692 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c23c6d2c #> 3693 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 10e04d6d #> 3694 <NA> <NA> a5b0744e #> 3695 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE a8c04b75 #> 3696 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 03382c85 #> 3697 <NA> <NA> 71b7b752 #> 3698 <NA> <NA> 601899f4 #> 3699 <NA> <NA> 471c4b7e #> 3700 <NA> <NA> 2788c167 #> 3701 <NA> <NA> 33595fa4 #> 3702 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 99eb2a39 #> 3703 <NA> <NA> 599910fc #> 3704 <NA> <NA> 1302dbc2 #> 3705 COLLEGE OF DESIGN ART/VISUAL CULT b5ae76f0 #> 3706 <NA> <NA> 5293b078 #> 3707 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 71083a32 #> 3708 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a9861460 #> 3709 <NA> <NA> 0be64a4e #> 3710 <NA> <NA> 3196daa9 #> 3711 <NA> <NA> a003a7f2 #> 3712 <NA> <NA> 9939402b #> 3713 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI cca00ad7 #> 3714 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO fc50033c #> 3715 <NA> <NA> 96a1e1c3 #> 3716 <NA> <NA> 91a70d3f #> 3717 <NA> <NA> 7f065fc7 #> 3718 <NA> <NA> e2178765 #> 3719 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 76497a9d #> 3720 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS f62a7680 #> 3721 <NA> <NA> 092d8c7f #> 3722 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 27d3752a #> 3723 COLLEGE OF DESIGN LANDSCAPE ARCH 0b89c892 #> 3724 <NA> <NA> 90c60559 #> 3725 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4b76d758 #> 3726 <NA> <NA> 5fd269d0 #> 3727 <NA> <NA> d69dc8de #> 3728 <NA> <NA> 2d83620e #> 3729 <NA> <NA> 42513bc7 #> 3730 <NA> <NA> 7d9f326e #> 3731 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED f8b7596f #> 3732 COLLEGE OF ENGINEERING AEROSPACE ENG eebf7567 #> 3733 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 886aebb2 #> 3734 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 28940965 #> 3735 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 6a3570e1 #> 3736 <NA> <NA> 78339906 #> 3737 <NA> <NA> ada5ec5c #> 3738 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 2796536e #> 3739 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 220ec155 #> 3740 <NA> <NA> bc9aff07 #> 3741 <NA> <NA> 3b2992f8 #> 3742 COLLEGE OF ENGINEERING MATERIAL SC/ENG 5e5b61f2 #> 3743 <NA> <NA> 4b623766 #> 3744 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1e4671e8 #> 3745 <NA> <NA> e6454bab #> 3746 COLLEGE OF ENGINEERING IND/MFR SYS ENG 8b399d45 #> 3747 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 379973c8 #> 3748 <NA> <NA> ea36aa30 #> 3749 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY af19d8e8 #> 3750 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 79ad26bd #> 3751 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 889968bf #> 3752 COLLEGE OF BUSINESS FINANCE 5f36b542 #> 3753 <NA> <NA> 9b7060ed #> 3754 <NA> <NA> 09ba4556 #> 3755 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 25731b84 #> 3756 COLLEGE OF BUSINESS FINANCE 99a58a70 #> 3757 <NA> <NA> bdf6c170 #> 3758 <NA> <NA> 2f3d28a1 #> 3759 <NA> <NA> 39dfef0d #> 3760 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 81596df1 #> 3761 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 61cd367c #> 3762 <NA> <NA> 3a2cae32 #> 3763 <NA> <NA> e1db6f11 #> 3764 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 6a297ba6 #> 3765 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 1cea9fa9 #> 3766 COLLEGE OF BUSINESS SUPPLY CHN/INFO ed8c7303 #> 3767 <NA> <NA> d98f4f90 #> 3768 <NA> <NA> d5833def #> 3769 <NA> <NA> ae6e650c #> 3770 <NA> <NA> 4f430181 #> 3771 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 84c3cddd #> 3772 <NA> <NA> 6ec5483a #> 3773 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0991aca8 #> 3774 COLLEGE OF ENGINEERING CHEM & BIO ENGR a613e013 #> 3775 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 9f5fbad6 #> 3776 <NA> <NA> afd76d99 #> 3777 <NA> <NA> 97804c86 #> 3778 <NA> <NA> 5f1e3ff9 #> 3779 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT eedde15c #> 3780 COLLEGE OF BUSINESS MANAGEMENT 8035571d #> 3781 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a334c17d #> 3782 <NA> <NA> d87e9157 #> 3783 <NA> <NA> e2a9fcca #> 3784 <NA> <NA> 58248e07 #> 3785 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE d3d55c60 #> 3786 COLLEGE OF DESIGN LANDSCAPE ARCH 7d9553f3 #> 3787 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa524769 #> 3788 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 61665fc6 #> 3789 LIBRARY LIBRARY 0d983098 #> 3790 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS b182bc0c #> 3791 <NA> <NA> 3acc5317 #> 3792 <NA> <NA> c60005a6 #> 3793 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 40aff4f3 #> 3794 COLLEGE OF ENGINEERING CIV/CON/ENV ENG f7caf49a #> 3795 COLLEGE OF ENGINEERING CHEM & BIO ENGR 43825a22 #> 3796 <NA> <NA> 24f65618 #> 3797 COLLEGE OF DESIGN ARCHITECTURE 1919a7a0 #> 3798 <NA> <NA> 84148cfc #> 3799 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c7874017 #> 3800 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 6d598ea4 #> 3801 COLLEGE OF ENGINEERING MATERIAL SC/ENG 08587297 #> 3802 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC a3e06560 #> 3803 <NA> <NA> 955878d2 #> 3804 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH a1bbdd89 #> 3805 COLLEGE OF ENGINEERING AEROSPACE ENG e704d610 #> 3806 <NA> <NA> 2460d98e #> 3807 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2cc260c1 #> 3808 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4dd6d115 #> 3809 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 6d10aed5 #> 3810 <NA> <NA> e3df4a0d #> 3811 COLLEGE OF BUSINESS MANAGEMENT c752aed0 #> 3812 COLLEGE OF ENGINEERING MECHANICAL ENG d5611c51 #> 3813 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 35fa7409 #> 3814 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 1a6430fc #> 3815 <NA> <NA> d263231b #> 3816 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS dad8d816 #> 3817 <NA> <NA> 7ec01cc1 #> 3818 <NA> <NA> 60c69845 #> 3819 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54f6173d #> 3820 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 939a4396 #> 3821 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 0894d3fd #> 3822 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC c855dece #> 3823 <NA> <NA> 94668ba9 #> 3824 <NA> <NA> 4f1e51ea #> 3825 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 04783722 #> 3826 <NA> <NA> 9695542b #> 3827 <NA> <NA> 27732cae #> 3828 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3d216a5a #> 3829 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS cf21f167 #> 3830 <NA> <NA> 642b478a #> 3831 <NA> <NA> ca5b94f1 #> 3832 <NA> <NA> 1e7a3b5c #> 3833 COLLEGE OF ENGINEERING ENGINEERING ADM d2ccb154 #> 3834 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 9f12cc6b #> 3835 <NA> <NA> 1a1da81a #> 3836 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8a9585d #> 3837 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS ca808f2c #> 3838 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 1dd75e60 #> 3839 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 85c3ad13 #> 3840 <NA> <NA> 4bf686eb #> 3841 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E c74050bc #> 3842 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 6b2e4111 #> 3843 <NA> <NA> fc730f10 #> 3844 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 25412cf6 #> 3845 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC bee66b35 #> 3846 <NA> <NA> 3ccd55dc #> 3847 <NA> <NA> 9a6cabde #> 3848 COLLEGE OF DESIGN ARCHITECTURE f51459b8 #> 3849 COLLEGE OF ENGINEERING CIV/CON/ENV ENG b8875b31 #> 3850 LIBRARY LIBRARY fa1c78e4 #> 3851 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0bdddf24 #> 3852 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 9940c23d #> 3853 <NA> <NA> 916a5694 #> 3854 <NA> <NA> 1f30a20e #> 3855 <NA> <NA> c0038e95 #> 3856 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD a5df9620 #> 3857 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG eaa2c422 #> 3858 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 29c2a801 #> 3859 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 0cc8f270 #> 3860 COLLEGE OF ENGINEERING IND/MFR SYS ENG 06030ba4 #> 3861 COLLEGE OF BUSINESS FINANCE d4292fdc #> 3862 <NA> <NA> 35da7c1b #> 3863 <NA> <NA> 544ed4e8 #> 3864 <NA> <NA> 2c771cfb #> 3865 <NA> <NA> 3dd1e64c #> 3866 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 61a07982 #> 3867 <NA> <NA> e11cbd08 #> 3868 COLLEGE OF ENGINEERING AEROSPACE ENG ef8964c9 #> 3869 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 0ec2d534 #> 3870 <NA> <NA> 64eb8b32 #> 3871 COLLEGE OF ENGINEERING MECHANICAL ENG d71e1ca0 #> 3872 <NA> <NA> b4d4110b #> 3873 <NA> <NA> de84faab #> 3874 COLLEGE OF ENGINEERING ENGINEERING ADM 5bc51a4e #> 3875 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE f25c1ae3 #> 3876 <NA> <NA> 3029cba0 #> 3877 COLLEGE OF BUSINESS SUPPLY CHN/INFO 342ca2d3 #> 3878 <NA> <NA> da3d68ed #> 3879 <NA> <NA> b7613250 #> 3880 <NA> <NA> 360d4257 #> 3881 <NA> <NA> afab3d57 #> 3882 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 479c0cb9 #> 3883 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa0ba3f5 #> 3884 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG b30dd0c0 #> 3885 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 030ba0ce #> 3886 COOPERATIVE EXTENSION SERVICE VP EXT & OUTRCH bfcab72a #> 3887 <NA> <NA> d1f4f1f1 #> 3888 <NA> <NA> 417fc77c #> 3889 <NA> <NA> f9e7df39 #> 3890 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY b9a80ce6 #> 3891 <NA> <NA> 97fba422 #> 3892 <NA> <NA> f92b469e #> 3893 <NA> <NA> b47e5ddc #> 3894 <NA> <NA> 5e520e65 #> 3895 <NA> <NA> fbc08768 #> 3896 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 1b5c8d6a #> 3897 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c8b89d4d #> 3898 <NA> <NA> 089520d6 #> 3899 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 054c4aa0 #> 3900 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 8c2eba55 #> 3901 <NA> <NA> 6544ad3c #> 3902 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG fca71854 #> 3903 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0ba9d7cb #> 3904 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 052a7158 #> 3905 <NA> <NA> 6bfc0c45 #> 3906 <NA> <NA> 80be62cb #> 3907 <NA> <NA> 8e3d9b80 #> 3908 <NA> <NA> 09b28d8f #> 3909 <NA> <NA> 57ff807e #> 3910 COLLEGE OF BUSINESS SUPPLY CHN/INFO 55b6e899 #> 3911 <NA> <NA> 539a30d0 #> 3912 <NA> <NA> d399fcf1 #> 3913 <NA> <NA> 838514b2 #> 3914 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4841632e #> 3915 <NA> <NA> 71932846 #> 3916 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 28a2af64 #> 3917 <NA> <NA> 6572a789 #> 3918 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d77231f7 #> 3919 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 4bba7034 #> 3920 <NA> <NA> d904784a #> 3921 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e46599d8 #> 3922 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e0ba760d #> 3923 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 355df010 #> 3924 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 378eddb9 #> 3925 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT fa1062cd #> 3926 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 7eae693f #> 3927 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 77f8e62f #> 3928 <NA> <NA> 7c2267a7 #> 3929 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a50154f1 #> 3930 <NA> <NA> 9c369cd0 #> 3931 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 04d0c9e7 #> 3932 <NA> <NA> 2db5c2e2 #> 3933 COLLEGE OF BUSINESS MANAGEMENT abf155af #> 3934 COLLEGE OF ENGINEERING MECHANICAL ENG 1a54ecbe #> 3935 <NA> <NA> cc56b888 #> 3936 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS ce31042a #> 3937 <NA> <NA> d6cd1ab4 #> 3938 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 309ac422 #> 3939 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b81e1f01 #> 3940 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1074c871 #> 3941 LIBRARY LIBRARY 4b78d0ca #> 3942 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC CDS 10ebc589 #> 3943 <NA> <NA> 1f2f7930 #> 3944 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 09d0af42 #> 3945 <NA> <NA> aa4435bc #> 3946 <NA> <NA> b519c76e #> 3947 <NA> <NA> 7ccfd15f #> 3948 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c12efc80 #> 3949 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS c198a621 #> 3950 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 266f38a7 #> 3951 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c6b82eb0 #> 3952 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 6eb6ef76 #> 3953 COLLEGE OF DESIGN LANDSCAPE ARCH c1ddfcd2 #> 3954 <NA> <NA> 2bdd9284 #> 3955 <NA> <NA> 66890b3c #> 3956 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS dac99b05 #> 3957 <NA> <NA> 60ba8e92 #> 3958 COLLEGE OF DESIGN ART/VISUAL CULT 1245cd87 #> 3959 <NA> <NA> 728f4ea7 #> 3960 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 3f12f7be #> 3961 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON db407678 #> 3962 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b5afad12 #> 3963 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 82fffb6d #> 3964 COLLEGE OF ENGINEERING IND/MFR SYS ENG f9166f36 #> 3965 <NA> <NA> bc7981bf #> 3966 COLLEGE OF ENGINEERING MECHANICAL ENG 9a94ba57 #> 3967 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a1f105b0 #> 3968 <NA> <NA> 66a5539b #> 3969 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED cd860f86 #> 3970 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC cef0d6b3 #> 3971 <NA> <NA> 417b1b16 #> 3972 <NA> <NA> 607caf97 #> 3973 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 1051d113 #> 3974 <NA> <NA> 1aff1228 #> 3975 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 62134332 #> 3976 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 16fc68f3 #> 3977 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 353f3920 #> 3978 <NA> <NA> e0679c53 #> 3979 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 68362218 #> 3980 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 226b6c4b #> 3981 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 87206bea #> 3982 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS cf942aef #> 3983 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS d7be6e4c #> 3984 <NA> <NA> ef0832da #> 3985 <NA> <NA> 862f87d4 #> 3986 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b88b529f #> 3987 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON adfb3562 #> 3988 <NA> <NA> d98c099b #> 3989 COLLEGE OF BUSINESS MANAGEMENT 454b2656 #> 3990 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 4b3a99f4 #> 3991 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 170f3d6c #> 3992 <NA> <NA> 24c68973 #> 3993 <NA> <NA> 7628b172 #> 3994 <NA> <NA> df01bf29 #> 3995 COLLEGE OF ENGINEERING AEROSPACE ENG 38f33888 #> 3996 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY cdf8a06c #> 3997 <NA> <NA> 77663f78 #> 3998 <NA> <NA> 54c98ba6 #> 3999 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 2f84df7b #> 4000 <NA> <NA> 72c377c9 #> 4001 <NA> <NA> f18550c6 #> 4002 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS a79fcb0e #> 4003 <NA> <NA> f331c29b #> 4004 <NA> <NA> 8ffa8d17 #> 4005 <NA> <NA> fefb2923 #> 4006 <NA> <NA> 2bb15200 #> 4007 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 78af38d5 #> 4008 <NA> <NA> 4f1ad040 #> 4009 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2806bb3e #> 4010 COLLEGE OF ENGINEERING MECHANICAL ENG c347906c #> 4011 COLLEGE OF ENGINEERING CIV/CON/ENV ENG eff68a60 #> 4012 COLLEGE OF HUMAN SCIENCES AESHM 8930e489 #> 4013 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 722cc97f #> 4014 <NA> <NA> d55b2d76 #> 4015 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 97b97e2b #> 4016 COLLEGE OF BUSINESS MARKETING 5819b8f8 #> 4017 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 2eaf7f44 #> 4018 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 11ce56c0 #> 4019 <NA> <NA> 1f06a65a #> 4020 <NA> <NA> 7737cf89 #> 4021 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE a1df75f8 #> 4022 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG f52f1443 #> 4023 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 337d2c3d #> 4024 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC b3cbac87 #> 4025 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 73d76364 #> 4026 <NA> <NA> 363959f9 #> 4027 <NA> <NA> 349c7fc4 #> 4028 <NA> <NA> f60f6b7a #> 4029 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY bfd28e7d #> 4030 <NA> <NA> 94025670 #> 4031 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 34925a86 #> 4032 <NA> <NA> 34a061e6 #> 4033 <NA> <NA> 2544f7f3 #> 4034 <NA> <NA> a3b50b92 #> 4035 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 17897ba2 #> 4036 <NA> <NA> ba2201cc #> 4037 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 5042ed03 #> 4038 <NA> <NA> dd4040bc #> 4039 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 114e13e9 #> 4040 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG f71369b5 #> 4041 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ab7c739c #> 4042 <NA> <NA> 298ccca6 #> 4043 <NA> <NA> c1d9829c #> 4044 <NA> <NA> 1a82fc2b #> 4045 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 9dee2bc2 #> 4046 <NA> <NA> 903c25a1 #> 4047 COLLEGE OF DESIGN ARCHITECTURE 5e977a19 #> 4048 <NA> <NA> d69f453a #> 4049 <NA> <NA> bc501cd1 #> 4050 <NA> <NA> 40c9f5d5 #> 4051 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 48e7a1b8 #> 4052 <NA> <NA> 87f4e869 #> 4053 <NA> <NA> 103a435a #> 4054 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d0ac4fa6 #> 4055 <NA> <NA> 69c49dba #> 4056 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2a52d568 #> 4057 <NA> <NA> cbf356ab #> 4058 COLLEGE OF HUMAN SCIENCES AESHM 4b12355b #> 4059 <NA> <NA> df442e3d #> 4060 COLLEGE OF BUSINESS SUPPLY CHN/INFO 0c059ed8 #> 4061 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 43b298b3 #> 4062 <NA> <NA> fd099b12 #> 4063 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 165803e5 #> 4064 <NA> <NA> a72bfc1a #> 4065 <NA> <NA> b2540156 #> 4066 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 17f22c03 #> 4067 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 7fc5ac49 #> 4068 <NA> <NA> 6e14ccbe #> 4069 <NA> <NA> 341f90b1 #> 4070 <NA> <NA> f5b07a34 #> 4071 <NA> <NA> 3e6b060f #> 4072 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS b927e46a #> 4073 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 127fd1e9 #> 4074 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8a6be6be #> 4075 <NA> <NA> a0296981 #> 4076 <NA> <NA> 94e35beb #> 4077 <NA> <NA> 43ab139d #> 4078 <NA> <NA> aa677a76 #> 4079 <NA> <NA> ff1d3cf6 #> 4080 <NA> <NA> 74eb0279 #> 4081 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9d2c3ad7 #> 4082 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 7576c130 #> 4083 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 69d3851c #> 4084 COLLEGE OF BUSINESS MARKETING 6935c381 #> 4085 <NA> <NA> 1878efc8 #> 4086 <NA> <NA> 8b290805 #> 4087 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c00cc7d6 #> 4088 COLLEGE OF ENGINEERING MATERIAL SC/ENG f6ea49a8 #> 4089 <NA> <NA> bab1b78b #> 4090 <NA> <NA> dba9d9d4 #> 4091 <NA> <NA> ebadcee4 #> 4092 LIBRARY LIBRARY c67daa4f #> 4093 <NA> <NA> 0c354aea #> 4094 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY d0c1b5af #> 4095 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7f444293 #> 4096 <NA> <NA> d4b7f568 #> 4097 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 453cc206 #> 4098 <NA> <NA> 9a861ac1 #> 4099 <NA> <NA> 423c55a8 #> 4100 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 78d5f1b6 #> 4101 <NA> <NA> c8755c94 #> 4102 <NA> <NA> 13af17af #> 4103 AMES LABORATORY OF US DOE AMES LABORATORY 9bb6f508 #> 4104 <NA> <NA> c598f805 #> 4105 COLLEGE OF BUSINESS MANAGEMENT 99933ad7 #> 4106 <NA> <NA> 2a534eb5 #> 4107 <NA> <NA> 1cada40c #> 4108 <NA> <NA> 8af5c8b4 #> 4109 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY b7850369 #> 4110 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 67b3780d #> 4111 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2f530f06 #> 4112 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 7493d0ad #> 4113 <NA> <NA> fc4e40c3 #> 4114 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 2039f217 #> 4115 LIBRARY LIBRARY 59c316e7 #> 4116 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 44efc7ae #> 4117 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 41725e7f #> 4118 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE fc866ff5 #> 4119 <NA> <NA> 79a2758d #> 4120 <NA> <NA> 4bd8cff5 #> 4121 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 759a62f1 #> 4122 <NA> <NA> 395409ba #> 4123 <NA> <NA> 370c6ce6 #> 4124 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST c0ed8d91 #> 4125 <NA> <NA> 03ddcee5 #> 4126 <NA> <NA> cbe00c18 #> 4127 <NA> <NA> e32fb594 #> 4128 COLLEGE OF DESIGN LANDSCAPE ARCH 570e471c #> 4129 <NA> <NA> 63752cd5 #> 4130 <NA> <NA> 61c3ef8d #> 4131 <NA> <NA> 976ef33b #> 4132 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 810f6779 #> 4133 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c48f6cfd #> 4134 <NA> <NA> e3e1cc1e #> 4135 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 7be66d84 #> 4136 COLLEGE OF HUMAN SCIENCES KINESIOLOGY e4dc1a1e #> 4137 <NA> <NA> 3e806749 #> 4138 <NA> <NA> 289dd0df #> 4139 <NA> <NA> 4bf72d4a #> 4140 <NA> <NA> 26715045 #> 4141 <NA> <NA> b617415d #> 4142 <NA> <NA> afac3290 #> 4143 <NA> <NA> dd0060ea #> 4144 <NA> <NA> 1d688138 #> 4145 <NA> <NA> c63a656f #> 4146 <NA> <NA> 94a81c42 #> 4147 <NA> <NA> 800bd805 #> 4148 COLLEGE OF ENGINEERING AEROSPACE ENG 42c76ebc #> 4149 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 6de0d7bd #> 4150 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO f5597717 #> 4151 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 600e63b7 #> 4152 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO ced9703c #> 4153 <NA> <NA> ffafd6e5 #> 4154 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8e137768 #> 4155 <NA> <NA> cd00f1fd #> 4156 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 35879093 #> 4157 <NA> <NA> c3e8daa2 #> 4158 <NA> <NA> bd776231 #> 4159 <NA> <NA> 6378cfb3 #> 4160 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 76d4d482 #> 4161 <NA> <NA> 36f696d9 #> 4162 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8e75625 #> 4163 <NA> <NA> 76cffe68 #> 4164 SENIOR VICE PRESIDENT & PROVOST CELT 440809db #> 4165 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 5ba17e38 #> 4166 <NA> <NA> 67fabf62 #> 4167 <NA> <NA> ced7ba88 #> 4168 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS a4d97695 #> 4169 COLLEGE OF DESIGN ARCHITECTURE 64f7db7b #> 4170 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG da72335e #> 4171 <NA> <NA> a72771bc #> 4172 <NA> <NA> 55e91d40 #> 4173 <NA> <NA> e7ba0600 #> 4174 <NA> <NA> e27fc0b6 #> 4175 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 6cdf4c73 #> 4176 <NA> <NA> c5d4afec #> 4177 <NA> <NA> 57f8e9f0 #> 4178 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e73f5426 #> 4179 <NA> <NA> 9f0321a0 #> 4180 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 750ed03e #> 4181 <NA> <NA> e387d233 #> 4182 <NA> <NA> 3d83b2f0 #> 4183 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a2252304 #> 4184 <NA> <NA> 666d1bc6 #> 4185 <NA> <NA> 02fe6925 #> 4186 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54e1be5f #> 4187 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 556803fb #> 4188 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c697b97a #> 4189 <NA> <NA> 8994ebda #> 4190 <NA> <NA> f8927edb #> 4191 <NA> <NA> e79d0161 #> 4192 <NA> <NA> 0095ac81 #> 4193 <NA> <NA> 5786549d #> 4194 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 4720841b #> 4195 <NA> <NA> ccb1ef41 #> 4196 <NA> <NA> 3660c51e #> 4197 <NA> <NA> 545488e1 #> 4198 <NA> <NA> bcaf901c #> 4199 COLLEGE OF BUSINESS FINANCE b049acf5 #> 4200 COLLEGE OF HUMAN SCIENCES AESHM 7e0d7f88 #> 4201 <NA> <NA> fc395d94 #> 4202 <NA> <NA> 628b4801 #> 4203 <NA> <NA> 9753ba0f #> 4204 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE be6dd438 #> 4205 <NA> <NA> 5af253d3 #> 4206 <NA> <NA> 18018b3e #> 4207 COLLEGE OF ENGINEERING MATERIAL SC/ENG aaf66162 #> 4208 <NA> <NA> ffa9d2ee #> 4209 <NA> <NA> 7a9d7662 #> 4210 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI e51de2e8 #> 4211 <NA> <NA> 9e51afdd #> 4212 <NA> <NA> 627dd854 #> 4213 <NA> <NA> 226b8fb8 #> 4214 <NA> <NA> 1e52cbdc #> 4215 <NA> <NA> ab9c4bb5 #> 4216 <NA> <NA> 3c6dad55 #> 4217 <NA> <NA> 372c3d3f #> 4218 <NA> <NA> 97539d9f #> 4219 COLLEGE OF ENGINEERING MECHANICAL ENG c805b487 #> 4220 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG d956afc6 #> 4221 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED a06467f0 #> 4222 <NA> <NA> 77aa1858 #> 4223 COLLEGE OF DESIGN GRAPHIC DSN 9a5fd3c2 #> 4224 <NA> <NA> 7edb133f #> 4225 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d524a9c0 #> 4226 <NA> <NA> 93052687 #> 4227 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 9ebfd7d7 #> 4228 <NA> <NA> 3e371e0c #> 4229 <NA> <NA> 28a08ba1 #> 4230 <NA> <NA> cde0b20e #> 4231 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST b067ef3f #> 4232 <NA> <NA> a4559b3e #> 4233 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8a26308 #> 4234 <NA> <NA> e03e9ce3 #> 4235 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC e714e3ff #> 4236 COLLEGE OF DESIGN ART/VISUAL CULT 0a9ca9c7 #> 4237 <NA> <NA> 4ad05cf9 #> 4238 COLLEGE OF DESIGN GRAPHIC DSN 9a84e851 #> 4239 COLLEGE OF DESIGN ARCHITECTURE 1915ed22 #> 4240 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 50efc574 #> 4241 COLLEGE OF BUSINESS FINANCE aa9df26b #> 4242 <NA> <NA> 41c67b01 #> 4243 COLLEGE OF BUSINESS SUPPLY CHN/INFO a52388bd #> 4244 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 579e085a #> 4245 <NA> <NA> cb7987e9 #> 4246 <NA> <NA> eae6bd8d #> 4247 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da833f7b #> 4248 <NA> <NA> 98fac0a6 #> 4249 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 455cdb01 #> 4250 <NA> <NA> 146e36bc #> 4251 <NA> <NA> ca365d22 #> 4252 <NA> <NA> 0da53fa2 #> 4253 <NA> <NA> 9590c3ba #> 4254 <NA> <NA> b3b46481 #> 4255 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 7dada014 #> 4256 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 015440d7 #> 4257 COLLEGE OF ENGINEERING CIV/CON/ENV ENG bbe2900c #> 4258 <NA> <NA> 27758826 #> 4259 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 04b332a0 #> 4260 COLLEGE OF DESIGN ARCHITECTURE d7bea786 #> 4261 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY d83e13d4 #> 4262 COLLEGE OF ENGINEERING MECHANICAL ENG 8f330ad1 #> 4263 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC fe2688a4 #> 4264 <NA> <NA> c1f9dbff #> 4265 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 811a66ac #> 4266 <NA> <NA> 81ee20e9 #> 4267 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 50d7e83c #> 4268 <NA> <NA> b7b2c5cd #> 4269 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 1749de3b #> 4270 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c6c9b118 #> 4271 <NA> <NA> e04441ee #> 4272 <NA> <NA> 866b5181 #> 4273 <NA> <NA> bc6fbd61 #> 4274 <NA> <NA> 1dfb16e6 #> 4275 <NA> <NA> c4ecab96 #> 4276 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da8693f4 #> 4277 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3227004f #> 4278 <NA> <NA> 30136b73 #> 4279 <NA> <NA> 79fd6c89 #> 4280 <NA> <NA> fb9ddf30 #> 4281 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 2e39a208 #> 4282 <NA> <NA> 69ff7eda #> 4283 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 82bed8e2 #> 4284 <NA> <NA> 71d89a0f #> 4285 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 08f1e76c #> 4286 <NA> <NA> fd8b00c3 #> 4287 COLLEGE OF DESIGN COMMUN/REG PLAN fbefc6a3 #> 4288 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 3c8d1b10 #> 4289 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 553d64d7 #> 4290 <NA> <NA> 95d39432 #> 4291 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 410c1381 #> 4292 COLLEGE OF BUSINESS SUPPLY CHN/INFO f4161435 #> 4293 <NA> <NA> 14d3d21e #> 4294 <NA> <NA> b18e9b32 #> 4295 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 959502f3 #> 4296 COLLEGE OF ENGINEERING CHEM & BIO ENGR 3b9762ca #> 4297 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON f27d3dac #> 4298 LIBRARY LIBRARY 95cab90a #> 4299 <NA> <NA> 70f4d4b9 #> 4300 <NA> <NA> 716f712f #> 4301 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 970bbb0b #> 4302 <NA> <NA> 3ecbbe18 #> 4303 <NA> <NA> e4624755 #> 4304 <NA> <NA> 02008b89 #> 4305 IT SERVICES IT SERVICES CIO 50f4c0b8 #> 4306 <NA> <NA> e49dfc8f #> 4307 <NA> <NA> 1c2d73cd #> 4308 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 248973b6 #> 4309 <NA> <NA> 679a04be #> 4310 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 4e98e188 #> 4311 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9673b984 #> 4312 <NA> <NA> fcb87b9a #> 4313 <NA> <NA> d4f4740c #> 4314 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY f6a7a70f #> 4315 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY ebd4013a #> 4316 COLLEGE OF BUSINESS FINANCE 4dd7e070 #> 4317 <NA> <NA> a333325c #> 4318 <NA> <NA> ddc98a47 #> 4319 <NA> <NA> 6c67cb19 #> 4320 <NA> <NA> 4fdd30f0 #> 4321 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE efef4af1 #> 4322 <NA> <NA> d59dbd98 #> 4323 COLLEGE OF BUSINESS MARKETING a8efabda #> 4324 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c24dc8d3 #> 4325 <NA> <NA> dd3c40b3 #> 4326 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c0967976 #> 4327 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 203b875b #> 4328 COLLEGE OF DESIGN ART/VISUAL CULT b853228c #> 4329 <NA> <NA> 4ea1593e #> 4330 <NA> <NA> 33a15d51 #> 4331 <NA> <NA> 0fa478c5 #> 4332 <NA> <NA> f6bedcb7 #> 4333 <NA> <NA> 6233b041 #> 4334 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 6b600d9b #> 4335 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 10bea954 #> 4336 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5fd15749 #> 4337 <NA> <NA> 473e66b5 #> 4338 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 85cce262 #> 4339 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY a7a04908 #> 4340 <NA> <NA> 864503c6 #> 4341 <NA> <NA> 273e9165 #> 4342 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 2b615e2e #> 4343 <NA> <NA> 13c05730 #> 4344 <NA> <NA> ab97062d #> 4345 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c64b87e6 #> 4346 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2cfd8081 #> 4347 COLLEGE OF ENGINEERING AEROSPACE ENG e73aa644 #> 4348 <NA> <NA> 9e0b5755 #> 4349 <NA> <NA> ec5b8cff #> 4350 <NA> <NA> 15f30f0f #> 4351 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e04143b4 #> 4352 <NA> <NA> fbc2b6c8 #> 4353 <NA> <NA> d156c5fd #> 4354 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE f4ce44e2 #> 4355 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c39ee2d3 #> 4356 <NA> <NA> 23bf4551 #> 4357 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 3856f700 #> 4358 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE cd7ce10e #> 4359 <NA> <NA> 7c0d5fc2 #> 4360 COLLEGE OF BUSINESS ACCOUNTING a4e95a42 #> 4361 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 7c539f7c #> 4362 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73975f93 #> 4363 <NA> <NA> 8912b6ab #> 4364 <NA> <NA> 601c6e6a #> 4365 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 38aed530 #> 4366 COLLEGE OF BUSINESS ACCOUNTING f7249da1 #> 4367 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM c3cab316 #> 4368 <NA> <NA> 76163f38 #> 4369 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 7ed541e6 #> 4370 <NA> <NA> 48cc123c #> 4371 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 324da46c #> 4372 <NA> <NA> f9c2db52 #> 4373 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 84ecfed9 #> 4374 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 950d7277 #> 4375 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 92ca5236 #> 4376 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 2a8a7fec #> 4377 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 626ab9b7 #> 4378 <NA> <NA> cf87953d #> 4379 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8971f68 #> 4380 <NA> <NA> e697b01c #> 4381 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS f5ee243e #> 4382 <NA> <NA> bea58337 #> 4383 <NA> <NA> 2292fb8f #> 4384 <NA> <NA> 30a2664d #> 4385 <NA> <NA> a391b42c #> 4386 <NA> <NA> 7c8502fc #> 4387 <NA> <NA> 775a2afc #> 4388 COLLEGE OF ENGINEERING AEROSPACE ENG 30cc76e0 #> 4389 <NA> <NA> 8363ab6f #> 4390 <NA> <NA> 73c69971 #> 4391 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ec58ee97 #> 4392 <NA> <NA> 749cf771 #> 4393 <NA> <NA> c3686ebb #> 4394 COLLEGE OF DESIGN ART/VISUAL CULT 5b7d03f2 #> 4395 COLLEGE OF HUMAN SCIENCES KINESIOLOGY f922671b #> 4396 <NA> <NA> 2677477a #> 4397 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 55cb1d8e #> 4398 <NA> <NA> 28e6f301 #> 4399 <NA> <NA> 5d7f00f1 #> 4400 <NA> <NA> d4d0c293 #> 4401 <NA> <NA> a8c5f403 #> 4402 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 948ccded #> 4403 <NA> <NA> bb6b1e11 #> 4404 COLLEGE OF DESIGN LANDSCAPE ARCH 0616e4d0 #> 4405 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 9008a5dd #> 4406 <NA> <NA> b99fc99f #> 4407 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 164ce35d #> 4408 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 37d57a4a #> 4409 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b7a22ecf #> 4410 <NA> <NA> 31052c39 #> 4411 <NA> <NA> c60020a9 #> 4412 <NA> <NA> f776731d #> 4413 COLLEGE OF DESIGN GRAPHIC DSN 65606880 #> 4414 <NA> <NA> 025fa9b9 #> 4415 <NA> <NA> 067eb705 #> 4416 <NA> <NA> 832e109c #> 4417 <NA> <NA> 18275103 #> 4418 <NA> <NA> d6bb30a5 #> 4419 <NA> <NA> a5eb810d #> 4420 <NA> <NA> 82f21acf #> 4421 <NA> <NA> 2368200a #> 4422 <NA> <NA> f908caf5 #> 4423 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE e30ef13a #> 4424 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 92e42eed #> 4425 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE af230a68 #> 4426 <NA> <NA> b1a6dfc1 #> 4427 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST a7c9bd70 #> 4428 <NA> <NA> b6d3becc #> 4429 <NA> <NA> 218ee311 #> 4430 <NA> <NA> b2bd5613 #> 4431 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 2f7cf41e #> 4432 <NA> <NA> b7a31ae7 #> 4433 COLLEGE OF DESIGN GRAPHIC DSN 5f89cd5e #> 4434 <NA> <NA> 0d7c71d3 #> 4435 <NA> <NA> 97e34969 #> 4436 COLLEGE OF ENGINEERING CHEM & BIO ENGR 60243019 #> 4437 <NA> <NA> 9898b5b6 #> 4438 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 35b61822 #> 4439 COLLEGE OF ENGINEERING IND/MFR SYS ENG 766b1261 #> 4440 <NA> <NA> d5a89982 #> 4441 <NA> <NA> 64483cb3 #> 4442 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 4b07c8e7 #> 4443 <NA> <NA> d57cd395 #> 4444 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 1610902e #> 4445 <NA> <NA> bdd1adba #> 4446 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 74cbdcc9 #> 4447 <NA> <NA> 716d2c34 #> 4448 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 84f88ec9 #> 4449 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS a71cf16a #> 4450 <NA> <NA> 575e5ffb #> 4451 COLLEGE OF ENGINEERING MECHANICAL ENG 5e38d1b1 #> 4452 <NA> <NA> 2d19d6df #> 4453 <NA> <NA> 69470640 #> 4454 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY fcdc2d31 #> 4455 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 9afcd46b #> 4456 COLLEGE OF ENGINEERING ELEC ENG/CP ENG acf833fe #> 4457 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 32e28f42 #> 4458 <NA> <NA> 657b459f #> 4459 <NA> <NA> a82f3bb7 #> 4460 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS aef13766 #> 4461 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY fc66c810 #> 4462 LIBRARY LIBRARY bbec4f1b #> 4463 <NA> <NA> a6810d55 #> 4464 <NA> <NA> df220f71 #> 4465 <NA> <NA> 514ef120 #> 4466 <NA> <NA> dfd1585f #> 4467 COLLEGE OF ENGINEERING IND/MFR SYS ENG 0ba5f2a8 #> 4468 <NA> <NA> e3ba46a2 #> 4469 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d07d3e9f #> 4470 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 0372d23c #> 4471 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 923bdd4f #> 4472 <NA> <NA> 0b383d13 #> 4473 <NA> <NA> 5c3171c4 #> 4474 <NA> <NA> d37a53d9 #> 4475 <NA> <NA> a2ebc008 #> 4476 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 90756f26 #> 4477 <NA> <NA> b9671087 #> 4478 <NA> <NA> b5e6fcec #> 4479 COLLEGE OF DESIGN ART/VISUAL CULT 0209b1b1 #> 4480 LIBRARY LIBRARY 54c121f8 #> 4481 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 32102fe8 #> 4482 <NA> <NA> c3400f61 #> 4483 <NA> <NA> 83613dea #> 4484 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE b9b6430c #> 4485 <NA> <NA> af1fd11d #> 4486 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3f068a42 #> 4487 COLLEGE OF DESIGN ART/VISUAL CULT 3a18707a #> 4488 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 62c295b4 #> 4489 <NA> <NA> bc1cd30e #> 4490 COLLEGE OF BUSINESS SUPPLY CHN/INFO f3d7511e #> 4491 <NA> <NA> 252b8e1f #> 4492 <NA> <NA> 81301ecb #> 4493 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 25ee9cb2 #> 4494 <NA> <NA> dbf6897f #> 4495 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8c4b7fb2 #> 4496 <NA> <NA> e5a931dc #> 4497 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c1f3a220 #> 4498 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 009b97a2 #> 4499 <NA> <NA> 678486d2 #> 4500 <NA> <NA> 4ec082ce #> 4501 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST f77c8683 #> 4502 <NA> <NA> 45f7d5d6 #> 4503 <NA> <NA> 92b8c872 #> 4504 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 896b8a43 #> 4505 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 15ee3035 #> 4506 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 6bdd5aca #> 4507 <NA> <NA> d9648aba #> 4508 <NA> <NA> f4b7a314 #> 4509 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 155109ea #> 4510 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 43410ce6 #> 4511 <NA> <NA> 7a05549e #> 4512 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 72a5e095 #> 4513 COLLEGE OF DESIGN COMMUN/REG PLAN c6594e2f #> 4514 <NA> <NA> 33441896 #> 4515 <NA> <NA> c0bab026 #> 4516 <NA> <NA> 6fece32d #> 4517 COLLEGE OF ENGINEERING CIV/CON/ENV ENG c1f5cf1b #> 4518 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 459a7aaa #> 4519 <NA> <NA> 695d7e95 #> 4520 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM a5e552a6 #> 4521 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 60facd51 #> 4522 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 7f019568 #> 4523 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 5308c09f #> 4524 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 83e520c6 #> 4525 <NA> <NA> 94a32f75 #> 4526 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 31dbfd24 #> 4527 <NA> <NA> 4af20de6 #> 4528 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 7fee2030 #> 4529 <NA> <NA> c5bd4712 #> 4530 <NA> <NA> cb3ae22e #> 4531 <NA> <NA> 163fde72 #> 4532 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 6faf74ef #> 4533 <NA> <NA> 48e077d0 #> 4534 <NA> <NA> 77ff66f6 #> 4535 <NA> <NA> 0b5564b8 #> 4536 <NA> <NA> 922c9194 #> 4537 <NA> <NA> 38b8c7c7 #> 4538 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e8ee661d #> 4539 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 325fa758 #> 4540 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON aa7b9665 #> 4541 <NA> <NA> 76d739a7 #> 4542 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 5671fb45 #> 4543 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 1f9c6a51 #> 4544 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY ebaa213d #> 4545 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT e4c02a4b #> 4546 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bff876c0 #> 4547 COLLEGE OF ENGINEERING CHEM & BIO ENGR 80a329b8 #> 4548 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH de56eec7 #> 4549 <NA> <NA> e116572b #> 4550 <NA> <NA> 17271e2a #> 4551 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a9e9c3ef #> 4552 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS a88c929a #> 4553 <NA> <NA> 65e27b7c #> 4554 <NA> <NA> ed7eff04 #> 4555 <NA> <NA> bf2810c9 #> 4556 <NA> <NA> 0da230f6 #> 4557 <NA> <NA> 844d2753 #> 4558 <NA> <NA> 53b0bc52 #> 4559 <NA> <NA> 4521e31d #> 4560 <NA> <NA> 78155134 #> 4561 COLLEGE OF BUSINESS MANAGEMENT 399c738b #> 4562 COLLEGE OF DESIGN INDUST DESIGN d8921048 #> 4563 <NA> <NA> 5afe0e99 #> 4564 <NA> <NA> 54c6d909 #> 4565 <NA> <NA> 1838dc7c #> 4566 <NA> <NA> 4eafdd02 #> 4567 <NA> <NA> 4ac24408 #> 4568 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT feb37465 #> 4569 <NA> <NA> 6dca1b26 #> 4570 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 6cc4b058 #> 4571 COLLEGE OF ENGINEERING CHEM & BIO ENGR b81d0a86 #> 4572 <NA> <NA> 47f5ae8d #> 4573 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 8dd98c68 #> 4574 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 4ae8971b #> 4575 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 54c70bb1 #> 4576 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 359d173f #> 4577 <NA> <NA> a28d985c #> 4578 <NA> <NA> c787dcd7 #> 4579 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 424925d9 #> 4580 <NA> <NA> 2208e043 #> 4581 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c4cea49e #> 4582 <NA> <NA> 1ebdab3e #> 4583 COLLEGE OF DESIGN ART/VISUAL CULT 040e6cdf #> 4584 COLLEGE OF ENGINEERING AEROSPACE ENG 43df6ff7 #> 4585 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 2267bc40 #> 4586 <NA> <NA> 50f5b9ec #> 4587 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f0d92e1e #> 4588 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 92ff8e34 #> 4589 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST f80e3e28 #> 4590 <NA> <NA> 8f3dd593 #> 4591 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73e490fd #> 4592 <NA> <NA> 72f9b2d6 #> 4593 <NA> <NA> 29e1b11a #> 4594 COLLEGE of AGRICULTURE & LIFE SCIENCES IA ST RS FARMS bf3997ab #> 4595 <NA> <NA> d6df4e2a #> 4596 <NA> <NA> f6be3671 #> 4597 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 56e60e7f #> 4598 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 62ac1bf3 #> 4599 <NA> <NA> 32c98ebd #> 4600 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0442a49b #> 4601 <NA> <NA> dbbf90c7 #> 4602 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 5e25aa42 #> 4603 <NA> <NA> 675e8060 #> 4604 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 540b9665 #> 4605 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 5167d4d0 #> 4606 <NA> <NA> 916b2411 #> 4607 <NA> <NA> 3e6f861f #> 4608 <NA> <NA> 97aa31f9 #> 4609 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 703ef112 #> 4610 <NA> <NA> fe6735e9 #> 4611 <NA> <NA> cad4fc67 #> 4612 COLLEGE OF ENGINEERING AEROSPACE ENG 20766628 #> 4613 <NA> <NA> 608842ff #> 4614 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 28904613 #> 4615 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 38721095 #> 4616 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 82c22657 #> 4617 <NA> <NA> dede53c6 #> 4618 <NA> <NA> 09c03389 #> 4619 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG ddf342dd #> 4620 <NA> <NA> 8c0572f5 #> 4621 COLLEGE OF HUMAN SCIENCES AESHM 47da982d #> 4622 <NA> <NA> 8a59cce4 #> 4623 <NA> <NA> c598ef40 #> 4624 <NA> <NA> a2fcc1c9 #> 4625 <NA> <NA> 7aaaedd0 #> 4626 <NA> <NA> 13842f2d #> 4627 <NA> <NA> 1e051442 #> 4628 <NA> <NA> 15862eae #> 4629 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 8416ea70 #> 4630 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC a5a3a123 #> 4631 COLLEGE OF ENGINEERING IND/MFR SYS ENG e099da35 #> 4632 <NA> <NA> 1526678d #> 4633 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3cff7593 #> 4634 <NA> <NA> 8c899836 #> 4635 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d92e6de1 #> 4636 <NA> <NA> a740cde3 #> 4637 <NA> <NA> c4d9a05f #> 4638 <NA> <NA> fd442971 #> 4639 <NA> <NA> 0439fd4a #> 4640 COLLEGE OF BUSINESS ACCOUNTING d390ec4d #> 4641 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 5c6019fa #> 4642 COLLEGE OF ENGINEERING CHEM & BIO ENGR 05d74cfd #> 4643 <NA> <NA> ef6d3ebe #> 4644 <NA> <NA> 8826e3ad #> 4645 COLLEGE OF BUSINESS ACCOUNTING 394b3719 #> 4646 <NA> <NA> ccc247f0 #> 4647 <NA> <NA> ce7c762b #> 4648 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 230956c7 #> 4649 <NA> <NA> 72134c64 #> 4650 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 6e3789c9 #> 4651 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 51ee78c7 #> 4652 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC b3cd3367 #> 4653 COLLEGE OF BUSINESS SUPPLY CHN/INFO 96e71562 #> 4654 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 3493dfde #> 4655 <NA> <NA> 3fb5ead6 #> 4656 <NA> <NA> b593904c #> 4657 <NA> <NA> e78476e2 #> 4658 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON a9702005 #> 4659 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5cad0092 #> 4660 <NA> <NA> 9018a4bf #> 4661 <NA> <NA> ea1695f3 #> 4662 COLLEGE OF DESIGN ART/VISUAL CULT 4bf59155 #> 4663 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY e2b7d8b3 #> 4664 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f57d8fb2 #> 4665 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 45a5d61c #> 4666 <NA> <NA> e1251d6b #> 4667 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 2c0ea90c #> 4668 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9e2e3714 #> 4669 <NA> <NA> 6afe0ea1 #> 4670 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 01446b97 #> 4671 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 8c615022 #> 4672 <NA> <NA> 9af1cccd #> 4673 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 60ea7e38 #> 4674 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4ec5c9a9 #> 4675 <NA> <NA> 8485991a #> 4676 <NA> <NA> 5725059e #> 4677 COLLEGE OF DESIGN GRAPHIC DSN adf91dca #> 4678 <NA> <NA> 9b5d0f65 #> 4679 <NA> <NA> be1272a2 #> 4680 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2169ad2c #> 4681 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 0f3aa9c2 #> 4682 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c0ac229e #> 4683 <NA> <NA> b078b8cc #> 4684 <NA> <NA> f719933a #> 4685 <NA> <NA> 05c57695 #> 4686 COLLEGE OF DESIGN ART/VISUAL CULT bca564bd #> 4687 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 490fa067 #> 4688 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 2f6e7103 #> 4689 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS e61fe830 #> 4690 <NA> <NA> 0f81101f #> 4691 <NA> <NA> 948ec75e #> 4692 <NA> <NA> 0b469c83 #> 4693 <NA> <NA> 2061d8cd #> 4694 <NA> <NA> f17caa61 #> 4695 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 07d40ef3 #> 4696 <NA> <NA> 5a0c87bc #> 4697 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c3791b89 #> 4698 <NA> <NA> 8814839f #> 4699 <NA> <NA> d60ea990 #> 4700 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 62f3fc8b #> 4701 <NA> <NA> 61fa97e2 #> 4702 <NA> <NA> 2369875f #> 4703 <NA> <NA> b771213b #> 4704 <NA> <NA> a76d68e6 #> 4705 COLLEGE OF ENGINEERING MECHANICAL ENG 929b3e27 #> 4706 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS daffa6cb #> 4707 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ea7ca31f #> 4708 <NA> <NA> 984d92f8 #> 4709 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1e79a093 #> 4710 COLLEGE OF BUSINESS MARKETING af1331c7 #> 4711 <NA> <NA> 74fa9dd3 #> 4712 <NA> <NA> 254bae09 #> 4713 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 176e8ab7 #> 4714 LIBRARY LIBRARY 1621a098 #> 4715 COLLEGE OF HUMAN SCIENCES KINESIOLOGY b84bf6f7 #> 4716 COLLEGE of AGRICULTURE & LIFE SCIENCES LEOPOLD CENTER e9b5d46a #> 4717 <NA> <NA> 1a720577 #> 4718 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 3b3800e1 #> 4719 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 756b8ba4 #> 4720 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY fa151ace #> 4721 <NA> <NA> a184f320 #> 4722 COLLEGE OF ENGINEERING MECHANICAL ENG a1a6827d #> 4723 <NA> <NA> cf195996 #> 4724 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1494dafe #> 4725 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 64f551ac #> 4726 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 09d81315 #> 4727 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC f7480394 #> 4728 <NA> <NA> 43960e1d #> 4729 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bfe57dbb #> 4730 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 300431cd #> 4731 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS eba02ff6 #> 4732 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 5d54863f #> 4733 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01c4b503 #> 4734 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d6cdf39f #> 4735 <NA> <NA> 01f887f5 #> 4736 <NA> <NA> bd7a0e64 #> 4737 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST fc0b605e #> 4738 <NA> <NA> 9bd861cd #> 4739 LIBRARY LIBRARY 323292af #> 4740 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS e5994c22 #> 4741 <NA> <NA> d0074ee5 #> 4742 COLLEGE OF BUSINESS MARKETING 0fc1fcae #> 4743 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d1e13a54 #> 4744 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b6275cd6 #> 4745 COLLEGE OF ENGINEERING CHEM & BIO ENGR 8cac4859 #> 4746 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 811b4fd5 #> 4747 <NA> <NA> 48d5c908 #> 4748 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 79d8839a #> 4749 <NA> <NA> 02255dfa #> 4750 <NA> <NA> b3a0f5e9 #> 4751 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY ca76e1f1 #> 4752 <NA> <NA> 8b1a2a86 #> 4753 <NA> <NA> 91e1a560 #> 4754 <NA> <NA> 0e53f109 #> 4755 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 61be3cc7 #> 4756 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 48e0b19e #> 4757 <NA> <NA> dac2a4b1 #> 4758 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 09c28924 #> 4759 <NA> <NA> e2cdac2d #> 4760 <NA> <NA> cabdb91e #> 4761 <NA> <NA> 3ed66fe4 #> 4762 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f498f840 #> 4763 <NA> <NA> 34997a66 #> 4764 <NA> <NA> 51c7f789 #> 4765 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 345c1aca #> 4766 <NA> <NA> fa884105 #> 4767 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01e56d10 #> 4768 <NA> <NA> efd6d8cd #> 4769 <NA> <NA> 69e38f54 #> 4770 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 27a57881 #> 4771 COLLEGE OF ENGINEERING AEROSPACE ENG d5e06937 #> 4772 LIBRARY LIBRARY 11069cb2 #> 4773 <NA> <NA> 3537d195 #> 4774 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY ad7ade45 #> 4775 <NA> <NA> 6f96175b #> 4776 <NA> <NA> bc729222 #> 4777 <NA> <NA> 5643abf8 #> 4778 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 31e35b69 #> 4779 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 912a2d23 #> 4780 <NA> <NA> 2347adcb #> 4781 <NA> <NA> 81993542 #> 4782 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bc1f01ac #> 4783 <NA> <NA> f5fe7ac9 #> 4784 <NA> <NA> 8ce52486 #> 4785 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f08da1da #> 4786 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c7e12e8b #> 4787 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7ee5472d #> 4788 <NA> <NA> 039cf4ec #> 4789 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST e3ac40d8 #> 4790 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE c1a93efe #> 4791 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE eb28d7ca #> 4792 <NA> <NA> 80995f53 #> 4793 <NA> <NA> b84499e6 #> 4794 <NA> <NA> 03ef8257 #> 4795 <NA> <NA> 93929b99 #> 4796 <NA> <NA> 15719a93 #> 4797 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 1e73e44c #> 4798 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 64defa4b #> 4799 COLLEGE OF ENGINEERING MECHANICAL ENG 3fbd32c5 #> 4800 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 3b1dd085 #> 4801 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 956deaea #> 4802 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 55e08217 #> 4803 <NA> <NA> 5f5b7094 #> 4804 <NA> <NA> 5a0a23d3 #> 4805 <NA> <NA> 6188100c #> 4806 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS fffe1941 #> 4807 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 1375b40e #> 4808 <NA> <NA> c5bc6e33 #> 4809 <NA> <NA> fd9651c0 #> 4810 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY b20156b5 #> 4811 <NA> <NA> 579193e1 #> 4812 <NA> <NA> 2287f10f #> 4813 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 35b97145 #> 4814 <NA> <NA> 497a7424 #> 4815 <NA> <NA> 9e526645 #> 4816 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c83df720 #> 4817 <NA> <NA> 8b5dcd40 #> 4818 <NA> <NA> 2e771f51 #> 4819 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8d5230d6 #> 4820 <NA> <NA> f9ee4d30 #> 4821 SENIOR VICE PRESIDENT & PROVOST CELT 50a086d9 #> 4822 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4aed51bc #> 4823 <NA> <NA> 4c8a646d #> 4824 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST dcfd5c5c #> 4825 <NA> <NA> 5e34ebac #> 4826 <NA> <NA> f088ab2f #> 4827 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 6017d8f4 #> 4828 <NA> <NA> 93be0e14 #> 4829 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 264fe494 #> 4830 COLLEGE OF BUSINESS SUPPLY CHN/INFO 9e440147 #> 4831 <NA> <NA> 988e29fd #> 4832 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST ffdd9ec6 #> 4833 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c66344b5 #> 4834 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI f57c1264 #> 4835 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST c83d4792 #> 4836 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 675afabd #> 4837 COLLEGE OF ENGINEERING MATERIAL SC/ENG 96524f15 #> 4838 <NA> <NA> 1643dfae #> 4839 <NA> <NA> 3cfbd13f #> 4840 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c569975f #> 4841 <NA> <NA> ef69b572 #> 4842 <NA> <NA> 5c8b1539 #> 4843 <NA> <NA> 7848e20e #> 4844 COLLEGE OF ENGINEERING MECHANICAL ENG 8ccd5b3b #> 4845 <NA> <NA> 98065860 #> 4846 <NA> <NA> 662eea47 #> 4847 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 0e34a99f #> 4848 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d12e036c #> 4849 <NA> <NA> 9d47f27e #> 4850 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS d71a3a63 #> 4851 <NA> <NA> e679d7c3 #> 4852 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC dfeaf5cf #> 4853 <NA> <NA> 801374fc #> 4854 <NA> <NA> 5c53c604 #> 4855 <NA> <NA> d10af800 #> 4856 <NA> <NA> a42e4c60 #> 4857 <NA> <NA> d8a1b825 #> 4858 <NA> <NA> cd5464a5 #> 4859 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT e91d9999 #> 4860 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON fa49adfa #> 4861 <NA> <NA> 78c68ac8 #> 4862 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7a38b031 #> 4863 <NA> <NA> 21dae03d #> 4864 <NA> <NA> 914ceeb4 #> 4865 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS c5d98638 #> 4866 <NA> <NA> 2035e6d1 #> 4867 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT f6e67255 #> 4868 <NA> <NA> 7fb76472 #> 4869 COLLEGE OF DESIGN GRAPHIC DSN 8e528ff0 #> 4870 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 7b2c57b7 #> 4871 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 845c73cc #> 4872 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8b89763c #> 4873 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f2359140 #> 4874 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST b1cea2f6 #> 4875 <NA> <NA> 20aa13d5 #> 4876 <NA> <NA> 12fb15aa #> 4877 <NA> <NA> c0157cdc #> 4878 COLLEGE OF ENGINEERING IND/MFR SYS ENG 70d297b0 #> 4879 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC a730cc57 #> 4880 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 1f3e2e64 #> 4881 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE aed52643 #> 4882 <NA> <NA> f2d7226d #> 4883 COLLEGE OF ENGINEERING IND/MFR SYS ENG 9878a095 #> 4884 <NA> <NA> 565b62b8 #> 4885 <NA> <NA> b7124dd0 #> 4886 <NA> <NA> 4b54a8ac #> 4887 <NA> <NA> 241df44a #> 4888 <NA> <NA> 77fc8cb6 #> 4889 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c3938b31 #> 4890 COLLEGE OF BUSINESS SUPPLY CHN/INFO 6e3aa6ae #> 4891 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 52ca8e38 #> 4892 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY dde28617 #> 4893 <NA> <NA> 14eb374b #> 4894 <NA> <NA> f31090fa #> 4895 <NA> <NA> 8147091d #> 4896 <NA> <NA> 2e2812c5 #> 4897 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ba21f415 #> 4898 <NA> <NA> 9c59e1b9 #> 4899 <NA> <NA> e78ff32f #> 4900 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ea1d8781 #> 4901 <NA> <NA> bad2a3b6 #> 4902 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT ac210d01 #> 4903 <NA> <NA> 97580794 #> 4904 COLLEGE OF DESIGN ART/VISUAL CULT 8c31c66a #> 4905 <NA> <NA> b8ab29a6 #> 4906 <NA> <NA> 5c389097 #> 4907 <NA> <NA> 03c6c0c1 #> 4908 <NA> <NA> fd41725a #> 4909 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 65811bba #> 4910 <NA> <NA> b3322d49 #> 4911 <NA> <NA> f36dc721 #> 4912 <NA> <NA> ef698ae2 #> 4913 <NA> <NA> f63a40e3 #> 4914 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS e33d62fe #> 4915 <NA> <NA> 18f37f90 #> 4916 COLLEGE OF DESIGN ARCHITECTURE 6aa46c38 #> 4917 <NA> <NA> 9916fe7f #> 4918 COLLEGE OF ENGINEERING MATERIAL SC/ENG a0eff8d8 #> 4919 <NA> <NA> a18285e9 #> 4920 <NA> <NA> a6d9bd24 #> 4921 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 72ad9559 #> 4922 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 20574b6e #> 4923 <NA> <NA> 08fa4948 #> 4924 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 9d8beb2b #> 4925 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS c8380cef #> 4926 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 36660db0 #> 4927 <NA> <NA> d4cb150c #> 4928 <NA> <NA> 03408489 #> 4929 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 9de858e0 #> 4930 <NA> <NA> 08eab541 #> 4931 COLLEGE OF HUMAN SCIENCES AESHM 8642fc60 #> 4932 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 5db49758 #> 4933 COLLEGE OF BUSINESS SUPPLY CHN/INFO bf61c266 #> 4934 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 7363fc2e #> 4935 <NA> <NA> 05e76569 #> 4936 <NA> <NA> 3558fa2c #> 4937 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c628780d #> 4938 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 516d58e5 #> 4939 <NA> <NA> 4e9b7b9d #> 4940 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 5ae7fad4 #> 4941 <NA> <NA> 05d0eed1 #> 4942 <NA> <NA> 1c84b589 #> 4943 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE da0b9e7a #> 4944 <NA> <NA> 53464938 #> 4945 <NA> <NA> 9dce0c31 #> 4946 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 91b25f69 #> 4947 <NA> <NA> 0e01e218 #> 4948 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c3348f20 #> 4949 COLLEGE OF ENGINEERING IND/MFR SYS ENG 6bedebb2 #> 4950 COLLEGE OF ENGINEERING MECHANICAL ENG f7c102de #> 4951 COLLEGE OF ENGINEERING MECHANICAL ENG 925ff39a #> 4952 <NA> <NA> 57985065 #> 4953 <NA> <NA> 8ba3ec59 #> 4954 <NA> <NA> ea150e6e #> 4955 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7fc9f3d2 #> 4956 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 226fc9c4 #> 4957 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bbe4f8db #> 4958 <NA> <NA> ab145fab #> 4959 COLLEGE OF DESIGN ARCHITECTURE 7e4d3b46 #> 4960 <NA> <NA> 4d53b78f #> 4961 <NA> <NA> bf913e77 #> 4962 <NA> <NA> 8c86d64d #> 4963 <NA> <NA> faba730f #> 4964 COLLEGE OF DESIGN COMMUN/REG PLAN dde32c10 #> 4965 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 1db2248f #> 4966 <NA> <NA> c122ccf4 #> 4967 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1a7feb02 #> 4968 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 1c74fd99 #> 4969 <NA> <NA> ed27f17a #> 4970 LIBRARY LIBRARY 254397e6 #> 4971 COLLEGE OF DESIGN ART/VISUAL CULT ea35170c #> 4972 COLLEGE OF DESIGN ARCHITECTURE 1fdbef2d #> 4973 <NA> <NA> f6b7fa86 #> 4974 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 1a3b74fb #> 4975 <NA> <NA> f5176e0c #> 4976 COLLEGE OF DESIGN ARCHITECTURE 748a3ad1 #> 4977 <NA> <NA> 93ace441 #> 4978 COLLEGE OF ENGINEERING MATERIAL SC/ENG bd9142f0 #> 4979 <NA> <NA> 479d9b1c #> 4980 <NA> <NA> 2c3a3a8e #> 4981 LIBRARY LIBRARY 87050277 #> 4982 <NA> <NA> ae3ff99a #> 4983 <NA> <NA> 70038340 #> 4984 <NA> <NA> de5f9e15 #> 4985 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS f24ca622 #> 4986 COLLEGE OF ENGINEERING IND/MFR SYS ENG c5688dd3 #> 4987 <NA> <NA> 5aeb70e3 #> 4988 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2d1c4ee5 #> 4989 <NA> <NA> 53047931 #> 4990 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC b0e84937 #> 4991 <NA> <NA> 593a9fbe #> 4992 <NA> <NA> d6fd299b #> 4993 <NA> <NA> ec754152 #> 4994 <NA> <NA> 5a05ae27 #> 4995 <NA> <NA> 3f7b7323 #> 4996 <NA> <NA> 89c5bf0b #> 4997 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED daffcade #> 4998 <NA> <NA> c3403b9e #> 4999 <NA> <NA> 90eecfe7 #> 5000 <NA> <NA> 3f0442aa #> 5001 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c9fff938 #> 5002 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD cf4f2fda #> 5003 <NA> <NA> 32924509 #> 5004 <NA> <NA> 0141cdef #> 5005 <NA> <NA> 36dba5c8 #> 5006 <NA> <NA> 41fdd1d1 #> 5007 <NA> <NA> fe09aac0 #> 5008 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5126587a #> 5009 <NA> <NA> b73736e5 #> 5010 <NA> <NA> baf771e4 #> 5011 <NA> <NA> eb5062fa #> 5012 <NA> <NA> 361d874b #> 5013 <NA> <NA> cda26ee4 #> 5014 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS fcda5e2e #> 5015 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 6a16fd1c #> 5016 COLLEGE OF BUSINESS FINANCE 37b7b3f5 #> 5017 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d6623562 #> 5018 <NA> <NA> f80b7fc9 #> 5019 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 7c56fe80 #> 5020 <NA> <NA> c5b6087f #> 5021 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 8b3263bf #> 5022 <NA> <NA> 694bf5ef #> 5023 <NA> <NA> 19714835 #> 5024 <NA> <NA> 85202b50 #> 5025 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 5fba46c9 #> 5026 <NA> <NA> 52822ed4 #> 5027 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI d376db85 #> 5028 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ee491524 #> 5029 <NA> <NA> ee43c8fa #> 5030 <NA> <NA> e01f7935 #> 5031 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 1e3197d2 #> 5032 <NA> <NA> f3494c24 #> 5033 <NA> <NA> ec5f675d #> 5034 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 6d08a6df #> 5035 COLLEGE OF HUMAN SCIENCES AESHM 66a7bef2 #> 5036 COLLEGE OF ENGINEERING AEROSPACE ENG 1584de11 #> 5037 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 7ae8f5eb #> 5038 <NA> <NA> 436446f1 #> 5039 COLLEGE OF BUSINESS MARKETING 18bfaff1 #> 5040 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f0df0da1 #> 5041 <NA> <NA> 29d96bd1 #> 5042 COLLEGE OF BUSINESS MARKETING 8cf72bee #> 5043 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 0af97139 #> 5044 <NA> <NA> 0853c8b3 #> 5045 VICE PRESIDENT FOR RESEARCH & ECON DEVEL VP RESEARCH 522d9934 #> 5046 COLLEGE OF BUSINESS ACCOUNTING 1ca93499 #> 5047 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c23c6d2c #> 5048 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 10e04d6d #> 5049 <NA> <NA> a5b0744e #> 5050 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE a8c04b75 #> 5051 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 03382c85 #> 5052 <NA> <NA> 71b7b752 #> 5053 <NA> <NA> 601899f4 #> 5054 <NA> <NA> 471c4b7e #> 5055 <NA> <NA> 2788c167 #> 5056 <NA> <NA> 33595fa4 #> 5057 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 99eb2a39 #> 5058 COLLEGE OF DESIGN ART/VISUAL CULT b5ae76f0 #> 5059 <NA> <NA> 5293b078 #> 5060 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 71083a32 #> 5061 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a9861460 #> 5062 <NA> <NA> 0be64a4e #> 5063 <NA> <NA> 3196daa9 #> 5064 <NA> <NA> a003a7f2 #> 5065 <NA> <NA> 9939402b #> 5066 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI cca00ad7 #> 5067 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO fc50033c #> 5068 <NA> <NA> 96a1e1c3 #> 5069 <NA> <NA> 91a70d3f #> 5070 <NA> <NA> 7f065fc7 #> 5071 <NA> <NA> e2178765 #> 5072 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 76497a9d #> 5073 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS f62a7680 #> 5074 <NA> <NA> 092d8c7f #> 5075 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 27d3752a #> 5076 COLLEGE OF DESIGN LANDSCAPE ARCH 0b89c892 #> 5077 <NA> <NA> 90c60559 #> 5078 COLLEGE OF ENGINEERING CHEM & BIO ENGR e212b321 #> 5079 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4b76d758 #> 5080 <NA> <NA> 5fd269d0 #> 5081 <NA> <NA> d69dc8de #> 5082 <NA> <NA> 2d83620e #> 5083 <NA> <NA> 42513bc7 #> 5084 <NA> <NA> 7d9f326e #> 5085 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED f8b7596f #> 5086 COLLEGE OF ENGINEERING AEROSPACE ENG eebf7567 #> 5087 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 886aebb2 #> 5088 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 28940965 #> 5089 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 08aadc59 #> 5090 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 6a3570e1 #> 5091 <NA> <NA> 78339906 #> 5092 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS f4e093ef #> 5093 <NA> <NA> ada5ec5c #> 5094 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 2796536e #> 5095 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 220ec155 #> 5096 <NA> <NA> bc9aff07 #> 5097 <NA> <NA> 1f9e8f31 #> 5098 <NA> <NA> 3b2992f8 #> 5099 COLLEGE OF ENGINEERING MATERIAL SC/ENG 5e5b61f2 #> 5100 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 90ff0299 #> 5101 <NA> <NA> 4b623766 #> 5102 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1e4671e8 #> 5103 <NA> <NA> e6454bab #> 5104 COLLEGE OF ENGINEERING IND/MFR SYS ENG 8b399d45 #> 5105 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 379973c8 #> 5106 <NA> <NA> ea36aa30 #> 5107 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY af19d8e8 #> 5108 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD a6361be7 #> 5109 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 79ad26bd #> 5110 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 889968bf #> 5111 COLLEGE OF BUSINESS FINANCE 5f36b542 #> 5112 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c9b5c52d #> 5113 <NA> <NA> 9b7060ed #> 5114 <NA> <NA> 09ba4556 #> 5115 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 25731b84 #> 5116 COLLEGE OF BUSINESS FINANCE 99a58a70 #> 5117 <NA> <NA> bdf6c170 #> 5118 <NA> <NA> 2f3d28a1 #> 5119 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 81596df1 #> 5120 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 61cd367c #> 5121 <NA> <NA> 3a2cae32 #> 5122 <NA> <NA> e1db6f11 #> 5123 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 6a297ba6 #> 5124 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 1cea9fa9 #> 5125 COLLEGE OF BUSINESS SUPPLY CHN/INFO ed8c7303 #> 5126 <NA> <NA> d98f4f90 #> 5127 <NA> <NA> d5833def #> 5128 <NA> <NA> ae6e650c #> 5129 <NA> <NA> 4f430181 #> 5130 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 84c3cddd #> 5131 <NA> <NA> 6ec5483a #> 5132 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0991aca8 #> 5133 COLLEGE OF ENGINEERING CHEM & BIO ENGR a613e013 #> 5134 <NA> <NA> c8c64a40 #> 5135 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 9f5fbad6 #> 5136 COLLEGE OF HUMAN SCIENCES AESHM 90c2575c #> 5137 <NA> <NA> afd76d99 #> 5138 <NA> <NA> 97804c86 #> 5139 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 561d9582 #> 5140 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT eedde15c #> 5141 COLLEGE OF BUSINESS MANAGEMENT 8035571d #> 5142 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a334c17d #> 5143 <NA> <NA> d87e9157 #> 5144 <NA> <NA> e2a9fcca #> 5145 <NA> <NA> 58248e07 #> 5146 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE d3d55c60 #> 5147 COLLEGE OF DESIGN LANDSCAPE ARCH 7d9553f3 #> 5148 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa524769 #> 5149 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 61665fc6 #> 5150 LIBRARY LIBRARY 0d983098 #> 5151 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS b182bc0c #> 5152 <NA> <NA> 3acc5317 #> 5153 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 40aff4f3 #> 5154 COLLEGE OF ENGINEERING CIV/CON/ENV ENG f7caf49a #> 5155 COLLEGE OF ENGINEERING CHEM & BIO ENGR 43825a22 #> 5156 <NA> <NA> 24f65618 #> 5157 COLLEGE OF DESIGN ARCHITECTURE 1919a7a0 #> 5158 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c7874017 #> 5159 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 6d598ea4 #> 5160 COLLEGE OF ENGINEERING MATERIAL SC/ENG 08587297 #> 5161 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC a3e06560 #> 5162 <NA> <NA> 955878d2 #> 5163 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH a1bbdd89 #> 5164 COLLEGE OF ENGINEERING AEROSPACE ENG e704d610 #> 5165 <NA> <NA> 2460d98e #> 5166 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2cc260c1 #> 5167 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4dd6d115 #> 5168 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 6d10aed5 #> 5169 <NA> <NA> e3df4a0d #> 5170 COLLEGE OF BUSINESS MANAGEMENT c752aed0 #> 5171 COLLEGE OF ENGINEERING MECHANICAL ENG d5611c51 #> 5172 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 35fa7409 #> 5173 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 1a6430fc #> 5174 <NA> <NA> d263231b #> 5175 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS dad8d816 #> 5176 <NA> <NA> 7ec01cc1 #> 5177 <NA> <NA> 60c69845 #> 5178 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54f6173d #> 5179 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 939a4396 #> 5180 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 0894d3fd #> 5181 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 460cc999 #> 5182 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC c855dece #> 5183 <NA> <NA> 94668ba9 #> 5184 <NA> <NA> 4f1e51ea #> 5185 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 04783722 #> 5186 <NA> <NA> 9695542b #> 5187 <NA> <NA> 27732cae #> 5188 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3d216a5a #> 5189 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS cf21f167 #> 5190 <NA> <NA> ca5b94f1 #> 5191 <NA> <NA> 1e7a3b5c #> 5192 COLLEGE OF ENGINEERING ENGINEERING ADM d2ccb154 #> 5193 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 9f12cc6b #> 5194 <NA> <NA> 1a1da81a #> 5195 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8a9585d #> 5196 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS ca808f2c #> 5197 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 1dd75e60 #> 5198 <NA> <NA> aeb58036 #> 5199 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 85c3ad13 #> 5200 <NA> <NA> 4bf686eb #> 5201 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E c74050bc #> 5202 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 6b2e4111 #> 5203 <NA> <NA> fc730f10 #> 5204 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 25412cf6 #> 5205 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC bee66b35 #> 5206 <NA> <NA> 3ccd55dc #> 5207 COLLEGE OF DESIGN ARCHITECTURE f51459b8 #> 5208 COLLEGE OF ENGINEERING CIV/CON/ENV ENG b8875b31 #> 5209 LIBRARY LIBRARY fa1c78e4 #> 5210 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0bdddf24 #> 5211 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 9940c23d #> 5212 <NA> <NA> 1f30a20e #> 5213 <NA> <NA> c0038e95 #> 5214 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD a5df9620 #> 5215 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG eaa2c422 #> 5216 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 29c2a801 #> 5217 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 0cc8f270 #> 5218 COLLEGE OF ENGINEERING IND/MFR SYS ENG 06030ba4 #> 5219 COLLEGE OF BUSINESS FINANCE d4292fdc #> 5220 <NA> <NA> 35da7c1b #> 5221 <NA> <NA> 18be1377 #> 5222 <NA> <NA> 544ed4e8 #> 5223 <NA> <NA> 2c771cfb #> 5224 <NA> <NA> 3dd1e64c #> 5225 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 61a07982 #> 5226 <NA> <NA> e11cbd08 #> 5227 COLLEGE OF ENGINEERING AEROSPACE ENG ef8964c9 #> 5228 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 0ec2d534 #> 5229 <NA> <NA> 64eb8b32 #> 5230 COLLEGE OF ENGINEERING MECHANICAL ENG d71e1ca0 #> 5231 <NA> <NA> de84faab #> 5232 COLLEGE OF ENGINEERING ENGINEERING ADM 5bc51a4e #> 5233 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE f25c1ae3 #> 5234 <NA> <NA> 3029cba0 #> 5235 COLLEGE OF BUSINESS SUPPLY CHN/INFO 342ca2d3 #> 5236 <NA> <NA> da3d68ed #> 5237 <NA> <NA> b7613250 #> 5238 <NA> <NA> 360d4257 #> 5239 <NA> <NA> afab3d57 #> 5240 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 479c0cb9 #> 5241 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa0ba3f5 #> 5242 COLLEGE OF HUMAN SCIENCES AESHM bdcf9caf #> 5243 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG b30dd0c0 #> 5244 <NA> <NA> ac6609ab #> 5245 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 030ba0ce #> 5246 COOPERATIVE EXTENSION SERVICE VP EXT & OUTRCH bfcab72a #> 5247 <NA> <NA> d1f4f1f1 #> 5248 <NA> <NA> f9e7df39 #> 5249 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY b9a80ce6 #> 5250 <NA> <NA> 97fba422 #> 5251 <NA> <NA> b47e5ddc #> 5252 <NA> <NA> 5e520e65 #> 5253 <NA> <NA> fbc08768 #> 5254 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 1b5c8d6a #> 5255 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c8b89d4d #> 5256 <NA> <NA> 089520d6 #> 5257 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 054c4aa0 #> 5258 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 8c2eba55 #> 5259 <NA> <NA> 6544ad3c #> 5260 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG fca71854 #> 5261 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0ba9d7cb #> 5262 <NA> <NA> 6bfc0c45 #> 5263 <NA> <NA> b1b8c885 #> 5264 <NA> <NA> 80be62cb #> 5265 <NA> <NA> 8e3d9b80 #> 5266 <NA> <NA> 09b28d8f #> 5267 <NA> <NA> 57ff807e #> 5268 COLLEGE OF BUSINESS SUPPLY CHN/INFO 55b6e899 #> 5269 <NA> <NA> 539a30d0 #> 5270 <NA> <NA> d399fcf1 #> 5271 <NA> <NA> 838514b2 #> 5272 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4841632e #> 5273 <NA> <NA> 71932846 #> 5274 <NA> <NA> fd44bf24 #> 5275 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 28a2af64 #> 5276 <NA> <NA> 6572a789 #> 5277 <NA> <NA> f30757a1 #> 5278 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 07bd5677 #> 5279 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d77231f7 #> 5280 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 4bba7034 #> 5281 <NA> <NA> d904784a #> 5282 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e46599d8 #> 5283 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e0ba760d #> 5284 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 355df010 #> 5285 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 378eddb9 #> 5286 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT fa1062cd #> 5287 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 7eae693f #> 5288 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 77f8e62f #> 5289 <NA> <NA> 7c2267a7 #> 5290 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a50154f1 #> 5291 <NA> <NA> 9c369cd0 #> 5292 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 04d0c9e7 #> 5293 <NA> <NA> 2db5c2e2 #> 5294 COLLEGE OF BUSINESS MANAGEMENT abf155af #> 5295 COLLEGE OF ENGINEERING MECHANICAL ENG 1a54ecbe #> 5296 <NA> <NA> 37561e5c #> 5297 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS ce31042a #> 5298 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 309ac422 #> 5299 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b81e1f01 #> 5300 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1074c871 #> 5301 LIBRARY LIBRARY 4b78d0ca #> 5302 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY a34c3d42 #> 5303 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC CDS 10ebc589 #> 5304 <NA> <NA> 1f2f7930 #> 5305 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 09d0af42 #> 5306 <NA> <NA> aa4435bc #> 5307 <NA> <NA> b519c76e #> 5308 <NA> <NA> 7ccfd15f #> 5309 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c12efc80 #> 5310 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS c198a621 #> 5311 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 266f38a7 #> 5312 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c6b82eb0 #> 5313 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 6eb6ef76 #> 5314 COLLEGE OF DESIGN LANDSCAPE ARCH c1ddfcd2 #> 5315 <NA> <NA> 66890b3c #> 5316 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS dac99b05 #> 5317 <NA> <NA> 60ba8e92 #> 5318 COLLEGE OF DESIGN ART/VISUAL CULT 1245cd87 #> 5319 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 07702ace #> 5320 <NA> <NA> 728f4ea7 #> 5321 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 3f12f7be #> 5322 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON db407678 #> 5323 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b5afad12 #> 5324 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 82fffb6d #> 5325 COLLEGE OF ENGINEERING IND/MFR SYS ENG f9166f36 #> 5326 COLLEGE OF BUSINESS ACCOUNTING e12558b2 #> 5327 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI e12558b2 #> 5328 <NA> <NA> bc7981bf #> 5329 COLLEGE OF ENGINEERING MECHANICAL ENG 9a94ba57 #> 5330 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a1f105b0 #> 5331 <NA> <NA> 66a5539b #> 5332 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED cd860f86 #> 5333 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC cef0d6b3 #> 5334 <NA> <NA> 417b1b16 #> 5335 <NA> <NA> 9c6bb9cf #> 5336 <NA> <NA> 607caf97 #> 5337 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 1051d113 #> 5338 <NA> <NA> 1aff1228 #> 5339 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 62134332 #> 5340 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 16fc68f3 #> 5341 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 353f3920 #> 5342 <NA> <NA> 407addbe #> 5343 <NA> <NA> e0679c53 #> 5344 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 226b6c4b #> 5345 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 87206bea #> 5346 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS cf942aef #> 5347 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS d7be6e4c #> 5348 <NA> <NA> ef0832da #> 5349 <NA> <NA> 862f87d4 #> 5350 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b88b529f #> 5351 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON adfb3562 #> 5352 <NA> <NA> d98c099b #> 5353 COLLEGE OF BUSINESS MANAGEMENT 454b2656 #> 5354 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 4b3a99f4 #> 5355 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 170f3d6c #> 5356 <NA> <NA> 24c68973 #> 5357 <NA> <NA> 7628b172 #> 5358 <NA> <NA> df01bf29 #> 5359 COLLEGE OF ENGINEERING AEROSPACE ENG 38f33888 #> 5360 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY cdf8a06c #> 5361 <NA> <NA> 77663f78 #> 5362 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 2f84df7b #> 5363 <NA> <NA> 72c377c9 #> 5364 <NA> <NA> f18550c6 #> 5365 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS a79fcb0e #> 5366 <NA> <NA> f331c29b #> 5367 <NA> <NA> 8ffa8d17 #> 5368 <NA> <NA> fefb2923 #> 5369 <NA> <NA> 2bb15200 #> 5370 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 78af38d5 #> 5371 <NA> <NA> 4f1ad040 #> 5372 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2806bb3e #> 5373 COLLEGE OF ENGINEERING MECHANICAL ENG c347906c #> 5374 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY a8553161 #> 5375 COLLEGE OF ENGINEERING CIV/CON/ENV ENG eff68a60 #> 5376 COLLEGE OF HUMAN SCIENCES AESHM 8930e489 #> 5377 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 722cc97f #> 5378 <NA> <NA> d55b2d76 #> 5379 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c304c138 #> 5380 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 97b97e2b #> 5381 COLLEGE OF BUSINESS MARKETING 5819b8f8 #> 5382 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 2eaf7f44 #> 5383 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 11ce56c0 #> 5384 <NA> <NA> 1f06a65a #> 5385 <NA> <NA> 7737cf89 #> 5386 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE a1df75f8 #> 5387 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG f52f1443 #> 5388 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 337d2c3d #> 5389 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC b3cbac87 #> 5390 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 73d76364 #> 5391 <NA> <NA> 363959f9 #> 5392 <NA> <NA> 349c7fc4 #> 5393 <NA> <NA> f60f6b7a #> 5394 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY bfd28e7d #> 5395 <NA> <NA> 94025670 #> 5396 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 34925a86 #> 5397 <NA> <NA> 34a061e6 #> 5398 <NA> <NA> d58095ed #> 5399 <NA> <NA> 2544f7f3 #> 5400 <NA> <NA> a3b50b92 #> 5401 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 17897ba2 #> 5402 <NA> <NA> ba2201cc #> 5403 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 5042ed03 #> 5404 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 114e13e9 #> 5405 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG f71369b5 #> 5406 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ab7c739c #> 5407 <NA> <NA> 298ccca6 #> 5408 <NA> <NA> 1a82fc2b #> 5409 <NA> <NA> 1d1a0681 #> 5410 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 9dee2bc2 #> 5411 <NA> <NA> 903c25a1 #> 5412 COLLEGE OF DESIGN ARCHITECTURE 5e977a19 #> 5413 <NA> <NA> d69f453a #> 5414 <NA> <NA> bc501cd1 #> 5415 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 48e7a1b8 #> 5416 <NA> <NA> 87f4e869 #> 5417 <NA> <NA> 103a435a #> 5418 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d0ac4fa6 #> 5419 <NA> <NA> 69c49dba #> 5420 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2a52d568 #> 5421 <NA> <NA> cbf356ab #> 5422 COLLEGE OF HUMAN SCIENCES AESHM 4b12355b #> 5423 COLLEGE OF BUSINESS SUPPLY CHN/INFO 0c059ed8 #> 5424 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS eba7edd2 #> 5425 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 43b298b3 #> 5426 <NA> <NA> fd099b12 #> 5427 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 165803e5 #> 5428 <NA> <NA> a72bfc1a #> 5429 <NA> <NA> 94e35beb #> 5430 <NA> <NA> 43ab139d #> 5431 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c00cc7d6 #> 5432 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 127fd1e9 #> 5433 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8a6be6be #> 5434 <NA> <NA> c598f805 #> 5435 COLLEGE OF BUSINESS MANAGEMENT 99933ad7 #> 5436 <NA> <NA> ff1d3cf6 #> 5437 <NA> <NA> b2540156 #> 5438 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9d2c3ad7 #> 5439 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 7576c130 #> 5440 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 69d3851c #> 5441 COLLEGE OF BUSINESS MARKETING 6935c381 #> 5442 <NA> <NA> 1878efc8 #> 5443 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 17f22c03 #> 5444 <NA> <NA> 8b290805 #> 5445 COLLEGE OF ENGINEERING MATERIAL SC/ENG f6ea49a8 #> 5446 <NA> <NA> bab1b78b #> 5447 <NA> <NA> dba9d9d4 #> 5448 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 7fc5ac49 #> 5449 <NA> <NA> ebadcee4 #> 5450 LIBRARY LIBRARY c67daa4f #> 5451 <NA> <NA> 0c354aea #> 5452 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY d0c1b5af #> 5453 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7f444293 #> 5454 <NA> <NA> d4b7f568 #> 5455 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 453cc206 #> 5456 <NA> <NA> 9a861ac1 #> 5457 <NA> <NA> 6e14ccbe #> 5458 <NA> <NA> 341f90b1 #> 5459 <NA> <NA> f5b07a34 #> 5460 <NA> <NA> 3e6b060f #> 5461 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS b927e46a #> 5462 <NA> <NA> 423c55a8 #> 5463 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 78d5f1b6 #> 5464 <NA> <NA> c8755c94 #> 5465 <NA> <NA> 13af17af #> 5466 AMES LABORATORY OF US DOE AMES LABORATORY 9bb6f508 #> 5467 <NA> <NA> 2a534eb5 #> 5468 <NA> <NA> 1cada40c #> 5469 <NA> <NA> 4bc505e1 #> 5470 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 67b3780d #> 5471 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2f530f06 #> 5472 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 7493d0ad #> 5473 <NA> <NA> fc4e40c3 #> 5474 <NA> <NA> a0296981 #> 5475 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 2039f217 #> 5476 LIBRARY LIBRARY 59c316e7 #> 5477 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 44efc7ae #> 5478 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 41725e7f #> 5479 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE fc866ff5 #> 5480 <NA> <NA> 79a2758d #> 5481 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 47d1b059 #> 5482 <NA> <NA> 4bd8cff5 #> 5483 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 759a62f1 #> 5484 <NA> <NA> 395409ba #> 5485 <NA> <NA> 370c6ce6 #> 5486 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST c0ed8d91 #> 5487 <NA> <NA> 03ddcee5 #> 5488 <NA> <NA> cbe00c18 #> 5489 <NA> <NA> e32fb594 #> 5490 COLLEGE OF DESIGN LANDSCAPE ARCH 570e471c #> 5491 <NA> <NA> 458af0df #> 5492 <NA> <NA> 61c3ef8d #> 5493 <NA> <NA> 976ef33b #> 5494 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 810f6779 #> 5495 COLLEGE OF ENGINEERING MECHANICAL ENG 39be762b #> 5496 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c48f6cfd #> 5497 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 7be66d84 #> 5498 COLLEGE OF HUMAN SCIENCES KINESIOLOGY e4dc1a1e #> 5499 <NA> <NA> 3e806749 #> 5500 <NA> <NA> 289dd0df #> 5501 <NA> <NA> 4bf72d4a #> 5502 <NA> <NA> 26715045 #> 5503 <NA> <NA> b617415d #> 5504 <NA> <NA> fc6db6ec #> 5505 <NA> <NA> dd0060ea #> 5506 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 07949217 #> 5507 COLLEGE OF DESIGN COMMUN/REG PLAN 62b9727b #> 5508 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 68d1f231 #> 5509 <NA> <NA> 800bd805 #> 5510 COLLEGE OF ENGINEERING AEROSPACE ENG 42c76ebc #> 5511 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 6de0d7bd #> 5512 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO f5597717 #> 5513 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 600e63b7 #> 5514 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO ced9703c #> 5515 <NA> <NA> 10f167cb #> 5516 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8e137768 #> 5517 <NA> <NA> cd00f1fd #> 5518 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 35879093 #> 5519 <NA> <NA> c3e8daa2 #> 5520 <NA> <NA> bd776231 #> 5521 <NA> <NA> 6378cfb3 #> 5522 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 76d4d482 #> 5523 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS f4c327b4 #> 5524 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8e75625 #> 5525 VICE PRESIDENT FOR RESEARCH & ECON DEVEL INTRANS 515ebb18 #> 5526 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8d1987fc #> 5527 SENIOR VICE PRESIDENT & PROVOST CELT 440809db #> 5528 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC c885f57e #> 5529 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 5ba17e38 #> 5530 <NA> <NA> ced7ba88 #> 5531 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS a4d97695 #> 5532 COLLEGE OF DESIGN ARCHITECTURE 64f7db7b #> 5533 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG da72335e #> 5534 <NA> <NA> a72771bc #> 5535 <NA> <NA> cfdbd16e #> 5536 <NA> <NA> 55e91d40 #> 5537 <NA> <NA> e7ba0600 #> 5538 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 6cdf4c73 #> 5539 <NA> <NA> c5d4afec #> 5540 <NA> <NA> 57f8e9f0 #> 5541 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e73f5426 #> 5542 <NA> <NA> 70ba8c26 #> 5543 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 750ed03e #> 5544 <NA> <NA> 3d83b2f0 #> 5545 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a2252304 #> 5546 <NA> <NA> 666d1bc6 #> 5547 <NA> <NA> 02fe6925 #> 5548 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54e1be5f #> 5549 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 556803fb #> 5550 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c697b97a #> 5551 <NA> <NA> 8994ebda #> 5552 <NA> <NA> a9c1e4bf #> 5553 <NA> <NA> e79d0161 #> 5554 <NA> <NA> 0095ac81 #> 5555 <NA> <NA> 5786549d #> 5556 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 4720841b #> 5557 <NA> <NA> ccb1ef41 #> 5558 <NA> <NA> 774b4f04 #> 5559 <NA> <NA> 3660c51e #> 5560 <NA> <NA> 545488e1 #> 5561 <NA> <NA> bcaf901c #> 5562 COLLEGE OF BUSINESS FINANCE b049acf5 #> 5563 COLLEGE OF HUMAN SCIENCES AESHM 7e0d7f88 #> 5564 <NA> <NA> fc395d94 #> 5565 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE be6dd438 #> 5566 <NA> <NA> 5af253d3 #> 5567 <NA> <NA> 18018b3e #> 5568 COLLEGE OF ENGINEERING MATERIAL SC/ENG aaf66162 #> 5569 <NA> <NA> ffa9d2ee #> 5570 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 2122ef23 #> 5571 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI e51de2e8 #> 5572 COLLEGE OF DESIGN COMMUN/REG PLAN 33dd05d4 #> 5573 <NA> <NA> 627dd854 #> 5574 <NA> <NA> 226b8fb8 #> 5575 <NA> <NA> 1e52cbdc #> 5576 <NA> <NA> ab9c4bb5 #> 5577 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 59b36ee6 #> 5578 <NA> <NA> d4a7d280 #> 5579 <NA> <NA> 372c3d3f #> 5580 COLLEGE OF BUSINESS FINANCE 73570c69 #> 5581 COLLEGE OF ENGINEERING MECHANICAL ENG c805b487 #> 5582 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG d956afc6 #> 5583 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED a06467f0 #> 5584 <NA> <NA> 77aa1858 #> 5585 COLLEGE OF DESIGN GRAPHIC DSN 9a5fd3c2 #> 5586 COLLEGE OF ENGINEERING MECHANICAL ENG f4cc2a6a #> 5587 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d524a9c0 #> 5588 <NA> <NA> 93052687 #> 5589 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 9ebfd7d7 #> 5590 <NA> <NA> 28a08ba1 #> 5591 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 4de41832 #> 5592 <NA> <NA> cde0b20e #> 5593 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST b067ef3f #> 5594 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST a8bb94b3 #> 5595 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8a26308 #> 5596 <NA> <NA> e03e9ce3 #> 5597 <NA> <NA> da28ec8b #> 5598 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC e714e3ff #> 5599 COLLEGE OF DESIGN ART/VISUAL CULT 0a9ca9c7 #> 5600 <NA> <NA> 4ad05cf9 #> 5601 COLLEGE OF DESIGN GRAPHIC DSN 9a84e851 #> 5602 COLLEGE OF DESIGN ARCHITECTURE 1915ed22 #> 5603 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 50efc574 #> 5604 COLLEGE OF BUSINESS FINANCE aa9df26b #> 5605 <NA> <NA> 41c67b01 #> 5606 <NA> <NA> e0399654 #> 5607 COLLEGE OF BUSINESS SUPPLY CHN/INFO a52388bd #> 5608 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 579e085a #> 5609 <NA> <NA> cb7987e9 #> 5610 <NA> <NA> eae6bd8d #> 5611 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da833f7b #> 5612 <NA> <NA> 98fac0a6 #> 5613 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 455cdb01 #> 5614 <NA> <NA> 146e36bc #> 5615 <NA> <NA> ca365d22 #> 5616 <NA> <NA> 0da53fa2 #> 5617 <NA> <NA> 9590c3ba #> 5618 <NA> <NA> b3b46481 #> 5619 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 7dada014 #> 5620 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 015440d7 #> 5621 COLLEGE OF ENGINEERING CIV/CON/ENV ENG bbe2900c #> 5622 <NA> <NA> 27758826 #> 5623 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 04b332a0 #> 5624 COLLEGE OF DESIGN ARCHITECTURE d7bea786 #> 5625 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY d83e13d4 #> 5626 COLLEGE OF ENGINEERING MECHANICAL ENG 8f330ad1 #> 5627 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC fe2688a4 #> 5628 <NA> <NA> c1f9dbff #> 5629 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 811a66ac #> 5630 <NA> <NA> 81ee20e9 #> 5631 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 50d7e83c #> 5632 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 1749de3b #> 5633 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c6c9b118 #> 5634 <NA> <NA> e04441ee #> 5635 <NA> <NA> 866b5181 #> 5636 <NA> <NA> bc6fbd61 #> 5637 <NA> <NA> 130983bd #> 5638 <NA> <NA> c4ecab96 #> 5639 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 85e6d3a9 #> 5640 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da8693f4 #> 5641 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3227004f #> 5642 <NA> <NA> 30136b73 #> 5643 <NA> <NA> 79fd6c89 #> 5644 <NA> <NA> fb9ddf30 #> 5645 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 2e39a208 #> 5646 <NA> <NA> 69ff7eda #> 5647 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 82bed8e2 #> 5648 <NA> <NA> 71d89a0f #> 5649 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 08f1e76c #> 5650 <NA> <NA> dbc4a9c8 #> 5651 COLLEGE OF DESIGN COMMUN/REG PLAN fbefc6a3 #> 5652 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 3c8d1b10 #> 5653 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 553d64d7 #> 5654 <NA> <NA> 95d39432 #> 5655 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 410c1381 #> 5656 COLLEGE OF BUSINESS SUPPLY CHN/INFO f4161435 #> 5657 <NA> <NA> 14d3d21e #> 5658 <NA> <NA> b18e9b32 #> 5659 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 959502f3 #> 5660 COLLEGE OF ENGINEERING CHEM & BIO ENGR 3b9762ca #> 5661 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON f27d3dac #> 5662 LIBRARY LIBRARY 95cab90a #> 5663 <NA> <NA> 70f4d4b9 #> 5664 <NA> <NA> 71768e57 #> 5665 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 970bbb0b #> 5666 <NA> <NA> 02008b89 #> 5667 IT SERVICES IT SERVICES CIO 50f4c0b8 #> 5668 <NA> <NA> e49dfc8f #> 5669 <NA> <NA> 1c2d73cd #> 5670 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 248973b6 #> 5671 <NA> <NA> 679a04be #> 5672 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 4e98e188 #> 5673 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9673b984 #> 5674 <NA> <NA> fcb87b9a #> 5675 <NA> <NA> d4f4740c #> 5676 <NA> <NA> 9e87175d #> 5677 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY f6a7a70f #> 5678 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY ebd4013a #> 5679 COLLEGE OF BUSINESS FINANCE 4dd7e070 #> 5680 <NA> <NA> a333325c #> 5681 <NA> <NA> ddc98a47 #> 5682 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE efef4af1 #> 5683 <NA> <NA> d59dbd98 #> 5684 COLLEGE OF BUSINESS MARKETING a8efabda #> 5685 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c24dc8d3 #> 5686 <NA> <NA> dd3c40b3 #> 5687 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c0967976 #> 5688 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 203b875b #> 5689 COLLEGE OF DESIGN ART/VISUAL CULT b853228c #> 5690 <NA> <NA> 4ea1593e #> 5691 <NA> <NA> 50305473 #> 5692 <NA> <NA> 7e454de3 #> 5693 <NA> <NA> 33a15d51 #> 5694 <NA> <NA> 0fa478c5 #> 5695 <NA> <NA> f6bedcb7 #> 5696 <NA> <NA> 6233b041 #> 5697 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 6b600d9b #> 5698 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 10bea954 #> 5699 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5fd15749 #> 5700 <NA> <NA> 473e66b5 #> 5701 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 85cce262 #> 5702 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY a7a04908 #> 5703 <NA> <NA> 44bdf9d6 #> 5704 <NA> <NA> 864503c6 #> 5705 <NA> <NA> 273e9165 #> 5706 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 2b615e2e #> 5707 <NA> <NA> 13c05730 #> 5708 <NA> <NA> ab97062d #> 5709 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c64b87e6 #> 5710 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2cfd8081 #> 5711 COLLEGE OF ENGINEERING AEROSPACE ENG e73aa644 #> 5712 <NA> <NA> 9e0b5755 #> 5713 <NA> <NA> ec5b8cff #> 5714 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 3625c019 #> 5715 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e04143b4 #> 5716 <NA> <NA> fbc2b6c8 #> 5717 <NA> <NA> d156c5fd #> 5718 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE f4ce44e2 #> 5719 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c39ee2d3 #> 5720 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 3856f700 #> 5721 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE cd7ce10e #> 5722 <NA> <NA> ca1b960a #> 5723 COLLEGE OF BUSINESS ACCOUNTING a4e95a42 #> 5724 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 7c539f7c #> 5725 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73975f93 #> 5726 <NA> <NA> 601c6e6a #> 5727 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 38aed530 #> 5728 COLLEGE OF BUSINESS ACCOUNTING f7249da1 #> 5729 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM c3cab316 #> 5730 <NA> <NA> 76163f38 #> 5731 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 7ed541e6 #> 5732 <NA> <NA> 48cc123c #> 5733 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 324da46c #> 5734 <NA> <NA> f9c2db52 #> 5735 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 84ecfed9 #> 5736 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 950d7277 #> 5737 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 92ca5236 #> 5738 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 2a8a7fec #> 5739 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 626ab9b7 #> 5740 <NA> <NA> cf87953d #> 5741 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8971f68 #> 5742 <NA> <NA> e697b01c #> 5743 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS f5ee243e #> 5744 <NA> <NA> a4bb0c10 #> 5745 <NA> <NA> bea58337 #> 5746 <NA> <NA> 2292fb8f #> 5747 <NA> <NA> 30a2664d #> 5748 <NA> <NA> a391b42c #> 5749 <NA> <NA> 7c8502fc #> 5750 <NA> <NA> 775a2afc #> 5751 COLLEGE OF ENGINEERING AEROSPACE ENG 30cc76e0 #> 5752 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY fe3ae04a #> 5753 <NA> <NA> 73c69971 #> 5754 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ec58ee97 #> 5755 <NA> <NA> 749cf771 #> 5756 <NA> <NA> c3686ebb #> 5757 COLLEGE OF DESIGN ART/VISUAL CULT 5b7d03f2 #> 5758 COLLEGE OF HUMAN SCIENCES KINESIOLOGY f922671b #> 5759 <NA> <NA> 2677477a #> 5760 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 55cb1d8e #> 5761 <NA> <NA> 28e6f301 #> 5762 <NA> <NA> 5d7f00f1 #> 5763 <NA> <NA> d4d0c293 #> 5764 <NA> <NA> a8c5f403 #> 5765 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 948ccded #> 5766 <NA> <NA> bb6b1e11 #> 5767 COLLEGE OF DESIGN LANDSCAPE ARCH 0616e4d0 #> 5768 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 9008a5dd #> 5769 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 164ce35d #> 5770 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 37d57a4a #> 5771 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b7a22ecf #> 5772 <NA> <NA> 31052c39 #> 5773 <NA> <NA> c60020a9 #> 5774 <NA> <NA> efb1e6d9 #> 5775 COLLEGE OF DESIGN GRAPHIC DSN 65606880 #> 5776 <NA> <NA> 025fa9b9 #> 5777 <NA> <NA> 067eb705 #> 5778 <NA> <NA> 832e109c #> 5779 <NA> <NA> 18275103 #> 5780 <NA> <NA> d6bb30a5 #> 5781 <NA> <NA> a5eb810d #> 5782 <NA> <NA> 21f39b19 #> 5783 <NA> <NA> 82f21acf #> 5784 <NA> <NA> 2368200a #> 5785 <NA> <NA> f908caf5 #> 5786 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE e30ef13a #> 5787 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 92e42eed #> 5788 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE af230a68 #> 5789 <NA> <NA> b1a6dfc1 #> 5790 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST a7c9bd70 #> 5791 <NA> <NA> b6d3becc #> 5792 <NA> <NA> 218ee311 #> 5793 <NA> <NA> b2bd5613 #> 5794 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 2f7cf41e #> 5795 <NA> <NA> b7a31ae7 #> 5796 COLLEGE OF DESIGN GRAPHIC DSN 5f89cd5e #> 5797 <NA> <NA> 0d7c71d3 #> 5798 <NA> <NA> 97e34969 #> 5799 COLLEGE OF ENGINEERING CHEM & BIO ENGR 60243019 #> 5800 <NA> <NA> 9898b5b6 #> 5801 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 35b61822 #> 5802 COLLEGE OF ENGINEERING IND/MFR SYS ENG 766b1261 #> 5803 <NA> <NA> d5a89982 #> 5804 <NA> <NA> 64483cb3 #> 5805 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 4b07c8e7 #> 5806 <NA> <NA> d57cd395 #> 5807 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 1610902e #> 5808 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 74cbdcc9 #> 5809 <NA> <NA> 716d2c34 #> 5810 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 84f88ec9 #> 5811 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS a71cf16a #> 5812 <NA> <NA> 575e5ffb #> 5813 COLLEGE OF ENGINEERING MECHANICAL ENG 5e38d1b1 #> 5814 <NA> <NA> 2d19d6df #> 5815 <NA> <NA> 69470640 #> 5816 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY fcdc2d31 #> 5817 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 9afcd46b #> 5818 COLLEGE OF ENGINEERING ELEC ENG/CP ENG acf833fe #> 5819 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 32e28f42 #> 5820 <NA> <NA> 657b459f #> 5821 <NA> <NA> a82f3bb7 #> 5822 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS aef13766 #> 5823 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY fc66c810 #> 5824 LIBRARY LIBRARY bbec4f1b #> 5825 <NA> <NA> a6810d55 #> 5826 <NA> <NA> df220f71 #> 5827 <NA> <NA> dfd1585f #> 5828 COLLEGE OF ENGINEERING IND/MFR SYS ENG 0ba5f2a8 #> 5829 <NA> <NA> e3ba46a2 #> 5830 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d07d3e9f #> 5831 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 0372d23c #> 5832 <NA> <NA> a174bd8d #> 5833 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 923bdd4f #> 5834 <NA> <NA> 0b383d13 #> 5835 <NA> <NA> 5c3171c4 #> 5836 <NA> <NA> d37a53d9 #> 5837 <NA> <NA> a2ebc008 #> 5838 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 90756f26 #> 5839 <NA> <NA> b9671087 #> 5840 <NA> <NA> b5e6fcec #> 5841 COLLEGE OF DESIGN ART/VISUAL CULT 0209b1b1 #> 5842 LIBRARY LIBRARY 54c121f8 #> 5843 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 32102fe8 #> 5844 <NA> <NA> c3400f61 #> 5845 <NA> <NA> 83613dea #> 5846 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE b9b6430c #> 5847 <NA> <NA> af1fd11d #> 5848 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3f068a42 #> 5849 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 8fc43bcf #> 5850 COLLEGE OF DESIGN ART/VISUAL CULT 3a18707a #> 5851 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 62c295b4 #> 5852 <NA> <NA> bc1cd30e #> 5853 <NA> <NA> 62a7d273 #> 5854 COLLEGE OF BUSINESS SUPPLY CHN/INFO f3d7511e #> 5855 <NA> <NA> 252b8e1f #> 5856 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 25ee9cb2 #> 5857 <NA> <NA> dbf6897f #> 5858 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8c4b7fb2 #> 5859 <NA> <NA> e5a931dc #> 5860 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c1f3a220 #> 5861 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 009b97a2 #> 5862 <NA> <NA> 4ec082ce #> 5863 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST f77c8683 #> 5864 <NA> <NA> 92b8c872 #> 5865 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 896b8a43 #> 5866 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 15ee3035 #> 5867 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 6bdd5aca #> 5868 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 63b38f3e #> 5869 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 155109ea #> 5870 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 43410ce6 #> 5871 <NA> <NA> 7a05549e #> 5872 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 72a5e095 #> 5873 COLLEGE OF DESIGN COMMUN/REG PLAN c6594e2f #> 5874 <NA> <NA> c0bab026 #> 5875 <NA> <NA> 6fece32d #> 5876 COLLEGE OF ENGINEERING CIV/CON/ENV ENG c1f5cf1b #> 5877 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 459a7aaa #> 5878 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM a5e552a6 #> 5879 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 60facd51 #> 5880 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 7f019568 #> 5881 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 5308c09f #> 5882 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 83e520c6 #> 5883 <NA> <NA> 94a32f75 #> 5884 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 31dbfd24 #> 5885 <NA> <NA> 4af20de6 #> 5886 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 7fee2030 #> 5887 <NA> <NA> 163fde72 #> 5888 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 6faf74ef #> 5889 <NA> <NA> 48e077d0 #> 5890 <NA> <NA> 0b5564b8 #> 5891 <NA> <NA> 922c9194 #> 5892 <NA> <NA> 38b8c7c7 #> 5893 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e8ee661d #> 5894 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 325fa758 #> 5895 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON aa7b9665 #> 5896 <NA> <NA> 76d739a7 #> 5897 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 5671fb45 #> 5898 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 1f9c6a51 #> 5899 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY ebaa213d #> 5900 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT e4c02a4b #> 5901 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bff876c0 #> 5902 COLLEGE OF ENGINEERING CHEM & BIO ENGR 80a329b8 #> 5903 <NA> <NA> 4b709858 #> 5904 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH de56eec7 #> 5905 <NA> <NA> e116572b #> 5906 <NA> <NA> 17271e2a #> 5907 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a9e9c3ef #> 5908 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS a88c929a #> 5909 <NA> <NA> 65e27b7c #> 5910 <NA> <NA> ed7eff04 #> 5911 <NA> <NA> bf2810c9 #> 5912 <NA> <NA> 844d2753 #> 5913 <NA> <NA> 53b0bc52 #> 5914 <NA> <NA> 78155134 #> 5915 COLLEGE OF BUSINESS MANAGEMENT 399c738b #> 5916 COLLEGE OF DESIGN INDUST DESIGN d8921048 #> 5917 <NA> <NA> 5afe0e99 #> 5918 <NA> <NA> 54c6d909 #> 5919 <NA> <NA> 1838dc7c #> 5920 <NA> <NA> 4eafdd02 #> 5921 <NA> <NA> 4ac24408 #> 5922 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT feb37465 #> 5923 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 6cc4b058 #> 5924 COLLEGE OF ENGINEERING CHEM & BIO ENGR b81d0a86 #> 5925 <NA> <NA> 47f5ae8d #> 5926 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 8dd98c68 #> 5927 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 4ae8971b #> 5928 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 54c70bb1 #> 5929 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 359d173f #> 5930 <NA> <NA> a28d985c #> 5931 <NA> <NA> c787dcd7 #> 5932 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 424925d9 #> 5933 <NA> <NA> 2208e043 #> 5934 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c4cea49e #> 5935 <NA> <NA> 1ebdab3e #> 5936 COLLEGE OF DESIGN LANDSCAPE ARCH d83e9973 #> 5937 COLLEGE OF DESIGN ART/VISUAL CULT 040e6cdf #> 5938 COLLEGE OF ENGINEERING AEROSPACE ENG 43df6ff7 #> 5939 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 2267bc40 #> 5940 <NA> <NA> 50f5b9ec #> 5941 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f0d92e1e #> 5942 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 92ff8e34 #> 5943 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST f80e3e28 #> 5944 <NA> <NA> 8f3dd593 #> 5945 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73e490fd #> 5946 <NA> <NA> 72f9b2d6 #> 5947 <NA> <NA> 29e1b11a #> 5948 <NA> <NA> d7ba6f5c #> 5949 <NA> <NA> d6df4e2a #> 5950 <NA> <NA> f6be3671 #> 5951 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 56e60e7f #> 5952 COLLEGE OF BUSINESS FINANCE 13fc429a #> 5953 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 62ac1bf3 #> 5954 <NA> <NA> 32c98ebd #> 5955 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0442a49b #> 5956 <NA> <NA> dbbf90c7 #> 5957 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 5e25aa42 #> 5958 <NA> <NA> 675e8060 #> 5959 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 540b9665 #> 5960 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 5167d4d0 #> 5961 <NA> <NA> 916b2411 #> 5962 <NA> <NA> 3e6f861f #> 5963 <NA> <NA> 97aa31f9 #> 5964 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 703ef112 #> 5965 <NA> <NA> fe6735e9 #> 5966 <NA> <NA> cad4fc67 #> 5967 COLLEGE OF ENGINEERING IND/MFR SYS ENG c17f1d79 #> 5968 COLLEGE OF ENGINEERING AEROSPACE ENG 20766628 #> 5969 <NA> <NA> 608842ff #> 5970 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 28904613 #> 5971 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 38721095 #> 5972 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 82c22657 #> 5973 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 356c3c25 #> 5974 <NA> <NA> 09c03389 #> 5975 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG ddf342dd #> 5976 <NA> <NA> 8c0572f5 #> 5977 COLLEGE OF HUMAN SCIENCES AESHM 47da982d #> 5978 <NA> <NA> 8a59cce4 #> 5979 <NA> <NA> c598ef40 #> 5980 <NA> <NA> 7aaaedd0 #> 5981 <NA> <NA> 13842f2d #> 5982 <NA> <NA> 1e051442 #> 5983 <NA> <NA> 006214b6 #> 5984 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 8416ea70 #> 5985 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC a5a3a123 #> 5986 COLLEGE OF ENGINEERING IND/MFR SYS ENG e099da35 #> 5987 <NA> <NA> 1526678d #> 5988 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3cff7593 #> 5989 <NA> <NA> 8c899836 #> 5990 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d92e6de1 #> 5991 <NA> <NA> a740cde3 #> 5992 <NA> <NA> c4d9a05f #> 5993 <NA> <NA> fd442971 #> 5994 <NA> <NA> 0439fd4a #> 5995 COLLEGE OF BUSINESS ACCOUNTING d390ec4d #> 5996 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 5c6019fa #> 5997 COLLEGE OF ENGINEERING CHEM & BIO ENGR 05d74cfd #> 5998 <NA> <NA> ef6d3ebe #> 5999 <NA> <NA> 8826e3ad #> 6000 <NA> <NA> 64830e48 #> 6001 COLLEGE OF BUSINESS ACCOUNTING 394b3719 #> 6002 <NA> <NA> ccc247f0 #> 6003 <NA> <NA> ce7c762b #> 6004 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 230956c7 #> 6005 <NA> <NA> 72134c64 #> 6006 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 6e3789c9 #> 6007 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 51ee78c7 #> 6008 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC b3cd3367 #> 6009 COLLEGE OF BUSINESS SUPPLY CHN/INFO 96e71562 #> 6010 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1bfb8789 #> 6011 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 3493dfde #> 6012 <NA> <NA> 3fb5ead6 #> 6013 COLLEGE OF ENGINEERING MATERIAL SC/ENG 619cc9f5 #> 6014 <NA> <NA> b593904c #> 6015 <NA> <NA> e78476e2 #> 6016 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON a9702005 #> 6017 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5cad0092 #> 6018 <NA> <NA> 9018a4bf #> 6019 COLLEGE OF DESIGN ART/VISUAL CULT 4bf59155 #> 6020 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY e2b7d8b3 #> 6021 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f57d8fb2 #> 6022 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 45a5d61c #> 6023 <NA> <NA> e1251d6b #> 6024 <NA> <NA> 364edc97 #> 6025 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 2c0ea90c #> 6026 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9e2e3714 #> 6027 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 01446b97 #> 6028 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 8c615022 #> 6029 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 60ea7e38 #> 6030 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4ec5c9a9 #> 6031 <NA> <NA> 8485991a #> 6032 <NA> <NA> 5725059e #> 6033 COLLEGE OF DESIGN GRAPHIC DSN adf91dca #> 6034 <NA> <NA> be1272a2 #> 6035 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2169ad2c #> 6036 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 0f3aa9c2 #> 6037 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c0ac229e #> 6038 <NA> <NA> b078b8cc #> 6039 COLLEGE OF HUMAN SCIENCES AESHM 48277e3d #> 6040 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD cc5ca9bf #> 6041 COLLEGE OF DESIGN ART/VISUAL CULT bca564bd #> 6042 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 490fa067 #> 6043 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 2f6e7103 #> 6044 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS e61fe830 #> 6045 <NA> <NA> 49d387a7 #> 6046 <NA> <NA> 0b469c83 #> 6047 <NA> <NA> 2061d8cd #> 6048 <NA> <NA> f17caa61 #> 6049 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 07d40ef3 #> 6050 <NA> <NA> 5a0c87bc #> 6051 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c3791b89 #> 6052 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 6102e5dd #> 6053 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 62f3fc8b #> 6054 <NA> <NA> 61fa97e2 #> 6055 <NA> <NA> 2369875f #> 6056 <NA> <NA> b771213b #> 6057 <NA> <NA> a76d68e6 #> 6058 COLLEGE OF ENGINEERING MECHANICAL ENG 929b3e27 #> 6059 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS daffa6cb #> 6060 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ea7ca31f #> 6061 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1e79a093 #> 6062 COLLEGE OF BUSINESS MARKETING af1331c7 #> 6063 <NA> <NA> 74fa9dd3 #> 6064 <NA> <NA> b0db44c5 #> 6065 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 176e8ab7 #> 6066 COLLEGE OF HUMAN SCIENCES KINESIOLOGY b84bf6f7 #> 6067 COLLEGE of AGRICULTURE & LIFE SCIENCES LEOPOLD CENTER e9b5d46a #> 6068 <NA> <NA> 1a720577 #> 6069 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 3b3800e1 #> 6070 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 756b8ba4 #> 6071 <NA> <NA> 35673c57 #> 6072 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY fa151ace #> 6073 <NA> <NA> de153eaf #> 6074 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 60c6b85f #> 6075 COLLEGE OF ENGINEERING MECHANICAL ENG a1a6827d #> 6076 <NA> <NA> cf195996 #> 6077 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1494dafe #> 6078 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 64f551ac #> 6079 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 09d81315 #> 6080 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC f7480394 #> 6081 <NA> <NA> 43960e1d #> 6082 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bfe57dbb #> 6083 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 300431cd #> 6084 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS eba02ff6 #> 6085 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 5d54863f #> 6086 <NA> <NA> fc85f4fb #> 6087 <NA> <NA> a373cefc #> 6088 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01c4b503 #> 6089 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d6cdf39f #> 6090 <NA> <NA> 01f887f5 #> 6091 <NA> <NA> bd7a0e64 #> 6092 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST fc0b605e #> 6093 LIBRARY LIBRARY 323292af #> 6094 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS e5994c22 #> 6095 <NA> <NA> dc5dba16 #> 6096 <NA> <NA> d0074ee5 #> 6097 COLLEGE OF BUSINESS MARKETING 0fc1fcae #> 6098 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 42af794f #> 6099 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d1e13a54 #> 6100 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b6275cd6 #> 6101 COLLEGE OF ENGINEERING CHEM & BIO ENGR 8cac4859 #> 6102 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 811b4fd5 #> 6103 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 4e306416 #> 6104 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 79d8839a #> 6105 <NA> <NA> 02255dfa #> 6106 <NA> <NA> b3a0f5e9 #> 6107 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY ca76e1f1 #> 6108 <NA> <NA> 8b1a2a86 #> 6109 <NA> <NA> 91e1a560 #> 6110 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS a4edf464 #> 6111 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 61be3cc7 #> 6112 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 48e0b19e #> 6113 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 09c28924 #> 6114 <NA> <NA> cabdb91e #> 6115 <NA> <NA> 3ed66fe4 #> 6116 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f498f840 #> 6117 <NA> <NA> 34997a66 #> 6118 <NA> <NA> 51c7f789 #> 6119 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 345c1aca #> 6120 <NA> <NA> fa884105 #> 6121 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01e56d10 #> 6122 <NA> <NA> efd6d8cd #> 6123 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 27a57881 #> 6124 COLLEGE OF ENGINEERING AEROSPACE ENG d5e06937 #> 6125 LIBRARY LIBRARY 11069cb2 #> 6126 <NA> <NA> 3537d195 #> 6127 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY ad7ade45 #> 6128 <NA> <NA> 6f96175b #> 6129 <NA> <NA> bc729222 #> 6130 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 31e35b69 #> 6131 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 912a2d23 #> 6132 <NA> <NA> 2347adcb #> 6133 <NA> <NA> 81993542 #> 6134 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bc1f01ac #> 6135 <NA> <NA> 8ce52486 #> 6136 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f08da1da #> 6137 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c7e12e8b #> 6138 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7ee5472d #> 6139 <NA> <NA> 039cf4ec #> 6140 <NA> <NA> b6f8c8b6 #> 6141 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST e3ac40d8 #> 6142 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE c1a93efe #> 6143 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE eb28d7ca #> 6144 <NA> <NA> 80995f53 #> 6145 <NA> <NA> b84499e6 #> 6146 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9bd32472 #> 6147 <NA> <NA> 03ef8257 #> 6148 <NA> <NA> 93929b99 #> 6149 <NA> <NA> 15719a93 #> 6150 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 1e73e44c #> 6151 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 64defa4b #> 6152 COLLEGE OF ENGINEERING MECHANICAL ENG 3fbd32c5 #> 6153 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 3b1dd085 #> 6154 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 956deaea #> 6155 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 55e08217 #> 6156 <NA> <NA> 698996ff #> 6157 <NA> <NA> 5a0a23d3 #> 6158 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS fffe1941 #> 6159 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 1375b40e #> 6160 <NA> <NA> c5bc6e33 #> 6161 <NA> <NA> fd9651c0 #> 6162 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY b20156b5 #> 6163 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 51b1e7de #> 6164 <NA> <NA> 2287f10f #> 6165 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 35b97145 #> 6166 <NA> <NA> 497a7424 #> 6167 <NA> <NA> 9e526645 #> 6168 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c83df720 #> 6169 <NA> <NA> 8b5dcd40 #> 6170 <NA> <NA> 0625f992 #> 6171 <NA> <NA> 2e771f51 #> 6172 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8d5230d6 #> 6173 <NA> <NA> f9ee4d30 #> 6174 SENIOR VICE PRESIDENT & PROVOST CELT 50a086d9 #> 6175 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4aed51bc #> 6176 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST dcfd5c5c #> 6177 <NA> <NA> 5e34ebac #> 6178 <NA> <NA> f088ab2f #> 6179 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 417fe3dc #> 6180 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 6017d8f4 #> 6181 <NA> <NA> 93be0e14 #> 6182 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 264fe494 #> 6183 COLLEGE OF BUSINESS SUPPLY CHN/INFO 9e440147 #> 6184 COLLEGE OF DESIGN ART/VISUAL CULT edfffa1a #> 6185 <NA> <NA> 988e29fd #> 6186 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST ffdd9ec6 #> 6187 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c66344b5 #> 6188 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI f57c1264 #> 6189 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST c83d4792 #> 6190 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 675afabd #> 6191 COLLEGE OF ENGINEERING MATERIAL SC/ENG 96524f15 #> 6192 <NA> <NA> a21db920 #> 6193 <NA> <NA> 31b360bd #> 6194 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c569975f #> 6195 <NA> <NA> ef69b572 #> 6196 <NA> <NA> 5c8b1539 #> 6197 <NA> <NA> 7848e20e #> 6198 COLLEGE OF ENGINEERING MECHANICAL ENG 8ccd5b3b #> 6199 <NA> <NA> 98065860 #> 6200 <NA> <NA> 662eea47 #> 6201 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 0e34a99f #> 6202 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d12e036c #> 6203 <NA> <NA> 9d47f27e #> 6204 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS d71a3a63 #> 6205 <NA> <NA> e679d7c3 #> 6206 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC dfeaf5cf #> 6207 <NA> <NA> 801374fc #> 6208 <NA> <NA> 5c53c604 #> 6209 <NA> <NA> d10af800 #> 6210 <NA> <NA> a42e4c60 #> 6211 <NA> <NA> d8a1b825 #> 6212 <NA> <NA> cd5464a5 #> 6213 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT e91d9999 #> 6214 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON fa49adfa #> 6215 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7a38b031 #> 6216 <NA> <NA> 21dae03d #> 6217 <NA> <NA> 914ceeb4 #> 6218 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS c5d98638 #> 6219 <NA> <NA> 2035e6d1 #> 6220 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT f6e67255 #> 6221 <NA> <NA> 7fb76472 #> 6222 COLLEGE OF DESIGN GRAPHIC DSN 8e528ff0 #> 6223 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 4819b166 #> 6224 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 7b2c57b7 #> 6225 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 845c73cc #> 6226 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8b89763c #> 6227 <NA> <NA> 8bd4e62a #> 6228 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f2359140 #> 6229 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST b1cea2f6 #> 6230 <NA> <NA> 20aa13d5 #> 6231 <NA> <NA> dce9d928 #> 6232 <NA> <NA> 12fb15aa #> 6233 <NA> <NA> 0aa0edd9 #> 6234 COLLEGE OF ENGINEERING IND/MFR SYS ENG 70d297b0 #> 6235 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC a730cc57 #> 6236 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 1f3e2e64 #> 6237 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE aed52643 #> 6238 <NA> <NA> f2d7226d #> 6239 <NA> <NA> 565b62b8 #> 6240 <NA> <NA> c6868160 #> 6241 <NA> <NA> b7124dd0 #> 6242 <NA> <NA> 4b54a8ac #> 6243 <NA> <NA> 241df44a #> 6244 <NA> <NA> 77fc8cb6 #> 6245 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c3938b31 #> 6246 COLLEGE OF BUSINESS SUPPLY CHN/INFO 6e3aa6ae #> 6247 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 52ca8e38 #> 6248 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY dde28617 #> 6249 <NA> <NA> 14eb374b #> 6250 <NA> <NA> f31090fa #> 6251 <NA> <NA> 8147091d #> 6252 <NA> <NA> 2e2812c5 #> 6253 <NA> <NA> 9c59e1b9 #> 6254 <NA> <NA> a1874a55 #> 6255 <NA> <NA> fde3dbc7 #> 6256 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ea1d8781 #> 6257 <NA> <NA> bad2a3b6 #> 6258 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT ac210d01 #> 6259 <NA> <NA> 97580794 #> 6260 COLLEGE OF DESIGN ART/VISUAL CULT 8c31c66a #> 6261 <NA> <NA> 5c389097 #> 6262 <NA> <NA> 03c6c0c1 #> 6263 <NA> <NA> fd41725a #> 6264 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 65811bba #> 6265 <NA> <NA> f36dc721 #> 6266 <NA> <NA> ef698ae2 #> 6267 <NA> <NA> f63a40e3 #> 6268 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS e33d62fe #> 6269 <NA> <NA> 18f37f90 #> 6270 COLLEGE OF DESIGN ARCHITECTURE 6aa46c38 #> 6271 COLLEGE OF ENGINEERING MATERIAL SC/ENG a0eff8d8 #> 6272 <NA> <NA> a18285e9 #> 6273 <NA> <NA> a6d9bd24 #> 6274 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 72ad9559 #> 6275 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 20574b6e #> 6276 <NA> <NA> 08fa4948 #> 6277 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 9d8beb2b #> 6278 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 92840cb0 #> 6279 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS c8380cef #> 6280 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 36660db0 #> 6281 <NA> <NA> d4cb150c #> 6282 <NA> <NA> 03408489 #> 6283 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 9de858e0 #> 6284 <NA> <NA> 08eab541 #> 6285 COLLEGE OF HUMAN SCIENCES AESHM 8642fc60 #> 6286 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 5db49758 #> 6287 COLLEGE OF BUSINESS SUPPLY CHN/INFO bf61c266 #> 6288 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 7363fc2e #> 6289 <NA> <NA> 05e76569 #> 6290 <NA> <NA> 3558fa2c #> 6291 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c628780d #> 6292 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 516d58e5 #> 6293 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 5ae7fad4 #> 6294 <NA> <NA> 05d0eed1 #> 6295 <NA> <NA> 1c84b589 #> 6296 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE da0b9e7a #> 6297 <NA> <NA> 53464938 #> 6298 <NA> <NA> 9dce0c31 #> 6299 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 91b25f69 #> 6300 <NA> <NA> bebd381e #> 6301 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c3348f20 #> 6302 COLLEGE OF ENGINEERING IND/MFR SYS ENG 6bedebb2 #> 6303 COLLEGE OF ENGINEERING MECHANICAL ENG f7c102de #> 6304 COLLEGE OF ENGINEERING MECHANICAL ENG 925ff39a #> 6305 <NA> <NA> 26d55bab #> 6306 <NA> <NA> 8ba3ec59 #> 6307 <NA> <NA> ea150e6e #> 6308 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7fc9f3d2 #> 6309 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 226fc9c4 #> 6310 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bbe4f8db #> 6311 <NA> <NA> ab145fab #> 6312 COLLEGE OF DESIGN ARCHITECTURE 7e4d3b46 #> 6313 <NA> <NA> 4d53b78f #> 6314 <NA> <NA> bf913e77 #> 6315 <NA> <NA> faba730f #> 6316 COLLEGE OF DESIGN COMMUN/REG PLAN dde32c10 #> 6317 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 1db2248f #> 6318 <NA> <NA> c122ccf4 #> 6319 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1a7feb02 #> 6320 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 1c74fd99 #> 6321 <NA> <NA> ed27f17a #> 6322 LIBRARY LIBRARY 254397e6 #> 6323 COLLEGE OF DESIGN ART/VISUAL CULT ea35170c #> 6324 COLLEGE OF DESIGN ARCHITECTURE 1fdbef2d #> 6325 <NA> <NA> f6b7fa86 #> 6326 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 1a3b74fb #> 6327 <NA> <NA> d15d343e #> 6328 COLLEGE OF DESIGN ARCHITECTURE 748a3ad1 #> 6329 COLLEGE OF ENGINEERING MATERIAL SC/ENG bd9142f0 #> 6330 <NA> <NA> 2c3a3a8e #> 6331 LIBRARY LIBRARY 87050277 #> 6332 <NA> <NA> ae3ff99a #> 6333 <NA> <NA> ce3bbfb9 #> 6334 <NA> <NA> de5f9e15 #> 6335 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS f24ca622 #> 6336 COLLEGE OF ENGINEERING IND/MFR SYS ENG c5688dd3 #> 6337 <NA> <NA> 5aeb70e3 #> 6338 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2d1c4ee5 #> 6339 <NA> <NA> 53047931 #> 6340 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC b0e84937 #> 6341 <NA> <NA> 593a9fbe #> 6342 <NA> <NA> d6fd299b #> 6343 <NA> <NA> ec754152 #> 6344 <NA> <NA> 5a05ae27 #> 6345 <NA> <NA> 3f7b7323 #> 6346 <NA> <NA> 89c5bf0b #> 6347 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED daffcade #> 6348 <NA> <NA> c3403b9e #> 6349 <NA> <NA> 90eecfe7 #> 6350 <NA> <NA> 3f0442aa #> 6351 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c9fff938 #> 6352 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD cf4f2fda #> 6353 <NA> <NA> 32924509 #> 6354 <NA> <NA> 36dba5c8 #> 6355 <NA> <NA> 41fdd1d1 #> 6356 <NA> <NA> fe09aac0 #> 6357 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5126587a #> 6358 <NA> <NA> b73736e5 #> 6359 <NA> <NA> baf771e4 #> 6360 <NA> <NA> eb5062fa #> 6361 <NA> <NA> 361d874b #> 6362 <NA> <NA> cda26ee4 #> 6363 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS fcda5e2e #> 6364 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 6a16fd1c #> 6365 COLLEGE OF BUSINESS FINANCE 37b7b3f5 #> 6366 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d6623562 #> 6367 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 7c56fe80 #> 6368 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 8b3263bf #> 6369 <NA> <NA> 694bf5ef #> 6370 <NA> <NA> 19714835 #> 6371 <NA> <NA> 85202b50 #> 6372 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 5fba46c9 #> 6373 <NA> <NA> 52822ed4 #> 6374 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI d376db85 #> 6375 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ee491524 #> 6376 <NA> <NA> ee43c8fa #> 6377 <NA> <NA> e01f7935 #> 6378 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 1e3197d2 #> 6379 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 6d08a6df #> 6380 COLLEGE OF HUMAN SCIENCES AESHM 66a7bef2 #> 6381 COLLEGE OF ENGINEERING AEROSPACE ENG 1584de11 #> 6382 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 7ae8f5eb #> 6383 <NA> <NA> 436446f1 #> 6384 COLLEGE OF BUSINESS MARKETING 18bfaff1 #> 6385 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f0df0da1 #> 6386 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 47f833fb #> 6387 COLLEGE OF BUSINESS MARKETING 8cf72bee #> 6388 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 0af97139 #> 6389 <NA> <NA> 0853c8b3 #> 6390 VICE PRESIDENT FOR RESEARCH & ECON DEVEL VP RESEARCH 522d9934 #> 6391 COLLEGE OF BUSINESS ACCOUNTING 1ca93499 #> 6392 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c23c6d2c #> 6393 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 10e04d6d #> 6394 <NA> <NA> a5b0744e #> 6395 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE a8c04b75 #> 6396 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 03382c85 #> 6397 <NA> <NA> 71b7b752 #> 6398 <NA> <NA> 601899f4 #> 6399 <NA> <NA> 471c4b7e #> 6400 <NA> <NA> 2788c167 #> 6401 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 99eb2a39 #> 6402 COLLEGE OF DESIGN ART/VISUAL CULT b5ae76f0 #> 6403 <NA> <NA> 5293b078 #> 6404 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 71083a32 #> 6405 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a9861460 #> 6406 COLLEGE OF DESIGN INDUST DESIGN 446972bc #> 6407 <NA> <NA> 0be64a4e #> 6408 <NA> <NA> 3196daa9 #> 6409 <NA> <NA> a003a7f2 #> 6410 <NA> <NA> 9939402b #> 6411 <NA> <NA> 3675dec3 #> 6412 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI cca00ad7 #> 6413 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO fc50033c #> 6414 <NA> <NA> 7f065fc7 #> 6415 <NA> <NA> e2178765 #> 6416 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 76497a9d #> 6417 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS f62a7680 #> 6418 <NA> <NA> 092d8c7f #> 6419 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 27d3752a #> 6420 COLLEGE OF DESIGN LANDSCAPE ARCH 0b89c892 #> 6421 <NA> <NA> 90c60559 #> 6422 COLLEGE OF ENGINEERING CHEM & BIO ENGR e212b321 #> 6423 COLLEGE OF DESIGN COMMUN/REG PLAN c96c36c6 #> 6424 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4b76d758 #> 6425 <NA> <NA> 5fd269d0 #> 6426 <NA> <NA> d69dc8de #> 6427 <NA> <NA> 2d83620e #> 6428 <NA> <NA> 42513bc7 #> 6429 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 10208ef5 #> 6430 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED f8b7596f #> 6431 COLLEGE OF ENGINEERING AEROSPACE ENG eebf7567 #> 6432 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 886aebb2 #> 6433 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 28940965 #> 6434 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 08aadc59 #> 6435 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 6a3570e1 #> 6436 <NA> <NA> 78339906 #> 6437 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS f4e093ef #> 6438 <NA> <NA> ada5ec5c #> 6439 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 2796536e #> 6440 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 220ec155 #> 6441 <NA> <NA> bc9aff07 #> 6442 <NA> <NA> 1f9e8f31 #> 6443 <NA> <NA> 3b2992f8 #> 6444 COLLEGE OF ENGINEERING MATERIAL SC/ENG 5e5b61f2 #> 6445 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 90ff0299 #> 6446 <NA> <NA> 4b623766 #> 6447 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1e4671e8 #> 6448 <NA> <NA> e6454bab #> 6449 COLLEGE OF ENGINEERING IND/MFR SYS ENG 8b399d45 #> 6450 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 379973c8 #> 6451 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY af19d8e8 #> 6452 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD a6361be7 #> 6453 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 79ad26bd #> 6454 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 889968bf #> 6455 COLLEGE OF BUSINESS FINANCE 5f36b542 #> 6456 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c9b5c52d #> 6457 <NA> <NA> 9b7060ed #> 6458 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 25731b84 #> 6459 COLLEGE OF BUSINESS FINANCE 99a58a70 #> 6460 <NA> <NA> bdf6c170 #> 6461 <NA> <NA> 2f3d28a1 #> 6462 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 81596df1 #> 6463 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 61cd367c #> 6464 <NA> <NA> 3a2cae32 #> 6465 <NA> <NA> e1db6f11 #> 6466 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 6a297ba6 #> 6467 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 1cea9fa9 #> 6468 COLLEGE OF BUSINESS SUPPLY CHN/INFO ed8c7303 #> 6469 <NA> <NA> d98f4f90 #> 6470 <NA> <NA> d5833def #> 6471 <NA> <NA> ae6e650c #> 6472 <NA> <NA> 4f430181 #> 6473 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 84c3cddd #> 6474 <NA> <NA> 6ec5483a #> 6475 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0991aca8 #> 6476 COLLEGE OF ENGINEERING CHEM & BIO ENGR a613e013 #> 6477 <NA> <NA> c8c64a40 #> 6478 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 9f5fbad6 #> 6479 COLLEGE OF HUMAN SCIENCES AESHM 90c2575c #> 6480 <NA> <NA> afd76d99 #> 6481 <NA> <NA> 97804c86 #> 6482 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 561d9582 #> 6483 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT eedde15c #> 6484 COLLEGE OF BUSINESS MANAGEMENT 8035571d #> 6485 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a334c17d #> 6486 <NA> <NA> d87e9157 #> 6487 <NA> <NA> e2a9fcca #> 6488 <NA> <NA> 58248e07 #> 6489 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE d3d55c60 #> 6490 COLLEGE OF DESIGN LANDSCAPE ARCH 7d9553f3 #> 6491 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa524769 #> 6492 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 61665fc6 #> 6493 LIBRARY LIBRARY 0d983098 #> 6494 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS b182bc0c #> 6495 <NA> <NA> 3acc5317 #> 6496 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 40aff4f3 #> 6497 COLLEGE OF ENGINEERING CIV/CON/ENV ENG f7caf49a #> 6498 COLLEGE OF ENGINEERING CHEM & BIO ENGR 43825a22 #> 6499 <NA> <NA> 24f65618 #> 6500 COLLEGE OF DESIGN ARCHITECTURE 1919a7a0 #> 6501 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c7874017 #> 6502 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 6d598ea4 #> 6503 COLLEGE OF ENGINEERING MATERIAL SC/ENG 08587297 #> 6504 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC a3e06560 #> 6505 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH a1bbdd89 #> 6506 COLLEGE OF ENGINEERING AEROSPACE ENG e704d610 #> 6507 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2cc260c1 #> 6508 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4dd6d115 #> 6509 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 6d10aed5 #> 6510 <NA> <NA> e3df4a0d #> 6511 COLLEGE OF BUSINESS MANAGEMENT c752aed0 #> 6512 COLLEGE OF ENGINEERING MECHANICAL ENG d5611c51 #> 6513 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 35fa7409 #> 6514 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 1a6430fc #> 6515 <NA> <NA> d263231b #> 6516 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS dad8d816 #> 6517 <NA> <NA> 7ec01cc1 #> 6518 <NA> <NA> 60c69845 #> 6519 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54f6173d #> 6520 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 939a4396 #> 6521 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 0894d3fd #> 6522 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 460cc999 #> 6523 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC c855dece #> 6524 <NA> <NA> 94668ba9 #> 6525 <NA> <NA> 4f1e51ea #> 6526 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 04783722 #> 6527 <NA> <NA> 9695542b #> 6528 <NA> <NA> 27732cae #> 6529 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3d216a5a #> 6530 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS cf21f167 #> 6531 <NA> <NA> ca5b94f1 #> 6532 <NA> <NA> 1e7a3b5c #> 6533 COLLEGE OF ENGINEERING ENGINEERING ADM d2ccb154 #> 6534 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 9f12cc6b #> 6535 <NA> <NA> 1a1da81a #> 6536 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8a9585d #> 6537 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS ca808f2c #> 6538 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 1dd75e60 #> 6539 <NA> <NA> aeb58036 #> 6540 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 85c3ad13 #> 6541 <NA> <NA> 4bf686eb #> 6542 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E c74050bc #> 6543 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 6b2e4111 #> 6544 <NA> <NA> fc730f10 #> 6545 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 25412cf6 #> 6546 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC bee66b35 #> 6547 <NA> <NA> 3ccd55dc #> 6548 COLLEGE OF DESIGN ARCHITECTURE f51459b8 #> 6549 COLLEGE OF ENGINEERING CIV/CON/ENV ENG b8875b31 #> 6550 LIBRARY LIBRARY fa1c78e4 #> 6551 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0bdddf24 #> 6552 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 9940c23d #> 6553 <NA> <NA> 1f30a20e #> 6554 <NA> <NA> c0038e95 #> 6555 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD a5df9620 #> 6556 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG eaa2c422 #> 6557 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 29c2a801 #> 6558 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 0cc8f270 #> 6559 COLLEGE OF ENGINEERING IND/MFR SYS ENG 06030ba4 #> 6560 COLLEGE OF BUSINESS FINANCE d4292fdc #> 6561 <NA> <NA> 35da7c1b #> 6562 <NA> <NA> 18be1377 #> 6563 <NA> <NA> 544ed4e8 #> 6564 <NA> <NA> 3dd1e64c #> 6565 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 61a07982 #> 6566 <NA> <NA> e11cbd08 #> 6567 COLLEGE OF ENGINEERING AEROSPACE ENG ef8964c9 #> 6568 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 0ec2d534 #> 6569 <NA> <NA> 64eb8b32 #> 6570 COLLEGE OF ENGINEERING MECHANICAL ENG d71e1ca0 #> 6571 <NA> <NA> de84faab #> 6572 COLLEGE OF ENGINEERING ENGINEERING ADM 5bc51a4e #> 6573 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE f25c1ae3 #> 6574 <NA> <NA> 3029cba0 #> 6575 COLLEGE OF BUSINESS SUPPLY CHN/INFO 342ca2d3 #> 6576 <NA> <NA> da3d68ed #> 6577 <NA> <NA> b7613250 #> 6578 <NA> <NA> afab3d57 #> 6579 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 479c0cb9 #> 6580 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa0ba3f5 #> 6581 COLLEGE OF HUMAN SCIENCES AESHM bdcf9caf #> 6582 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG b30dd0c0 #> 6583 <NA> <NA> ac6609ab #> 6584 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 030ba0ce #> 6585 COOPERATIVE EXTENSION SERVICE VP EXT & OUTRCH bfcab72a #> 6586 <NA> <NA> d1f4f1f1 #> 6587 <NA> <NA> f9e7df39 #> 6588 <NA> <NA> 2804d021 #> 6589 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY b9a80ce6 #> 6590 <NA> <NA> 97fba422 #> 6591 <NA> <NA> b47e5ddc #> 6592 <NA> <NA> 5e520e65 #> 6593 <NA> <NA> fbc08768 #> 6594 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 1b5c8d6a #> 6595 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c8b89d4d #> 6596 <NA> <NA> 089520d6 #> 6597 <NA> <NA> e81b2c47 #> 6598 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 054c4aa0 #> 6599 <NA> <NA> 6b4b4f6f #> 6600 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 8c2eba55 #> 6601 <NA> <NA> 6544ad3c #> 6602 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG fca71854 #> 6603 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0ba9d7cb #> 6604 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 052a7158 #> 6605 <NA> <NA> b1b8c885 #> 6606 <NA> <NA> 8e3d9b80 #> 6607 <NA> <NA> 09b28d8f #> 6608 <NA> <NA> 0d086085 #> 6609 <NA> <NA> 57ff807e #> 6610 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS ae025624 #> 6611 COLLEGE OF BUSINESS SUPPLY CHN/INFO 55b6e899 #> 6612 <NA> <NA> d399fcf1 #> 6613 <NA> <NA> 838514b2 #> 6614 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4841632e #> 6615 <NA> <NA> 71932846 #> 6616 <NA> <NA> fd44bf24 #> 6617 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 28a2af64 #> 6618 <NA> <NA> 6572a789 #> 6619 <NA> <NA> f30757a1 #> 6620 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 07bd5677 #> 6621 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d77231f7 #> 6622 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 4bba7034 #> 6623 <NA> <NA> d904784a #> 6624 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e46599d8 #> 6625 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e0ba760d #> 6626 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 355df010 #> 6627 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 378eddb9 #> 6628 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT fa1062cd #> 6629 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 7eae693f #> 6630 <NA> <NA> 308fbd1e #> 6631 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 77f8e62f #> 6632 <NA> <NA> 7c2267a7 #> 6633 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a50154f1 #> 6634 <NA> <NA> 9c369cd0 #> 6635 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 04d0c9e7 #> 6636 <NA> <NA> 2db5c2e2 #> 6637 COLLEGE OF BUSINESS MANAGEMENT abf155af #> 6638 COLLEGE OF ENGINEERING MECHANICAL ENG 1a54ecbe #> 6639 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS ce31042a #> 6640 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 309ac422 #> 6641 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b81e1f01 #> 6642 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1074c871 #> 6643 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 3b5d3cd6 #> 6644 LIBRARY LIBRARY 4b78d0ca #> 6645 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY a34c3d42 #> 6646 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC CDS 10ebc589 #> 6647 <NA> <NA> 1f2f7930 #> 6648 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 09d0af42 #> 6649 <NA> <NA> aa4435bc #> 6650 <NA> <NA> b519c76e #> 6651 <NA> <NA> 7ccfd15f #> 6652 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c12efc80 #> 6653 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS c198a621 #> 6654 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 266f38a7 #> 6655 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c6b82eb0 #> 6656 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 6eb6ef76 #> 6657 COLLEGE OF DESIGN LANDSCAPE ARCH c1ddfcd2 #> 6658 <NA> <NA> 66890b3c #> 6659 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS dac99b05 #> 6660 <NA> <NA> 60ba8e92 #> 6661 COLLEGE OF DESIGN ART/VISUAL CULT 1245cd87 #> 6662 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 07702ace #> 6663 <NA> <NA> 728f4ea7 #> 6664 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 3f12f7be #> 6665 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON db407678 #> 6666 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b5afad12 #> 6667 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 82fffb6d #> 6668 COLLEGE OF ENGINEERING IND/MFR SYS ENG f9166f36 #> 6669 COLLEGE OF BUSINESS ACCOUNTING e12558b2 #> 6670 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI e12558b2 #> 6671 <NA> <NA> bc7981bf #> 6672 COLLEGE OF BUSINESS FINANCE 13ecf3bd #> 6673 COLLEGE OF ENGINEERING MECHANICAL ENG 9a94ba57 #> 6674 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a1f105b0 #> 6675 <NA> <NA> 66a5539b #> 6676 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED cd860f86 #> 6677 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC cef0d6b3 #> 6678 <NA> <NA> 9c6bb9cf #> 6679 <NA> <NA> 607caf97 #> 6680 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 1051d113 #> 6681 <NA> <NA> 1aff1228 #> 6682 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 62134332 #> 6683 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 16fc68f3 #> 6684 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 353f3920 #> 6685 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON de59074e #> 6686 <NA> <NA> 407addbe #> 6687 <NA> <NA> 46eb7f43 #> 6688 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 226b6c4b #> 6689 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 87206bea #> 6690 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 0634eb93 #> 6691 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS cf942aef #> 6692 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS d7be6e4c #> 6693 <NA> <NA> ef0832da #> 6694 <NA> <NA> 862f87d4 #> 6695 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b88b529f #> 6696 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON adfb3562 #> 6697 <NA> <NA> d98c099b #> 6698 COLLEGE OF BUSINESS MANAGEMENT 454b2656 #> 6699 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 4b3a99f4 #> 6700 <NA> <NA> ad1b26d0 #> 6701 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 170f3d6c #> 6702 <NA> <NA> 24c68973 #> 6703 <NA> <NA> 7628b172 #> 6704 <NA> <NA> df01bf29 #> 6705 COLLEGE OF ENGINEERING AEROSPACE ENG 38f33888 #> 6706 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY cdf8a06c #> 6707 <NA> <NA> 77663f78 #> 6708 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 2f84df7b #> 6709 <NA> <NA> 72c377c9 #> 6710 <NA> <NA> f18550c6 #> 6711 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS a79fcb0e #> 6712 <NA> <NA> f331c29b #> 6713 <NA> <NA> 8ffa8d17 #> 6714 <NA> <NA> fefb2923 #> 6715 <NA> <NA> 2bb15200 #> 6716 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 78af38d5 #> 6717 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2806bb3e #> 6718 COLLEGE OF ENGINEERING MECHANICAL ENG c347906c #> 6719 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY a8553161 #> 6720 COLLEGE OF ENGINEERING CIV/CON/ENV ENG eff68a60 #> 6721 <NA> <NA> cf07d87a #> 6722 COLLEGE OF HUMAN SCIENCES AESHM 8930e489 #> 6723 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 722cc97f #> 6724 <NA> <NA> d55b2d76 #> 6725 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c304c138 #> 6726 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 97b97e2b #> 6727 COLLEGE OF BUSINESS MARKETING 5819b8f8 #> 6728 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 2eaf7f44 #> 6729 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 11ce56c0 #> 6730 <NA> <NA> 7737cf89 #> 6731 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE a1df75f8 #> 6732 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 337d2c3d #> 6733 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC b3cbac87 #> 6734 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 73d76364 #> 6735 <NA> <NA> 363959f9 #> 6736 <NA> <NA> f60f6b7a #> 6737 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY bfd28e7d #> 6738 <NA> <NA> 94025670 #> 6739 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 34925a86 #> 6740 <NA> <NA> 34a061e6 #> 6741 <NA> <NA> d58095ed #> 6742 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 268c590b #> 6743 <NA> <NA> a3b50b92 #> 6744 <NA> <NA> dee236e7 #> 6745 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 17897ba2 #> 6746 <NA> <NA> ba2201cc #> 6747 <NA> <NA> 1dcd4c95 #> 6748 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 5042ed03 #> 6749 COLLEGE OF DESIGN LANDSCAPE ARCH 80fdf9f0 #> 6750 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 114e13e9 #> 6751 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG f71369b5 #> 6752 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ab7c739c #> 6753 <NA> <NA> 298ccca6 #> 6754 <NA> <NA> 1a82fc2b #> 6755 <NA> <NA> 1d1a0681 #> 6756 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 9dee2bc2 #> 6757 <NA> <NA> 903c25a1 #> 6758 COLLEGE OF DESIGN ARCHITECTURE 5e977a19 #> 6759 <NA> <NA> d69f453a #> 6760 <NA> <NA> bc501cd1 #> 6761 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 48e7a1b8 #> 6762 <NA> <NA> 87f4e869 #> 6763 <NA> <NA> 103a435a #> 6764 COLLEGE OF BUSINESS MARKETING f60fb45e #> 6765 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d0ac4fa6 #> 6766 <NA> <NA> 69c49dba #> 6767 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2a52d568 #> 6768 COLLEGE OF HUMAN SCIENCES AESHM 4b12355b #> 6769 COLLEGE OF BUSINESS SUPPLY CHN/INFO 0c059ed8 #> 6770 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS eba7edd2 #> 6771 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 43b298b3 #> 6772 <NA> <NA> fd099b12 #> 6773 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 165803e5 #> 6774 <NA> <NA> c7aac0a7 #> 6775 <NA> <NA> a72bfc1a #> 6776 <NA> <NA> b2540156 #> 6777 <NA> <NA> 74eb0279 #> 6778 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9d2c3ad7 #> 6779 <NA> <NA> 94e35beb #> 6780 <NA> <NA> 43ab139d #> 6781 <NA> <NA> 3b83cca1 #> 6782 <NA> <NA> ff1d3cf6 #> 6783 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 7576c130 #> 6784 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 69d3851c #> 6785 COLLEGE OF BUSINESS MARKETING 6935c381 #> 6786 <NA> <NA> 1878efc8 #> 6787 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 17f22c03 #> 6788 <NA> <NA> 8b290805 #> 6789 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c00cc7d6 #> 6790 <NA> <NA> bab1b78b #> 6791 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 7fc5ac49 #> 6792 <NA> <NA> ebadcee4 #> 6793 LIBRARY LIBRARY c67daa4f #> 6794 <NA> <NA> 0c354aea #> 6795 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY d0c1b5af #> 6796 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC e1d7d273 #> 6797 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7f444293 #> 6798 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 453cc206 #> 6799 <NA> <NA> 9a861ac1 #> 6800 <NA> <NA> 6e14ccbe #> 6801 <NA> <NA> 341f90b1 #> 6802 <NA> <NA> f5b07a34 #> 6803 <NA> <NA> 3e6b060f #> 6804 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS b927e46a #> 6805 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 127fd1e9 #> 6806 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8a6be6be #> 6807 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 37442683 #> 6808 <NA> <NA> 423c55a8 #> 6809 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 78d5f1b6 #> 6810 <NA> <NA> c8755c94 #> 6811 <NA> <NA> 13af17af #> 6812 AMES LABORATORY OF US DOE AMES LABORATORY 9bb6f508 #> 6813 <NA> <NA> c598f805 #> 6814 COLLEGE OF BUSINESS MANAGEMENT 99933ad7 #> 6815 <NA> <NA> 2a534eb5 #> 6816 <NA> <NA> 1cada40c #> 6817 <NA> <NA> 4bc505e1 #> 6818 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 67b3780d #> 6819 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2f530f06 #> 6820 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 7493d0ad #> 6821 <NA> <NA> a0296981 #> 6822 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 2039f217 #> 6823 LIBRARY LIBRARY 59c316e7 #> 6824 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 44efc7ae #> 6825 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 41725e7f #> 6826 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE fc866ff5 #> 6827 <NA> <NA> 79a2758d #> 6828 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 759a62f1 #> 6829 <NA> <NA> 395409ba #> 6830 COLLEGE OF ENGINEERING MECHANICAL ENG 2658c69a #> 6831 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9dff21d7 #> 6832 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST c0ed8d91 #> 6833 <NA> <NA> 03ddcee5 #> 6834 <NA> <NA> 992c1e41 #> 6835 <NA> <NA> 76c21e3c #> 6836 COLLEGE OF DESIGN LANDSCAPE ARCH 570e471c #> 6837 <NA> <NA> 458af0df #> 6838 <NA> <NA> 61c3ef8d #> 6839 <NA> <NA> 976ef33b #> 6840 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 810f6779 #> 6841 COLLEGE OF ENGINEERING MECHANICAL ENG 39be762b #> 6842 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c48f6cfd #> 6843 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 7be66d84 #> 6844 <NA> <NA> edb5934b #> 6845 COLLEGE OF HUMAN SCIENCES KINESIOLOGY e4dc1a1e #> 6846 <NA> <NA> 3e806749 #> 6847 <NA> <NA> af23d59f #> 6848 <NA> <NA> 289dd0df #> 6849 <NA> <NA> 4bf72d4a #> 6850 <NA> <NA> b617415d #> 6851 <NA> <NA> fc6db6ec #> 6852 <NA> <NA> dd0060ea #> 6853 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 07949217 #> 6854 COLLEGE OF DESIGN COMMUN/REG PLAN 62b9727b #> 6855 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 68d1f231 #> 6856 <NA> <NA> 800bd805 #> 6857 COLLEGE OF ENGINEERING AEROSPACE ENG 42c76ebc #> 6858 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 6de0d7bd #> 6859 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO f5597717 #> 6860 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 600e63b7 #> 6861 <NA> <NA> 0e9b35f6 #> 6862 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO ced9703c #> 6863 <NA> <NA> cd00f1fd #> 6864 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 35879093 #> 6865 <NA> <NA> c3e8daa2 #> 6866 <NA> <NA> bd776231 #> 6867 <NA> <NA> 1b86dfae #> 6868 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 76d4d482 #> 6869 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS f4c327b4 #> 6870 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8e75625 #> 6871 VICE PRESIDENT FOR RESEARCH & ECON DEVEL INTRANS 515ebb18 #> 6872 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8d1987fc #> 6873 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC c885f57e #> 6874 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 5ba17e38 #> 6875 <NA> <NA> ced7ba88 #> 6876 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS a4d97695 #> 6877 COLLEGE OF DESIGN ARCHITECTURE 64f7db7b #> 6878 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG da72335e #> 6879 <NA> <NA> 55e91d40 #> 6880 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 3ddac507 #> 6881 <NA> <NA> e7ba0600 #> 6882 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 6cdf4c73 #> 6883 <NA> <NA> c5d4afec #> 6884 <NA> <NA> 57f8e9f0 #> 6885 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 22261432 #> 6886 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e73f5426 #> 6887 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST f64c48f4 #> 6888 <NA> <NA> 70ba8c26 #> 6889 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 750ed03e #> 6890 <NA> <NA> 3d83b2f0 #> 6891 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a2252304 #> 6892 <NA> <NA> 666d1bc6 #> 6893 <NA> <NA> 02fe6925 #> 6894 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54e1be5f #> 6895 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 556803fb #> 6896 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c697b97a #> 6897 <NA> <NA> 8994ebda #> 6898 <NA> <NA> a9c1e4bf #> 6899 <NA> <NA> e79d0161 #> 6900 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 0b5bcdde #> 6901 <NA> <NA> 0095ac81 #> 6902 <NA> <NA> 5786549d #> 6903 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 4720841b #> 6904 <NA> <NA> ccb1ef41 #> 6905 <NA> <NA> 3660c51e #> 6906 <NA> <NA> 545488e1 #> 6907 <NA> <NA> bcaf901c #> 6908 COLLEGE OF BUSINESS FINANCE b049acf5 #> 6909 COLLEGE OF HUMAN SCIENCES AESHM 7e0d7f88 #> 6910 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE be6dd438 #> 6911 <NA> <NA> 5af253d3 #> 6912 <NA> <NA> 18018b3e #> 6913 COLLEGE OF ENGINEERING MATERIAL SC/ENG aaf66162 #> 6914 <NA> <NA> ffa9d2ee #> 6915 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 2122ef23 #> 6916 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI e51de2e8 #> 6917 COLLEGE OF DESIGN COMMUN/REG PLAN 33dd05d4 #> 6918 COLLEGE OF ENGINEERING CHEM & BIO ENGR 8186a992 #> 6919 <NA> <NA> 627dd854 #> 6920 <NA> <NA> 226b8fb8 #> 6921 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 3e3bb52d #> 6922 <NA> <NA> 1e52cbdc #> 6923 <NA> <NA> ab9c4bb5 #> 6924 <NA> <NA> 57412d42 #> 6925 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 59b36ee6 #> 6926 <NA> <NA> ef9cd4d8 #> 6927 <NA> <NA> 3a624edb #> 6928 <NA> <NA> 372c3d3f #> 6929 COLLEGE OF HUMAN SCIENCES AESHM 92308c85 #> 6930 COLLEGE OF BUSINESS FINANCE 73570c69 #> 6931 COLLEGE OF ENGINEERING MECHANICAL ENG c805b487 #> 6932 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG d956afc6 #> 6933 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED a06467f0 #> 6934 COLLEGE OF DESIGN GRAPHIC DSN 9a5fd3c2 #> 6935 COLLEGE OF ENGINEERING MECHANICAL ENG f4cc2a6a #> 6936 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d524a9c0 #> 6937 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 9ebfd7d7 #> 6938 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH c41046d5 #> 6939 <NA> <NA> 28a08ba1 #> 6940 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 4de41832 #> 6941 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST b067ef3f #> 6942 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS af2a9456 #> 6943 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST a8bb94b3 #> 6944 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8a26308 #> 6945 <NA> <NA> e03e9ce3 #> 6946 COLLEGE OF ENGINEERING MATERIAL SC/ENG ded87b26 #> 6947 COLLEGE OF ENGINEERING MATERIAL SC/ENG 8e5757b3 #> 6948 COLLEGE OF DESIGN INTERIOR DSN 66c91b5f #> 6949 <NA> <NA> da28ec8b #> 6950 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC e714e3ff #> 6951 COLLEGE OF DESIGN ART/VISUAL CULT 0a9ca9c7 #> 6952 <NA> <NA> 4ad05cf9 #> 6953 COLLEGE OF DESIGN GRAPHIC DSN 9a84e851 #> 6954 COLLEGE OF DESIGN ARCHITECTURE 1915ed22 #> 6955 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 50efc574 #> 6956 COLLEGE OF BUSINESS FINANCE aa9df26b #> 6957 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON ab05f23e #> 6958 <NA> <NA> e0399654 #> 6959 COLLEGE OF BUSINESS SUPPLY CHN/INFO a52388bd #> 6960 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 579e085a #> 6961 <NA> <NA> cb7987e9 #> 6962 <NA> <NA> eae6bd8d #> 6963 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da833f7b #> 6964 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 455cdb01 #> 6965 <NA> <NA> 146e36bc #> 6966 <NA> <NA> c60b972b #> 6967 <NA> <NA> ca365d22 #> 6968 <NA> <NA> 0da53fa2 #> 6969 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT a8fe0146 #> 6970 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 7dada014 #> 6971 <NA> <NA> b889ccc4 #> 6972 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 015440d7 #> 6973 COLLEGE OF ENGINEERING CIV/CON/ENV ENG bbe2900c #> 6974 <NA> <NA> 27758826 #> 6975 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 04b332a0 #> 6976 COLLEGE OF DESIGN ARCHITECTURE d7bea786 #> 6977 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY d83e13d4 #> 6978 COLLEGE OF ENGINEERING MECHANICAL ENG 8f330ad1 #> 6979 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC fe2688a4 #> 6980 <NA> <NA> c1f9dbff #> 6981 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 811a66ac #> 6982 <NA> <NA> 81ee20e9 #> 6983 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 50d7e83c #> 6984 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 1749de3b #> 6985 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c6c9b118 #> 6986 <NA> <NA> 959fde1b #> 6987 <NA> <NA> e958602a #> 6988 <NA> <NA> e04441ee #> 6989 <NA> <NA> 866b5181 #> 6990 <NA> <NA> bc6fbd61 #> 6991 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST c9147e07 #> 6992 <NA> <NA> 130983bd #> 6993 COLLEGE OF ENGINEERING AEROSPACE ENG f5d83263 #> 6994 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 85e6d3a9 #> 6995 <NA> <NA> 95876f7e #> 6996 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da8693f4 #> 6997 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3227004f #> 6998 <NA> <NA> 30136b73 #> 6999 <NA> <NA> 79fd6c89 #> 7000 <NA> <NA> fb9ddf30 #> 7001 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 2e39a208 #> 7002 <NA> <NA> 69ff7eda #> 7003 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 82bed8e2 #> 7004 <NA> <NA> c78732a0 #> 7005 COLLEGE OF ENGINEERING MATERIAL SC/ENG ae83e0ed #> 7006 COLLEGE OF HUMAN SCIENCES AESHM 65966e85 #> 7007 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 08f1e76c #> 7008 <NA> <NA> dbc4a9c8 #> 7009 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 3c8d1b10 #> 7010 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 553d64d7 #> 7011 <NA> <NA> 95d39432 #> 7012 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 410c1381 #> 7013 COLLEGE OF BUSINESS SUPPLY CHN/INFO f4161435 #> 7014 <NA> <NA> 14d3d21e #> 7015 <NA> <NA> b18e9b32 #> 7016 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 959502f3 #> 7017 COLLEGE OF ENGINEERING CHEM & BIO ENGR 3b9762ca #> 7018 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON f27d3dac #> 7019 <NA> <NA> 81693506 #> 7020 LIBRARY LIBRARY 95cab90a #> 7021 <NA> <NA> 70f4d4b9 #> 7022 <NA> <NA> 71768e57 #> 7023 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 970bbb0b #> 7024 <NA> <NA> 02008b89 #> 7025 IT SERVICES IT SERVICES CIO 50f4c0b8 #> 7026 <NA> <NA> e49dfc8f #> 7027 <NA> <NA> 1c2d73cd #> 7028 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 248973b6 #> 7029 <NA> <NA> 679a04be #> 7030 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 4e98e188 #> 7031 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9673b984 #> 7032 <NA> <NA> fcb87b9a #> 7033 <NA> <NA> 7dd2a4c4 #> 7034 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY f6a7a70f #> 7035 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY ebd4013a #> 7036 COLLEGE OF BUSINESS FINANCE 4dd7e070 #> 7037 <NA> <NA> a333325c #> 7038 <NA> <NA> ddc98a47 #> 7039 <NA> <NA> fc5b8c7e #> 7040 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE efef4af1 #> 7041 <NA> <NA> 399c5841 #> 7042 <NA> <NA> d59dbd98 #> 7043 COLLEGE OF BUSINESS MARKETING a8efabda #> 7044 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c24dc8d3 #> 7045 <NA> <NA> 91c119d4 #> 7046 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c0967976 #> 7047 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 203b875b #> 7048 COLLEGE OF DESIGN ART/VISUAL CULT b853228c #> 7049 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 8703bba1 #> 7050 COLLEGE OF DESIGN GRAPHIC DSN 1fdcfdb9 #> 7051 <NA> <NA> 0fa478c5 #> 7052 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 646966e7 #> 7053 <NA> <NA> 6233b041 #> 7054 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 6b600d9b #> 7055 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 10bea954 #> 7056 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5fd15749 #> 7057 <NA> <NA> 473e66b5 #> 7058 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 85cce262 #> 7059 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY a7a04908 #> 7060 <NA> <NA> 44bdf9d6 #> 7061 <NA> <NA> 864503c6 #> 7062 <NA> <NA> 273e9165 #> 7063 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 2b615e2e #> 7064 <NA> <NA> 13c05730 #> 7065 <NA> <NA> ab97062d #> 7066 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c64b87e6 #> 7067 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2cfd8081 #> 7068 COLLEGE OF ENGINEERING AEROSPACE ENG e73aa644 #> 7069 <NA> <NA> 9e0b5755 #> 7070 <NA> <NA> ec5b8cff #> 7071 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 3625c019 #> 7072 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e04143b4 #> 7073 <NA> <NA> fbc2b6c8 #> 7074 <NA> <NA> d156c5fd #> 7075 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE f4ce44e2 #> 7076 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c39ee2d3 #> 7077 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 3856f700 #> 7078 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE cd7ce10e #> 7079 <NA> <NA> ca1b960a #> 7080 COLLEGE OF BUSINESS ACCOUNTING a4e95a42 #> 7081 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 7c539f7c #> 7082 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73975f93 #> 7083 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e5d1f98c #> 7084 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 38aed530 #> 7085 COLLEGE OF BUSINESS ACCOUNTING f7249da1 #> 7086 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM c3cab316 #> 7087 <NA> <NA> 76163f38 #> 7088 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 7ed541e6 #> 7089 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS d163ac7c #> 7090 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 324da46c #> 7091 <NA> <NA> 74be4081 #> 7092 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 84ecfed9 #> 7093 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 950d7277 #> 7094 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 6fa9d060 #> 7095 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 92ca5236 #> 7096 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 626ab9b7 #> 7097 <NA> <NA> cf87953d #> 7098 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8971f68 #> 7099 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS f5ee243e #> 7100 <NA> <NA> 811ec1f2 #> 7101 <NA> <NA> d95a8f36 #> 7102 <NA> <NA> 2292fb8f #> 7103 <NA> <NA> 7c8502fc #> 7104 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 59b408c3 #> 7105 <NA> <NA> 775a2afc #> 7106 COLLEGE OF ENGINEERING AEROSPACE ENG 30cc76e0 #> 7107 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY fe3ae04a #> 7108 <NA> <NA> 73c69971 #> 7109 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ec58ee97 #> 7110 <NA> <NA> 749cf771 #> 7111 COLLEGE OF DESIGN ART/VISUAL CULT 5b7d03f2 #> 7112 COLLEGE OF HUMAN SCIENCES KINESIOLOGY f922671b #> 7113 <NA> <NA> 2677477a #> 7114 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 55cb1d8e #> 7115 <NA> <NA> 28e6f301 #> 7116 <NA> <NA> 5d7f00f1 #> 7117 <NA> <NA> d4d0c293 #> 7118 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 948ccded #> 7119 <NA> <NA> bb6b1e11 #> 7120 COLLEGE OF DESIGN LANDSCAPE ARCH 0616e4d0 #> 7121 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 9008a5dd #> 7122 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 164ce35d #> 7123 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 37d57a4a #> 7124 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b7a22ecf #> 7125 <NA> <NA> 31052c39 #> 7126 <NA> <NA> c60020a9 #> 7127 <NA> <NA> efb1e6d9 #> 7128 COLLEGE OF DESIGN GRAPHIC DSN 65606880 #> 7129 <NA> <NA> 067eb705 #> 7130 <NA> <NA> 832e109c #> 7131 <NA> <NA> 18275103 #> 7132 <NA> <NA> d6bb30a5 #> 7133 <NA> <NA> a5eb810d #> 7134 <NA> <NA> 21f39b19 #> 7135 <NA> <NA> 82f21acf #> 7136 <NA> <NA> f908caf5 #> 7137 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE e30ef13a #> 7138 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 92e42eed #> 7139 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE af230a68 #> 7140 <NA> <NA> b1a6dfc1 #> 7141 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST a7c9bd70 #> 7142 <NA> <NA> b6d3becc #> 7143 <NA> <NA> 218ee311 #> 7144 <NA> <NA> b2bd5613 #> 7145 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 2f7cf41e #> 7146 <NA> <NA> b7a31ae7 #> 7147 COLLEGE OF DESIGN GRAPHIC DSN 5f89cd5e #> 7148 <NA> <NA> 0d7c71d3 #> 7149 <NA> <NA> 97e34969 #> 7150 COLLEGE OF ENGINEERING CHEM & BIO ENGR 60243019 #> 7151 <NA> <NA> 9898b5b6 #> 7152 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 35b61822 #> 7153 COLLEGE OF ENGINEERING IND/MFR SYS ENG 766b1261 #> 7154 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 43517f0d #> 7155 <NA> <NA> 64483cb3 #> 7156 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 4b07c8e7 #> 7157 <NA> <NA> d57cd395 #> 7158 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 9d10300f #> 7159 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 1610902e #> 7160 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 74cbdcc9 #> 7161 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 98ad970c #> 7162 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9423eeee #> 7163 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 84f88ec9 #> 7164 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS a71cf16a #> 7165 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 194a60bf #> 7166 COLLEGE OF ENGINEERING MECHANICAL ENG 5e38d1b1 #> 7167 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 7d65bc85 #> 7168 <NA> <NA> 69470640 #> 7169 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY fcdc2d31 #> 7170 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 9afcd46b #> 7171 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 10065ad7 #> 7172 COLLEGE OF ENGINEERING ELEC ENG/CP ENG acf833fe #> 7173 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 32e28f42 #> 7174 <NA> <NA> 657b459f #> 7175 <NA> <NA> a82f3bb7 #> 7176 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS aef13766 #> 7177 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY fc66c810 #> 7178 <NA> <NA> 1d8f0d89 #> 7179 COLLEGE OF BUSINESS SUPPLY CHN/INFO 46545f6c #> 7180 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM c8d4b6a8 #> 7181 <NA> <NA> df220f71 #> 7182 COLLEGE OF ENGINEERING IND/MFR SYS ENG 0ba5f2a8 #> 7183 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d07d3e9f #> 7184 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 0372d23c #> 7185 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 923bdd4f #> 7186 <NA> <NA> 0b383d13 #> 7187 <NA> <NA> 5c3171c4 #> 7188 <NA> <NA> d37a53d9 #> 7189 <NA> <NA> a2ebc008 #> 7190 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 90756f26 #> 7191 <NA> <NA> b9671087 #> 7192 COLLEGE OF DESIGN ART/VISUAL CULT 0209b1b1 #> 7193 LIBRARY LIBRARY 54c121f8 #> 7194 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 32102fe8 #> 7195 <NA> <NA> c3400f61 #> 7196 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b0ff9b9b #> 7197 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE b9b6430c #> 7198 <NA> <NA> af1fd11d #> 7199 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3f068a42 #> 7200 <NA> <NA> c22e038a #> 7201 <NA> <NA> 5cf0b4c2 #> 7202 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 8fc43bcf #> 7203 COLLEGE OF DESIGN ART/VISUAL CULT 3a18707a #> 7204 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 62c295b4 #> 7205 <NA> <NA> 62a7d273 #> 7206 COLLEGE OF BUSINESS SUPPLY CHN/INFO f3d7511e #> 7207 <NA> <NA> d6b35024 #> 7208 <NA> <NA> 252b8e1f #> 7209 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 25ee9cb2 #> 7210 <NA> <NA> dbf6897f #> 7211 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8c4b7fb2 #> 7212 <NA> <NA> e5a931dc #> 7213 <NA> <NA> bc8ef96c #> 7214 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED c1f3a220 #> 7215 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 009b97a2 #> 7216 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST f77c8683 #> 7217 <NA> <NA> 92b8c872 #> 7218 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 896b8a43 #> 7219 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 15ee3035 #> 7220 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 6bdd5aca #> 7221 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 63b38f3e #> 7222 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 155109ea #> 7223 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 43410ce6 #> 7224 <NA> <NA> 7a05549e #> 7225 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 72a5e095 #> 7226 COLLEGE OF DESIGN COMMUN/REG PLAN c6594e2f #> 7227 <NA> <NA> 6cbc7860 #> 7228 <NA> <NA> 6fece32d #> 7229 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 459a7aaa #> 7230 <NA> <NA> e9fc0736 #> 7231 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM a5e552a6 #> 7232 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 60facd51 #> 7233 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 7f019568 #> 7234 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 5308c09f #> 7235 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 83e520c6 #> 7236 COLLEGE OF ENGINEERING MECHANICAL ENG 0eea6855 #> 7237 <NA> <NA> 94a32f75 #> 7238 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 31dbfd24 #> 7239 <NA> <NA> 4af20de6 #> 7240 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 7fee2030 #> 7241 <NA> <NA> 163fde72 #> 7242 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 6faf74ef #> 7243 <NA> <NA> 48e077d0 #> 7244 <NA> <NA> 0b5564b8 #> 7245 <NA> <NA> 922c9194 #> 7246 <NA> <NA> 38b8c7c7 #> 7247 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e8ee661d #> 7248 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 325fa758 #> 7249 <NA> <NA> 42eb2818 #> 7250 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON aa7b9665 #> 7251 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 5671fb45 #> 7252 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 1f9c6a51 #> 7253 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY ebaa213d #> 7254 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT e4c02a4b #> 7255 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bff876c0 #> 7256 COLLEGE OF ENGINEERING CHEM & BIO ENGR 80a329b8 #> 7257 <NA> <NA> 4b709858 #> 7258 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH de56eec7 #> 7259 <NA> <NA> e116572b #> 7260 <NA> <NA> 17271e2a #> 7261 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a9e9c3ef #> 7262 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS a88c929a #> 7263 <NA> <NA> 65e27b7c #> 7264 <NA> <NA> ed7eff04 #> 7265 <NA> <NA> bf2810c9 #> 7266 <NA> <NA> 9dedfd31 #> 7267 <NA> <NA> 844d2753 #> 7268 <NA> <NA> 53b0bc52 #> 7269 <NA> <NA> e7d77716 #> 7270 COLLEGE OF BUSINESS MANAGEMENT 399c738b #> 7271 COLLEGE OF DESIGN INDUST DESIGN d8921048 #> 7272 <NA> <NA> 5afe0e99 #> 7273 <NA> <NA> 54c6d909 #> 7274 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 8c02e071 #> 7275 <NA> <NA> 1838dc7c #> 7276 <NA> <NA> 4eafdd02 #> 7277 <NA> <NA> 4ac24408 #> 7278 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT feb37465 #> 7279 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 6cc4b058 #> 7280 COLLEGE OF ENGINEERING CHEM & BIO ENGR b81d0a86 #> 7281 <NA> <NA> bfc9596e #> 7282 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 8dd98c68 #> 7283 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 4ae8971b #> 7284 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 54c70bb1 #> 7285 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 359d173f #> 7286 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a2b6ec49 #> 7287 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 43577226 #> 7288 <NA> <NA> c787dcd7 #> 7289 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 424925d9 #> 7290 <NA> <NA> 2208e043 #> 7291 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c4cea49e #> 7292 <NA> <NA> 1ebdab3e #> 7293 COLLEGE OF DESIGN LANDSCAPE ARCH d83e9973 #> 7294 COLLEGE OF DESIGN ART/VISUAL CULT 040e6cdf #> 7295 COLLEGE OF ENGINEERING AEROSPACE ENG 43df6ff7 #> 7296 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 2267bc40 #> 7297 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f0d92e1e #> 7298 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 92ff8e34 #> 7299 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST f80e3e28 #> 7300 <NA> <NA> 8f3dd593 #> 7301 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 73e490fd #> 7302 <NA> <NA> 72f9b2d6 #> 7303 COLLEGE of AGRICULTURE & LIFE SCIENCES IA ST RS FARMS bf3997ab #> 7304 <NA> <NA> d7ba6f5c #> 7305 <NA> <NA> d6df4e2a #> 7306 <NA> <NA> f6be3671 #> 7307 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 56e60e7f #> 7308 COLLEGE OF BUSINESS FINANCE 13fc429a #> 7309 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 62ac1bf3 #> 7310 <NA> <NA> 32c98ebd #> 7311 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0442a49b #> 7312 <NA> <NA> dbbf90c7 #> 7313 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 5e25aa42 #> 7314 <NA> <NA> 675e8060 #> 7315 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 540b9665 #> 7316 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY 5167d4d0 #> 7317 <NA> <NA> 916b2411 #> 7318 <NA> <NA> 3e6f861f #> 7319 <NA> <NA> 97aa31f9 #> 7320 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 703ef112 #> 7321 <NA> <NA> cad4fc67 #> 7322 COLLEGE OF ENGINEERING IND/MFR SYS ENG c17f1d79 #> 7323 COLLEGE OF ENGINEERING AEROSPACE ENG 20766628 #> 7324 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY cb49a3ca #> 7325 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 28904613 #> 7326 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 38721095 #> 7327 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 82c22657 #> 7328 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 356c3c25 #> 7329 <NA> <NA> 09c03389 #> 7330 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG ddf342dd #> 7331 <NA> <NA> 8c0572f5 #> 7332 COLLEGE OF HUMAN SCIENCES AESHM 47da982d #> 7333 <NA> <NA> 8a59cce4 #> 7334 <NA> <NA> 7aaaedd0 #> 7335 <NA> <NA> 13842f2d #> 7336 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 9f0484b6 #> 7337 <NA> <NA> 006214b6 #> 7338 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 8416ea70 #> 7339 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC a5a3a123 #> 7340 COLLEGE OF ENGINEERING IND/MFR SYS ENG e099da35 #> 7341 <NA> <NA> 1526678d #> 7342 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 3cff7593 #> 7343 <NA> <NA> 8c899836 #> 7344 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d92e6de1 #> 7345 <NA> <NA> a740cde3 #> 7346 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 64b651da #> 7347 <NA> <NA> d5d2cb20 #> 7348 <NA> <NA> 0439fd4a #> 7349 COLLEGE OF BUSINESS ACCOUNTING d390ec4d #> 7350 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS 5c6019fa #> 7351 COLLEGE OF ENGINEERING CHEM & BIO ENGR 05d74cfd #> 7352 <NA> <NA> ef6d3ebe #> 7353 <NA> <NA> 64830e48 #> 7354 COLLEGE OF BUSINESS ACCOUNTING 394b3719 #> 7355 <NA> <NA> ccc247f0 #> 7356 <NA> <NA> ce7c762b #> 7357 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 230956c7 #> 7358 <NA> <NA> 72134c64 #> 7359 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 6e3789c9 #> 7360 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 51ee78c7 #> 7361 <NA> <NA> 8b055ff5 #> 7362 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC b3cd3367 #> 7363 COLLEGE OF BUSINESS SUPPLY CHN/INFO 96e71562 #> 7364 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1bfb8789 #> 7365 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 3493dfde #> 7366 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 374532d5 #> 7367 COLLEGE OF ENGINEERING MATERIAL SC/ENG 619cc9f5 #> 7368 <NA> <NA> b593904c #> 7369 <NA> <NA> e78476e2 #> 7370 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON a9702005 #> 7371 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5cad0092 #> 7372 <NA> <NA> 9018a4bf #> 7373 COLLEGE OF DESIGN ART/VISUAL CULT 4bf59155 #> 7374 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY e2b7d8b3 #> 7375 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f57d8fb2 #> 7376 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 45a5d61c #> 7377 <NA> <NA> e1251d6b #> 7378 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 2c0ea90c #> 7379 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9e2e3714 #> 7380 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 01446b97 #> 7381 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 8c615022 #> 7382 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 60ea7e38 #> 7383 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4ec5c9a9 #> 7384 <NA> <NA> 8485991a #> 7385 COLLEGE OF DESIGN GRAPHIC DSN adf91dca #> 7386 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 2169ad2c #> 7387 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 0f3aa9c2 #> 7388 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c0ac229e #> 7389 <NA> <NA> b078b8cc #> 7390 COLLEGE OF HUMAN SCIENCES AESHM 48277e3d #> 7391 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD cc5ca9bf #> 7392 COLLEGE OF DESIGN ART/VISUAL CULT bca564bd #> 7393 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 490fa067 #> 7394 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 2f6e7103 #> 7395 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS e61fe830 #> 7396 COLLEGE OF ENGINEERING MECHANICAL ENG eb05c1dc #> 7397 <NA> <NA> 2061d8cd #> 7398 <NA> <NA> f17caa61 #> 7399 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 07d40ef3 #> 7400 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 07c8ed74 #> 7401 <NA> <NA> 5a0c87bc #> 7402 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c3791b89 #> 7403 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 6102e5dd #> 7404 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 62f3fc8b #> 7405 <NA> <NA> 61fa97e2 #> 7406 <NA> <NA> b771213b #> 7407 <NA> <NA> a76d68e6 #> 7408 COLLEGE OF ENGINEERING MECHANICAL ENG 929b3e27 #> 7409 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS daffa6cb #> 7410 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ea7ca31f #> 7411 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1e79a093 #> 7412 COLLEGE OF BUSINESS MARKETING af1331c7 #> 7413 <NA> <NA> 74fa9dd3 #> 7414 <NA> <NA> b0db44c5 #> 7415 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 176e8ab7 #> 7416 COLLEGE OF HUMAN SCIENCES KINESIOLOGY b84bf6f7 #> 7417 COLLEGE of AGRICULTURE & LIFE SCIENCES LEOPOLD CENTER e9b5d46a #> 7418 <NA> <NA> 1a720577 #> 7419 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 3b3800e1 #> 7420 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY fa151ace #> 7421 <NA> <NA> de153eaf #> 7422 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 60c6b85f #> 7423 COLLEGE OF ENGINEERING MECHANICAL ENG a1a6827d #> 7424 <NA> <NA> cf195996 #> 7425 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1494dafe #> 7426 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 64f551ac #> 7427 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 09d81315 #> 7428 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 7b77e894 #> 7429 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC f7480394 #> 7430 <NA> <NA> 43960e1d #> 7431 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bfe57dbb #> 7432 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 300431cd #> 7433 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS eba02ff6 #> 7434 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 5d54863f #> 7435 <NA> <NA> 4bf9cccf #> 7436 <NA> <NA> a373cefc #> 7437 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01c4b503 #> 7438 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d6cdf39f #> 7439 <NA> <NA> 01f887f5 #> 7440 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST fc0b605e #> 7441 LIBRARY LIBRARY 323292af #> 7442 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS e5994c22 #> 7443 <NA> <NA> d0074ee5 #> 7444 COLLEGE OF BUSINESS MARKETING 0fc1fcae #> 7445 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 54d49f1c #> 7446 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 42af794f #> 7447 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d1e13a54 #> 7448 COLLEGE OF BUSINESS ACCOUNTING 021fa39c #> 7449 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b6275cd6 #> 7450 COLLEGE OF ENGINEERING CHEM & BIO ENGR 8cac4859 #> 7451 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 811b4fd5 #> 7452 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 4e306416 #> 7453 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 79d8839a #> 7454 <NA> <NA> 02255dfa #> 7455 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY ca76e1f1 #> 7456 <NA> <NA> 8b1a2a86 #> 7457 <NA> <NA> 91e1a560 #> 7458 <NA> <NA> 79d682f4 #> 7459 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS a4edf464 #> 7460 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 61be3cc7 #> 7461 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 48e0b19e #> 7462 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 09c28924 #> 7463 <NA> <NA> cabdb91e #> 7464 <NA> <NA> 3ed66fe4 #> 7465 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f498f840 #> 7466 <NA> <NA> 34997a66 #> 7467 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 345c1aca #> 7468 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 529f9f17 #> 7469 <NA> <NA> 02038fb6 #> 7470 COLLEGE OF ENGINEERING MATERIAL SC/ENG 01e56d10 #> 7471 COLLEGE OF DESIGN ARCHITECTURE 6400741b #> 7472 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 27a57881 #> 7473 COLLEGE OF ENGINEERING AEROSPACE ENG d5e06937 #> 7474 LIBRARY LIBRARY 11069cb2 #> 7475 <NA> <NA> 3537d195 #> 7476 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY ad7ade45 #> 7477 <NA> <NA> bc729222 #> 7478 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 31e35b69 #> 7479 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 912a2d23 #> 7480 <NA> <NA> 2347adcb #> 7481 <NA> <NA> 81993542 #> 7482 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY bc1f01ac #> 7483 COLLEGE OF DESIGN ART/VISUAL CULT 33384efb #> 7484 <NA> <NA> 8ce52486 #> 7485 <NA> <NA> ed0edc04 #> 7486 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI f08da1da #> 7487 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS c7e12e8b #> 7488 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7ee5472d #> 7489 <NA> <NA> 039cf4ec #> 7490 <NA> <NA> b6f8c8b6 #> 7491 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST e3ac40d8 #> 7492 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE c1a93efe #> 7493 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE eb28d7ca #> 7494 <NA> <NA> 80995f53 #> 7495 <NA> <NA> b84499e6 #> 7496 <NA> <NA> 03ef8257 #> 7497 <NA> <NA> 93929b99 #> 7498 <NA> <NA> 15719a93 #> 7499 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 1e73e44c #> 7500 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 64defa4b #> 7501 COLLEGE OF ENGINEERING MECHANICAL ENG 3fbd32c5 #> 7502 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 3b1dd085 #> 7503 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 956deaea #> 7504 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 55e08217 #> 7505 <NA> <NA> 5a0a23d3 #> 7506 COLLEGE of AGRICULTURE & LIFE SCIENCES AG & LS ADMIN 2db778a3 #> 7507 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS fffe1941 #> 7508 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 1375b40e #> 7509 <NA> <NA> c5bc6e33 #> 7510 <NA> <NA> d82aba04 #> 7511 <NA> <NA> fd9651c0 #> 7512 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY b20156b5 #> 7513 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 51b1e7de #> 7514 <NA> <NA> 2287f10f #> 7515 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 35b97145 #> 7516 <NA> <NA> 497a7424 #> 7517 <NA> <NA> 9e526645 #> 7518 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c83df720 #> 7519 <NA> <NA> 8b5dcd40 #> 7520 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 8c67040d #> 7521 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8d5230d6 #> 7522 <NA> <NA> f9ee4d30 #> 7523 SENIOR VICE PRESIDENT & PROVOST CELT 50a086d9 #> 7524 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4aed51bc #> 7525 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST dcfd5c5c #> 7526 <NA> <NA> e5fc4650 #> 7527 <NA> <NA> f088ab2f #> 7528 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 417fe3dc #> 7529 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 6017d8f4 #> 7530 <NA> <NA> 93be0e14 #> 7531 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 264fe494 #> 7532 COLLEGE OF BUSINESS SUPPLY CHN/INFO 9e440147 #> 7533 COLLEGE OF DESIGN ART/VISUAL CULT edfffa1a #> 7534 <NA> <NA> 988e29fd #> 7535 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST ffdd9ec6 #> 7536 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c66344b5 #> 7537 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI f57c1264 #> 7538 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST c83d4792 #> 7539 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 675afabd #> 7540 COLLEGE OF ENGINEERING MATERIAL SC/ENG 96524f15 #> 7541 <NA> <NA> 31b360bd #> 7542 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 2a87ea01 #> 7543 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c569975f #> 7544 <NA> <NA> ef69b572 #> 7545 <NA> <NA> 5c8b1539 #> 7546 COLLEGE OF ENGINEERING MECHANICAL ENG 8ccd5b3b #> 7547 <NA> <NA> 98065860 #> 7548 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 0e34a99f #> 7549 COLLEGE OF ENGINEERING ELEC ENG/CP ENG d12e036c #> 7550 <NA> <NA> 9d47f27e #> 7551 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS d71a3a63 #> 7552 <NA> <NA> e679d7c3 #> 7553 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC dfeaf5cf #> 7554 <NA> <NA> 801374fc #> 7555 <NA> <NA> 5c53c604 #> 7556 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS cfd7c5f3 #> 7557 <NA> <NA> d10af800 #> 7558 <NA> <NA> a42e4c60 #> 7559 <NA> <NA> d8a1b825 #> 7560 <NA> <NA> cd5464a5 #> 7561 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT e91d9999 #> 7562 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 2f3d9379 #> 7563 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON fa49adfa #> 7564 <NA> <NA> 9f41438a #> 7565 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 7a38b031 #> 7566 <NA> <NA> 21dae03d #> 7567 <NA> <NA> 914ceeb4 #> 7568 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS c5d98638 #> 7569 <NA> <NA> 2035e6d1 #> 7570 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT f6e67255 #> 7571 <NA> <NA> 7fb76472 #> 7572 COLLEGE OF DESIGN GRAPHIC DSN 8e528ff0 #> 7573 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 4819b166 #> 7574 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 7b2c57b7 #> 7575 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 845c73cc #> 7576 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8b89763c #> 7577 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY f2359140 #> 7578 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST b1cea2f6 #> 7579 <NA> <NA> 20aa13d5 #> 7580 <NA> <NA> 12fb15aa #> 7581 <NA> <NA> 0aa0edd9 #> 7582 COLLEGE OF ENGINEERING IND/MFR SYS ENG 70d297b0 #> 7583 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC a730cc57 #> 7584 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 1f3e2e64 #> 7585 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE aed52643 #> 7586 <NA> <NA> f2d7226d #> 7587 <NA> <NA> 565b62b8 #> 7588 <NA> <NA> 4b54a8ac #> 7589 <NA> <NA> 241df44a #> 7590 <NA> <NA> 77fc8cb6 #> 7591 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c3938b31 #> 7592 COLLEGE OF BUSINESS SUPPLY CHN/INFO 6e3aa6ae #> 7593 COLLEGE OF ENGINEERING MECHANICAL ENG 9d69e357 #> 7594 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 52ca8e38 #> 7595 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY dde28617 #> 7596 <NA> <NA> 14eb374b #> 7597 <NA> <NA> f31090fa #> 7598 <NA> <NA> 8147091d #> 7599 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 3f19e153 #> 7600 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ba21f415 #> 7601 <NA> <NA> 9c59e1b9 #> 7602 <NA> <NA> a1874a55 #> 7603 <NA> <NA> fde3dbc7 #> 7604 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS ea1d8781 #> 7605 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG eacbf525 #> 7606 <NA> <NA> bad2a3b6 #> 7607 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT ac210d01 #> 7608 <NA> <NA> 97580794 #> 7609 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO b68d7846 #> 7610 COLLEGE OF DESIGN ART/VISUAL CULT 8c31c66a #> 7611 <NA> <NA> 5c389097 #> 7612 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 69e72c37 #> 7613 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 65811bba #> 7614 <NA> <NA> f63a40e3 #> 7615 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS e33d62fe #> 7616 <NA> <NA> 18f37f90 #> 7617 COLLEGE OF DESIGN ARCHITECTURE 6aa46c38 #> 7618 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE 9b0e6885 #> 7619 <NA> <NA> d2f90d86 #> 7620 COLLEGE OF ENGINEERING MATERIAL SC/ENG a0eff8d8 #> 7621 <NA> <NA> a18285e9 #> 7622 <NA> <NA> a6d9bd24 #> 7623 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 72ad9559 #> 7624 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 20574b6e #> 7625 <NA> <NA> 08fa4948 #> 7626 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 9d8beb2b #> 7627 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST 92840cb0 #> 7628 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS c8380cef #> 7629 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 36660db0 #> 7630 <NA> <NA> d4cb150c #> 7631 <NA> <NA> 03408489 #> 7632 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 3b042166 #> 7633 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 9de858e0 #> 7634 <NA> <NA> 08eab541 #> 7635 COLLEGE OF HUMAN SCIENCES AESHM 8642fc60 #> 7636 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS b8154b45 #> 7637 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 5db49758 #> 7638 COLLEGE OF BUSINESS SUPPLY CHN/INFO bf61c266 #> 7639 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 7363fc2e #> 7640 <NA> <NA> 05e76569 #> 7641 <NA> <NA> 3558fa2c #> 7642 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE c628780d #> 7643 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 516d58e5 #> 7644 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 5ae7fad4 #> 7645 <NA> <NA> 05d0eed1 #> 7646 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO ff3890bc #> 7647 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE da0b9e7a #> 7648 <NA> <NA> 0ded0d47 #> 7649 <NA> <NA> 9dce0c31 #> 7650 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 91b25f69 #> 7651 <NA> <NA> bebd381e #> 7652 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c3348f20 #> 7653 COLLEGE OF ENGINEERING IND/MFR SYS ENG 6bedebb2 #> 7654 COLLEGE OF ENGINEERING MECHANICAL ENG f7c102de #> 7655 COLLEGE OF ENGINEERING MECHANICAL ENG 925ff39a #> 7656 <NA> <NA> 8ba3ec59 #> 7657 <NA> <NA> ea150e6e #> 7658 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7fc9f3d2 #> 7659 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 226fc9c4 #> 7660 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS bbe4f8db #> 7661 <NA> <NA> ab145fab #> 7662 COLLEGE OF DESIGN ARCHITECTURE 7e4d3b46 #> 7663 <NA> <NA> bf913e77 #> 7664 <NA> <NA> faba730f #> 7665 COLLEGE OF DESIGN COMMUN/REG PLAN dde32c10 #> 7666 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 1db2248f #> 7667 <NA> <NA> c122ccf4 #> 7668 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1a7feb02 #> 7669 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 1c74fd99 #> 7670 LIBRARY LIBRARY 254397e6 #> 7671 COLLEGE OF DESIGN ART/VISUAL CULT ea35170c #> 7672 COLLEGE OF ENGINEERING MECHANICAL ENG 8165d4fc #> 7673 COLLEGE OF DESIGN ARCHITECTURE 1fdbef2d #> 7674 <NA> <NA> f6b7fa86 #> 7675 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 1a3b74fb #> 7676 <NA> <NA> d15d343e #> 7677 COLLEGE OF DESIGN ARCHITECTURE 748a3ad1 #> 7678 COLLEGE OF ENGINEERING MATERIAL SC/ENG bd9142f0 #> 7679 <NA> <NA> b1dfe0ef #> 7680 LIBRARY LIBRARY 87050277 #> 7681 <NA> <NA> ae3ff99a #> 7682 <NA> <NA> ce3bbfb9 #> 7683 <NA> <NA> de5f9e15 #> 7684 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS f24ca622 #> 7685 COLLEGE OF ENGINEERING IND/MFR SYS ENG c5688dd3 #> 7686 <NA> <NA> 5aeb70e3 #> 7687 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2d1c4ee5 #> 7688 <NA> <NA> 53047931 #> 7689 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC b0e84937 #> 7690 <NA> <NA> 593a9fbe #> 7691 <NA> <NA> d6fd299b #> 7692 <NA> <NA> ec754152 #> 7693 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS b6c95426 #> 7694 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 8e993d87 #> 7695 <NA> <NA> 89c5bf0b #> 7696 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED daffcade #> 7697 <NA> <NA> c3403b9e #> 7698 <NA> <NA> 90eecfe7 #> 7699 <NA> <NA> 3f0442aa #> 7700 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS c9fff938 #> 7701 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD cf4f2fda #> 7702 <NA> <NA> 32924509 #> 7703 <NA> <NA> 36dba5c8 #> 7704 <NA> <NA> 41fdd1d1 #> 7705 <NA> <NA> fe09aac0 #> 7706 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 5126587a #> 7707 <NA> <NA> baf771e4 #> 7708 <NA> <NA> eb5062fa #> 7709 <NA> <NA> 361d874b #> 7710 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS fcda5e2e #> 7711 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 6a16fd1c #> 7712 COLLEGE OF BUSINESS FINANCE 37b7b3f5 #> 7713 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d6623562 #> 7714 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 7c56fe80 #> 7715 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 8b3263bf #> 7716 <NA> <NA> 694bf5ef #> 7717 <NA> <NA> 19714835 #> 7718 <NA> <NA> 85202b50 #> 7719 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 5fba46c9 #> 7720 <NA> <NA> 52822ed4 #> 7721 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI d376db85 #> 7722 COLLEGE OF ENGINEERING ELEC ENG/CP ENG ee491524 #> 7723 <NA> <NA> e01f7935 #> 7724 COLLEGE OF DESIGN GRAPHIC DSN 6a35bbe6 #> 7725 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 1e3197d2 #> 7726 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 6d08a6df #> 7727 COLLEGE OF HUMAN SCIENCES AESHM 66a7bef2 #> 7728 COLLEGE OF ENGINEERING AEROSPACE ENG 1584de11 #> 7729 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 7ae8f5eb #> 7730 <NA> <NA> 436446f1 #> 7731 COLLEGE OF BUSINESS MARKETING 18bfaff1 #> 7732 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f0df0da1 #> 7733 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 47f833fb #> 7734 COLLEGE OF BUSINESS MARKETING 8cf72bee #> 7735 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 0af97139 #> 7736 <NA> <NA> 0853c8b3 #> 7737 VICE PRESIDENT FOR RESEARCH & ECON DEVEL VP RESEARCH 522d9934 #> 7738 COLLEGE OF BUSINESS ACCOUNTING 1ca93499 #> 7739 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 811c6b81 #> 7740 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT c23c6d2c #> 7741 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 10e04d6d #> 7742 <NA> <NA> a5b0744e #> 7743 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE a8c04b75 #> 7744 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 03382c85 #> 7745 <NA> <NA> 71b7b752 #> 7746 <NA> <NA> 059f0903 #> 7747 <NA> <NA> 601899f4 #> 7748 <NA> <NA> 471c4b7e #> 7749 <NA> <NA> 2788c167 #> 7750 COLLEGE of AGRICULTURE & LIFE SCIENCES AG EDUCATION/ST 99eb2a39 #> 7751 COLLEGE OF DESIGN ART/VISUAL CULT b5ae76f0 #> 7752 <NA> <NA> 5293b078 #> 7753 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 71083a32 #> 7754 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a9861460 #> 7755 COLLEGE OF DESIGN INDUST DESIGN 446972bc #> 7756 <NA> <NA> 0be64a4e #> 7757 <NA> <NA> a003a7f2 #> 7758 COLLEGE OF ENGINEERING CTR NONDESTR EV a1f4f4ba #> 7759 <NA> <NA> 3675dec3 #> 7760 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI cca00ad7 #> 7761 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO fc50033c #> 7762 <NA> <NA> 96a1e1c3 #> 7763 <NA> <NA> 7f065fc7 #> 7764 <NA> <NA> e2178765 #> 7765 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 76497a9d #> 7766 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS f62a7680 #> 7767 <NA> <NA> 092d8c7f #> 7768 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 27d3752a #> 7769 COLLEGE OF DESIGN LANDSCAPE ARCH 0b89c892 #> 7770 <NA> <NA> 90c60559 #> 7771 COLLEGE OF ENGINEERING CHEM & BIO ENGR e212b321 #> 7772 COLLEGE OF DESIGN COMMUN/REG PLAN c96c36c6 #> 7773 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4b76d758 #> 7774 <NA> <NA> 5fd269d0 #> 7775 <NA> <NA> d69dc8de #> 7776 <NA> <NA> 2d83620e #> 7777 <NA> <NA> 42513bc7 #> 7778 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG c81ad253 #> 7779 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 10208ef5 #> 7780 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED f8b7596f #> 7781 COLLEGE OF ENGINEERING AEROSPACE ENG eebf7567 #> 7782 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 886aebb2 #> 7783 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 08aadc59 #> 7784 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 6a3570e1 #> 7785 <NA> <NA> 78339906 #> 7786 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 2796536e #> 7787 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 220ec155 #> 7788 <NA> <NA> bc9aff07 #> 7789 <NA> <NA> 1f9e8f31 #> 7790 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 26f23356 #> 7791 COLLEGE OF ENGINEERING MATERIAL SC/ENG 5e5b61f2 #> 7792 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 90ff0299 #> 7793 COLLEGE OF HUMAN SCIENCES HUMAN DV/FAM ST fe35612e #> 7794 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 1e4671e8 #> 7795 <NA> <NA> e6454bab #> 7796 COLLEGE OF ENGINEERING IND/MFR SYS ENG 8b399d45 #> 7797 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 379973c8 #> 7798 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY af19d8e8 #> 7799 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD a6361be7 #> 7800 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 79ad26bd #> 7801 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 889968bf #> 7802 COLLEGE OF BUSINESS FINANCE 5f36b542 #> 7803 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON c9b5c52d #> 7804 <NA> <NA> 9b7060ed #> 7805 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 25731b84 #> 7806 COLLEGE OF BUSINESS FINANCE 99a58a70 #> 7807 <NA> <NA> bdf6c170 #> 7808 COLLEGE OF ENGINEERING AEROSPACE ENG 1b14fb88 #> 7809 <NA> <NA> 39dfef0d #> 7810 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 81596df1 #> 7811 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 61cd367c #> 7812 <NA> <NA> 3a2cae32 #> 7813 <NA> <NA> e1db6f11 #> 7814 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 6a297ba6 #> 7815 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 1cea9fa9 #> 7816 COLLEGE OF BUSINESS SUPPLY CHN/INFO ed8c7303 #> 7817 <NA> <NA> d98f4f90 #> 7818 <NA> <NA> d5833def #> 7819 <NA> <NA> ae6e650c #> 7820 <NA> <NA> 4f430181 #> 7821 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 84c3cddd #> 7822 <NA> <NA> 6ec5483a #> 7823 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 0991aca8 #> 7824 COLLEGE OF ENGINEERING CHEM & BIO ENGR a613e013 #> 7825 <NA> <NA> c8c64a40 #> 7826 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 9f5fbad6 #> 7827 COLLEGE OF HUMAN SCIENCES AESHM 90c2575c #> 7828 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 561d9582 #> 7829 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT eedde15c #> 7830 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS e2880260 #> 7831 COLLEGE OF BUSINESS MANAGEMENT 8035571d #> 7832 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG a334c17d #> 7833 <NA> <NA> d87e9157 #> 7834 <NA> <NA> e2a9fcca #> 7835 <NA> <NA> 58248e07 #> 7836 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE d3d55c60 #> 7837 COLLEGE OF DESIGN LANDSCAPE ARCH 7d9553f3 #> 7838 <NA> <NA> 316eef3f #> 7839 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa524769 #> 7840 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 61665fc6 #> 7841 LIBRARY LIBRARY 0d983098 #> 7842 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS b182bc0c #> 7843 <NA> <NA> 3acc5317 #> 7844 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E 40aff4f3 #> 7845 COLLEGE OF ENGINEERING CIV/CON/ENV ENG f7caf49a #> 7846 COLLEGE OF ENGINEERING CHEM & BIO ENGR 43825a22 #> 7847 COLLEGE OF ENGINEERING CHEM & BIO ENGR 1b7fe28c #> 7848 <NA> <NA> 7ad6b047 #> 7849 COLLEGE OF DESIGN ARCHITECTURE 1919a7a0 #> 7850 COLLEGE OF ENGINEERING AEROSPACE ENG 6112a960 #> 7851 COLLEGE OF HUMAN SCIENCES KINESIOLOGY c7874017 #> 7852 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 6d598ea4 #> 7853 COLLEGE OF ENGINEERING MATERIAL SC/ENG 08587297 #> 7854 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC a3e06560 #> 7855 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH a1bbdd89 #> 7856 COLLEGE OF ENGINEERING AEROSPACE ENG e704d610 #> 7857 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2cc260c1 #> 7858 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4dd6d115 #> 7859 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 6d10aed5 #> 7860 COLLEGE OF BUSINESS MANAGEMENT c752aed0 #> 7861 COLLEGE OF ENGINEERING MECHANICAL ENG d5611c51 #> 7862 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 35fa7409 #> 7863 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 1a6430fc #> 7864 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 66746a24 #> 7865 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS dad8d816 #> 7866 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 65afdfed #> 7867 <NA> <NA> 60c69845 #> 7868 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54f6173d #> 7869 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 939a4396 #> 7870 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 0894d3fd #> 7871 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 460cc999 #> 7872 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC c855dece #> 7873 <NA> <NA> 94668ba9 #> 7874 <NA> <NA> 4f1e51ea #> 7875 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 04783722 #> 7876 <NA> <NA> 9695542b #> 7877 <NA> <NA> 27732cae #> 7878 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 3d216a5a #> 7879 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS cf21f167 #> 7880 COLLEGE OF ENGINEERING ENGINEERING ADM d2ccb154 #> 7881 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 9f12cc6b #> 7882 <NA> <NA> 1a1da81a #> 7883 COLLEGE OF ENGINEERING ELEC ENG/CP ENG f8a9585d #> 7884 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS ca808f2c #> 7885 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 1dd75e60 #> 7886 <NA> <NA> aeb58036 #> 7887 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 85c3ad13 #> 7888 <NA> <NA> 4bf686eb #> 7889 COLLEGE OF ENGINEERING AG/BIOSYS ENG-E c74050bc #> 7890 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 6b2e4111 #> 7891 <NA> <NA> fc730f10 #> 7892 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 25412cf6 #> 7893 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC bee66b35 #> 7894 <NA> <NA> 3ccd55dc #> 7895 COLLEGE OF DESIGN ARCHITECTURE f51459b8 #> 7896 COLLEGE OF ENGINEERING CIV/CON/ENV ENG b8875b31 #> 7897 LIBRARY LIBRARY fa1c78e4 #> 7898 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0bdddf24 #> 7899 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY dbe1482e #> 7900 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED 9940c23d #> 7901 <NA> <NA> f89aab57 #> 7902 <NA> <NA> 1f30a20e #> 7903 <NA> <NA> c0038e95 #> 7904 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 71b9f368 #> 7905 COLLEGE OF DESIGN LANDSCAPE ARCH 66c1f994 #> 7906 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD a5df9620 #> 7907 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG eaa2c422 #> 7908 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS 29c2a801 #> 7909 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 0cc8f270 #> 7910 <NA> <NA> ee5a6421 #> 7911 COLLEGE OF ENGINEERING IND/MFR SYS ENG 06030ba4 #> 7912 COLLEGE OF BUSINESS FINANCE d4292fdc #> 7913 <NA> <NA> 35da7c1b #> 7914 <NA> <NA> 18be1377 #> 7915 <NA> <NA> 544ed4e8 #> 7916 <NA> <NA> 3dd1e64c #> 7917 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 61a07982 #> 7918 <NA> <NA> e11cbd08 #> 7919 COLLEGE OF ENGINEERING AEROSPACE ENG ef8964c9 #> 7920 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 0ec2d534 #> 7921 COLLEGE OF ENGINEERING MECHANICAL ENG d71e1ca0 #> 7922 COLLEGE OF BUSINESS MANAGEMENT f15a7c5b #> 7923 COLLEGE OF ENGINEERING ENGINEERING ADM 5bc51a4e #> 7924 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE f25c1ae3 #> 7925 <NA> <NA> 3029cba0 #> 7926 COLLEGE OF BUSINESS SUPPLY CHN/INFO 342ca2d3 #> 7927 <NA> <NA> da3d68ed #> 7928 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 62a5b719 #> 7929 <NA> <NA> b7613250 #> 7930 <NA> <NA> afab3d57 #> 7931 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE 479c0cb9 #> 7932 COLLEGE OF ENGINEERING MATERIAL SC/ENG aa0ba3f5 #> 7933 COLLEGE OF HUMAN SCIENCES AESHM bdcf9caf #> 7934 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG b30dd0c0 #> 7935 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 030ba0ce #> 7936 COOPERATIVE EXTENSION SERVICE VP EXT & OUTRCH bfcab72a #> 7937 <NA> <NA> d1f4f1f1 #> 7938 <NA> <NA> 9a929a2a #> 7939 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS c51c197b #> 7940 <NA> <NA> 2804d021 #> 7941 COLLEGE OF ENGINEERING CHEM & BIO ENGR cc80103c #> 7942 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY b9a80ce6 #> 7943 <NA> <NA> 97fba422 #> 7944 <NA> <NA> 5e520e65 #> 7945 <NA> <NA> fbc08768 #> 7946 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 1b5c8d6a #> 7947 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c8b89d4d #> 7948 <NA> <NA> e81b2c47 #> 7949 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 054c4aa0 #> 7950 <NA> <NA> 6b4b4f6f #> 7951 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 8c2eba55 #> 7952 <NA> <NA> 6544ad3c #> 7953 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG fca71854 #> 7954 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 0ba9d7cb #> 7955 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 052a7158 #> 7956 <NA> <NA> 8e3d9b80 #> 7957 <NA> <NA> 09b28d8f #> 7958 <NA> <NA> 0d086085 #> 7959 <NA> <NA> 57ff807e #> 7960 COLLEGE of AGRICULTURE & LIFE SCIENCES EEOB-AGLS ae025624 #> 7961 COLLEGE OF BUSINESS SUPPLY CHN/INFO 55b6e899 #> 7962 <NA> <NA> b13356fa #> 7963 <NA> <NA> 838514b2 #> 7964 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 4841632e #> 7965 <NA> <NA> d3078fa0 #> 7966 <NA> <NA> 278fccf9 #> 7967 <NA> <NA> fd44bf24 #> 7968 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 28a2af64 #> 7969 <NA> <NA> 6572a789 #> 7970 <NA> <NA> f30757a1 #> 7971 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 07bd5677 #> 7972 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON d77231f7 #> 7973 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 4bba7034 #> 7974 <NA> <NA> d904784a #> 7975 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e46599d8 #> 7976 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e0ba760d #> 7977 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH a62dc711 #> 7978 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 355df010 #> 7979 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 378eddb9 #> 7980 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT fa1062cd #> 7981 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 7eae693f #> 7982 <NA> <NA> 308fbd1e #> 7983 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 77f8e62f #> 7984 <NA> <NA> 7c2267a7 #> 7985 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a50154f1 #> 7986 <NA> <NA> d2d62e2a #> 7987 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 04d0c9e7 #> 7988 <NA> <NA> 2db5c2e2 #> 7989 COLLEGE OF BUSINESS MANAGEMENT abf155af #> 7990 COLLEGE OF ENGINEERING MECHANICAL ENG 1a54ecbe #> 7991 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS ce31042a #> 7992 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 309ac422 #> 7993 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON b81e1f01 #> 7994 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 1074c871 #> 7995 COLLEGE OF HUMAN SCIENCES KINESIOLOGY 3b5d3cd6 #> 7996 LIBRARY LIBRARY 4b78d0ca #> 7997 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY a34c3d42 #> 7998 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC CDS 10ebc589 #> 7999 <NA> <NA> 1f2f7930 #> 8000 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 09d0af42 #> 8001 COLLEGE OF ENGINEERING CHEM & BIO ENGR 407d1b23 #> 8002 <NA> <NA> b519c76e #> 8003 <NA> <NA> 7ccfd15f #> 8004 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c12efc80 #> 8005 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS c198a621 #> 8006 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 266f38a7 #> 8007 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c6b82eb0 #> 8008 COLLEGE OF LIBERAL ARTS & SCIENCES POLITICAL SC 6eb6ef76 #> 8009 COLLEGE OF DESIGN LANDSCAPE ARCH c1ddfcd2 #> 8010 <NA> <NA> 66890b3c #> 8011 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS dac99b05 #> 8012 COLLEGE OF DESIGN ART/VISUAL CULT 1245cd87 #> 8013 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 07702ace #> 8014 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 3f12f7be #> 8015 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON db407678 #> 8016 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b5afad12 #> 8017 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 82fffb6d #> 8018 COLLEGE OF ENGINEERING IND/MFR SYS ENG f9166f36 #> 8019 COLLEGE OF BUSINESS ACCOUNTING e12558b2 #> 8020 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI e12558b2 #> 8021 <NA> <NA> bc7981bf #> 8022 COLLEGE OF BUSINESS FINANCE 13ecf3bd #> 8023 COLLEGE OF ENGINEERING MECHANICAL ENG 9a94ba57 #> 8024 COLLEGE OF ENGINEERING ELEC ENG/CP ENG a1f105b0 #> 8025 <NA> <NA> 66a5539b #> 8026 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED cd860f86 #> 8027 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC cef0d6b3 #> 8028 <NA> <NA> 9c6bb9cf #> 8029 <NA> <NA> 607caf97 #> 8030 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 1051d113 #> 8031 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 62134332 #> 8032 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 16fc68f3 #> 8033 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 353f3920 #> 8034 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON de59074e #> 8035 <NA> <NA> 407addbe #> 8036 <NA> <NA> 46eb7f43 #> 8037 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 226b6c4b #> 8038 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 87206bea #> 8039 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 0634eb93 #> 8040 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS cf942aef #> 8041 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS d7be6e4c #> 8042 <NA> <NA> ef0832da #> 8043 <NA> <NA> 862f87d4 #> 8044 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY b88b529f #> 8045 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON adfb3562 #> 8046 <NA> <NA> d98c099b #> 8047 COLLEGE OF BUSINESS MANAGEMENT 454b2656 #> 8048 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 4b3a99f4 #> 8049 COLLEGE OF DESIGN ARCHITECTURE a4d81600 #> 8050 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 170f3d6c #> 8051 <NA> <NA> 24c68973 #> 8052 <NA> <NA> 7628b172 #> 8053 COLLEGE OF ENGINEERING AEROSPACE ENG 38f33888 #> 8054 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY cdf8a06c #> 8055 <NA> <NA> 77663f78 #> 8056 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 2f84df7b #> 8057 <NA> <NA> 72c377c9 #> 8058 <NA> <NA> f18550c6 #> 8059 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS a79fcb0e #> 8060 <NA> <NA> 8ffa8d17 #> 8061 <NA> <NA> fefb2923 #> 8062 <NA> <NA> 2bb15200 #> 8063 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS 78af38d5 #> 8064 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2806bb3e #> 8065 COLLEGE OF ENGINEERING MECHANICAL ENG c347906c #> 8066 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY a8553161 #> 8067 <NA> <NA> cf07d87a #> 8068 COLLEGE OF HUMAN SCIENCES AESHM 8930e489 #> 8069 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 722cc97f #> 8070 <NA> <NA> d55b2d76 #> 8071 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT fabeb4ed #> 8072 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c304c138 #> 8073 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC 97b97e2b #> 8074 COLLEGE OF BUSINESS MARKETING 5819b8f8 #> 8075 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 2eaf7f44 #> 8076 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 11ce56c0 #> 8077 <NA> <NA> 252e830f #> 8078 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE a1df75f8 #> 8079 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 337d2c3d #> 8080 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC b3cbac87 #> 8081 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 73d76364 #> 8082 <NA> <NA> 363959f9 #> 8083 <NA> <NA> f60f6b7a #> 8084 <NA> <NA> 0b27c302 #> 8085 COLLEGE OF VETERINARY MEDICINE VET PATHOLOGY bfd28e7d #> 8086 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 47f09b03 #> 8087 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 34925a86 #> 8088 <NA> <NA> 34a061e6 #> 8089 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO 268c590b #> 8090 <NA> <NA> dee236e7 #> 8091 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 17897ba2 #> 8092 <NA> <NA> ba2201cc #> 8093 <NA> <NA> 1dcd4c95 #> 8094 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 5042ed03 #> 8095 COLLEGE OF DESIGN LANDSCAPE ARCH 80fdf9f0 #> 8096 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 114e13e9 #> 8097 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG f71369b5 #> 8098 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS ab7c739c #> 8099 <NA> <NA> 298ccca6 #> 8100 <NA> <NA> 1a82fc2b #> 8101 <NA> <NA> 1d1a0681 #> 8102 COLLEGE OF ENGINEERING ELEC ENG/CP ENG 9dee2bc2 #> 8103 <NA> <NA> 903c25a1 #> 8104 COLLEGE OF DESIGN ARCHITECTURE 5e977a19 #> 8105 <NA> <NA> d69f453a #> 8106 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD ecda5cdd #> 8107 <NA> <NA> bc501cd1 #> 8108 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT edb1e93c #> 8109 <NA> <NA> 87f4e869 #> 8110 <NA> <NA> 103a435a #> 8111 COLLEGE OF BUSINESS MARKETING f60fb45e #> 8112 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC d0ac4fa6 #> 8113 <NA> <NA> 69c49dba #> 8114 COLLEGE OF LIBERAL ARTS & SCIENCES CHEMISTRY 2a52d568 #> 8115 COLLEGE OF HUMAN SCIENCES AESHM 4b12355b #> 8116 <NA> <NA> 8e931dcd #> 8117 COLLEGE OF BUSINESS SUPPLY CHN/INFO 0c059ed8 #> 8118 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS eba7edd2 #> 8119 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 43b298b3 #> 8120 <NA> <NA> fd099b12 #> 8121 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 165803e5 #> 8122 <NA> <NA> c7aac0a7 #> 8123 COLLEGE of AGRICULTURE & LIFE SCIENCES FOOD SC/HN-AGLS ff159e44 #> 8124 <NA> <NA> b2540156 #> 8125 <NA> <NA> 3d411471 #> 8126 <NA> <NA> 94e35beb #> 8127 <NA> <NA> 43ab139d #> 8128 <NA> <NA> ff1d3cf6 #> 8129 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 9d2c3ad7 #> 8130 COLLEGE OF LIBERAL ARTS & SCIENCES LBRL ART/SC ADM 7576c130 #> 8131 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 69d3851c #> 8132 COLLEGE OF BUSINESS MARKETING 6935c381 #> 8133 <NA> <NA> 1878efc8 #> 8134 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 17f22c03 #> 8135 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c00cc7d6 #> 8136 COLLEGE OF ENGINEERING MATERIAL SC/ENG f6ea49a8 #> 8137 <NA> <NA> bab1b78b #> 8138 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST 7fc5ac49 #> 8139 <NA> <NA> ebadcee4 #> 8140 <NA> <NA> 0c354aea #> 8141 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY d0c1b5af #> 8142 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC e1d7d273 #> 8143 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 7f444293 #> 8144 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 453cc206 #> 8145 <NA> <NA> 9a861ac1 #> 8146 <NA> <NA> 6e14ccbe #> 8147 <NA> <NA> 341f90b1 #> 8148 <NA> <NA> 3e6b060f #> 8149 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS b927e46a #> 8150 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 127fd1e9 #> 8151 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI 8a6be6be #> 8152 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 37442683 #> 8153 <NA> <NA> 423c55a8 #> 8154 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 78d5f1b6 #> 8155 <NA> <NA> c8755c94 #> 8156 <NA> <NA> 13af17af #> 8157 AMES LABORATORY OF US DOE AMES LABORATORY 9bb6f508 #> 8158 COLLEGE OF BUSINESS MANAGEMENT 99933ad7 #> 8159 <NA> <NA> 2a534eb5 #> 8160 <NA> <NA> 4bc505e1 #> 8161 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 67b3780d #> 8162 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS 2f530f06 #> 8163 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 7493d0ad #> 8164 <NA> <NA> a0296981 #> 8165 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 2039f217 #> 8166 LIBRARY LIBRARY 59c316e7 #> 8167 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 44efc7ae #> 8168 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT 41725e7f #> 8169 COLLEGE of AGRICULTURE & LIFE SCIENCES HORTICULTURE fc866ff5 #> 8170 <NA> <NA> 79a2758d #> 8171 COLLEGE of AGRICULTURE & LIFE SCIENCES ECONOMICS-AGLS 47d1b059 #> 8172 COLLEGE OF ENGINEERING CIV/CON/ENV ENG 759a62f1 #> 8173 <NA> <NA> 395409ba #> 8174 COLLEGE OF ENGINEERING MECHANICAL ENG 2658c69a #> 8175 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 9dff21d7 #> 8176 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST c0ed8d91 #> 8177 <NA> <NA> 992c1e41 #> 8178 <NA> <NA> 76c21e3c #> 8179 COLLEGE OF DESIGN LANDSCAPE ARCH 570e471c #> 8180 <NA> <NA> 458af0df #> 8181 <NA> <NA> 976ef33b #> 8182 COLLEGE OF ENGINEERING MECHANICAL ENG 39be762b #> 8183 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY c48f6cfd #> 8184 COLLEGE of AGRICULTURE & LIFE SCIENCES SOCIOLOGY-AGLS 7be66d84 #> 8185 COLLEGE OF HUMAN SCIENCES KINESIOLOGY e4dc1a1e #> 8186 <NA> <NA> 3e806749 #> 8187 <NA> <NA> f180417d #> 8188 <NA> <NA> 289dd0df #> 8189 <NA> <NA> 4bf72d4a #> 8190 COLLEGE OF LIBERAL ARTS & SCIENCES BIOCH/BIOPH-LAS e3bb772e #> 8191 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY c401321b #> 8192 <NA> <NA> b617415d #> 8193 <NA> <NA> fc6db6ec #> 8194 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS 07949217 #> 8195 COLLEGE OF DESIGN COMMUN/REG PLAN 62b9727b #> 8196 COLLEGE OF LIBERAL ARTS & SCIENCES GDCB-LAS 68d1f231 #> 8197 <NA> <NA> 800bd805 #> 8198 COLLEGE OF ENGINEERING AEROSPACE ENG 42c76ebc #> 8199 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO f5597717 #> 8200 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE 600e63b7 #> 8201 <NA> <NA> 0e9b35f6 #> 8202 <NA> <NA> 8aadddeb #> 8203 COLLEGE of AGRICULTURE & LIFE SCIENCES PL PATH & MICRO ced9703c #> 8204 <NA> <NA> cd00f1fd #> 8205 COLLEGE of AGRICULTURE & LIFE SCIENCES GDCB-AGLS 35879093 #> 8206 <NA> <NA> c3e8daa2 #> 8207 <NA> <NA> bd776231 #> 8208 <NA> <NA> 1b86dfae #> 8209 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 76d4d482 #> 8210 COLLEGE OF LIBERAL ARTS & SCIENCES SOCIOLOGY-LAS f4c327b4 #> 8211 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8e75625 #> 8212 VICE PRESIDENT FOR RESEARCH & ECON DEVEL INTRANS 515ebb18 #> 8213 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 8d1987fc #> 8214 COLLEGE OF VETERINARY MEDICINE VET CLINICAL SC c885f57e #> 8215 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 5ba17e38 #> 8216 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS c7ca9c73 #> 8217 <NA> <NA> ced7ba88 #> 8218 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS a4d97695 #> 8219 COLLEGE OF DESIGN ARCHITECTURE 64f7db7b #> 8220 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG da72335e #> 8221 <NA> <NA> 55e91d40 #> 8222 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 3ddac507 #> 8223 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 6cdf4c73 #> 8224 COLLEGE OF ENGINEERING MECHANICAL ENG b7b2f3b9 #> 8225 <NA> <NA> c5d4afec #> 8226 <NA> <NA> 57f8e9f0 #> 8227 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 22261432 #> 8228 COLLEGE OF ENGINEERING ELEC ENG/CP ENG e73f5426 #> 8229 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST f64c48f4 #> 8230 <NA> <NA> 70ba8c26 #> 8231 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG 750ed03e #> 8232 <NA> <NA> 3d83b2f0 #> 8233 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY a2252304 #> 8234 <NA> <NA> 666d1bc6 #> 8235 <NA> <NA> 02fe6925 #> 8236 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 54e1be5f #> 8237 COLLEGE of AGRICULTURE & LIFE SCIENCES NAT RES ECL/MGT 556803fb #> 8238 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY c697b97a #> 8239 COLLEGE OF VETERINARY MEDICINE VET MIC/PRV MED 13ef74f5 #> 8240 COLLEGE of AGRICULTURE & LIFE SCIENCES ENTOMOLOGY 0b5bcdde #> 8241 <NA> <NA> 291111ee #> 8242 <NA> <NA> 5786549d #> 8243 COLLEGE of AGRICULTURE & LIFE SCIENCES BBMB-AGLS 4720841b #> 8244 COLLEGE OF DESIGN ARCHITECTURE 12fe3053 #> 8245 <NA> <NA> 3660c51e #> 8246 <NA> <NA> 545488e1 #> 8247 <NA> <NA> bcaf901c #> 8248 COLLEGE OF BUSINESS FINANCE b049acf5 #> 8249 COLLEGE OF HUMAN SCIENCES AESHM 7e0d7f88 #> 8250 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE be6dd438 #> 8251 <NA> <NA> 5af253d3 #> 8252 <NA> <NA> 18018b3e #> 8253 COLLEGE OF ENGINEERING MATERIAL SC/ENG aaf66162 #> 8254 <NA> <NA> ffa9d2ee #> 8255 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 2122ef23 #> 8256 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI e51de2e8 #> 8257 COLLEGE OF DESIGN COMMUN/REG PLAN 33dd05d4 #> 8258 COLLEGE OF DESIGN GRAPHIC DSN 624a7df3 #> 8259 COLLEGE OF ENGINEERING CHEM & BIO ENGR 8186a992 #> 8260 <NA> <NA> 627dd854 #> 8261 <NA> <NA> 226b8fb8 #> 8262 COLLEGE OF LIBERAL ARTS & SCIENCES HISTORY 3e3bb52d #> 8263 <NA> <NA> ab9c4bb5 #> 8264 <NA> <NA> 57412d42 #> 8265 COLLEGE OF LIBERAL ARTS & SCIENCES EEOB-LAS 59b36ee6 #> 8266 <NA> <NA> ef9cd4d8 #> 8267 <NA> <NA> 3a624edb #> 8268 <NA> <NA> 6043945a #> 8269 <NA> <NA> 372c3d3f #> 8270 <NA> <NA> 5776b58f #> 8271 COLLEGE OF HUMAN SCIENCES AESHM 92308c85 #> 8272 COLLEGE OF BUSINESS FINANCE 73570c69 #> 8273 COLLEGE OF ENGINEERING MECHANICAL ENG c805b487 #> 8274 COLLEGE of AGRICULTURE & LIFE SCIENCES AG/BIOSYS ENG d956afc6 #> 8275 COLLEGE OF HUMAN SCIENCES SCHOOL OF ED a06467f0 #> 8276 COLLEGE OF DESIGN GRAPHIC DSN 9a5fd3c2 #> 8277 COLLEGE OF ENGINEERING MECHANICAL ENG f4cc2a6a #> 8278 COLLEGE OF LIBERAL ARTS & SCIENCES MUSIC & THEATRE d524a9c0 #> 8279 COLLEGE OF LIBERAL ARTS & SCIENCES ECONOMICS-LAS 9ebfd7d7 #> 8280 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH c41046d5 #> 8281 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 8c54610e #> 8282 COLLEGE OF VETERINARY MEDICINE VET DIAG/PROD 4de41832 #> 8283 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST b067ef3f #> 8284 COLLEGE OF LIBERAL ARTS & SCIENCES MATHEMATICS af2a9456 #> 8285 COLLEGE OF LIBERAL ARTS & SCIENCES PHIL/RELIG ST a8bb94b3 #> 8286 COLLEGE of AGRICULTURE & LIFE SCIENCES ANIMAL SCIENCE b8a26308 #> 8287 <NA> <NA> e03e9ce3 #> 8288 COLLEGE OF ENGINEERING MATERIAL SC/ENG ded87b26 #> 8289 COLLEGE OF ENGINEERING MATERIAL SC/ENG 8e5757b3 #> 8290 COLLEGE OF DESIGN INTERIOR DSN 66c91b5f #> 8291 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC e714e3ff #> 8292 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 52e8fc51 #> 8293 COLLEGE OF DESIGN ART/VISUAL CULT 0a9ca9c7 #> 8294 <NA> <NA> 4ad05cf9 #> 8295 COLLEGE OF DESIGN GRAPHIC DSN 9a84e851 #> 8296 COLLEGE OF DESIGN ARCHITECTURE 1915ed22 #> 8297 COLLEGE OF HUMAN SCIENCES FOOD SC/HN-HSCI 50efc574 #> 8298 COLLEGE OF BUSINESS FINANCE aa9df26b #> 8299 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON ab05f23e #> 8300 <NA> <NA> e0399654 #> 8301 COLLEGE OF BUSINESS SUPPLY CHN/INFO a52388bd #> 8302 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS 579e085a #> 8303 <NA> <NA> cb7987e9 #> 8304 <NA> <NA> eae6bd8d #> 8305 COLLEGE OF VETERINARY MEDICINE BIOMEDICAL SCI da833f7b #> 8306 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY 455cdb01 #> 8307 <NA> <NA> 146e36bc #> 8308 <NA> <NA> c60b972b #> 8309 COLLEGE OF LIBERAL ARTS & SCIENCES STATISTICS dd9dfb35 #> 8310 <NA> <NA> 0da53fa2 #> 8311 COLLEGE OF LIBERAL ARTS & SCIENCES WORLD LANG/CULT a8fe0146 #> 8312 COLLEGE of AGRICULTURE & LIFE SCIENCES AGRONOMY 7dada014 #> 8313 <NA> <NA> b889ccc4 #> 8314 <NA> <NA> 7f214a51 #> 8315 COLLEGE OF LIBERAL ARTS & SCIENCES GEOL/ATMOSPH SC 015440d7 #> 8316 COLLEGE OF ENGINEERING CIV/CON/ENV ENG bbe2900c #> 8317 <NA> <NA> 27758826 #> 8318 COLLEGE OF LIBERAL ARTS & SCIENCES GREENLEE JRN/CM 04b332a0 #> 8319 COLLEGE OF DESIGN ARCHITECTURE d7bea786 #> 8320 COLLEGE OF LIBERAL ARTS & SCIENCES PSYCHOLOGY d83e13d4 #> 8321 COLLEGE OF ENGINEERING MECHANICAL ENG 8f330ad1 #> 8322 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC fe2688a4 #> 8323 <NA> <NA> c1f9dbff #> 8324 COLLEGE OF LIBERAL ARTS & SCIENCES ENGLISH 811a66ac #> 8325 <NA> <NA> 81ee20e9 #> 8326 COLLEGE OF LIBERAL ARTS & SCIENCES COMPUTER SC 50d7e83c #> 8327 COLLEGE OF LIBERAL ARTS & SCIENCES PHYSICS/ASTRON 1749de3b #> 8328 COLLEGE OF ENGINEERING ELEC ENG/CP ENG c6c9b118 #> 8329 <NA> <NA> 959fde1b #> 8330 <NA> <NA> e958602a #> 8331 <NA> <NA> e04441ee #> 8332 <NA> <NA> 866b5181 #> 8333 <NA> <NA> bc6fbd61 #> position_simplified #> 1 professor #> 2 professor #> 3 associate #> 4 professor #> 5 professor #> 6 associate #> 7 professor #> 8 associate #> 9 professor #> 10 professor #> 11 associate #> 12 professor #> 13 professor #> 14 associate #> 15 associate #> 16 associate #> 17 associate #> 18 chair #> 19 associate #> 20 associate #> 21 assistant #> 22 professor #> 23 associate #> 24 assistant #> 25 assistant #> 26 affiliate #> 27 distinguished #> 28 associate #> 29 professor #> 30 professor #> 31 adjunct #> 32 distinguished #> 33 professor #> 34 chair #> 35 adjunct #> 36 associate #> 37 associate #> 38 associate #> 39 emeritus #> 40 assistant #> 41 assistant #> 42 professor #> 43 professor #> 44 associate #> 45 distinguished #> 46 associate #> 47 professor #> 48 associate #> 49 visiting #> 50 associate #> 51 professor #> 52 associate #> 53 assistant #> 54 associate #> 55 assistant #> 56 professor #> 57 assistant #> 58 associate #> 59 assistant #> 60 professor #> 61 adjunct #> 62 associate #> 63 assistant #> 64 assistant #> 65 distinguished #> 66 associate #> 67 associate #> 68 associate #> 69 assistant #> 70 associate #> 71 chair #> 72 associate #> 73 assistant #> 74 associate #> 75 professor #> 76 associate #> 77 professor #> 78 distinguished #> 79 assistant #> 80 associate #> 81 professor #> 82 professor #> 83 professor #> 84 associate #> 85 university #> 86 distinguished #> 87 visiting #> 88 professor #> 89 professor #> 90 associate #> 91 associate #> 92 visiting #> 93 associate #> 94 associate #> 95 distinguished #> 96 associate #> 97 associate #> 98 assistant #> 99 assistant #> 100 assistant #> 101 assistant #> 102 professor #> 103 chair #> 104 associate #> 105 assistant #> 106 associate #> 107 associate #> 108 assistant #> 109 chair #> 110 professor #> 111 associate #> 112 assistant #> 113 associate #> 114 adjunct #> 115 distinguished #> 116 professor #> 117 associate #> 118 associate #> 119 associate #> 120 associate #> 121 associate #> 122 professor #> 123 chair #> 124 professor #> 125 assistant #> 126 professor #> 127 assistant #> 128 professor #> 129 professor #> 130 associate #> 131 professor #> 132 assistant #> 133 assistant #> 134 assistant #> 135 associate #> 136 adjunct #> 137 assistant #> 138 associate #> 139 university #> 140 associate #> 141 professor #> 142 assistant #> 143 emeritus #> 144 associate #> 145 assistant #> 146 professor #> 147 assistant #> 148 associate #> 149 assistant #> 150 assistant #> 151 associate #> 152 distinguished #> 153 assistant #> 154 associate #> 155 associate #> 156 assistant #> 157 professor #> 158 professor #> 159 professor #> 160 professor #> 161 professor #> 162 associate #> 163 associate #> 164 assistant #> 165 chair #> 166 assistant #> 167 professor #> 168 professor #> 169 chair #> 170 associate #> 171 professor #> 172 assistant #> 173 associate #> 174 professor #> 175 associate #> 176 professor #> 177 professor #> 178 assistant #> 179 associate #> 180 professor #> 181 professor #> 182 visiting #> 183 associate #> 184 associate #> 185 university #> 186 associate #> 187 professor #> 188 professor #> 189 assistant #> 190 assistant #> 191 professor #> 192 professor #> 193 associate #> 194 associate #> 195 assistant #> 196 associate #> 197 associate #> 198 assistant #> 199 affiliate #> 200 associate #> 201 associate #> 202 professor #> 203 assistant #> 204 associate #> 205 associate #> 206 associate #> 207 associate #> 208 professor #> 209 associate #> 210 distinguished #> 211 assistant #> 212 professor #> 213 associate #> 214 assistant #> 215 assistant #> 216 emeritus #> 217 professor #> 218 professor #> 219 professor #> 220 professor #> 221 professor #> 222 emeritus #> 223 professor #> 224 assistant #> 225 associate #> 226 associate #> 227 associate #> 228 associate #> 229 professor #> 230 associate #> 231 associate #> 232 associate #> 233 associate #> 234 assistant #> 235 adjunct #> 236 professor #> 237 professor #> 238 professor #> 239 professor #> 240 associate #> 241 professor #> 242 assistant #> 243 professor #> 244 associate #> 245 professor #> 246 professor #> 247 visiting #> 248 university #> 249 associate #> 250 associate #> 251 associate #> 252 associate #> 253 associate #> 254 associate #> 255 professor #> 256 professor #> 257 professor #> 258 associate #> 259 professor #> 260 associate #> 261 associate #> 262 associate #> 263 adjunct #> 264 associate #> 265 professor #> 266 professor #> 267 associate #> 268 professor #> 269 associate #> 270 assistant #> 271 assistant #> 272 assistant #> 273 associate #> 274 professor #> 275 chair #> 276 professor #> 277 professor #> 278 associate #> 279 university #> 280 assistant #> 281 professor #> 282 associate #> 283 associate #> 284 professor #> 285 professor #> 286 assistant #> 287 assistant #> 288 professor #> 289 associate #> 290 associate #> 291 professor #> 292 professor #> 293 university #> 294 professor #> 295 visiting #> 296 professor #> 297 assistant #> 298 associate #> 299 associate #> 300 assistant #> 301 associate #> 302 professor #> 303 associate #> 304 associate #> 305 professor #> 306 chair #> 307 professor #> 308 assistant #> 309 assistant #> 310 adjunct #> 311 associate #> 312 professor #> 313 professor #> 314 professor #> 315 associate #> 316 professor #> 317 assistant #> 318 assistant #> 319 associate #> 320 assistant #> 321 professor #> 322 professor #> 323 assistant #> 324 professor #> 325 emeritus #> 326 associate #> 327 associate #> 328 professor #> 329 professor #> 330 assistant #> 331 professor #> 332 professor #> 333 distinguished #> 334 professor #> 335 associate #> 336 associate #> 337 associate #> 338 professor #> 339 associate #> 340 professor #> 341 assistant #> 342 associate #> 343 associate #> 344 assistant #> 345 professor #> 346 assistant #> 347 distinguished #> 348 assistant #> 349 associate #> 350 associate #> 351 associate #> 352 professor #> 353 associate #> 354 assistant #> 355 assistant #> 356 associate #> 357 professor #> 358 professor #> 359 associate #> 360 associate #> 361 professor #> 362 assistant #> 363 associate #> 364 professor #> 365 professor #> 366 associate #> 367 associate #> 368 assistant #> 369 professor #> 370 distinguished #> 371 associate #> 372 associate #> 373 assistant #> 374 assistant #> 375 assistant #> 376 professor #> 377 professor #> 378 professor #> 379 associate #> 380 professor #> 381 professor #> 382 professor #> 383 professor #> 384 adjunct #> 385 assistant #> 386 professor #> 387 assistant #> 388 distinguished #> 389 assistant #> 390 associate #> 391 assistant #> 392 associate #> 393 distinguished #> 394 assistant #> 395 associate #> 396 associate #> 397 professor #> 398 professor #> 399 adjunct #> 400 associate #> 401 professor #> 402 assistant #> 403 assistant #> 404 chair #> 405 associate #> 406 professor #> 407 assistant #> 408 associate #> 409 associate #> 410 assistant #> 411 associate #> 412 associate #> 413 distinguished #> 414 associate #> 415 professor #> 416 assistant #> 417 associate #> 418 affiliate #> 419 professor #> 420 assistant #> 421 associate #> 422 assistant #> 423 assistant #> 424 associate #> 425 assistant #> 426 chair #> 427 professor #> 428 chair #> 429 associate #> 430 assistant #> 431 assistant #> 432 associate #> 433 professor #> 434 assistant #> 435 assistant #> 436 associate #> 437 assistant #> 438 associate #> 439 associate #> 440 distinguished #> 441 professor #> 442 assistant #> 443 professor #> 444 professor #> 445 affiliate #> 446 adjunct #> 447 associate #> 448 professor #> 449 professor #> 450 assistant #> 451 professor #> 452 associate #> 453 professor #> 454 associate #> 455 professor #> 456 assistant #> 457 professor #> 458 associate #> 459 associate #> 460 professor #> 461 professor #> 462 assistant #> 463 professor #> 464 professor #> 465 associate #> 466 professor #> 467 assistant #> 468 professor #> 469 professor #> 470 assistant #> 471 assistant #> 472 professor #> 473 professor #> 474 associate #> 475 professor #> 476 assistant #> 477 professor #> 478 professor #> 479 university #> 480 professor #> 481 professor #> 482 assistant #> 483 associate #> 484 associate #> 485 associate #> 486 distinguished #> 487 associate #> 488 visiting #> 489 professor #> 490 professor #> 491 university #> 492 professor #> 493 professor #> 494 associate #> 495 professor #> 496 chair #> 497 associate #> 498 assistant #> 499 assistant #> 500 assistant #> 501 professor #> 502 associate #> 503 associate #> 504 assistant #> 505 professor #> 506 associate #> 507 professor #> 508 professor #> 509 professor #> 510 assistant #> 511 professor #> 512 professor #> 513 assistant #> 514 university #> 515 distinguished #> 516 associate #> 517 assistant #> 518 affiliate #> 519 professor #> 520 professor #> 521 adjunct #> 522 professor #> 523 assistant #> 524 associate #> 525 emeritus #> 526 adjunct #> 527 distinguished #> 528 assistant #> 529 associate #> 530 assistant #> 531 professor #> 532 professor #> 533 associate #> 534 associate #> 535 professor #> 536 assistant #> 537 chair #> 538 associate #> 539 professor #> 540 professor #> 541 associate #> 542 professor #> 543 associate #> 544 professor #> 545 associate #> 546 chair #> 547 professor #> 548 assistant #> 549 associate #> 550 professor #> 551 professor #> 552 associate #> 553 assistant #> 554 professor #> 555 associate #> 556 professor #> 557 assistant #> 558 associate #> 559 assistant #> 560 associate #> 561 professor #> 562 professor #> 563 associate #> 564 professor #> 565 professor #> 566 emeritus #> 567 assistant #> 568 associate #> 569 professor #> 570 professor #> 571 assistant #> 572 associate #> 573 professor #> 574 associate #> 575 distinguished #> 576 professor #> 577 professor #> 578 professor #> 579 associate #> 580 associate #> 581 professor #> 582 affiliate #> 583 assistant #> 584 visiting #> 585 assistant #> 586 professor #> 587 professor #> 588 associate #> 589 professor #> 590 professor #> 591 assistant #> 592 professor #> 593 assistant #> 594 assistant #> 595 affiliate #> 596 associate #> 597 professor #> 598 professor #> 599 assistant #> 600 chair #> 601 associate #> 602 assistant #> 603 assistant #> 604 associate #> 605 assistant #> 606 professor #> 607 associate #> 608 assistant #> 609 professor #> 610 professor #> 611 professor #> 612 assistant #> 613 university #> 614 professor #> 615 assistant #> 616 associate #> 617 assistant #> 618 assistant #> 619 professor #> 620 professor #> 621 assistant #> 622 associate #> 623 associate #> 624 assistant #> 625 professor #> 626 professor #> 627 professor #> 628 professor #> 629 associate #> 630 professor #> 631 associate #> 632 university #> 633 associate #> 634 assistant #> 635 assistant #> 636 professor #> 637 professor #> 638 chair #> 639 professor #> 640 associate #> 641 associate #> 642 professor #> 643 assistant #> 644 adjunct #> 645 emeritus #> 646 professor #> 647 associate #> 648 associate #> 649 university #> 650 associate #> 651 assistant #> 652 associate #> 653 associate #> 654 associate #> 655 professor #> 656 professor #> 657 associate #> 658 chair #> 659 assistant #> 660 emeritus #> 661 distinguished #> 662 visiting #> 663 adjunct #> 664 university #> 665 associate #> 666 distinguished #> 667 associate #> 668 professor #> 669 associate #> 670 assistant #> 671 chair #> 672 assistant #> 673 associate #> 674 professor #> 675 assistant #> 676 professor #> 677 visiting #> 678 professor #> 679 assistant #> 680 adjunct #> 681 associate #> 682 professor #> 683 professor #> 684 professor #> 685 chair #> 686 adjunct #> 687 associate #> 688 distinguished #> 689 associate #> 690 assistant #> 691 chair #> 692 professor #> 693 associate #> 694 assistant #> 695 professor #> 696 assistant #> 697 professor #> 698 professor #> 699 professor #> 700 visiting #> 701 professor #> 702 assistant #> 703 assistant #> 704 assistant #> 705 assistant #> 706 professor #> 707 professor #> 708 assistant #> 709 professor #> 710 assistant #> 711 assistant #> 712 associate #> 713 associate #> 714 assistant #> 715 visiting #> 716 university #> 717 associate #> 718 associate #> 719 professor #> 720 assistant #> 721 professor #> 722 professor #> 723 professor #> 724 professor #> 725 associate #> 726 associate #> 727 assistant #> 728 professor #> 729 professor #> 730 assistant #> 731 assistant #> 732 professor #> 733 chair #> 734 chair #> 735 assistant #> 736 associate #> 737 professor #> 738 associate #> 739 professor #> 740 associate #> 741 associate #> 742 assistant #> 743 professor #> 744 professor #> 745 associate #> 746 professor #> 747 associate #> 748 professor #> 749 associate #> 750 associate #> 751 assistant #> 752 assistant #> 753 visiting #> 754 assistant #> 755 assistant #> 756 associate #> 757 associate #> 758 assistant #> 759 professor #> 760 assistant #> 761 assistant #> 762 associate #> 763 associate #> 764 associate #> 765 professor #> 766 professor #> 767 chair #> 768 assistant #> 769 university #> 770 adjunct #> 771 professor #> 772 assistant #> 773 associate #> 774 assistant #> 775 professor #> 776 professor #> 777 associate #> 778 professor #> 779 adjunct #> 780 associate #> 781 associate #> 782 chair #> 783 professor #> 784 university #> 785 associate #> 786 emeritus #> 787 university #> 788 associate #> 789 affiliate #> 790 assistant #> 791 adjunct #> 792 assistant #> 793 adjunct #> 794 distinguished #> 795 associate #> 796 university #> 797 associate #> 798 associate #> 799 professor #> 800 professor #> 801 associate #> 802 assistant #> 803 emeritus #> 804 assistant #> 805 assistant #> 806 assistant #> 807 associate #> 808 associate #> 809 assistant #> 810 associate #> 811 assistant #> 812 professor #> 813 professor #> 814 assistant #> 815 professor #> 816 professor #> 817 professor #> 818 associate #> 819 associate #> 820 professor #> 821 professor #> 822 professor #> 823 associate #> 824 associate #> 825 affiliate #> 826 professor #> 827 associate #> 828 assistant #> 829 assistant #> 830 associate #> 831 associate #> 832 associate #> 833 professor #> 834 associate #> 835 professor #> 836 assistant #> 837 assistant #> 838 associate #> 839 professor #> 840 university #> 841 assistant #> 842 associate #> 843 professor #> 844 assistant #> 845 associate #> 846 associate #> 847 associate #> 848 emeritus #> 849 professor #> 850 associate #> 851 associate #> 852 assistant #> 853 professor #> 854 assistant #> 855 university #> 856 chair #> 857 professor #> 858 professor #> 859 associate #> 860 associate #> 861 university #> 862 associate #> 863 professor #> 864 associate #> 865 professor #> 866 professor #> 867 assistant #> 868 assistant #> 869 assistant #> 870 assistant #> 871 associate #> 872 associate #> 873 assistant #> 874 associate #> 875 professor #> 876 associate #> 877 professor #> 878 visiting #> 879 professor #> 880 chair #> 881 professor #> 882 assistant #> 883 visiting #> 884 assistant #> 885 professor #> 886 professor #> 887 emeritus #> 888 associate #> 889 associate #> 890 associate #> 891 associate #> 892 associate #> 893 professor #> 894 associate #> 895 professor #> 896 associate #> 897 assistant #> 898 professor #> 899 assistant #> 900 professor #> 901 university #> 902 assistant #> 903 professor #> 904 professor #> 905 professor #> 906 associate #> 907 associate #> 908 assistant #> 909 professor #> 910 professor #> 911 associate #> 912 professor #> 913 assistant #> 914 visiting #> 915 visiting #> 916 assistant #> 917 associate #> 918 associate #> 919 associate #> 920 assistant #> 921 professor #> 922 emeritus #> 923 assistant #> 924 assistant #> 925 associate #> 926 associate #> 927 associate #> 928 distinguished #> 929 assistant #> 930 associate #> 931 assistant #> 932 associate #> 933 associate #> 934 assistant #> 935 associate #> 936 chair #> 937 associate #> 938 assistant #> 939 associate #> 940 professor #> 941 professor #> 942 professor #> 943 chair #> 944 associate #> 945 associate #> 946 professor #> 947 assistant #> 948 professor #> 949 adjunct #> 950 adjunct #> 951 professor #> 952 professor #> 953 associate #> 954 associate #> 955 chair #> 956 assistant #> 957 professor #> 958 associate #> 959 collab #> 960 professor #> 961 assistant #> 962 associate #> 963 associate #> 964 associate #> 965 associate #> 966 university #> 967 associate #> 968 associate #> 969 professor #> 970 associate #> 971 professor #> 972 professor #> 973 associate #> 974 adjunct #> 975 assistant #> 976 assistant #> 977 associate #> 978 professor #> 979 assistant #> 980 professor #> 981 associate #> 982 assistant #> 983 professor #> 984 assistant #> 985 professor #> 986 assistant #> 987 associate #> 988 professor #> 989 assistant #> 990 emeritus #> 991 professor #> 992 affiliate #> 993 professor #> 994 professor #> 995 associate #> 996 associate #> 997 associate #> 998 assistant #> 999 distinguished #> 1000 assistant #> 1001 assistant #> 1002 associate #> 1003 professor #> 1004 chair #> 1005 assistant #> 1006 professor #> 1007 associate #> 1008 professor #> 1009 associate #> 1010 professor #> 1011 associate #> 1012 associate #> 1013 adjunct #> 1014 affiliate #> 1015 assistant #> 1016 university #> 1017 professor #> 1018 professor #> 1019 professor #> 1020 professor #> 1021 professor #> 1022 associate #> 1023 assistant #> 1024 professor #> 1025 associate #> 1026 visiting #> 1027 chair #> 1028 adjunct #> 1029 professor #> 1030 professor #> 1031 distinguished #> 1032 professor #> 1033 distinguished #> 1034 assistant #> 1035 assistant #> 1036 assistant #> 1037 assistant #> 1038 associate #> 1039 professor #> 1040 associate #> 1041 professor #> 1042 affiliate #> 1043 professor #> 1044 professor #> 1045 professor #> 1046 emeritus #> 1047 emeritus #> 1048 associate #> 1049 professor #> 1050 assistant #> 1051 assistant #> 1052 associate #> 1053 associate #> 1054 adjunct #> 1055 associate #> 1056 professor #> 1057 professor #> 1058 assistant #> 1059 assistant #> 1060 professor #> 1061 associate #> 1062 assistant #> 1063 associate #> 1064 professor #> 1065 assistant #> 1066 professor #> 1067 associate #> 1068 assistant #> 1069 associate #> 1070 professor #> 1071 professor #> 1072 assistant #> 1073 university #> 1074 professor #> 1075 professor #> 1076 visiting #> 1077 emeritus #> 1078 professor #> 1079 distinguished #> 1080 assistant #> 1081 professor #> 1082 professor #> 1083 associate #> 1084 associate #> 1085 associate #> 1086 university #> 1087 assistant #> 1088 adjunct #> 1089 assistant #> 1090 assistant #> 1091 assistant #> 1092 associate #> 1093 assistant #> 1094 adjunct #> 1095 assistant #> 1096 professor #> 1097 professor #> 1098 professor #> 1099 assistant #> 1100 professor #> 1101 professor #> 1102 adjunct #> 1103 visiting #> 1104 university #> 1105 professor #> 1106 assistant #> 1107 associate #> 1108 visiting #> 1109 chair #> 1110 professor #> 1111 professor #> 1112 assistant #> 1113 associate #> 1114 university #> 1115 assistant #> 1116 professor #> 1117 professor #> 1118 professor #> 1119 assistant #> 1120 assistant #> 1121 associate #> 1122 associate #> 1123 professor #> 1124 assistant #> 1125 professor #> 1126 associate #> 1127 chair #> 1128 chair #> 1129 visiting #> 1130 assistant #> 1131 professor #> 1132 professor #> 1133 professor #> 1134 associate #> 1135 professor #> 1136 assistant #> 1137 assistant #> 1138 distinguished #> 1139 assistant #> 1140 assistant #> 1141 assistant #> 1142 associate #> 1143 associate #> 1144 associate #> 1145 distinguished #> 1146 professor #> 1147 chair #> 1148 visiting #> 1149 professor #> 1150 assistant #> 1151 professor #> 1152 associate #> 1153 associate #> 1154 associate #> 1155 associate #> 1156 assistant #> 1157 professor #> 1158 associate #> 1159 assistant #> 1160 assistant #> 1161 assistant #> 1162 assistant #> 1163 associate #> 1164 university #> 1165 associate #> 1166 associate #> 1167 assistant #> 1168 professor #> 1169 adjunct #> 1170 adjunct #> 1171 professor #> 1172 associate #> 1173 professor #> 1174 professor #> 1175 associate #> 1176 associate #> 1177 assistant #> 1178 assistant #> 1179 assistant #> 1180 assistant #> 1181 associate #> 1182 associate #> 1183 associate #> 1184 distinguished #> 1185 professor #> 1186 professor #> 1187 associate #> 1188 assistant #> 1189 assistant #> 1190 emeritus #> 1191 associate #> 1192 assistant #> 1193 professor #> 1194 distinguished #> 1195 assistant #> 1196 professor #> 1197 professor #> 1198 distinguished #> 1199 professor #> 1200 chair #> 1201 associate #> 1202 assistant #> 1203 university #> 1204 associate #> 1205 associate #> 1206 professor #> 1207 distinguished #> 1208 professor #> 1209 assistant #> 1210 associate #> 1211 associate #> 1212 associate #> 1213 assistant #> 1214 associate #> 1215 associate #> 1216 professor #> 1217 chair #> 1218 assistant #> 1219 associate #> 1220 associate #> 1221 assistant #> 1222 emeritus #> 1223 professor #> 1224 professor #> 1225 assistant #> 1226 professor #> 1227 emeritus #> 1228 professor #> 1229 distinguished #> 1230 collab #> 1231 assistant #> 1232 assistant #> 1233 associate #> 1234 professor #> 1235 associate #> 1236 associate #> 1237 associate #> 1238 professor #> 1239 visiting #> 1240 professor #> 1241 assistant #> 1242 associate #> 1243 assistant #> 1244 professor #> 1245 assistant #> 1246 associate #> 1247 professor #> 1248 professor #> 1249 professor #> 1250 professor #> 1251 associate #> 1252 professor #> 1253 university #> 1254 professor #> 1255 assistant #> 1256 associate #> 1257 associate #> 1258 university #> 1259 assistant #> 1260 associate #> 1261 associate #> 1262 associate #> 1263 associate #> 1264 professor #> 1265 assistant #> 1266 professor #> 1267 assistant #> 1268 adjunct #> 1269 assistant #> 1270 adjunct #> 1271 associate #> 1272 associate #> 1273 associate #> 1274 professor #> 1275 assistant #> 1276 associate #> 1277 professor #> 1278 professor #> 1279 associate #> 1280 associate #> 1281 assistant #> 1282 associate #> 1283 professor #> 1284 professor #> 1285 associate #> 1286 assistant #> 1287 professor #> 1288 assistant #> 1289 associate #> 1290 assistant #> 1291 assistant #> 1292 associate #> 1293 professor #> 1294 distinguished #> 1295 chair #> 1296 associate #> 1297 professor #> 1298 associate #> 1299 associate #> 1300 professor #> 1301 professor #> 1302 associate #> 1303 university #> 1304 associate #> 1305 associate #> 1306 professor #> 1307 associate #> 1308 associate #> 1309 assistant #> 1310 assistant #> 1311 assistant #> 1312 associate #> 1313 university #> 1314 professor #> 1315 associate #> 1316 professor #> 1317 associate #> 1318 university #> 1319 associate #> 1320 professor #> 1321 assistant #> 1322 assistant #> 1323 emeritus #> 1324 assistant #> 1325 professor #> 1326 university #> 1327 assistant #> 1328 associate #> 1329 professor #> 1330 assistant #> 1331 associate #> 1332 professor #> 1333 professor #> 1334 university #> 1335 associate #> 1336 professor #> 1337 emeritus #> 1338 associate #> 1339 associate #> 1340 associate #> 1341 professor #> 1342 professor #> 1343 assistant #> 1344 associate #> 1345 assistant #> 1346 assistant #> 1347 professor #> 1348 professor #> 1349 distinguished #> 1350 assistant #> 1351 professor #> 1352 associate #> 1353 assistant #> 1354 assistant #> 1355 assistant #> 1356 assistant #> 1357 associate #> 1358 assistant #> 1359 professor #> 1360 visiting #> 1361 associate #> 1362 assistant #> 1363 assistant #> 1364 associate #> 1365 assistant #> 1366 associate #> 1367 associate #> 1368 assistant #> 1369 professor #> 1370 assistant #> 1371 associate #> 1372 associate #> 1373 professor #> 1374 professor #> 1375 associate #> 1376 professor #> 1377 professor #> 1378 professor #> 1379 associate #> 1380 professor #> 1381 professor #> 1382 professor #> 1383 professor #> 1384 associate #> 1385 assistant #> 1386 associate #> 1387 chair #> 1388 associate #> 1389 associate #> 1390 associate #> 1391 professor #> 1392 assistant #> 1393 associate #> 1394 assistant #> 1395 associate #> 1396 affiliate #> 1397 distinguished #> 1398 professor #> 1399 professor #> 1400 adjunct #> 1401 distinguished #> 1402 professor #> 1403 professor #> 1404 chair #> 1405 adjunct #> 1406 professor #> 1407 associate #> 1408 associate #> 1409 assistant #> 1410 assistant #> 1411 assistant #> 1412 professor #> 1413 professor #> 1414 associate #> 1415 university #> 1416 distinguished #> 1417 associate #> 1418 professor #> 1419 associate #> 1420 visiting #> 1421 associate #> 1422 professor #> 1423 associate #> 1424 associate #> 1425 chair #> 1426 assistant #> 1427 professor #> 1428 assistant #> 1429 assistant #> 1430 associate #> 1431 assistant #> 1432 professor #> 1433 assistant #> 1434 distinguished #> 1435 associate #> 1436 associate #> 1437 associate #> 1438 assistant #> 1439 associate #> 1440 chair #> 1441 associate #> 1442 assistant #> 1443 professor #> 1444 associate #> 1445 professor #> 1446 associate #> 1447 professor #> 1448 distinguished #> 1449 assistant #> 1450 professor #> 1451 professor #> 1452 professor #> 1453 professor #> 1454 associate #> 1455 university #> 1456 professor #> 1457 professor #> 1458 associate #> 1459 associate #> 1460 associate #> 1461 associate #> 1462 associate #> 1463 assistant #> 1464 distinguished #> 1465 associate #> 1466 associate #> 1467 associate #> 1468 associate #> 1469 assistant #> 1470 assistant #> 1471 assistant #> 1472 professor #> 1473 chair #> 1474 associate #> 1475 assistant #> 1476 associate #> 1477 associate #> 1478 assistant #> 1479 visiting #> 1480 chair #> 1481 professor #> 1482 associate #> 1483 chair #> 1484 affiliate #> 1485 associate #> 1486 assistant #> 1487 associate #> 1488 adjunct #> 1489 distinguished #> 1490 professor #> 1491 associate #> 1492 associate #> 1493 associate #> 1494 associate #> 1495 associate #> 1496 professor #> 1497 professor #> 1498 assistant #> 1499 assistant #> 1500 professor #> 1501 assistant #> 1502 assistant #> 1503 professor #> 1504 distinguished #> 1505 associate #> 1506 assistant #> 1507 assistant #> 1508 assistant #> 1509 associate #> 1510 adjunct #> 1511 assistant #> 1512 associate #> 1513 emeritus #> 1514 associate #> 1515 professor #> 1516 assistant #> 1517 associate #> 1518 assistant #> 1519 assistant #> 1520 associate #> 1521 assistant #> 1522 assistant #> 1523 associate #> 1524 distinguished #> 1525 assistant #> 1526 associate #> 1527 associate #> 1528 associate #> 1529 professor #> 1530 professor #> 1531 professor #> 1532 associate #> 1533 associate #> 1534 assistant #> 1535 chair #> 1536 assistant #> 1537 professor #> 1538 assistant #> 1539 professor #> 1540 chair #> 1541 associate #> 1542 professor #> 1543 assistant #> 1544 associate #> 1545 professor #> 1546 associate #> 1547 professor #> 1548 professor #> 1549 associate #> 1550 professor #> 1551 professor #> 1552 associate #> 1553 assistant #> 1554 associate #> 1555 university #> 1556 associate #> 1557 professor #> 1558 assistant #> 1559 professor #> 1560 assistant #> 1561 assistant #> 1562 professor #> 1563 professor #> 1564 associate #> 1565 associate #> 1566 assistant #> 1567 associate #> 1568 associate #> 1569 assistant #> 1570 affiliate #> 1571 associate #> 1572 associate #> 1573 professor #> 1574 assistant #> 1575 associate #> 1576 associate #> 1577 associate #> 1578 professor #> 1579 associate #> 1580 distinguished #> 1581 professor #> 1582 associate #> 1583 assistant #> 1584 assistant #> 1585 professor #> 1586 professor #> 1587 professor #> 1588 professor #> 1589 professor #> 1590 professor #> 1591 associate #> 1592 associate #> 1593 associate #> 1594 associate #> 1595 professor #> 1596 associate #> 1597 associate #> 1598 assistant #> 1599 assistant #> 1600 associate #> 1601 adjunct #> 1602 professor #> 1603 professor #> 1604 professor #> 1605 professor #> 1606 associate #> 1607 professor #> 1608 assistant #> 1609 professor #> 1610 assistant #> 1611 associate #> 1612 professor #> 1613 professor #> 1614 assistant #> 1615 university #> 1616 associate #> 1617 associate #> 1618 associate #> 1619 associate #> 1620 associate #> 1621 associate #> 1622 emeritus #> 1623 professor #> 1624 professor #> 1625 assistant #> 1626 associate #> 1627 professor #> 1628 assistant #> 1629 associate #> 1630 associate #> 1631 associate #> 1632 adjunct #> 1633 associate #> 1634 professor #> 1635 associate #> 1636 professor #> 1637 associate #> 1638 assistant #> 1639 assistant #> 1640 associate #> 1641 associate #> 1642 professor #> 1643 chair #> 1644 professor #> 1645 professor #> 1646 associate #> 1647 emeritus #> 1648 assistant #> 1649 professor #> 1650 assistant #> 1651 associate #> 1652 associate #> 1653 professor #> 1654 professor #> 1655 assistant #> 1656 professor #> 1657 university #> 1658 professor #> 1659 professor #> 1660 university #> 1661 professor #> 1662 professor #> 1663 assistant #> 1664 associate #> 1665 associate #> 1666 assistant #> 1667 associate #> 1668 professor #> 1669 associate #> 1670 associate #> 1671 professor #> 1672 chair #> 1673 professor #> 1674 assistant #> 1675 assistant #> 1676 adjunct #> 1677 associate #> 1678 professor #> 1679 professor #> 1680 professor #> 1681 associate #> 1682 professor #> 1683 affiliate #> 1684 assistant #> 1685 assistant #> 1686 associate #> 1687 assistant #> 1688 professor #> 1689 emeritus #> 1690 assistant #> 1691 assistant #> 1692 professor #> 1693 associate #> 1694 associate #> 1695 professor #> 1696 professor #> 1697 professor #> 1698 professor #> 1699 distinguished #> 1700 professor #> 1701 associate #> 1702 associate #> 1703 associate #> 1704 emeritus #> 1705 associate #> 1706 professor #> 1707 assistant #> 1708 professor #> 1709 associate #> 1710 assistant #> 1711 professor #> 1712 associate #> 1713 associate #> 1714 distinguished #> 1715 assistant #> 1716 adjunct #> 1717 associate #> 1718 assistant #> 1719 associate #> 1720 associate #> 1721 professor #> 1722 professor #> 1723 assistant #> 1724 professor #> 1725 assistant #> 1726 assistant #> 1727 associate #> 1728 professor #> 1729 professor #> 1730 associate #> 1731 associate #> 1732 professor #> 1733 assistant #> 1734 associate #> 1735 professor #> 1736 professor #> 1737 associate #> 1738 associate #> 1739 assistant #> 1740 professor #> 1741 distinguished #> 1742 associate #> 1743 associate #> 1744 affiliate #> 1745 assistant #> 1746 assistant #> 1747 associate #> 1748 professor #> 1749 professor #> 1750 university #> 1751 assistant #> 1752 associate #> 1753 professor #> 1754 professor #> 1755 professor #> 1756 professor #> 1757 adjunct #> 1758 assistant #> 1759 professor #> 1760 professor #> 1761 assistant #> 1762 distinguished #> 1763 assistant #> 1764 associate #> 1765 assistant #> 1766 associate #> 1767 distinguished #> 1768 assistant #> 1769 associate #> 1770 associate #> 1771 professor #> 1772 professor #> 1773 adjunct #> 1774 associate #> 1775 professor #> 1776 assistant #> 1777 associate #> 1778 assistant #> 1779 associate #> 1780 associate #> 1781 assistant #> 1782 assistant #> 1783 associate #> 1784 associate #> 1785 distinguished #> 1786 associate #> 1787 professor #> 1788 associate #> 1789 associate #> 1790 professor #> 1791 assistant #> 1792 assistant #> 1793 associate #> 1794 assistant #> 1795 associate #> 1796 chair #> 1797 chair #> 1798 associate #> 1799 assistant #> 1800 assistant #> 1801 associate #> 1802 professor #> 1803 assistant #> 1804 associate #> 1805 assistant #> 1806 associate #> 1807 associate #> 1808 distinguished #> 1809 professor #> 1810 assistant #> 1811 professor #> 1812 professor #> 1813 affiliate #> 1814 adjunct #> 1815 associate #> 1816 assistant #> 1817 emeritus #> 1818 professor #> 1819 assistant #> 1820 professor #> 1821 associate #> 1822 professor #> 1823 associate #> 1824 professor #> 1825 assistant #> 1826 professor #> 1827 associate #> 1828 associate #> 1829 professor #> 1830 professor #> 1831 assistant #> 1832 professor #> 1833 professor #> 1834 associate #> 1835 professor #> 1836 adjunct #> 1837 assistant #> 1838 professor #> 1839 professor #> 1840 assistant #> 1841 assistant #> 1842 professor #> 1843 professor #> 1844 associate #> 1845 professor #> 1846 professor #> 1847 professor #> 1848 university #> 1849 professor #> 1850 professor #> 1851 assistant #> 1852 associate #> 1853 associate #> 1854 associate #> 1855 distinguished #> 1856 associate #> 1857 professor #> 1858 professor #> 1859 university #> 1860 professor #> 1861 professor #> 1862 associate #> 1863 professor #> 1864 chair #> 1865 associate #> 1866 assistant #> 1867 assistant #> 1868 associate #> 1869 professor #> 1870 associate #> 1871 associate #> 1872 assistant #> 1873 professor #> 1874 associate #> 1875 professor #> 1876 professor #> 1877 professor #> 1878 assistant #> 1879 professor #> 1880 emeritus #> 1881 assistant #> 1882 university #> 1883 distinguished #> 1884 associate #> 1885 assistant #> 1886 affiliate #> 1887 professor #> 1888 assistant #> 1889 professor #> 1890 adjunct #> 1891 professor #> 1892 assistant #> 1893 professor #> 1894 adjunct #> 1895 distinguished #> 1896 assistant #> 1897 associate #> 1898 assistant #> 1899 professor #> 1900 associate #> 1901 assistant #> 1902 associate #> 1903 professor #> 1904 assistant #> 1905 associate #> 1906 chair #> 1907 associate #> 1908 emeritus #> 1909 professor #> 1910 associate #> 1911 professor #> 1912 associate #> 1913 emeritus #> 1914 associate #> 1915 chair #> 1916 university #> 1917 assistant #> 1918 associate #> 1919 professor #> 1920 professor #> 1921 assistant #> 1922 professor #> 1923 associate #> 1924 professor #> 1925 assistant #> 1926 associate #> 1927 assistant #> 1928 associate #> 1929 professor #> 1930 professor #> 1931 associate #> 1932 professor #> 1933 professor #> 1934 associate #> 1935 assistant #> 1936 professor #> 1937 professor #> 1938 assistant #> 1939 associate #> 1940 professor #> 1941 associate #> 1942 distinguished #> 1943 chair #> 1944 professor #> 1945 professor #> 1946 professor #> 1947 associate #> 1948 associate #> 1949 professor #> 1950 assistant #> 1951 assistant #> 1952 professor #> 1953 professor #> 1954 associate #> 1955 professor #> 1956 professor #> 1957 assistant #> 1958 professor #> 1959 assistant #> 1960 assistant #> 1961 affiliate #> 1962 associate #> 1963 professor #> 1964 distinguished #> 1965 assistant #> 1966 chair #> 1967 associate #> 1968 assistant #> 1969 assistant #> 1970 associate #> 1971 assistant #> 1972 professor #> 1973 associate #> 1974 assistant #> 1975 professor #> 1976 professor #> 1977 professor #> 1978 assistant #> 1979 university #> 1980 assistant #> 1981 associate #> 1982 assistant #> 1983 assistant #> 1984 assistant #> 1985 professor #> 1986 professor #> 1987 assistant #> 1988 assistant #> 1989 associate #> 1990 associate #> 1991 assistant #> 1992 assistant #> 1993 associate #> 1994 professor #> 1995 professor #> 1996 professor #> 1997 chair #> 1998 associate #> 1999 professor #> 2000 associate #> 2001 university #> 2002 associate #> 2003 assistant #> 2004 professor #> 2005 chair #> 2006 professor #> 2007 associate #> 2008 professor #> 2009 associate #> 2010 professor #> 2011 assistant #> 2012 assistant #> 2013 professor #> 2014 associate #> 2015 associate #> 2016 associate #> 2017 assistant #> 2018 associate #> 2019 professor #> 2020 associate #> 2021 professor #> 2022 professor #> 2023 chair #> 2024 assistant #> 2025 distinguished #> 2026 adjunct #> 2027 university #> 2028 associate #> 2029 distinguished #> 2030 associate #> 2031 professor #> 2032 associate #> 2033 affiliate #> 2034 chair #> 2035 assistant #> 2036 associate #> 2037 professor #> 2038 assistant #> 2039 professor #> 2040 assistant #> 2041 assistant #> 2042 adjunct #> 2043 associate #> 2044 professor #> 2045 professor #> 2046 professor #> 2047 chair #> 2048 adjunct #> 2049 associate #> 2050 distinguished #> 2051 associate #> 2052 assistant #> 2053 chair #> 2054 professor #> 2055 associate #> 2056 assistant #> 2057 university #> 2058 professor #> 2059 professor #> 2060 professor #> 2061 visiting #> 2062 professor #> 2063 assistant #> 2064 assistant #> 2065 assistant #> 2066 assistant #> 2067 professor #> 2068 professor #> 2069 assistant #> 2070 assistant #> 2071 professor #> 2072 professor #> 2073 assistant #> 2074 university #> 2075 associate #> 2076 professor #> 2077 assistant #> 2078 professor #> 2079 professor #> 2080 professor #> 2081 associate #> 2082 professor #> 2083 associate #> 2084 associate #> 2085 professor #> 2086 professor #> 2087 associate #> 2088 assistant #> 2089 professor #> 2090 professor #> 2091 chair #> 2092 assistant #> 2093 associate #> 2094 professor #> 2095 associate #> 2096 professor #> 2097 associate #> 2098 associate #> 2099 assistant #> 2100 professor #> 2101 professor #> 2102 associate #> 2103 emeritus #> 2104 associate #> 2105 professor #> 2106 associate #> 2107 associate #> 2108 assistant #> 2109 assistant #> 2110 visiting #> 2111 assistant #> 2112 assistant #> 2113 associate #> 2114 associate #> 2115 professor #> 2116 assistant #> 2117 assistant #> 2118 associate #> 2119 associate #> 2120 professor #> 2121 professor #> 2122 chair #> 2123 assistant #> 2124 university #> 2125 adjunct #> 2126 professor #> 2127 associate #> 2128 assistant #> 2129 associate #> 2130 assistant #> 2131 professor #> 2132 professor #> 2133 associate #> 2134 professor #> 2135 adjunct #> 2136 associate #> 2137 associate #> 2138 chair #> 2139 professor #> 2140 university #> 2141 associate #> 2142 university #> 2143 associate #> 2144 associate #> 2145 assistant #> 2146 adjunct #> 2147 associate #> 2148 adjunct #> 2149 distinguished #> 2150 associate #> 2151 university #> 2152 associate #> 2153 associate #> 2154 professor #> 2155 associate #> 2156 assistant #> 2157 assistant #> 2158 assistant #> 2159 associate #> 2160 associate #> 2161 assistant #> 2162 professor #> 2163 professor #> 2164 assistant #> 2165 professor #> 2166 professor #> 2167 professor #> 2168 associate #> 2169 associate #> 2170 associate #> 2171 professor #> 2172 professor #> 2173 professor #> 2174 chair #> 2175 associate #> 2176 associate #> 2177 professor #> 2178 associate #> 2179 assistant #> 2180 associate #> 2181 associate #> 2182 associate #> 2183 professor #> 2184 professor #> 2185 assistant #> 2186 assistant #> 2187 associate #> 2188 professor #> 2189 university #> 2190 associate #> 2191 professor #> 2192 assistant #> 2193 associate #> 2194 associate #> 2195 emeritus #> 2196 professor #> 2197 associate #> 2198 associate #> 2199 assistant #> 2200 professor #> 2201 associate #> 2202 university #> 2203 adjunct #> 2204 professor #> 2205 professor #> 2206 professor #> 2207 associate #> 2208 associate #> 2209 university #> 2210 associate #> 2211 professor #> 2212 professor #> 2213 professor #> 2214 professor #> 2215 assistant #> 2216 associate #> 2217 assistant #> 2218 associate #> 2219 associate #> 2220 associate #> 2221 associate #> 2222 professor #> 2223 associate #> 2224 professor #> 2225 professor #> 2226 university #> 2227 assistant #> 2228 assistant #> 2229 professor #> 2230 professor #> 2231 professor #> 2232 associate #> 2233 associate #> 2234 professor #> 2235 associate #> 2236 associate #> 2237 professor #> 2238 associate #> 2239 professor #> 2240 associate #> 2241 assistant #> 2242 professor #> 2243 assistant #> 2244 university #> 2245 assistant #> 2246 professor #> 2247 professor #> 2248 professor #> 2249 associate #> 2250 associate #> 2251 assistant #> 2252 professor #> 2253 professor #> 2254 associate #> 2255 visiting #> 2256 professor #> 2257 assistant #> 2258 assistant #> 2259 assistant #> 2260 visiting #> 2261 assistant #> 2262 associate #> 2263 associate #> 2264 associate #> 2265 assistant #> 2266 emeritus #> 2267 assistant #> 2268 associate #> 2269 associate #> 2270 emeritus #> 2271 distinguished #> 2272 assistant #> 2273 associate #> 2274 assistant #> 2275 associate #> 2276 emeritus #> 2277 assistant #> 2278 assistant #> 2279 assistant #> 2280 associate #> 2281 professor #> 2282 associate #> 2283 assistant #> 2284 professor #> 2285 professor #> 2286 professor #> 2287 chair #> 2288 associate #> 2289 professor #> 2290 professor #> 2291 professor #> 2292 adjunct #> 2293 adjunct #> 2294 professor #> 2295 professor #> 2296 associate #> 2297 associate #> 2298 chair #> 2299 visiting #> 2300 assistant #> 2301 professor #> 2302 associate #> 2303 professor #> 2304 assistant #> 2305 associate #> 2306 associate #> 2307 associate #> 2308 associate #> 2309 university #> 2310 associate #> 2311 professor #> 2312 associate #> 2313 professor #> 2314 professor #> 2315 professor #> 2316 associate #> 2317 adjunct #> 2318 assistant #> 2319 assistant #> 2320 assistant #> 2321 associate #> 2322 professor #> 2323 assistant #> 2324 professor #> 2325 assistant #> 2326 associate #> 2327 assistant #> 2328 assistant #> 2329 professor #> 2330 assistant #> 2331 professor #> 2332 assistant #> 2333 assistant #> 2334 associate #> 2335 professor #> 2336 assistant #> 2337 assistant #> 2338 professor #> 2339 chair #> 2340 associate #> 2341 associate #> 2342 associate #> 2343 associate #> 2344 distinguished #> 2345 associate #> 2346 professor #> 2347 chair #> 2348 assistant #> 2349 professor #> 2350 associate #> 2351 professor #> 2352 associate #> 2353 professor #> 2354 assistant #> 2355 associate #> 2356 associate #> 2357 adjunct #> 2358 affiliate #> 2359 assistant #> 2360 university #> 2361 professor #> 2362 professor #> 2363 professor #> 2364 professor #> 2365 professor #> 2366 professor #> 2367 adjunct #> 2368 assistant #> 2369 associate #> 2370 professor #> 2371 adjunct #> 2372 professor #> 2373 distinguished #> 2374 professor #> 2375 distinguished #> 2376 assistant #> 2377 assistant #> 2378 assistant #> 2379 assistant #> 2380 assistant #> 2381 associate #> 2382 professor #> 2383 associate #> 2384 professor #> 2385 professor #> 2386 professor #> 2387 professor #> 2388 professor #> 2389 professor #> 2390 assistant #> 2391 assistant #> 2392 associate #> 2393 associate #> 2394 adjunct #> 2395 professor #> 2396 professor #> 2397 associate #> 2398 assistant #> 2399 professor #> 2400 associate #> 2401 assistant #> 2402 professor #> 2403 professor #> 2404 assistant #> 2405 professor #> 2406 associate #> 2407 assistant #> 2408 associate #> 2409 professor #> 2410 professor #> 2411 assistant #> 2412 university #> 2413 professor #> 2414 professor #> 2415 adjunct #> 2416 professor #> 2417 distinguished #> 2418 assistant #> 2419 professor #> 2420 professor #> 2421 associate #> 2422 associate #> 2423 associate #> 2424 affiliate #> 2425 distinguished #> 2426 assistant #> 2427 adjunct #> 2428 assistant #> 2429 assistant #> 2430 professor #> 2431 assistant #> 2432 adjunct #> 2433 assistant #> 2434 professor #> 2435 professor #> 2436 professor #> 2437 associate #> 2438 professor #> 2439 professor #> 2440 adjunct #> 2441 university #> 2442 professor #> 2443 assistant #> 2444 assistant #> 2445 associate #> 2446 visiting #> 2447 chair #> 2448 professor #> 2449 chair #> 2450 assistant #> 2451 associate #> 2452 university #> 2453 assistant #> 2454 professor #> 2455 professor #> 2456 adjunct #> 2457 associate #> 2458 associate #> 2459 associate #> 2460 associate #> 2461 professor #> 2462 assistant #> 2463 professor #> 2464 associate #> 2465 chair #> 2466 chair #> 2467 assistant #> 2468 professor #> 2469 professor #> 2470 professor #> 2471 associate #> 2472 professor #> 2473 assistant #> 2474 assistant #> 2475 distinguished #> 2476 assistant #> 2477 assistant #> 2478 associate #> 2479 associate #> 2480 associate #> 2481 distinguished #> 2482 professor #> 2483 assistant #> 2484 chair #> 2485 professor #> 2486 assistant #> 2487 professor #> 2488 associate #> 2489 professor #> 2490 associate #> 2491 associate #> 2492 associate #> 2493 assistant #> 2494 associate #> 2495 assistant #> 2496 assistant #> 2497 assistant #> 2498 associate #> 2499 university #> 2500 associate #> 2501 associate #> 2502 assistant #> 2503 professor #> 2504 assistant #> 2505 adjunct #> 2506 professor #> 2507 associate #> 2508 professor #> 2509 professor #> 2510 associate #> 2511 associate #> 2512 assistant #> 2513 associate #> 2514 assistant #> 2515 visiting #> 2516 associate #> 2517 associate #> 2518 associate #> 2519 associate #> 2520 distinguished #> 2521 professor #> 2522 professor #> 2523 professor #> 2524 associate #> 2525 associate #> 2526 assistant #> 2527 associate #> 2528 assistant #> 2529 professor #> 2530 distinguished #> 2531 assistant #> 2532 professor #> 2533 collab #> 2534 distinguished #> 2535 professor #> 2536 emeritus #> 2537 associate #> 2538 university #> 2539 associate #> 2540 associate #> 2541 professor #> 2542 distinguished #> 2543 professor #> 2544 assistant #> 2545 associate #> 2546 associate #> 2547 associate #> 2548 associate #> 2549 associate #> 2550 associate #> 2551 professor #> 2552 professor #> 2553 assistant #> 2554 associate #> 2555 associate #> 2556 assistant #> 2557 professor #> 2558 professor #> 2559 associate #> 2560 professor #> 2561 professor #> 2562 distinguished #> 2563 assistant #> 2564 assistant #> 2565 associate #> 2566 professor #> 2567 associate #> 2568 associate #> 2569 associate #> 2570 professor #> 2571 assistant #> 2572 professor #> 2573 assistant #> 2574 associate #> 2575 assistant #> 2576 professor #> 2577 assistant #> 2578 associate #> 2579 professor #> 2580 professor #> 2581 professor #> 2582 assistant #> 2583 professor #> 2584 associate #> 2585 professor #> 2586 university #> 2587 professor #> 2588 assistant #> 2589 associate #> 2590 associate #> 2591 university #> 2592 assistant #> 2593 associate #> 2594 associate #> 2595 professor #> 2596 associate #> 2597 professor #> 2598 assistant #> 2599 collab #> 2600 adjunct #> 2601 assistant #> 2602 adjunct #> 2603 associate #> 2604 associate #> 2605 associate #> 2606 professor #> 2607 associate #> 2608 professor #> 2609 associate #> 2610 assistant #> 2611 associate #> 2612 associate #> 2613 associate #> 2614 professor #> 2615 professor #> 2616 associate #> 2617 assistant #> 2618 professor #> 2619 assistant #> 2620 professor #> 2621 associate #> 2622 assistant #> 2623 associate #> 2624 professor #> 2625 distinguished #> 2626 chair #> 2627 associate #> 2628 professor #> 2629 associate #> 2630 associate #> 2631 professor #> 2632 professor #> 2633 associate #> 2634 associate #> 2635 associate #> 2636 chair #> 2637 professor #> 2638 professor #> 2639 associate #> 2640 assistant #> 2641 assistant #> 2642 assistant #> 2643 associate #> 2644 university #> 2645 professor #> 2646 associate #> 2647 professor #> 2648 associate #> 2649 university #> 2650 associate #> 2651 professor #> 2652 assistant #> 2653 assistant #> 2654 professor #> 2655 assistant #> 2656 associate #> 2657 professor #> 2658 assistant #> 2659 associate #> 2660 professor #> 2661 professor #> 2662 university #> 2663 associate #> 2664 professor #> 2665 associate #> 2666 associate #> 2667 professor #> 2668 professor #> 2669 professor #> 2670 associate #> 2671 assistant #> 2672 assistant #> 2673 professor #> 2674 professor #> 2675 assistant #> 2676 assistant #> 2677 professor #> 2678 visiting #> 2679 associate #> 2680 assistant #> 2681 assistant #> 2682 assistant #> 2683 assistant #> 2684 assistant #> 2685 assistant #> 2686 associate #> 2687 assistant #> 2688 professor #> 2689 assistant #> 2690 professor #> 2691 assistant #> 2692 assistant #> 2693 associate #> 2694 associate #> 2695 associate #> 2696 associate #> 2697 assistant #> 2698 professor #> 2699 assistant #> 2700 professor #> 2701 professor #> 2702 associate #> 2703 professor #> 2704 professor #> 2705 associate #> 2706 professor #> 2707 associate #> 2708 professor #> 2709 professor #> 2710 professor #> 2711 professor #> 2712 associate #> 2713 professor #> 2714 assistant #> 2715 associate #> 2716 assistant #> 2717 assistant #> 2718 associate #> 2719 chair #> 2720 associate #> 2721 associate #> 2722 associate #> 2723 professor #> 2724 assistant #> 2725 associate #> 2726 associate #> 2727 affiliate #> 2728 distinguished #> 2729 professor #> 2730 professor #> 2731 adjunct #> 2732 distinguished #> 2733 assistant #> 2734 assistant #> 2735 professor #> 2736 professor #> 2737 chair #> 2738 adjunct #> 2739 professor #> 2740 associate #> 2741 associate #> 2742 assistant #> 2743 assistant #> 2744 assistant #> 2745 assistant #> 2746 professor #> 2747 professor #> 2748 associate #> 2749 assistant #> 2750 adjunct #> 2751 distinguished #> 2752 associate #> 2753 professor #> 2754 visiting #> 2755 associate #> 2756 professor #> 2757 professor #> 2758 associate #> 2759 associate #> 2760 chair #> 2761 chair #> 2762 associate #> 2763 professor #> 2764 assistant #> 2765 assistant #> 2766 associate #> 2767 assistant #> 2768 assistant #> 2769 professor #> 2770 assistant #> 2771 distinguished #> 2772 assistant #> 2773 associate #> 2774 associate #> 2775 associate #> 2776 associate #> 2777 chair #> 2778 associate #> 2779 associate #> 2780 assistant #> 2781 professor #> 2782 assistant #> 2783 professor #> 2784 professor #> 2785 associate #> 2786 professor #> 2787 distinguished #> 2788 assistant #> 2789 professor #> 2790 professor #> 2791 professor #> 2792 professor #> 2793 associate #> 2794 university #> 2795 distinguished #> 2796 professor #> 2797 professor #> 2798 associate #> 2799 associate #> 2800 associate #> 2801 assistant #> 2802 associate #> 2803 associate #> 2804 assistant #> 2805 distinguished #> 2806 associate #> 2807 associate #> 2808 associate #> 2809 associate #> 2810 assistant #> 2811 assistant #> 2812 assistant #> 2813 assistant #> 2814 professor #> 2815 chair #> 2816 associate #> 2817 professor #> 2818 assistant #> 2819 professor #> 2820 associate #> 2821 professor #> 2822 professor #> 2823 associate #> 2824 assistant #> 2825 chair #> 2826 affiliate #> 2827 associate #> 2828 assistant #> 2829 associate #> 2830 adjunct #> 2831 distinguished #> 2832 professor #> 2833 associate #> 2834 associate #> 2835 associate #> 2836 associate #> 2837 associate #> 2838 emeritus #> 2839 professor #> 2840 assistant #> 2841 professor #> 2842 assistant #> 2843 assistant #> 2844 professor #> 2845 assistant #> 2846 distinguished #> 2847 associate #> 2848 associate #> 2849 assistant #> 2850 assistant #> 2851 associate #> 2852 adjunct #> 2853 assistant #> 2854 associate #> 2855 professor #> 2856 professor #> 2857 assistant #> 2858 associate #> 2859 assistant #> 2860 assistant #> 2861 associate #> 2862 associate #> 2863 associate #> 2864 associate #> 2865 associate #> 2866 associate #> 2867 distinguished #> 2868 assistant #> 2869 associate #> 2870 associate #> 2871 associate #> 2872 associate #> 2873 assistant #> 2874 professor #> 2875 professor #> 2876 professor #> 2877 associate #> 2878 associate #> 2879 assistant #> 2880 chair #> 2881 assistant #> 2882 professor #> 2883 assistant #> 2884 professor #> 2885 chair #> 2886 associate #> 2887 professor #> 2888 assistant #> 2889 associate #> 2890 professor #> 2891 associate #> 2892 professor #> 2893 professor #> 2894 associate #> 2895 professor #> 2896 professor #> 2897 professor #> 2898 associate #> 2899 assistant #> 2900 associate #> 2901 university #> 2902 associate #> 2903 professor #> 2904 assistant #> 2905 professor #> 2906 assistant #> 2907 assistant #> 2908 professor #> 2909 professor #> 2910 associate #> 2911 associate #> 2912 associate #> 2913 professor #> 2914 assistant #> 2915 associate #> 2916 associate #> 2917 assistant #> 2918 affiliate #> 2919 associate #> 2920 associate #> 2921 professor #> 2922 assistant #> 2923 associate #> 2924 associate #> 2925 associate #> 2926 professor #> 2927 associate #> 2928 distinguished #> 2929 associate #> 2930 professor #> 2931 associate #> 2932 assistant #> 2933 professor #> 2934 professor #> 2935 professor #> 2936 university #> 2937 professor #> 2938 emeritus #> 2939 associate #> 2940 associate #> 2941 associate #> 2942 associate #> 2943 professor #> 2944 associate #> 2945 associate #> 2946 assistant #> 2947 assistant #> 2948 associate #> 2949 adjunct #> 2950 chair #> 2951 professor #> 2952 assistant #> 2953 professor #> 2954 professor #> 2955 professor #> 2956 professor #> 2957 assistant #> 2958 professor #> 2959 assistant #> 2960 associate #> 2961 professor #> 2962 professor #> 2963 assistant #> 2964 university #> 2965 associate #> 2966 associate #> 2967 collab #> 2968 associate #> 2969 associate #> 2970 associate #> 2971 associate #> 2972 emeritus #> 2973 professor #> 2974 professor #> 2975 assistant #> 2976 associate #> 2977 professor #> 2978 associate #> 2979 assistant #> 2980 associate #> 2981 assistant #> 2982 associate #> 2983 visiting #> 2984 associate #> 2985 assistant #> 2986 professor #> 2987 associate #> 2988 professor #> 2989 associate #> 2990 associate #> 2991 assistant #> 2992 associate #> 2993 professor #> 2994 professor #> 2995 chair #> 2996 professor #> 2997 professor #> 2998 associate #> 2999 assistant #> 3000 assistant #> 3001 professor #> 3002 assistant #> 3003 associate #> 3004 associate #> 3005 visiting #> 3006 professor #> 3007 professor #> 3008 assistant #> 3009 associate #> 3010 university #> 3011 professor #> 3012 professor #> 3013 assistant #> 3014 university #> 3015 professor #> 3016 professor #> 3017 assistant #> 3018 assistant #> 3019 associate #> 3020 associate #> 3021 assistant #> 3022 associate #> 3023 professor #> 3024 professor #> 3025 associate #> 3026 associate #> 3027 professor #> 3028 collab #> 3029 professor #> 3030 emeritus #> 3031 assistant #> 3032 assistant #> 3033 adjunct #> 3034 adjunct #> 3035 associate #> 3036 professor #> 3037 professor #> 3038 professor #> 3039 professor #> 3040 affiliate #> 3041 assistant #> 3042 assistant #> 3043 associate #> 3044 assistant #> 3045 professor #> 3046 assistant #> 3047 professor #> 3048 assistant #> 3049 associate #> 3050 distinguished #> 3051 associate #> 3052 professor #> 3053 professor #> 3054 professor #> 3055 professor #> 3056 distinguished #> 3057 professor #> 3058 assistant #> 3059 associate #> 3060 adjunct #> 3061 associate #> 3062 associate #> 3063 associate #> 3064 professor #> 3065 associate #> 3066 associate #> 3067 professor #> 3068 associate #> 3069 assistant #> 3070 professor #> 3071 associate #> 3072 emeritus #> 3073 assistant #> 3074 adjunct #> 3075 associate #> 3076 associate #> 3077 assistant #> 3078 associate #> 3079 associate #> 3080 professor #> 3081 assistant #> 3082 professor #> 3083 assistant #> 3084 professor #> 3085 assistant #> 3086 assistant #> 3087 associate #> 3088 emeritus #> 3089 professor #> 3090 associate #> 3091 associate #> 3092 university #> 3093 assistant #> 3094 professor #> 3095 associate #> 3096 professor #> 3097 assistant #> 3098 emeritus #> 3099 associate #> 3100 affiliate #> 3101 assistant #> 3102 assistant #> 3103 associate #> 3104 professor #> 3105 professor #> 3106 university #> 3107 assistant #> 3108 associate #> 3109 professor #> 3110 professor #> 3111 professor #> 3112 professor #> 3113 adjunct #> 3114 professor #> 3115 professor #> 3116 associate #> 3117 distinguished #> 3118 chair #> 3119 associate #> 3120 distinguished #> 3121 associate #> 3122 associate #> 3123 professor #> 3124 professor #> 3125 adjunct #> 3126 associate #> 3127 professor #> 3128 associate #> 3129 associate #> 3130 associate #> 3131 assistant #> 3132 associate #> 3133 associate #> 3134 assistant #> 3135 assistant #> 3136 associate #> 3137 associate #> 3138 distinguished #> 3139 associate #> 3140 professor #> 3141 associate #> 3142 associate #> 3143 associate #> 3144 visiting #> 3145 professor #> 3146 assistant #> 3147 affiliate #> 3148 associate #> 3149 associate #> 3150 associate #> 3151 chair #> 3152 professor #> 3153 associate #> 3154 assistant #> 3155 associate #> 3156 professor #> 3157 associate #> 3158 assistant #> 3159 associate #> 3160 associate #> 3161 professor #> 3162 distinguished #> 3163 professor #> 3164 assistant #> 3165 assistant #> 3166 professor #> 3167 professor #> 3168 affiliate #> 3169 adjunct #> 3170 associate #> 3171 assistant #> 3172 professor #> 3173 professor #> 3174 associate #> 3175 professor #> 3176 associate #> 3177 professor #> 3178 assistant #> 3179 assistant #> 3180 professor #> 3181 associate #> 3182 associate #> 3183 professor #> 3184 associate #> 3185 professor #> 3186 professor #> 3187 professor #> 3188 adjunct #> 3189 assistant #> 3190 professor #> 3191 professor #> 3192 professor #> 3193 professor #> 3194 associate #> 3195 professor #> 3196 professor #> 3197 professor #> 3198 university #> 3199 professor #> 3200 professor #> 3201 associate #> 3202 associate #> 3203 assistant #> 3204 associate #> 3205 associate #> 3206 distinguished #> 3207 associate #> 3208 assistant #> 3209 professor #> 3210 professor #> 3211 emeritus #> 3212 emeritus #> 3213 professor #> 3214 associate #> 3215 assistant #> 3216 professor #> 3217 chair #> 3218 associate #> 3219 assistant #> 3220 assistant #> 3221 associate #> 3222 professor #> 3223 assistant #> 3224 professor #> 3225 associate #> 3226 associate #> 3227 assistant #> 3228 professor #> 3229 associate #> 3230 professor #> 3231 professor #> 3232 assistant #> 3233 professor #> 3234 associate #> 3235 professor #> 3236 associate #> 3237 university #> 3238 distinguished #> 3239 associate #> 3240 associate #> 3241 professor #> 3242 assistant #> 3243 professor #> 3244 adjunct #> 3245 professor #> 3246 associate #> 3247 professor #> 3248 adjunct #> 3249 distinguished #> 3250 assistant #> 3251 associate #> 3252 assistant #> 3253 professor #> 3254 associate #> 3255 assistant #> 3256 associate #> 3257 professor #> 3258 assistant #> 3259 associate #> 3260 chair #> 3261 associate #> 3262 emeritus #> 3263 associate #> 3264 professor #> 3265 associate #> 3266 associate #> 3267 chair #> 3268 university #> 3269 assistant #> 3270 associate #> 3271 associate #> 3272 professor #> 3273 professor #> 3274 associate #> 3275 professor #> 3276 assistant #> 3277 associate #> 3278 professor #> 3279 associate #> 3280 assistant #> 3281 associate #> 3282 professor #> 3283 professor #> 3284 associate #> 3285 professor #> 3286 professor #> 3287 associate #> 3288 assistant #> 3289 professor #> 3290 professor #> 3291 associate #> 3292 professor #> 3293 associate #> 3294 distinguished #> 3295 chair #> 3296 professor #> 3297 professor #> 3298 professor #> 3299 associate #> 3300 associate #> 3301 assistant #> 3302 professor #> 3303 assistant #> 3304 professor #> 3305 associate #> 3306 professor #> 3307 professor #> 3308 associate #> 3309 professor #> 3310 associate #> 3311 assistant #> 3312 affiliate #> 3313 associate #> 3314 visiting #> 3315 professor #> 3316 distinguished #> 3317 assistant #> 3318 distinguished #> 3319 associate #> 3320 assistant #> 3321 assistant #> 3322 associate #> 3323 assistant #> 3324 professor #> 3325 associate #> 3326 assistant #> 3327 professor #> 3328 professor #> 3329 professor #> 3330 assistant #> 3331 assistant #> 3332 university #> 3333 assistant #> 3334 assistant #> 3335 associate #> 3336 associate #> 3337 assistant #> 3338 professor #> 3339 professor #> 3340 assistant #> 3341 associate #> 3342 assistant #> 3343 visiting #> 3344 associate #> 3345 associate #> 3346 assistant #> 3347 assistant #> 3348 assistant #> 3349 associate #> 3350 professor #> 3351 professor #> 3352 professor #> 3353 chair #> 3354 associate #> 3355 professor #> 3356 associate #> 3357 associate #> 3358 assistant #> 3359 professor #> 3360 chair #> 3361 professor #> 3362 associate #> 3363 professor #> 3364 associate #> 3365 professor #> 3366 associate #> 3367 assistant #> 3368 professor #> 3369 associate #> 3370 associate #> 3371 university #> 3372 associate #> 3373 assistant #> 3374 associate #> 3375 professor #> 3376 associate #> 3377 professor #> 3378 professor #> 3379 chair #> 3380 assistant #> 3381 distinguished #> 3382 assistant #> 3383 associate #> 3384 university #> 3385 associate #> 3386 distinguished #> 3387 associate #> 3388 professor #> 3389 associate #> 3390 chair #> 3391 assistant #> 3392 associate #> 3393 assistant #> 3394 visiting #> 3395 professor #> 3396 assistant #> 3397 assistant #> 3398 assistant #> 3399 assistant #> 3400 associate #> 3401 professor #> 3402 professor #> 3403 professor #> 3404 chair #> 3405 adjunct #> 3406 associate #> 3407 distinguished #> 3408 associate #> 3409 professor #> 3410 assistant #> 3411 chair #> 3412 professor #> 3413 chair #> 3414 associate #> 3415 assistant #> 3416 university #> 3417 professor #> 3418 professor #> 3419 professor #> 3420 professor #> 3421 visiting #> 3422 assistant #> 3423 associate #> 3424 professor #> 3425 assistant #> 3426 professor #> 3427 associate #> 3428 professor #> 3429 professor #> 3430 associate #> 3431 associate #> 3432 professor #> 3433 assistant #> 3434 professor #> 3435 professor #> 3436 professor #> 3437 associate #> 3438 professor #> 3439 associate #> 3440 professor #> 3441 professor #> 3442 associate #> 3443 assistant #> 3444 assistant #> 3445 professor #> 3446 chair #> 3447 assistant #> 3448 associate #> 3449 professor #> 3450 associate #> 3451 assistant #> 3452 professor #> 3453 associate #> 3454 associate #> 3455 assistant #> 3456 chair #> 3457 professor #> 3458 associate #> 3459 professor #> 3460 associate #> 3461 associate #> 3462 assistant #> 3463 assistant #> 3464 assistant #> 3465 assistant #> 3466 associate #> 3467 associate #> 3468 professor #> 3469 assistant #> 3470 assistant #> 3471 associate #> 3472 associate #> 3473 professor #> 3474 chair #> 3475 professor #> 3476 professor #> 3477 associate #> 3478 distinguished #> 3479 adjunct #> 3480 assistant #> 3481 professor #> 3482 assistant #> 3483 associate #> 3484 assistant #> 3485 associate #> 3486 assistant #> 3487 professor #> 3488 professor #> 3489 associate #> 3490 professor #> 3491 adjunct #> 3492 associate #> 3493 associate #> 3494 chair #> 3495 emeritus #> 3496 university #> 3497 associate #> 3498 university #> 3499 associate #> 3500 associate #> 3501 assistant #> 3502 adjunct #> 3503 associate #> 3504 adjunct #> 3505 distinguished #> 3506 associate #> 3507 university #> 3508 associate #> 3509 associate #> 3510 emeritus #> 3511 associate #> 3512 assistant #> 3513 associate #> 3514 professor #> 3515 associate #> 3516 assistant #> 3517 professor #> 3518 professor #> 3519 assistant #> 3520 professor #> 3521 professor #> 3522 associate #> 3523 associate #> 3524 associate #> 3525 professor #> 3526 professor #> 3527 professor #> 3528 chair #> 3529 associate #> 3530 professor #> 3531 professor #> 3532 associate #> 3533 assistant #> 3534 associate #> 3535 associate #> 3536 associate #> 3537 professor #> 3538 professor #> 3539 assistant #> 3540 assistant #> 3541 associate #> 3542 professor #> 3543 university #> 3544 associate #> 3545 chair #> 3546 assistant #> 3547 associate #> 3548 associate #> 3549 associate #> 3550 emeritus #> 3551 professor #> 3552 associate #> 3553 associate #> 3554 assistant #> 3555 professor #> 3556 associate #> 3557 university #> 3558 adjunct #> 3559 professor #> 3560 professor #> 3561 associate #> 3562 university #> 3563 associate #> 3564 professor #> 3565 associate #> 3566 professor #> 3567 assistant #> 3568 professor #> 3569 assistant #> 3570 professor #> 3571 associate #> 3572 associate #> 3573 assistant #> 3574 associate #> 3575 associate #> 3576 associate #> 3577 professor #> 3578 associate #> 3579 professor #> 3580 professor #> 3581 assistant #> 3582 university #> 3583 assistant #> 3584 assistant #> 3585 professor #> 3586 professor #> 3587 professor #> 3588 assistant #> 3589 associate #> 3590 associate #> 3591 assistant #> 3592 professor #> 3593 associate #> 3594 associate #> 3595 professor #> 3596 associate #> 3597 professor #> 3598 associate #> 3599 assistant #> 3600 professor #> 3601 assistant #> 3602 university #> 3603 assistant #> 3604 professor #> 3605 professor #> 3606 professor #> 3607 associate #> 3608 associate #> 3609 assistant #> 3610 professor #> 3611 professor #> 3612 associate #> 3613 assistant #> 3614 assistant #> 3615 professor #> 3616 assistant #> 3617 assistant #> 3618 assistant #> 3619 associate #> 3620 associate #> 3621 associate #> 3622 assistant #> 3623 assistant #> 3624 associate #> 3625 assistant #> 3626 associate #> 3627 associate #> 3628 emeritus #> 3629 distinguished #> 3630 associate #> 3631 associate #> 3632 associate #> 3633 assistant #> 3634 assistant #> 3635 associate #> 3636 professor #> 3637 associate #> 3638 assistant #> 3639 professor #> 3640 professor #> 3641 professor #> 3642 chair #> 3643 associate #> 3644 professor #> 3645 professor #> 3646 professor #> 3647 adjunct #> 3648 adjunct #> 3649 professor #> 3650 associate #> 3651 professor #> 3652 professor #> 3653 assistant #> 3654 professor #> 3655 associate #> 3656 professor #> 3657 assistant #> 3658 associate #> 3659 associate #> 3660 associate #> 3661 associate #> 3662 university #> 3663 associate #> 3664 professor #> 3665 associate #> 3666 professor #> 3667 professor #> 3668 associate #> 3669 adjunct #> 3670 assistant #> 3671 associate #> 3672 associate #> 3673 professor #> 3674 assistant #> 3675 professor #> 3676 assistant #> 3677 associate #> 3678 assistant #> 3679 professor #> 3680 assistant #> 3681 professor #> 3682 assistant #> 3683 professor #> 3684 assistant #> 3685 assistant #> 3686 associate #> 3687 professor #> 3688 assistant #> 3689 assistant #> 3690 chair #> 3691 professor #> 3692 chair #> 3693 associate #> 3694 associate #> 3695 associate #> 3696 associate #> 3697 distinguished #> 3698 assistant #> 3699 associate #> 3700 professor #> 3701 chair #> 3702 assistant #> 3703 professor #> 3704 collab #> 3705 associate #> 3706 professor #> 3707 associate #> 3708 professor #> 3709 assistant #> 3710 associate #> 3711 associate #> 3712 adjunct #> 3713 associate #> 3714 assistant #> 3715 university #> 3716 professor #> 3717 professor #> 3718 professor #> 3719 professor #> 3720 professor #> 3721 professor #> 3722 adjunct #> 3723 associate #> 3724 assistant #> 3725 professor #> 3726 professor #> 3727 associate #> 3728 adjunct #> 3729 professor #> 3730 assistant #> 3731 distinguished #> 3732 professor #> 3733 distinguished #> 3734 assistant #> 3735 assistant #> 3736 assistant #> 3737 assistant #> 3738 assistant #> 3739 associate #> 3740 associate #> 3741 associate #> 3742 professor #> 3743 professor #> 3744 professor #> 3745 professor #> 3746 professor #> 3747 professor #> 3748 assistant #> 3749 assistant #> 3750 professor #> 3751 assistant #> 3752 assistant #> 3753 professor #> 3754 assistant #> 3755 professor #> 3756 associate #> 3757 assistant #> 3758 professor #> 3759 associate #> 3760 assistant #> 3761 professor #> 3762 professor #> 3763 assistant #> 3764 professor #> 3765 associate #> 3766 associate #> 3767 associate #> 3768 professor #> 3769 professor #> 3770 assistant #> 3771 university #> 3772 professor #> 3773 professor #> 3774 assistant #> 3775 adjunct #> 3776 professor #> 3777 distinguished #> 3778 associate #> 3779 professor #> 3780 assistant #> 3781 professor #> 3782 associate #> 3783 associate #> 3784 associate #> 3785 distinguished #> 3786 associate #> 3787 adjunct #> 3788 assistant #> 3789 associate #> 3790 assistant #> 3791 professor #> 3792 assistant #> 3793 adjunct #> 3794 assistant #> 3795 professor #> 3796 professor #> 3797 professor #> 3798 associate #> 3799 professor #> 3800 professor #> 3801 professor #> 3802 university #> 3803 professor #> 3804 assistant #> 3805 associate #> 3806 chair #> 3807 professor #> 3808 chair #> 3809 assistant #> 3810 professor #> 3811 university #> 3812 associate #> 3813 professor #> 3814 professor #> 3815 adjunct #> 3816 associate #> 3817 associate #> 3818 assistant #> 3819 assistant #> 3820 associate #> 3821 associate #> 3822 professor #> 3823 assistant #> 3824 professor #> 3825 associate #> 3826 professor #> 3827 chair #> 3828 assistant #> 3829 professor #> 3830 emeritus #> 3831 professor #> 3832 assistant #> 3833 distinguished #> 3834 assistant #> 3835 assistant #> 3836 associate #> 3837 associate #> 3838 associate #> 3839 distinguished #> 3840 professor #> 3841 assistant #> 3842 chair #> 3843 professor #> 3844 assistant #> 3845 professor #> 3846 associate #> 3847 professor #> 3848 associate #> 3849 associate #> 3850 associate #> 3851 professor #> 3852 assistant #> 3853 assistant #> 3854 associate #> 3855 university #> 3856 professor #> 3857 associate #> 3858 associate #> 3859 assistant #> 3860 assistant #> 3861 professor #> 3862 assistant #> 3863 adjunct #> 3864 professor #> 3865 associate #> 3866 professor #> 3867 professor #> 3868 associate #> 3869 associate #> 3870 assistant #> 3871 associate #> 3872 assistant #> 3873 visiting #> 3874 associate #> 3875 associate #> 3876 associate #> 3877 associate #> 3878 distinguished #> 3879 professor #> 3880 professor #> 3881 professor #> 3882 associate #> 3883 associate #> 3884 assistant #> 3885 associate #> 3886 assistant #> 3887 professor #> 3888 assistant #> 3889 professor #> 3890 distinguished #> 3891 professor #> 3892 emeritus #> 3893 associate #> 3894 university #> 3895 associate #> 3896 associate #> 3897 professor #> 3898 distinguished #> 3899 professor #> 3900 assistant #> 3901 associate #> 3902 associate #> 3903 professor #> 3904 associate #> 3905 associate #> 3906 professor #> 3907 adjunct #> 3908 professor #> 3909 associate #> 3910 associate #> 3911 assistant #> 3912 professor #> 3913 professor #> 3914 associate #> 3915 professor #> 3916 professor #> 3917 distinguished #> 3918 assistant #> 3919 associate #> 3920 professor #> 3921 associate #> 3922 associate #> 3923 associate #> 3924 professor #> 3925 assistant #> 3926 professor #> 3927 assistant #> 3928 associate #> 3929 assistant #> 3930 professor #> 3931 assistant #> 3932 professor #> 3933 university #> 3934 professor #> 3935 assistant #> 3936 professor #> 3937 emeritus #> 3938 university #> 3939 professor #> 3940 assistant #> 3941 associate #> 3942 associate #> 3943 university #> 3944 assistant #> 3945 associate #> 3946 associate #> 3947 professor #> 3948 associate #> 3949 assistant #> 3950 assistant #> 3951 associate #> 3952 adjunct #> 3953 associate #> 3954 associate #> 3955 assistant #> 3956 associate #> 3957 professor #> 3958 associate #> 3959 professor #> 3960 assistant #> 3961 assistant #> 3962 professor #> 3963 associate #> 3964 assistant #> 3965 associate #> 3966 associate #> 3967 associate #> 3968 professor #> 3969 chair #> 3970 professor #> 3971 associate #> 3972 assistant #> 3973 associate #> 3974 professor #> 3975 assistant #> 3976 professor #> 3977 associate #> 3978 assistant #> 3979 associate #> 3980 professor #> 3981 distinguished #> 3982 chair #> 3983 associate #> 3984 professor #> 3985 associate #> 3986 professor #> 3987 professor #> 3988 associate #> 3989 assistant #> 3990 associate #> 3991 associate #> 3992 associate #> 3993 professor #> 3994 professor #> 3995 professor #> 3996 professor #> 3997 assistant #> 3998 assistant #> 3999 associate #> 4000 university #> 4001 professor #> 4002 associate #> 4003 associate #> 4004 professor #> 4005 assistant #> 4006 associate #> 4007 university #> 4008 associate #> 4009 professor #> 4010 associate #> 4011 professor #> 4012 assistant #> 4013 professor #> 4014 professor #> 4015 associate #> 4016 associate #> 4017 professor #> 4018 professor #> 4019 university #> 4020 associate #> 4021 professor #> 4022 visiting #> 4023 associate #> 4024 associate #> 4025 professor #> 4026 professor #> 4027 visiting #> 4028 professor #> 4029 associate #> 4030 associate #> 4031 assistant #> 4032 assistant #> 4033 professor #> 4034 professor #> 4035 assistant #> 4036 assistant #> 4037 professor #> 4038 visiting #> 4039 associate #> 4040 assistant #> 4041 assistant #> 4042 associate #> 4043 assistant #> 4044 assistant #> 4045 assistant #> 4046 associate #> 4047 assistant #> 4048 professor #> 4049 assistant #> 4050 visiting #> 4051 professor #> 4052 assistant #> 4053 assistant #> 4054 assistant #> 4055 associate #> 4056 associate #> 4057 associate #> 4058 assistant #> 4059 visiting #> 4060 associate #> 4061 assistant #> 4062 assistant #> 4063 professor #> 4064 assistant #> 4065 professor #> 4066 professor #> 4067 assistant #> 4068 assistant #> 4069 professor #> 4070 assistant #> 4071 adjunct #> 4072 associate #> 4073 associate #> 4074 affiliate #> 4075 affiliate #> 4076 professor #> 4077 assistant #> 4078 emeritus #> 4079 associate #> 4080 professor #> 4081 associate #> 4082 professor #> 4083 associate #> 4084 professor #> 4085 adjunct #> 4086 assistant #> 4087 professor #> 4088 professor #> 4089 associate #> 4090 professor #> 4091 associate #> 4092 assistant #> 4093 assistant #> 4094 associate #> 4095 chair #> 4096 associate #> 4097 associate #> 4098 associate #> 4099 assistant #> 4100 distinguished #> 4101 professor #> 4102 professor #> 4103 adjunct #> 4104 distinguished #> 4105 assistant #> 4106 assistant #> 4107 professor #> 4108 emeritus #> 4109 chair #> 4110 adjunct #> 4111 professor #> 4112 professor #> 4113 professor #> 4114 assistant #> 4115 assistant #> 4116 assistant #> 4117 assistant #> 4118 professor #> 4119 professor #> 4120 associate #> 4121 assistant #> 4122 distinguished #> 4123 associate #> 4124 professor #> 4125 associate #> 4126 professor #> 4127 professor #> 4128 associate #> 4129 associate #> 4130 adjunct #> 4131 professor #> 4132 chair #> 4133 associate #> 4134 emeritus #> 4135 assistant #> 4136 assistant #> 4137 assistant #> 4138 associate #> 4139 assistant #> 4140 assistant #> 4141 professor #> 4142 assistant #> 4143 distinguished #> 4144 emeritus #> 4145 assistant #> 4146 associate #> 4147 associate #> 4148 associate #> 4149 associate #> 4150 chair #> 4151 associate #> 4152 professor #> 4153 assistant #> 4154 professor #> 4155 assistant #> 4156 professor #> 4157 professor #> 4158 associate #> 4159 professor #> 4160 assistant #> 4161 adjunct #> 4162 distinguished #> 4163 assistant #> 4164 professor #> 4165 professor #> 4166 emeritus #> 4167 assistant #> 4168 professor #> 4169 associate #> 4170 university #> 4171 distinguished #> 4172 professor #> 4173 professor #> 4174 associate #> 4175 professor #> 4176 associate #> 4177 assistant #> 4178 assistant #> 4179 associate #> 4180 associate #> 4181 assistant #> 4182 distinguished #> 4183 associate #> 4184 associate #> 4185 associate #> 4186 associate #> 4187 assistant #> 4188 assistant #> 4189 associate #> 4190 assistant #> 4191 professor #> 4192 chair #> 4193 associate #> 4194 professor #> 4195 associate #> 4196 professor #> 4197 professor #> 4198 associate #> 4199 assistant #> 4200 chair #> 4201 affiliate #> 4202 associate #> 4203 assistant #> 4204 associate #> 4205 adjunct #> 4206 professor #> 4207 associate #> 4208 associate #> 4209 associate #> 4210 professor #> 4211 associate #> 4212 professor #> 4213 assistant #> 4214 professor #> 4215 assistant #> 4216 associate #> 4217 professor #> 4218 assistant #> 4219 distinguished #> 4220 associate #> 4221 associate #> 4222 assistant #> 4223 assistant #> 4224 associate #> 4225 adjunct #> 4226 associate #> 4227 associate #> 4228 professor #> 4229 professor #> 4230 associate #> 4231 assistant #> 4232 associate #> 4233 assistant #> 4234 assistant #> 4235 associate #> 4236 associate #> 4237 assistant #> 4238 associate #> 4239 associate #> 4240 associate #> 4241 associate #> 4242 distinguished #> 4243 assistant #> 4244 associate #> 4245 associate #> 4246 associate #> 4247 associate #> 4248 professor #> 4249 assistant #> 4250 professor #> 4251 distinguished #> 4252 professor #> 4253 emeritus #> 4254 associate #> 4255 assistant #> 4256 professor #> 4257 associate #> 4258 chair #> 4259 assistant #> 4260 professor #> 4261 assistant #> 4262 professor #> 4263 chair #> 4264 associate #> 4265 distinguished #> 4266 assistant #> 4267 associate #> 4268 collab #> 4269 assistant #> 4270 professor #> 4271 professor #> 4272 professor #> 4273 associate #> 4274 professor #> 4275 professor #> 4276 associate #> 4277 professor #> 4278 associate #> 4279 assistant #> 4280 associate #> 4281 university #> 4282 assistant #> 4283 associate #> 4284 professor #> 4285 professor #> 4286 assistant #> 4287 assistant #> 4288 professor #> 4289 associate #> 4290 professor #> 4291 associate #> 4292 assistant #> 4293 associate #> 4294 associate #> 4295 professor #> 4296 assistant #> 4297 professor #> 4298 associate #> 4299 assistant #> 4300 emeritus #> 4301 associate #> 4302 emeritus #> 4303 assistant #> 4304 associate #> 4305 associate #> 4306 associate #> 4307 professor #> 4308 associate #> 4309 distinguished #> 4310 associate #> 4311 professor #> 4312 associate #> 4313 assistant #> 4314 professor #> 4315 assistant #> 4316 professor #> 4317 professor #> 4318 assistant #> 4319 emeritus #> 4320 emeritus #> 4321 associate #> 4322 assistant #> 4323 assistant #> 4324 associate #> 4325 associate #> 4326 associate #> 4327 professor #> 4328 associate #> 4329 associate #> 4330 associate #> 4331 adjunct #> 4332 chair #> 4333 professor #> 4334 assistant #> 4335 professor #> 4336 professor #> 4337 professor #> 4338 professor #> 4339 assistant #> 4340 professor #> 4341 professor #> 4342 assistant #> 4343 university #> 4344 associate #> 4345 associate #> 4346 professor #> 4347 associate #> 4348 associate #> 4349 professor #> 4350 assistant #> 4351 professor #> 4352 assistant #> 4353 associate #> 4354 professor #> 4355 professor #> 4356 assistant #> 4357 associate #> 4358 assistant #> 4359 associate #> 4360 assistant #> 4361 associate #> 4362 assistant #> 4363 emeritus #> 4364 associate #> 4365 professor #> 4366 associate #> 4367 associate #> 4368 assistant #> 4369 associate #> 4370 professor #> 4371 professor #> 4372 professor #> 4373 professor #> 4374 professor #> 4375 associate #> 4376 assistant #> 4377 assistant #> 4378 professor #> 4379 assistant #> 4380 associate #> 4381 associate #> 4382 professor #> 4383 assistant #> 4384 associate #> 4385 professor #> 4386 university #> 4387 professor #> 4388 professor #> 4389 assistant #> 4390 university #> 4391 professor #> 4392 professor #> 4393 assistant #> 4394 assistant #> 4395 associate #> 4396 associate #> 4397 associate #> 4398 associate #> 4399 professor #> 4400 professor #> 4401 associate #> 4402 associate #> 4403 professor #> 4404 professor #> 4405 assistant #> 4406 adjunct #> 4407 adjunct #> 4408 associate #> 4409 professor #> 4410 professor #> 4411 professor #> 4412 emeritus #> 4413 assistant #> 4414 assistant #> 4415 associate #> 4416 associate #> 4417 professor #> 4418 assistant #> 4419 professor #> 4420 assistant #> 4421 associate #> 4422 distinguished #> 4423 associate #> 4424 professor #> 4425 professor #> 4426 professor #> 4427 professor #> 4428 distinguished #> 4429 professor #> 4430 assistant #> 4431 associate #> 4432 adjunct #> 4433 associate #> 4434 associate #> 4435 associate #> 4436 distinguished #> 4437 associate #> 4438 assistant #> 4439 associate #> 4440 professor #> 4441 associate #> 4442 assistant #> 4443 professor #> 4444 associate #> 4445 adjunct #> 4446 associate #> 4447 assistant #> 4448 associate #> 4449 associate #> 4450 professor #> 4451 assistant #> 4452 professor #> 4453 professor #> 4454 assistant #> 4455 associate #> 4456 professor #> 4457 associate #> 4458 associate #> 4459 university #> 4460 assistant #> 4461 associate #> 4462 professor #> 4463 associate #> 4464 assistant #> 4465 emeritus #> 4466 affiliate #> 4467 assistant #> 4468 assistant #> 4469 assistant #> 4470 associate #> 4471 university #> 4472 assistant #> 4473 associate #> 4474 professor #> 4475 professor #> 4476 professor #> 4477 professor #> 4478 adjunct #> 4479 assistant #> 4480 professor #> 4481 professor #> 4482 associate #> 4483 distinguished #> 4484 chair #> 4485 associate #> 4486 distinguished #> 4487 associate #> 4488 associate #> 4489 professor #> 4490 assistant #> 4491 adjunct #> 4492 assistant #> 4493 associate #> 4494 professor #> 4495 associate #> 4496 associate #> 4497 associate #> 4498 professor #> 4499 assistant #> 4500 assistant #> 4501 associate #> 4502 associate #> 4503 distinguished #> 4504 associate #> 4505 professor #> 4506 associate #> 4507 associate #> 4508 affiliate #> 4509 professor #> 4510 assistant #> 4511 affiliate #> 4512 associate #> 4513 associate #> 4514 emeritus #> 4515 chair #> 4516 professor #> 4517 associate #> 4518 associate #> 4519 associate #> 4520 assistant #> 4521 professor #> 4522 associate #> 4523 assistant #> 4524 associate #> 4525 associate #> 4526 professor #> 4527 distinguished #> 4528 professor #> 4529 assistant #> 4530 assistant #> 4531 assistant #> 4532 professor #> 4533 professor #> 4534 affiliate #> 4535 adjunct #> 4536 assistant #> 4537 associate #> 4538 assistant #> 4539 professor #> 4540 professor #> 4541 associate #> 4542 professor #> 4543 associate #> 4544 professor #> 4545 associate #> 4546 assistant #> 4547 professor #> 4548 associate #> 4549 associate #> 4550 professor #> 4551 associate #> 4552 professor #> 4553 university #> 4554 professor #> 4555 adjunct #> 4556 assistant #> 4557 professor #> 4558 professor #> 4559 professor #> 4560 professor #> 4561 associate #> 4562 professor #> 4563 professor #> 4564 professor #> 4565 university #> 4566 professor #> 4567 professor #> 4568 associate #> 4569 emeritus #> 4570 assistant #> 4571 professor #> 4572 associate #> 4573 distinguished #> 4574 associate #> 4575 assistant #> 4576 professor #> 4577 professor #> 4578 professor #> 4579 associate #> 4580 assistant #> 4581 professor #> 4582 chair #> 4583 assistant #> 4584 assistant #> 4585 associate #> 4586 emeritus #> 4587 assistant #> 4588 professor #> 4589 associate #> 4590 associate #> 4591 assistant #> 4592 professor #> 4593 associate #> 4594 professor #> 4595 professor #> 4596 assistant #> 4597 professor #> 4598 associate #> 4599 professor #> 4600 associate #> 4601 university #> 4602 distinguished #> 4603 associate #> 4604 associate #> 4605 assistant #> 4606 professor #> 4607 assistant #> 4608 professor #> 4609 professor #> 4610 adjunct #> 4611 professor #> 4612 associate #> 4613 chair #> 4614 professor #> 4615 adjunct #> 4616 distinguished #> 4617 associate #> 4618 associate #> 4619 professor #> 4620 associate #> 4621 assistant #> 4622 assistant #> 4623 associate #> 4624 emeritus #> 4625 assistant #> 4626 adjunct #> 4627 chair #> 4628 emeritus #> 4629 associate #> 4630 professor #> 4631 associate #> 4632 associate #> 4633 assistant #> 4634 chair #> 4635 university #> 4636 assistant #> 4637 associate #> 4638 professor #> 4639 professor #> 4640 associate #> 4641 professor #> 4642 assistant #> 4643 associate #> 4644 professor #> 4645 associate #> 4646 assistant #> 4647 associate #> 4648 professor #> 4649 professor #> 4650 professor #> 4651 professor #> 4652 associate #> 4653 assistant #> 4654 professor #> 4655 professor #> 4656 professor #> 4657 associate #> 4658 distinguished #> 4659 professor #> 4660 emeritus #> 4661 emeritus #> 4662 associate #> 4663 associate #> 4664 assistant #> 4665 professor #> 4666 associate #> 4667 professor #> 4668 associate #> 4669 emeritus #> 4670 professor #> 4671 associate #> 4672 visiting #> 4673 professor #> 4674 associate #> 4675 assistant #> 4676 affiliate #> 4677 associate #> 4678 visiting #> 4679 professor #> 4680 distinguished #> 4681 assistant #> 4682 distinguished #> 4683 associate #> 4684 assistant #> 4685 associate #> 4686 associate #> 4687 professor #> 4688 assistant #> 4689 associate #> 4690 assistant #> 4691 professor #> 4692 professor #> 4693 professor #> 4694 assistant #> 4695 assistant #> 4696 university #> 4697 assistant #> 4698 assistant #> 4699 associate #> 4700 associate #> 4701 associate #> 4702 emeritus #> 4703 professor #> 4704 professor #> 4705 assistant #> 4706 associate #> 4707 assistant #> 4708 visiting #> 4709 associate #> 4710 associate #> 4711 assistant #> 4712 assistant #> 4713 assistant #> 4714 associate #> 4715 professor #> 4716 professor #> 4717 professor #> 4718 chair #> 4719 professor #> 4720 associate #> 4721 associate #> 4722 assistant #> 4723 professor #> 4724 professor #> 4725 professor #> 4726 associate #> 4727 professor #> 4728 assistant #> 4729 professor #> 4730 professor #> 4731 associate #> 4732 assistant #> 4733 assistant #> 4734 professor #> 4735 associate #> 4736 associate #> 4737 university #> 4738 assistant #> 4739 associate #> 4740 associate #> 4741 associate #> 4742 professor #> 4743 professor #> 4744 chair #> 4745 associate #> 4746 distinguished #> 4747 assistant #> 4748 assistant #> 4749 university #> 4750 distinguished #> 4751 professor #> 4752 associate #> 4753 chair #> 4754 associate #> 4755 associate #> 4756 assistant #> 4757 visiting #> 4758 professor #> 4759 assistant #> 4760 associate #> 4761 assistant #> 4762 assistant #> 4763 associate #> 4764 emeritus #> 4765 professor #> 4766 professor #> 4767 chair #> 4768 associate #> 4769 emeritus #> 4770 associate #> 4771 professor #> 4772 assistant #> 4773 professor #> 4774 professor #> 4775 chair #> 4776 associate #> 4777 assistant #> 4778 assistant #> 4779 assistant #> 4780 university #> 4781 professor #> 4782 professor #> 4783 professor #> 4784 associate #> 4785 associate #> 4786 professor #> 4787 assistant #> 4788 professor #> 4789 associate #> 4790 professor #> 4791 professor #> 4792 associate #> 4793 university #> 4794 professor #> 4795 professor #> 4796 professor #> 4797 professor #> 4798 professor #> 4799 associate #> 4800 professor #> 4801 professor #> 4802 associate #> 4803 visiting #> 4804 assistant #> 4805 professor #> 4806 chair #> 4807 assistant #> 4808 associate #> 4809 professor #> 4810 associate #> 4811 assistant #> 4812 professor #> 4813 associate #> 4814 assistant #> 4815 chair #> 4816 professor #> 4817 associate #> 4818 professor #> 4819 associate #> 4820 associate #> 4821 assistant #> 4822 assistant #> 4823 assistant #> 4824 assistant #> 4825 associate #> 4826 associate #> 4827 professor #> 4828 assistant #> 4829 assistant #> 4830 assistant #> 4831 associate #> 4832 professor #> 4833 chair #> 4834 professor #> 4835 professor #> 4836 associate #> 4837 distinguished #> 4838 adjunct #> 4839 assistant #> 4840 professor #> 4841 assistant #> 4842 associate #> 4843 assistant #> 4844 associate #> 4845 assistant #> 4846 professor #> 4847 professor #> 4848 professor #> 4849 adjunct #> 4850 associate #> 4851 associate #> 4852 chair #> 4853 university #> 4854 associate #> 4855 university #> 4856 associate #> 4857 associate #> 4858 assistant #> 4859 adjunct #> 4860 associate #> 4861 adjunct #> 4862 distinguished #> 4863 associate #> 4864 university #> 4865 associate #> 4866 associate #> 4867 associate #> 4868 assistant #> 4869 associate #> 4870 assistant #> 4871 associate #> 4872 assistant #> 4873 professor #> 4874 professor #> 4875 professor #> 4876 professor #> 4877 associate #> 4878 associate #> 4879 associate #> 4880 professor #> 4881 professor #> 4882 professor #> 4883 chair #> 4884 associate #> 4885 professor #> 4886 professor #> 4887 associate #> 4888 assistant #> 4889 associate #> 4890 associate #> 4891 associate #> 4892 professor #> 4893 professor #> 4894 associate #> 4895 assistant #> 4896 professor #> 4897 professor #> 4898 university #> 4899 assistant #> 4900 chair #> 4901 assistant #> 4902 associate #> 4903 associate #> 4904 associate #> 4905 emeritus #> 4906 professor #> 4907 professor #> 4908 associate #> 4909 assistant #> 4910 emeritus #> 4911 associate #> 4912 university #> 4913 adjunct #> 4914 professor #> 4915 professor #> 4916 associate #> 4917 emeritus #> 4918 associate #> 4919 professor #> 4920 associate #> 4921 professor #> 4922 assistant #> 4923 professor #> 4924 assistant #> 4925 professor #> 4926 associate #> 4927 associate #> 4928 assistant #> 4929 associate #> 4930 associate #> 4931 associate #> 4932 professor #> 4933 associate #> 4934 professor #> 4935 professor #> 4936 assistant #> 4937 university #> 4938 associate #> 4939 associate #> 4940 professor #> 4941 professor #> 4942 professor #> 4943 assistant #> 4944 assistant #> 4945 associate #> 4946 associate #> 4947 assistant #> 4948 professor #> 4949 associate #> 4950 professor #> 4951 associate #> 4952 professor #> 4953 associate #> 4954 associate #> 4955 professor #> 4956 associate #> 4957 university #> 4958 assistant #> 4959 professor #> 4960 professor #> 4961 professor #> 4962 assistant #> 4963 professor #> 4964 associate #> 4965 assistant #> 4966 assistant #> 4967 assistant #> 4968 assistant #> 4969 associate #> 4970 associate #> 4971 associate #> 4972 assistant #> 4973 assistant #> 4974 professor #> 4975 assistant #> 4976 associate #> 4977 emeritus #> 4978 distinguished #> 4979 associate #> 4980 associate #> 4981 associate #> 4982 assistant #> 4983 assistant #> 4984 assistant #> 4985 assistant #> 4986 associate #> 4987 professor #> 4988 associate #> 4989 assistant #> 4990 associate #> 4991 assistant #> 4992 professor #> 4993 professor #> 4994 professor #> 4995 chair #> 4996 associate #> 4997 professor #> 4998 professor #> 4999 professor #> 5000 adjunct #> 5001 adjunct #> 5002 assistant #> 5003 professor #> 5004 associate #> 5005 professor #> 5006 professor #> 5007 assistant #> 5008 associate #> 5009 university #> 5010 assistant #> 5011 associate #> 5012 associate #> 5013 professor #> 5014 assistant #> 5015 associate #> 5016 university #> 5017 associate #> 5018 emeritus #> 5019 associate #> 5020 professor #> 5021 professor #> 5022 associate #> 5023 adjunct #> 5024 assistant #> 5025 associate #> 5026 associate #> 5027 professor #> 5028 associate #> 5029 professor #> 5030 assistant #> 5031 associate #> 5032 assistant #> 5033 visiting #> 5034 professor #> 5035 assistant #> 5036 professor #> 5037 assistant #> 5038 professor #> 5039 assistant #> 5040 assistant #> 5041 associate #> 5042 professor #> 5043 assistant #> 5044 assistant #> 5045 chair #> 5046 professor #> 5047 chair #> 5048 associate #> 5049 associate #> 5050 professor #> 5051 associate #> 5052 distinguished #> 5053 assistant #> 5054 associate #> 5055 professor #> 5056 professor #> 5057 assistant #> 5058 associate #> 5059 professor #> 5060 associate #> 5061 chair #> 5062 assistant #> 5063 associate #> 5064 associate #> 5065 adjunct #> 5066 associate #> 5067 assistant #> 5068 university #> 5069 emeritus #> 5070 professor #> 5071 professor #> 5072 professor #> 5073 professor #> 5074 professor #> 5075 adjunct #> 5076 associate #> 5077 assistant #> 5078 professor #> 5079 professor #> 5080 professor #> 5081 associate #> 5082 adjunct #> 5083 professor #> 5084 assistant #> 5085 distinguished #> 5086 professor #> 5087 distinguished #> 5088 assistant #> 5089 professor #> 5090 assistant #> 5091 assistant #> 5092 visiting #> 5093 assistant #> 5094 assistant #> 5095 associate #> 5096 associate #> 5097 professor #> 5098 associate #> 5099 professor #> 5100 affiliate #> 5101 professor #> 5102 professor #> 5103 professor #> 5104 professor #> 5105 professor #> 5106 assistant #> 5107 assistant #> 5108 assistant #> 5109 professor #> 5110 assistant #> 5111 assistant #> 5112 assistant #> 5113 professor #> 5114 assistant #> 5115 professor #> 5116 associate #> 5117 assistant #> 5118 professor #> 5119 associate #> 5120 professor #> 5121 professor #> 5122 assistant #> 5123 professor #> 5124 professor #> 5125 associate #> 5126 associate #> 5127 professor #> 5128 professor #> 5129 associate #> 5130 university #> 5131 professor #> 5132 professor #> 5133 assistant #> 5134 assistant #> 5135 adjunct #> 5136 assistant #> 5137 professor #> 5138 emeritus #> 5139 associate #> 5140 university #> 5141 assistant #> 5142 professor #> 5143 associate #> 5144 associate #> 5145 associate #> 5146 distinguished #> 5147 associate #> 5148 adjunct #> 5149 assistant #> 5150 associate #> 5151 assistant #> 5152 professor #> 5153 adjunct #> 5154 assistant #> 5155 professor #> 5156 professor #> 5157 professor #> 5158 professor #> 5159 professor #> 5160 professor #> 5161 university #> 5162 professor #> 5163 assistant #> 5164 associate #> 5165 collab #> 5166 professor #> 5167 chair #> 5168 assistant #> 5169 professor #> 5170 university #> 5171 associate #> 5172 professor #> 5173 professor #> 5174 adjunct #> 5175 associate #> 5176 associate #> 5177 assistant #> 5178 assistant #> 5179 associate #> 5180 associate #> 5181 assistant #> 5182 professor #> 5183 assistant #> 5184 professor #> 5185 associate #> 5186 professor #> 5187 chair #> 5188 assistant #> 5189 professor #> 5190 professor #> 5191 assistant #> 5192 distinguished #> 5193 assistant #> 5194 assistant #> 5195 associate #> 5196 associate #> 5197 professor #> 5198 professor #> 5199 distinguished #> 5200 professor #> 5201 assistant #> 5202 chair #> 5203 professor #> 5204 assistant #> 5205 professor #> 5206 associate #> 5207 associate #> 5208 professor #> 5209 associate #> 5210 professor #> 5211 assistant #> 5212 associate #> 5213 university #> 5214 professor #> 5215 associate #> 5216 associate #> 5217 assistant #> 5218 assistant #> 5219 professor #> 5220 assistant #> 5221 assistant #> 5222 adjunct #> 5223 emeritus #> 5224 associate #> 5225 professor #> 5226 professor #> 5227 associate #> 5228 associate #> 5229 assistant #> 5230 associate #> 5231 visiting #> 5232 associate #> 5233 associate #> 5234 associate #> 5235 associate #> 5236 distinguished #> 5237 professor #> 5238 emeritus #> 5239 professor #> 5240 associate #> 5241 associate #> 5242 assistant #> 5243 associate #> 5244 visiting #> 5245 associate #> 5246 assistant #> 5247 professor #> 5248 professor #> 5249 distinguished #> 5250 professor #> 5251 affiliate #> 5252 university #> 5253 associate #> 5254 associate #> 5255 professor #> 5256 distinguished #> 5257 professor #> 5258 associate #> 5259 associate #> 5260 associate #> 5261 professor #> 5262 associate #> 5263 visiting #> 5264 professor #> 5265 adjunct #> 5266 professor #> 5267 associate #> 5268 associate #> 5269 assistant #> 5270 professor #> 5271 professor #> 5272 associate #> 5273 professor #> 5274 assistant #> 5275 professor #> 5276 distinguished #> 5277 assistant #> 5278 assistant #> 5279 associate #> 5280 associate #> 5281 professor #> 5282 associate #> 5283 associate #> 5284 associate #> 5285 professor #> 5286 assistant #> 5287 professor #> 5288 assistant #> 5289 associate #> 5290 assistant #> 5291 professor #> 5292 associate #> 5293 professor #> 5294 university #> 5295 professor #> 5296 assistant #> 5297 professor #> 5298 university #> 5299 professor #> 5300 assistant #> 5301 associate #> 5302 assistant #> 5303 associate #> 5304 university #> 5305 assistant #> 5306 associate #> 5307 associate #> 5308 professor #> 5309 associate #> 5310 associate #> 5311 assistant #> 5312 associate #> 5313 adjunct #> 5314 associate #> 5315 assistant #> 5316 associate #> 5317 professor #> 5318 associate #> 5319 assistant #> 5320 professor #> 5321 assistant #> 5322 assistant #> 5323 professor #> 5324 associate #> 5325 assistant #> 5326 assistant #> 5327 assistant #> 5328 professor #> 5329 associate #> 5330 associate #> 5331 professor #> 5332 chair #> 5333 professor #> 5334 emeritus #> 5335 assistant #> 5336 assistant #> 5337 associate #> 5338 professor #> 5339 assistant #> 5340 professor #> 5341 associate #> 5342 professor #> 5343 assistant #> 5344 professor #> 5345 distinguished #> 5346 chair #> 5347 associate #> 5348 professor #> 5349 associate #> 5350 professor #> 5351 professor #> 5352 associate #> 5353 assistant #> 5354 associate #> 5355 associate #> 5356 associate #> 5357 professor #> 5358 professor #> 5359 professor #> 5360 professor #> 5361 assistant #> 5362 associate #> 5363 university #> 5364 university #> 5365 associate #> 5366 associate #> 5367 professor #> 5368 assistant #> 5369 associate #> 5370 university #> 5371 emeritus #> 5372 professor #> 5373 associate #> 5374 assistant #> 5375 professor #> 5376 assistant #> 5377 professor #> 5378 professor #> 5379 assistant #> 5380 associate #> 5381 associate #> 5382 professor #> 5383 professor #> 5384 emeritus #> 5385 associate #> 5386 professor #> 5387 visiting #> 5388 associate #> 5389 associate #> 5390 professor #> 5391 professor #> 5392 visiting #> 5393 professor #> 5394 associate #> 5395 associate #> 5396 assistant #> 5397 assistant #> 5398 visiting #> 5399 professor #> 5400 emeritus #> 5401 associate #> 5402 assistant #> 5403 professor #> 5404 associate #> 5405 assistant #> 5406 assistant #> 5407 associate #> 5408 assistant #> 5409 professor #> 5410 assistant #> 5411 associate #> 5412 assistant #> 5413 professor #> 5414 assistant #> 5415 professor #> 5416 assistant #> 5417 assistant #> 5418 assistant #> 5419 associate #> 5420 associate #> 5421 associate #> 5422 assistant #> 5423 associate #> 5424 assistant #> 5425 assistant #> 5426 assistant #> 5427 professor #> 5428 assistant #> 5429 professor #> 5430 assistant #> 5431 professor #> 5432 associate #> 5433 affiliate #> 5434 emeritus #> 5435 associate #> 5436 associate #> 5437 professor #> 5438 associate #> 5439 professor #> 5440 associate #> 5441 professor #> 5442 adjunct #> 5443 professor #> 5444 assistant #> 5445 professor #> 5446 associate #> 5447 professor #> 5448 assistant #> 5449 associate #> 5450 assistant #> 5451 assistant #> 5452 associate #> 5453 chair #> 5454 associate #> 5455 associate #> 5456 associate #> 5457 assistant #> 5458 professor #> 5459 associate #> 5460 adjunct #> 5461 associate #> 5462 assistant #> 5463 distinguished #> 5464 professor #> 5465 professor #> 5466 adjunct #> 5467 assistant #> 5468 professor #> 5469 assistant #> 5470 adjunct #> 5471 professor #> 5472 professor #> 5473 professor #> 5474 affiliate #> 5475 assistant #> 5476 assistant #> 5477 associate #> 5478 assistant #> 5479 professor #> 5480 professor #> 5481 visiting #> 5482 associate #> 5483 assistant #> 5484 distinguished #> 5485 associate #> 5486 professor #> 5487 associate #> 5488 professor #> 5489 professor #> 5490 associate #> 5491 associate #> 5492 adjunct #> 5493 professor #> 5494 chair #> 5495 adjunct #> 5496 associate #> 5497 assistant #> 5498 assistant #> 5499 assistant #> 5500 associate #> 5501 assistant #> 5502 assistant #> 5503 professor #> 5504 associate #> 5505 distinguished #> 5506 assistant #> 5507 assistant #> 5508 associate #> 5509 associate #> 5510 professor #> 5511 associate #> 5512 chair #> 5513 associate #> 5514 professor #> 5515 emeritus #> 5516 professor #> 5517 assistant #> 5518 professor #> 5519 professor #> 5520 associate #> 5521 professor #> 5522 assistant #> 5523 adjunct #> 5524 distinguished #> 5525 assistant #> 5526 assistant #> 5527 professor #> 5528 assistant #> 5529 professor #> 5530 assistant #> 5531 professor #> 5532 associate #> 5533 university #> 5534 emeritus #> 5535 assistant #> 5536 professor #> 5537 emeritus #> 5538 professor #> 5539 associate #> 5540 assistant #> 5541 assistant #> 5542 associate #> 5543 associate #> 5544 distinguished #> 5545 associate #> 5546 associate #> 5547 associate #> 5548 associate #> 5549 assistant #> 5550 assistant #> 5551 associate #> 5552 associate #> 5553 emeritus #> 5554 professor #> 5555 associate #> 5556 professor #> 5557 professor #> 5558 emeritus #> 5559 professor #> 5560 professor #> 5561 associate #> 5562 assistant #> 5563 chair #> 5564 affiliate #> 5565 associate #> 5566 adjunct #> 5567 professor #> 5568 associate #> 5569 associate #> 5570 associate #> 5571 professor #> 5572 associate #> 5573 professor #> 5574 associate #> 5575 professor #> 5576 assistant #> 5577 associate #> 5578 emeritus #> 5579 professor #> 5580 assistant #> 5581 distinguished #> 5582 associate #> 5583 associate #> 5584 assistant #> 5585 associate #> 5586 associate #> 5587 adjunct #> 5588 associate #> 5589 associate #> 5590 professor #> 5591 assistant #> 5592 associate #> 5593 associate #> 5594 associate #> 5595 associate #> 5596 assistant #> 5597 assistant #> 5598 associate #> 5599 associate #> 5600 assistant #> 5601 associate #> 5602 associate #> 5603 associate #> 5604 associate #> 5605 distinguished #> 5606 assistant #> 5607 assistant #> 5608 associate #> 5609 associate #> 5610 associate #> 5611 associate #> 5612 professor #> 5613 assistant #> 5614 professor #> 5615 distinguished #> 5616 professor #> 5617 emeritus #> 5618 associate #> 5619 assistant #> 5620 professor #> 5621 associate #> 5622 chair #> 5623 associate #> 5624 professor #> 5625 assistant #> 5626 professor #> 5627 chair #> 5628 associate #> 5629 distinguished #> 5630 assistant #> 5631 associate #> 5632 assistant #> 5633 professor #> 5634 professor #> 5635 professor #> 5636 associate #> 5637 professor #> 5638 professor #> 5639 chair #> 5640 associate #> 5641 professor #> 5642 associate #> 5643 assistant #> 5644 associate #> 5645 university #> 5646 assistant #> 5647 associate #> 5648 professor #> 5649 professor #> 5650 assistant #> 5651 assistant #> 5652 professor #> 5653 associate #> 5654 professor #> 5655 associate #> 5656 assistant #> 5657 associate #> 5658 associate #> 5659 distinguished #> 5660 assistant #> 5661 professor #> 5662 associate #> 5663 associate #> 5664 affiliate #> 5665 associate #> 5666 associate #> 5667 professor #> 5668 associate #> 5669 professor #> 5670 associate #> 5671 distinguished #> 5672 associate #> 5673 professor #> 5674 associate #> 5675 associate #> 5676 adjunct #> 5677 professor #> 5678 assistant #> 5679 professor #> 5680 professor #> 5681 assistant #> 5682 associate #> 5683 assistant #> 5684 assistant #> 5685 professor #> 5686 associate #> 5687 associate #> 5688 professor #> 5689 associate #> 5690 professor #> 5691 assistant #> 5692 assistant #> 5693 associate #> 5694 adjunct #> 5695 chair #> 5696 professor #> 5697 assistant #> 5698 professor #> 5699 professor #> 5700 professor #> 5701 professor #> 5702 assistant #> 5703 associate #> 5704 professor #> 5705 professor #> 5706 assistant #> 5707 university #> 5708 associate #> 5709 associate #> 5710 professor #> 5711 associate #> 5712 associate #> 5713 professor #> 5714 assistant #> 5715 professor #> 5716 assistant #> 5717 associate #> 5718 professor #> 5719 professor #> 5720 professor #> 5721 assistant #> 5722 associate #> 5723 assistant #> 5724 professor #> 5725 assistant #> 5726 associate #> 5727 professor #> 5728 associate #> 5729 associate #> 5730 associate #> 5731 associate #> 5732 professor #> 5733 university #> 5734 professor #> 5735 professor #> 5736 professor #> 5737 associate #> 5738 assistant #> 5739 assistant #> 5740 professor #> 5741 assistant #> 5742 associate #> 5743 associate #> 5744 collab #> 5745 professor #> 5746 assistant #> 5747 associate #> 5748 emeritus #> 5749 emeritus #> 5750 professor #> 5751 professor #> 5752 assistant #> 5753 university #> 5754 professor #> 5755 professor #> 5756 assistant #> 5757 assistant #> 5758 associate #> 5759 associate #> 5760 associate #> 5761 associate #> 5762 professor #> 5763 professor #> 5764 associate #> 5765 associate #> 5766 professor #> 5767 professor #> 5768 associate #> 5769 adjunct #> 5770 associate #> 5771 professor #> 5772 professor #> 5773 professor #> 5774 assistant #> 5775 associate #> 5776 assistant #> 5777 associate #> 5778 associate #> 5779 professor #> 5780 assistant #> 5781 professor #> 5782 professor #> 5783 assistant #> 5784 associate #> 5785 distinguished #> 5786 associate #> 5787 professor #> 5788 professor #> 5789 professor #> 5790 professor #> 5791 distinguished #> 5792 professor #> 5793 assistant #> 5794 associate #> 5795 adjunct #> 5796 associate #> 5797 associate #> 5798 associate #> 5799 distinguished #> 5800 associate #> 5801 assistant #> 5802 associate #> 5803 professor #> 5804 associate #> 5805 assistant #> 5806 professor #> 5807 associate #> 5808 associate #> 5809 assistant #> 5810 associate #> 5811 associate #> 5812 professor #> 5813 assistant #> 5814 professor #> 5815 professor #> 5816 assistant #> 5817 associate #> 5818 professor #> 5819 associate #> 5820 associate #> 5821 university #> 5822 assistant #> 5823 associate #> 5824 professor #> 5825 associate #> 5826 associate #> 5827 affiliate #> 5828 assistant #> 5829 assistant #> 5830 associate #> 5831 associate #> 5832 emeritus #> 5833 university #> 5834 assistant #> 5835 associate #> 5836 professor #> 5837 university #> 5838 professor #> 5839 professor #> 5840 adjunct #> 5841 assistant #> 5842 professor #> 5843 professor #> 5844 associate #> 5845 distinguished #> 5846 chair #> 5847 associate #> 5848 distinguished #> 5849 assistant #> 5850 associate #> 5851 professor #> 5852 professor #> 5853 professor #> 5854 assistant #> 5855 adjunct #> 5856 associate #> 5857 professor #> 5858 associate #> 5859 associate #> 5860 associate #> 5861 professor #> 5862 assistant #> 5863 associate #> 5864 distinguished #> 5865 associate #> 5866 professor #> 5867 associate #> 5868 assistant #> 5869 professor #> 5870 assistant #> 5871 affiliate #> 5872 associate #> 5873 associate #> 5874 chair #> 5875 professor #> 5876 associate #> 5877 associate #> 5878 assistant #> 5879 professor #> 5880 associate #> 5881 assistant #> 5882 associate #> 5883 associate #> 5884 professor #> 5885 distinguished #> 5886 professor #> 5887 assistant #> 5888 professor #> 5889 professor #> 5890 adjunct #> 5891 assistant #> 5892 associate #> 5893 assistant #> 5894 professor #> 5895 professor #> 5896 associate #> 5897 professor #> 5898 associate #> 5899 chair #> 5900 associate #> 5901 assistant #> 5902 professor #> 5903 professor #> 5904 associate #> 5905 associate #> 5906 professor #> 5907 associate #> 5908 professor #> 5909 university #> 5910 professor #> 5911 adjunct #> 5912 professor #> 5913 professor #> 5914 professor #> 5915 associate #> 5916 professor #> 5917 professor #> 5918 professor #> 5919 university #> 5920 professor #> 5921 professor #> 5922 associate #> 5923 assistant #> 5924 professor #> 5925 associate #> 5926 distinguished #> 5927 associate #> 5928 assistant #> 5929 professor #> 5930 professor #> 5931 professor #> 5932 associate #> 5933 assistant #> 5934 professor #> 5935 chair #> 5936 associate #> 5937 associate #> 5938 assistant #> 5939 associate #> 5940 professor #> 5941 assistant #> 5942 professor #> 5943 associate #> 5944 associate #> 5945 assistant #> 5946 professor #> 5947 associate #> 5948 chair #> 5949 professor #> 5950 assistant #> 5951 professor #> 5952 assistant #> 5953 associate #> 5954 professor #> 5955 associate #> 5956 university #> 5957 distinguished #> 5958 associate #> 5959 associate #> 5960 assistant #> 5961 professor #> 5962 assistant #> 5963 professor #> 5964 professor #> 5965 adjunct #> 5966 professor #> 5967 assistant #> 5968 associate #> 5969 chair #> 5970 professor #> 5971 adjunct #> 5972 distinguished #> 5973 associate #> 5974 associate #> 5975 professor #> 5976 associate #> 5977 assistant #> 5978 assistant #> 5979 associate #> 5980 assistant #> 5981 adjunct #> 5982 chair #> 5983 emeritus #> 5984 associate #> 5985 chair #> 5986 associate #> 5987 associate #> 5988 assistant #> 5989 professor #> 5990 university #> 5991 assistant #> 5992 associate #> 5993 distinguished #> 5994 professor #> 5995 associate #> 5996 professor #> 5997 assistant #> 5998 associate #> 5999 professor #> 6000 professor #> 6001 associate #> 6002 assistant #> 6003 associate #> 6004 chair #> 6005 professor #> 6006 professor #> 6007 professor #> 6008 associate #> 6009 assistant #> 6010 distinguished #> 6011 professor #> 6012 professor #> 6013 professor #> 6014 professor #> 6015 associate #> 6016 distinguished #> 6017 professor #> 6018 professor #> 6019 associate #> 6020 associate #> 6021 assistant #> 6022 professor #> 6023 associate #> 6024 emeritus #> 6025 professor #> 6026 associate #> 6027 professor #> 6028 associate #> 6029 professor #> 6030 associate #> 6031 visiting #> 6032 affiliate #> 6033 associate #> 6034 emeritus #> 6035 chair #> 6036 associate #> 6037 distinguished #> 6038 associate #> 6039 associate #> 6040 associate #> 6041 associate #> 6042 professor #> 6043 assistant #> 6044 associate #> 6045 assistant #> 6046 professor #> 6047 professor #> 6048 assistant #> 6049 assistant #> 6050 university #> 6051 associate #> 6052 assistant #> 6053 associate #> 6054 associate #> 6055 emeritus #> 6056 professor #> 6057 professor #> 6058 assistant #> 6059 associate #> 6060 assistant #> 6061 associate #> 6062 associate #> 6063 assistant #> 6064 visiting #> 6065 assistant #> 6066 professor #> 6067 professor #> 6068 professor #> 6069 chair #> 6070 professor #> 6071 collab #> 6072 professor #> 6073 assistant #> 6074 professor #> 6075 associate #> 6076 professor #> 6077 professor #> 6078 professor #> 6079 associate #> 6080 professor #> 6081 assistant #> 6082 professor #> 6083 professor #> 6084 associate #> 6085 assistant #> 6086 emeritus #> 6087 adjunct #> 6088 assistant #> 6089 professor #> 6090 associate #> 6091 associate #> 6092 university #> 6093 associate #> 6094 associate #> 6095 visiting #> 6096 associate #> 6097 professor #> 6098 professor #> 6099 professor #> 6100 chair #> 6101 associate #> 6102 distinguished #> 6103 assistant #> 6104 assistant #> 6105 university #> 6106 emeritus #> 6107 professor #> 6108 associate #> 6109 chair #> 6110 associate #> 6111 associate #> 6112 assistant #> 6113 professor #> 6114 associate #> 6115 assistant #> 6116 assistant #> 6117 associate #> 6118 emeritus #> 6119 professor #> 6120 professor #> 6121 chair #> 6122 professor #> 6123 associate #> 6124 professor #> 6125 assistant #> 6126 professor #> 6127 professor #> 6128 emeritus #> 6129 associate #> 6130 assistant #> 6131 assistant #> 6132 university #> 6133 professor #> 6134 professor #> 6135 associate #> 6136 associate #> 6137 professor #> 6138 assistant #> 6139 professor #> 6140 professor #> 6141 associate #> 6142 professor #> 6143 professor #> 6144 associate #> 6145 university #> 6146 professor #> 6147 professor #> 6148 professor #> 6149 professor #> 6150 professor #> 6151 professor #> 6152 associate #> 6153 professor #> 6154 professor #> 6155 associate #> 6156 assistant #> 6157 assistant #> 6158 chair #> 6159 assistant #> 6160 associate #> 6161 professor #> 6162 associate #> 6163 assistant #> 6164 professor #> 6165 professor #> 6166 assistant #> 6167 chair #> 6168 professor #> 6169 associate #> 6170 associate #> 6171 professor #> 6172 professor #> 6173 associate #> 6174 assistant #> 6175 assistant #> 6176 assistant #> 6177 associate #> 6178 associate #> 6179 associate #> 6180 professor #> 6181 assistant #> 6182 assistant #> 6183 assistant #> 6184 associate #> 6185 associate #> 6186 professor #> 6187 chair #> 6188 professor #> 6189 professor #> 6190 associate #> 6191 distinguished #> 6192 visiting #> 6193 assistant #> 6194 professor #> 6195 assistant #> 6196 associate #> 6197 assistant #> 6198 associate #> 6199 associate #> 6200 emeritus #> 6201 professor #> 6202 professor #> 6203 adjunct #> 6204 associate #> 6205 associate #> 6206 chair #> 6207 university #> 6208 associate #> 6209 university #> 6210 associate #> 6211 associate #> 6212 assistant #> 6213 adjunct #> 6214 associate #> 6215 distinguished #> 6216 associate #> 6217 university #> 6218 associate #> 6219 associate #> 6220 associate #> 6221 assistant #> 6222 associate #> 6223 chair #> 6224 assistant #> 6225 associate #> 6226 assistant #> 6227 emeritus #> 6228 professor #> 6229 professor #> 6230 professor #> 6231 professor #> 6232 professor #> 6233 associate #> 6234 associate #> 6235 associate #> 6236 professor #> 6237 professor #> 6238 professor #> 6239 associate #> 6240 associate #> 6241 professor #> 6242 professor #> 6243 associate #> 6244 assistant #> 6245 associate #> 6246 associate #> 6247 associate #> 6248 distinguished #> 6249 professor #> 6250 associate #> 6251 assistant #> 6252 professor #> 6253 university #> 6254 assistant #> 6255 professor #> 6256 professor #> 6257 assistant #> 6258 associate #> 6259 associate #> 6260 associate #> 6261 professor #> 6262 professor #> 6263 associate #> 6264 assistant #> 6265 associate #> 6266 emeritus #> 6267 adjunct #> 6268 professor #> 6269 professor #> 6270 associate #> 6271 professor #> 6272 professor #> 6273 associate #> 6274 professor #> 6275 assistant #> 6276 professor #> 6277 assistant #> 6278 assistant #> 6279 professor #> 6280 associate #> 6281 associate #> 6282 associate #> 6283 associate #> 6284 associate #> 6285 associate #> 6286 professor #> 6287 associate #> 6288 professor #> 6289 professor #> 6290 assistant #> 6291 university #> 6292 associate #> 6293 professor #> 6294 professor #> 6295 professor #> 6296 assistant #> 6297 assistant #> 6298 associate #> 6299 professor #> 6300 assistant #> 6301 professor #> 6302 associate #> 6303 professor #> 6304 associate #> 6305 professor #> 6306 associate #> 6307 associate #> 6308 professor #> 6309 associate #> 6310 university #> 6311 assistant #> 6312 professor #> 6313 emeritus #> 6314 professor #> 6315 professor #> 6316 associate #> 6317 assistant #> 6318 assistant #> 6319 assistant #> 6320 assistant #> 6321 associate #> 6322 associate #> 6323 associate #> 6324 assistant #> 6325 assistant #> 6326 professor #> 6327 assistant #> 6328 professor #> 6329 distinguished #> 6330 associate #> 6331 associate #> 6332 assistant #> 6333 assistant #> 6334 assistant #> 6335 assistant #> 6336 associate #> 6337 professor #> 6338 professor #> 6339 assistant #> 6340 associate #> 6341 assistant #> 6342 professor #> 6343 professor #> 6344 professor #> 6345 professor #> 6346 associate #> 6347 professor #> 6348 professor #> 6349 professor #> 6350 adjunct #> 6351 adjunct #> 6352 assistant #> 6353 professor #> 6354 professor #> 6355 professor #> 6356 assistant #> 6357 professor #> 6358 university #> 6359 assistant #> 6360 associate #> 6361 associate #> 6362 professor #> 6363 assistant #> 6364 professor #> 6365 university #> 6366 associate #> 6367 professor #> 6368 professor #> 6369 associate #> 6370 adjunct #> 6371 associate #> 6372 associate #> 6373 professor #> 6374 professor #> 6375 associate #> 6376 professor #> 6377 assistant #> 6378 associate #> 6379 professor #> 6380 assistant #> 6381 professor #> 6382 associate #> 6383 professor #> 6384 assistant #> 6385 assistant #> 6386 professor #> 6387 professor #> 6388 assistant #> 6389 assistant #> 6390 chair #> 6391 professor #> 6392 chair #> 6393 associate #> 6394 associate #> 6395 professor #> 6396 associate #> 6397 distinguished #> 6398 assistant #> 6399 associate #> 6400 professor #> 6401 assistant #> 6402 associate #> 6403 professor #> 6404 associate #> 6405 chair #> 6406 associate #> 6407 assistant #> 6408 associate #> 6409 associate #> 6410 adjunct #> 6411 assistant #> 6412 associate #> 6413 associate #> 6414 professor #> 6415 professor #> 6416 professor #> 6417 professor #> 6418 professor #> 6419 adjunct #> 6420 associate #> 6421 assistant #> 6422 professor #> 6423 assistant #> 6424 professor #> 6425 professor #> 6426 associate #> 6427 adjunct #> 6428 professor #> 6429 assistant #> 6430 distinguished #> 6431 professor #> 6432 distinguished #> 6433 assistant #> 6434 professor #> 6435 associate #> 6436 assistant #> 6437 visiting #> 6438 assistant #> 6439 assistant #> 6440 associate #> 6441 associate #> 6442 professor #> 6443 associate #> 6444 professor #> 6445 affiliate #> 6446 professor #> 6447 professor #> 6448 professor #> 6449 professor #> 6450 professor #> 6451 associate #> 6452 assistant #> 6453 professor #> 6454 assistant #> 6455 assistant #> 6456 assistant #> 6457 professor #> 6458 professor #> 6459 associate #> 6460 assistant #> 6461 professor #> 6462 associate #> 6463 professor #> 6464 professor #> 6465 assistant #> 6466 professor #> 6467 professor #> 6468 associate #> 6469 associate #> 6470 professor #> 6471 professor #> 6472 associate #> 6473 university #> 6474 professor #> 6475 professor #> 6476 assistant #> 6477 assistant #> 6478 adjunct #> 6479 assistant #> 6480 professor #> 6481 emeritus #> 6482 associate #> 6483 university #> 6484 assistant #> 6485 professor #> 6486 associate #> 6487 associate #> 6488 associate #> 6489 distinguished #> 6490 associate #> 6491 adjunct #> 6492 assistant #> 6493 associate #> 6494 associate #> 6495 professor #> 6496 adjunct #> 6497 assistant #> 6498 professor #> 6499 professor #> 6500 professor #> 6501 professor #> 6502 professor #> 6503 professor #> 6504 university #> 6505 associate #> 6506 associate #> 6507 professor #> 6508 chair #> 6509 associate #> 6510 emeritus #> 6511 university #> 6512 associate #> 6513 professor #> 6514 professor #> 6515 adjunct #> 6516 associate #> 6517 associate #> 6518 assistant #> 6519 assistant #> 6520 associate #> 6521 associate #> 6522 assistant #> 6523 professor #> 6524 assistant #> 6525 professor #> 6526 associate #> 6527 professor #> 6528 chair #> 6529 assistant #> 6530 professor #> 6531 emeritus #> 6532 assistant #> 6533 distinguished #> 6534 assistant #> 6535 assistant #> 6536 associate #> 6537 associate #> 6538 professor #> 6539 professor #> 6540 distinguished #> 6541 professor #> 6542 assistant #> 6543 chair #> 6544 professor #> 6545 associate #> 6546 professor #> 6547 associate #> 6548 associate #> 6549 professor #> 6550 associate #> 6551 professor #> 6552 assistant #> 6553 associate #> 6554 university #> 6555 professor #> 6556 associate #> 6557 associate #> 6558 assistant #> 6559 assistant #> 6560 professor #> 6561 assistant #> 6562 assistant #> 6563 adjunct #> 6564 associate #> 6565 professor #> 6566 professor #> 6567 associate #> 6568 associate #> 6569 assistant #> 6570 associate #> 6571 visiting #> 6572 associate #> 6573 associate #> 6574 professor #> 6575 associate #> 6576 distinguished #> 6577 professor #> 6578 professor #> 6579 associate #> 6580 associate #> 6581 assistant #> 6582 associate #> 6583 visiting #> 6584 associate #> 6585 associate #> 6586 professor #> 6587 professor #> 6588 adjunct #> 6589 distinguished #> 6590 professor #> 6591 affiliate #> 6592 university #> 6593 associate #> 6594 professor #> 6595 professor #> 6596 distinguished #> 6597 professor #> 6598 professor #> 6599 assistant #> 6600 associate #> 6601 associate #> 6602 associate #> 6603 professor #> 6604 associate #> 6605 visiting #> 6606 adjunct #> 6607 professor #> 6608 visiting #> 6609 associate #> 6610 assistant #> 6611 associate #> 6612 emeritus #> 6613 professor #> 6614 associate #> 6615 professor #> 6616 assistant #> 6617 professor #> 6618 distinguished #> 6619 assistant #> 6620 assistant #> 6621 associate #> 6622 professor #> 6623 professor #> 6624 associate #> 6625 associate #> 6626 associate #> 6627 professor #> 6628 assistant #> 6629 professor #> 6630 professor #> 6631 assistant #> 6632 associate #> 6633 assistant #> 6634 professor #> 6635 associate #> 6636 professor #> 6637 university #> 6638 professor #> 6639 professor #> 6640 university #> 6641 professor #> 6642 associate #> 6643 assistant #> 6644 associate #> 6645 assistant #> 6646 associate #> 6647 university #> 6648 assistant #> 6649 associate #> 6650 associate #> 6651 professor #> 6652 professor #> 6653 associate #> 6654 assistant #> 6655 associate #> 6656 adjunct #> 6657 associate #> 6658 assistant #> 6659 associate #> 6660 emeritus #> 6661 associate #> 6662 assistant #> 6663 professor #> 6664 assistant #> 6665 assistant #> 6666 professor #> 6667 professor #> 6668 assistant #> 6669 assistant #> 6670 assistant #> 6671 professor #> 6672 assistant #> 6673 associate #> 6674 associate #> 6675 professor #> 6676 chair #> 6677 professor #> 6678 assistant #> 6679 assistant #> 6680 associate #> 6681 professor #> 6682 assistant #> 6683 professor #> 6684 associate #> 6685 assistant #> 6686 professor #> 6687 assistant #> 6688 professor #> 6689 distinguished #> 6690 associate #> 6691 chair #> 6692 associate #> 6693 professor #> 6694 associate #> 6695 professor #> 6696 professor #> 6697 associate #> 6698 assistant #> 6699 associate #> 6700 emeritus #> 6701 associate #> 6702 associate #> 6703 professor #> 6704 professor #> 6705 professor #> 6706 professor #> 6707 assistant #> 6708 professor #> 6709 university #> 6710 university #> 6711 associate #> 6712 associate #> 6713 professor #> 6714 assistant #> 6715 associate #> 6716 university #> 6717 professor #> 6718 associate #> 6719 assistant #> 6720 professor #> 6721 chair #> 6722 associate #> 6723 professor #> 6724 professor #> 6725 assistant #> 6726 associate #> 6727 associate #> 6728 professor #> 6729 professor #> 6730 associate #> 6731 professor #> 6732 associate #> 6733 professor #> 6734 professor #> 6735 professor #> 6736 professor #> 6737 associate #> 6738 associate #> 6739 assistant #> 6740 assistant #> 6741 visiting #> 6742 professor #> 6743 professor #> 6744 assistant #> 6745 associate #> 6746 assistant #> 6747 visiting #> 6748 professor #> 6749 assistant #> 6750 associate #> 6751 assistant #> 6752 assistant #> 6753 associate #> 6754 assistant #> 6755 professor #> 6756 assistant #> 6757 associate #> 6758 associate #> 6759 emeritus #> 6760 assistant #> 6761 professor #> 6762 assistant #> 6763 assistant #> 6764 assistant #> 6765 associate #> 6766 associate #> 6767 associate #> 6768 assistant #> 6769 associate #> 6770 associate #> 6771 assistant #> 6772 associate #> 6773 professor #> 6774 assistant #> 6775 assistant #> 6776 professor #> 6777 professor #> 6778 professor #> 6779 professor #> 6780 assistant #> 6781 visiting #> 6782 associate #> 6783 professor #> 6784 associate #> 6785 professor #> 6786 adjunct #> 6787 professor #> 6788 assistant #> 6789 professor #> 6790 associate #> 6791 assistant #> 6792 associate #> 6793 assistant #> 6794 assistant #> 6795 professor #> 6796 assistant #> 6797 professor #> 6798 associate #> 6799 associate #> 6800 assistant #> 6801 professor #> 6802 associate #> 6803 adjunct #> 6804 associate #> 6805 associate #> 6806 affiliate #> 6807 assistant #> 6808 assistant #> 6809 distinguished #> 6810 professor #> 6811 professor #> 6812 adjunct #> 6813 emeritus #> 6814 associate #> 6815 assistant #> 6816 professor #> 6817 assistant #> 6818 adjunct #> 6819 professor #> 6820 professor #> 6821 affiliate #> 6822 assistant #> 6823 assistant #> 6824 associate #> 6825 assistant #> 6826 professor #> 6827 professor #> 6828 assistant #> 6829 distinguished #> 6830 associate #> 6831 associate #> 6832 professor #> 6833 professor #> 6834 professor #> 6835 professor #> 6836 associate #> 6837 associate #> 6838 adjunct #> 6839 professor #> 6840 chair #> 6841 adjunct #> 6842 associate #> 6843 assistant #> 6844 visiting #> 6845 assistant #> 6846 assistant #> 6847 assistant #> 6848 associate #> 6849 assistant #> 6850 professor #> 6851 associate #> 6852 emeritus #> 6853 assistant #> 6854 assistant #> 6855 professor #> 6856 associate #> 6857 professor #> 6858 associate #> 6859 chair #> 6860 associate #> 6861 assistant #> 6862 professor #> 6863 assistant #> 6864 professor #> 6865 professor #> 6866 associate #> 6867 professor #> 6868 assistant #> 6869 assistant #> 6870 distinguished #> 6871 assistant #> 6872 assistant #> 6873 assistant #> 6874 professor #> 6875 assistant #> 6876 professor #> 6877 associate #> 6878 university #> 6879 professor #> 6880 adjunct #> 6881 emeritus #> 6882 professor #> 6883 associate #> 6884 assistant #> 6885 adjunct #> 6886 assistant #> 6887 assistant #> 6888 professor #> 6889 associate #> 6890 distinguished #> 6891 associate #> 6892 associate #> 6893 associate #> 6894 associate #> 6895 assistant #> 6896 assistant #> 6897 associate #> 6898 associate #> 6899 emeritus #> 6900 chair #> 6901 emeritus #> 6902 associate #> 6903 professor #> 6904 collab #> 6905 professor #> 6906 professor #> 6907 associate #> 6908 assistant #> 6909 chair #> 6910 associate #> 6911 adjunct #> 6912 professor #> 6913 professor #> 6914 associate #> 6915 associate #> 6916 professor #> 6917 associate #> 6918 assistant #> 6919 professor #> 6920 associate #> 6921 assistant #> 6922 collab #> 6923 assistant #> 6924 assistant #> 6925 associate #> 6926 associate #> 6927 assistant #> 6928 professor #> 6929 assistant #> 6930 associate #> 6931 distinguished #> 6932 associate #> 6933 associate #> 6934 associate #> 6935 associate #> 6936 adjunct #> 6937 associate #> 6938 assistant #> 6939 professor #> 6940 assistant #> 6941 associate #> 6942 assistant #> 6943 associate #> 6944 associate #> 6945 assistant #> 6946 assistant #> 6947 adjunct #> 6948 chair #> 6949 assistant #> 6950 associate #> 6951 associate #> 6952 assistant #> 6953 associate #> 6954 associate #> 6955 associate #> 6956 associate #> 6957 distinguished #> 6958 assistant #> 6959 assistant #> 6960 associate #> 6961 associate #> 6962 associate #> 6963 associate #> 6964 assistant #> 6965 professor #> 6966 visiting #> 6967 distinguished #> 6968 professor #> 6969 assistant #> 6970 assistant #> 6971 assistant #> 6972 professor #> 6973 associate #> 6974 professor #> 6975 associate #> 6976 professor #> 6977 assistant #> 6978 professor #> 6979 chair #> 6980 associate #> 6981 distinguished #> 6982 assistant #> 6983 associate #> 6984 assistant #> 6985 professor #> 6986 assistant #> 6987 assistant #> 6988 professor #> 6989 professor #> 6990 associate #> 6991 assistant #> 6992 emeritus #> 6993 professor #> 6994 chair #> 6995 assistant #> 6996 professor #> 6997 professor #> 6998 associate #> 6999 assistant #> 7000 associate #> 7001 university #> 7002 assistant #> 7003 associate #> 7004 professor #> 7005 professor #> 7006 assistant #> 7007 professor #> 7008 assistant #> 7009 professor #> 7010 associate #> 7011 professor #> 7012 associate #> 7013 assistant #> 7014 associate #> 7015 associate #> 7016 distinguished #> 7017 assistant #> 7018 professor #> 7019 associate #> 7020 associate #> 7021 associate #> 7022 affiliate #> 7023 associate #> 7024 associate #> 7025 chair #> 7026 associate #> 7027 professor #> 7028 associate #> 7029 distinguished #> 7030 associate #> 7031 professor #> 7032 associate #> 7033 associate #> 7034 professor #> 7035 assistant #> 7036 professor #> 7037 professor #> 7038 assistant #> 7039 visiting #> 7040 associate #> 7041 assistant #> 7042 assistant #> 7043 assistant #> 7044 professor #> 7045 associate #> 7046 associate #> 7047 professor #> 7048 associate #> 7049 professor #> 7050 associate #> 7051 adjunct #> 7052 chair #> 7053 professor #> 7054 assistant #> 7055 professor #> 7056 professor #> 7057 professor #> 7058 professor #> 7059 assistant #> 7060 associate #> 7061 professor #> 7062 professor #> 7063 assistant #> 7064 university #> 7065 associate #> 7066 associate #> 7067 professor #> 7068 associate #> 7069 associate #> 7070 professor #> 7071 assistant #> 7072 professor #> 7073 assistant #> 7074 associate #> 7075 professor #> 7076 professor #> 7077 professor #> 7078 assistant #> 7079 associate #> 7080 assistant #> 7081 professor #> 7082 assistant #> 7083 professor #> 7084 professor #> 7085 associate #> 7086 associate #> 7087 associate #> 7088 associate #> 7089 professor #> 7090 university #> 7091 professor #> 7092 professor #> 7093 professor #> 7094 professor #> 7095 associate #> 7096 associate #> 7097 professor #> 7098 assistant #> 7099 associate #> 7100 professor #> 7101 professor #> 7102 assistant #> 7103 emeritus #> 7104 assistant #> 7105 professor #> 7106 professor #> 7107 assistant #> 7108 university #> 7109 professor #> 7110 professor #> 7111 assistant #> 7112 associate #> 7113 associate #> 7114 associate #> 7115 associate #> 7116 professor #> 7117 professor #> 7118 associate #> 7119 emeritus #> 7120 professor #> 7121 associate #> 7122 adjunct #> 7123 associate #> 7124 professor #> 7125 professor #> 7126 professor #> 7127 assistant #> 7128 associate #> 7129 associate #> 7130 associate #> 7131 emeritus #> 7132 assistant #> 7133 professor #> 7134 professor #> 7135 assistant #> 7136 distinguished #> 7137 associate #> 7138 professor #> 7139 professor #> 7140 professor #> 7141 professor #> 7142 distinguished #> 7143 professor #> 7144 assistant #> 7145 associate #> 7146 assistant #> 7147 associate #> 7148 associate #> 7149 associate #> 7150 distinguished #> 7151 associate #> 7152 assistant #> 7153 associate #> 7154 professor #> 7155 associate #> 7156 associate #> 7157 emeritus #> 7158 associate #> 7159 associate #> 7160 associate #> 7161 assistant #> 7162 assistant #> 7163 associate #> 7164 associate #> 7165 professor #> 7166 assistant #> 7167 assistant #> 7168 professor #> 7169 assistant #> 7170 associate #> 7171 assistant #> 7172 professor #> 7173 associate #> 7174 associate #> 7175 university #> 7176 assistant #> 7177 associate #> 7178 professor #> 7179 professor #> 7180 associate #> 7181 associate #> 7182 assistant #> 7183 associate #> 7184 associate #> 7185 university #> 7186 assistant #> 7187 associate #> 7188 professor #> 7189 university #> 7190 professor #> 7191 professor #> 7192 associate #> 7193 professor #> 7194 professor #> 7195 associate #> 7196 distinguished #> 7197 chair #> 7198 professor #> 7199 distinguished #> 7200 assistant #> 7201 assistant #> 7202 assistant #> 7203 associate #> 7204 professor #> 7205 professor #> 7206 assistant #> 7207 assistant #> 7208 adjunct #> 7209 associate #> 7210 professor #> 7211 associate #> 7212 associate #> 7213 assistant #> 7214 associate #> 7215 professor #> 7216 associate #> 7217 distinguished #> 7218 associate #> 7219 professor #> 7220 associate #> 7221 assistant #> 7222 professor #> 7223 assistant #> 7224 affiliate #> 7225 associate #> 7226 associate #> 7227 chair #> 7228 professor #> 7229 associate #> 7230 assistant #> 7231 assistant #> 7232 professor #> 7233 associate #> 7234 assistant #> 7235 associate #> 7236 visiting #> 7237 associate #> 7238 professor #> 7239 distinguished #> 7240 professor #> 7241 assistant #> 7242 professor #> 7243 professor #> 7244 adjunct #> 7245 assistant #> 7246 associate #> 7247 associate #> 7248 professor #> 7249 assistant #> 7250 professor #> 7251 professor #> 7252 associate #> 7253 chair #> 7254 associate #> 7255 assistant #> 7256 professor #> 7257 professor #> 7258 associate #> 7259 associate #> 7260 professor #> 7261 associate #> 7262 professor #> 7263 university #> 7264 professor #> 7265 adjunct #> 7266 adjunct #> 7267 professor #> 7268 professor #> 7269 professor #> 7270 professor #> 7271 university #> 7272 professor #> 7273 emeritus #> 7274 assistant #> 7275 university #> 7276 professor #> 7277 professor #> 7278 associate #> 7279 assistant #> 7280 professor #> 7281 professor #> 7282 distinguished #> 7283 professor #> 7284 assistant #> 7285 professor #> 7286 professor #> 7287 professor #> 7288 professor #> 7289 associate #> 7290 assistant #> 7291 professor #> 7292 chair #> 7293 associate #> 7294 associate #> 7295 associate #> 7296 associate #> 7297 assistant #> 7298 professor #> 7299 associate #> 7300 associate #> 7301 associate #> 7302 professor #> 7303 professor #> 7304 chair #> 7305 professor #> 7306 assistant #> 7307 professor #> 7308 assistant #> 7309 associate #> 7310 professor #> 7311 associate #> 7312 university #> 7313 distinguished #> 7314 associate #> 7315 associate #> 7316 assistant #> 7317 professor #> 7318 assistant #> 7319 professor #> 7320 professor #> 7321 professor #> 7322 assistant #> 7323 associate #> 7324 assistant #> 7325 professor #> 7326 adjunct #> 7327 distinguished #> 7328 associate #> 7329 associate #> 7330 professor #> 7331 associate #> 7332 assistant #> 7333 assistant #> 7334 assistant #> 7335 affiliate #> 7336 chair #> 7337 emeritus #> 7338 associate #> 7339 chair #> 7340 associate #> 7341 associate #> 7342 assistant #> 7343 professor #> 7344 university #> 7345 assistant #> 7346 professor #> 7347 distinguished #> 7348 professor #> 7349 associate #> 7350 professor #> 7351 assistant #> 7352 associate #> 7353 professor #> 7354 associate #> 7355 associate #> 7356 associate #> 7357 chair #> 7358 professor #> 7359 professor #> 7360 professor #> 7361 adjunct #> 7362 associate #> 7363 associate #> 7364 distinguished #> 7365 professor #> 7366 professor #> 7367 professor #> 7368 professor #> 7369 associate #> 7370 distinguished #> 7371 professor #> 7372 emeritus #> 7373 associate #> 7374 associate #> 7375 assistant #> 7376 professor #> 7377 associate #> 7378 professor #> 7379 associate #> 7380 professor #> 7381 associate #> 7382 professor #> 7383 associate #> 7384 visiting #> 7385 associate #> 7386 chair #> 7387 associate #> 7388 distinguished #> 7389 associate #> 7390 associate #> 7391 associate #> 7392 associate #> 7393 professor #> 7394 assistant #> 7395 associate #> 7396 professor #> 7397 professor #> 7398 assistant #> 7399 assistant #> 7400 assistant #> 7401 university #> 7402 associate #> 7403 assistant #> 7404 associate #> 7405 associate #> 7406 professor #> 7407 professor #> 7408 assistant #> 7409 professor #> 7410 associate #> 7411 associate #> 7412 professor #> 7413 assistant #> 7414 visiting #> 7415 associate #> 7416 professor #> 7417 professor #> 7418 professor #> 7419 chair #> 7420 professor #> 7421 assistant #> 7422 professor #> 7423 associate #> 7424 emeritus #> 7425 professor #> 7426 professor #> 7427 associate #> 7428 assistant #> 7429 professor #> 7430 assistant #> 7431 professor #> 7432 professor #> 7433 associate #> 7434 assistant #> 7435 visiting #> 7436 adjunct #> 7437 assistant #> 7438 professor #> 7439 associate #> 7440 university #> 7441 associate #> 7442 associate #> 7443 professor #> 7444 chair #> 7445 assistant #> 7446 professor #> 7447 professor #> 7448 assistant #> 7449 chair #> 7450 associate #> 7451 distinguished #> 7452 assistant #> 7453 assistant #> 7454 university #> 7455 professor #> 7456 associate #> 7457 chair #> 7458 assistant #> 7459 associate #> 7460 associate #> 7461 associate #> 7462 professor #> 7463 associate #> 7464 assistant #> 7465 assistant #> 7466 associate #> 7467 professor #> 7468 associate #> 7469 professor #> 7470 professor #> 7471 professor #> 7472 associate #> 7473 professor #> 7474 assistant #> 7475 professor #> 7476 professor #> 7477 associate #> 7478 assistant #> 7479 assistant #> 7480 university #> 7481 professor #> 7482 professor #> 7483 professor #> 7484 associate #> 7485 assistant #> 7486 associate #> 7487 professor #> 7488 assistant #> 7489 professor #> 7490 professor #> 7491 associate #> 7492 professor #> 7493 professor #> 7494 associate #> 7495 university #> 7496 professor #> 7497 professor #> 7498 professor #> 7499 professor #> 7500 professor #> 7501 associate #> 7502 professor #> 7503 professor #> 7504 associate #> 7505 assistant #> 7506 adjunct #> 7507 chair #> 7508 associate #> 7509 associate #> 7510 assistant #> 7511 emeritus #> 7512 associate #> 7513 assistant #> 7514 emeritus #> 7515 professor #> 7516 associate #> 7517 chair #> 7518 professor #> 7519 associate #> 7520 professor #> 7521 professor #> 7522 associate #> 7523 associate #> 7524 assistant #> 7525 associate #> 7526 associate #> 7527 associate #> 7528 associate #> 7529 professor #> 7530 assistant #> 7531 assistant #> 7532 assistant #> 7533 associate #> 7534 associate #> 7535 professor #> 7536 chair #> 7537 professor #> 7538 professor #> 7539 associate #> 7540 distinguished #> 7541 assistant #> 7542 adjunct #> 7543 professor #> 7544 assistant #> 7545 associate #> 7546 associate #> 7547 associate #> 7548 professor #> 7549 professor #> 7550 adjunct #> 7551 associate #> 7552 associate #> 7553 chair #> 7554 university #> 7555 associate #> 7556 assistant #> 7557 university #> 7558 associate #> 7559 associate #> 7560 assistant #> 7561 adjunct #> 7562 associate #> 7563 professor #> 7564 assistant #> 7565 distinguished #> 7566 associate #> 7567 emeritus #> 7568 associate #> 7569 associate #> 7570 associate #> 7571 associate #> 7572 associate #> 7573 chair #> 7574 assistant #> 7575 associate #> 7576 associate #> 7577 university #> 7578 professor #> 7579 professor #> 7580 professor #> 7581 associate #> 7582 associate #> 7583 associate #> 7584 professor #> 7585 professor #> 7586 professor #> 7587 associate #> 7588 professor #> 7589 professor #> 7590 assistant #> 7591 associate #> 7592 associate #> 7593 assistant #> 7594 associate #> 7595 distinguished #> 7596 professor #> 7597 associate #> 7598 assistant #> 7599 professor #> 7600 professor #> 7601 university #> 7602 assistant #> 7603 professor #> 7604 professor #> 7605 assistant #> 7606 assistant #> 7607 associate #> 7608 associate #> 7609 assistant #> 7610 associate #> 7611 professor #> 7612 professor #> 7613 assistant #> 7614 adjunct #> 7615 professor #> 7616 professor #> 7617 associate #> 7618 assistant #> 7619 professor #> 7620 professor #> 7621 professor #> 7622 associate #> 7623 professor #> 7624 assistant #> 7625 professor #> 7626 assistant #> 7627 assistant #> 7628 professor #> 7629 associate #> 7630 associate #> 7631 associate #> 7632 assistant #> 7633 associate #> 7634 associate #> 7635 associate #> 7636 assistant #> 7637 professor #> 7638 associate #> 7639 professor #> 7640 professor #> 7641 assistant #> 7642 university #> 7643 associate #> 7644 professor #> 7645 professor #> 7646 professor #> 7647 assistant #> 7648 assistant #> 7649 associate #> 7650 professor #> 7651 assistant #> 7652 professor #> 7653 associate #> 7654 university #> 7655 professor #> 7656 associate #> 7657 associate #> 7658 professor #> 7659 associate #> 7660 university #> 7661 associate #> 7662 professor #> 7663 professor #> 7664 professor #> 7665 professor #> 7666 assistant #> 7667 assistant #> 7668 associate #> 7669 assistant #> 7670 associate #> 7671 associate #> 7672 assistant #> 7673 assistant #> 7674 assistant #> 7675 professor #> 7676 assistant #> 7677 professor #> 7678 distinguished #> 7679 associate #> 7680 associate #> 7681 assistant #> 7682 assistant #> 7683 assistant #> 7684 assistant #> 7685 associate #> 7686 professor #> 7687 professor #> 7688 associate #> 7689 professor #> 7690 assistant #> 7691 professor #> 7692 professor #> 7693 professor #> 7694 professor #> 7695 associate #> 7696 professor #> 7697 professor #> 7698 professor #> 7699 adjunct #> 7700 adjunct #> 7701 assistant #> 7702 professor #> 7703 professor #> 7704 professor #> 7705 assistant #> 7706 professor #> 7707 assistant #> 7708 associate #> 7709 associate #> 7710 assistant #> 7711 professor #> 7712 university #> 7713 associate #> 7714 professor #> 7715 professor #> 7716 associate #> 7717 adjunct #> 7718 associate #> 7719 associate #> 7720 professor #> 7721 professor #> 7722 associate #> 7723 assistant #> 7724 assistant #> 7725 associate #> 7726 professor #> 7727 assistant #> 7728 professor #> 7729 associate #> 7730 professor #> 7731 associate #> 7732 associate #> 7733 professor #> 7734 professor #> 7735 assistant #> 7736 assistant #> 7737 chair #> 7738 professor #> 7739 associate #> 7740 chair #> 7741 professor #> 7742 associate #> 7743 professor #> 7744 associate #> 7745 distinguished #> 7746 adjunct #> 7747 assistant #> 7748 associate #> 7749 professor #> 7750 associate #> 7751 associate #> 7752 professor #> 7753 associate #> 7754 chair #> 7755 associate #> 7756 assistant #> 7757 associate #> 7758 adjunct #> 7759 assistant #> 7760 associate #> 7761 associate #> 7762 university #> 7763 professor #> 7764 professor #> 7765 professor #> 7766 professor #> 7767 professor #> 7768 adjunct #> 7769 associate #> 7770 assistant #> 7771 professor #> 7772 assistant #> 7773 professor #> 7774 professor #> 7775 associate #> 7776 adjunct #> 7777 emeritus #> 7778 assistant #> 7779 assistant #> 7780 distinguished #> 7781 professor #> 7782 distinguished #> 7783 professor #> 7784 associate #> 7785 assistant #> 7786 assistant #> 7787 associate #> 7788 associate #> 7789 professor #> 7790 professor #> 7791 professor #> 7792 affiliate #> 7793 professor #> 7794 professor #> 7795 professor #> 7796 professor #> 7797 professor #> 7798 associate #> 7799 assistant #> 7800 professor #> 7801 assistant #> 7802 assistant #> 7803 assistant #> 7804 professor #> 7805 professor #> 7806 associate #> 7807 associate #> 7808 professor #> 7809 associate #> 7810 associate #> 7811 professor #> 7812 emeritus #> 7813 assistant #> 7814 professor #> 7815 professor #> 7816 associate #> 7817 associate #> 7818 professor #> 7819 professor #> 7820 associate #> 7821 university #> 7822 professor #> 7823 professor #> 7824 assistant #> 7825 assistant #> 7826 adjunct #> 7827 assistant #> 7828 associate #> 7829 university #> 7830 assistant #> 7831 associate #> 7832 professor #> 7833 associate #> 7834 associate #> 7835 associate #> 7836 distinguished #> 7837 associate #> 7838 affiliate #> 7839 adjunct #> 7840 assistant #> 7841 associate #> 7842 associate #> 7843 professor #> 7844 adjunct #> 7845 associate #> 7846 professor #> 7847 professor #> 7848 visiting #> 7849 professor #> 7850 assistant #> 7851 professor #> 7852 professor #> 7853 distinguished #> 7854 university #> 7855 associate #> 7856 associate #> 7857 professor #> 7858 chair #> 7859 associate #> 7860 university #> 7861 associate #> 7862 professor #> 7863 professor #> 7864 adjunct #> 7865 associate #> 7866 professor #> 7867 assistant #> 7868 associate #> 7869 associate #> 7870 associate #> 7871 assistant #> 7872 professor #> 7873 assistant #> 7874 professor #> 7875 associate #> 7876 professor #> 7877 professor #> 7878 assistant #> 7879 professor #> 7880 distinguished #> 7881 associate #> 7882 associate #> 7883 associate #> 7884 associate #> 7885 professor #> 7886 professor #> 7887 distinguished #> 7888 collab #> 7889 assistant #> 7890 professor #> 7891 professor #> 7892 associate #> 7893 professor #> 7894 associate #> 7895 associate #> 7896 professor #> 7897 associate #> 7898 professor #> 7899 assistant #> 7900 assistant #> 7901 assistant #> 7902 associate #> 7903 university #> 7904 associate #> 7905 assistant #> 7906 professor #> 7907 professor #> 7908 associate #> 7909 associate #> 7910 assistant #> 7911 assistant #> 7912 professor #> 7913 assistant #> 7914 assistant #> 7915 adjunct #> 7916 associate #> 7917 professor #> 7918 professor #> 7919 associate #> 7920 professor #> 7921 associate #> 7922 assistant #> 7923 associate #> 7924 associate #> 7925 professor #> 7926 associate #> 7927 distinguished #> 7928 adjunct #> 7929 professor #> 7930 professor #> 7931 associate #> 7932 associate #> 7933 assistant #> 7934 associate #> 7935 associate #> 7936 associate #> 7937 professor #> 7938 chair #> 7939 professor #> 7940 adjunct #> 7941 assistant #> 7942 distinguished #> 7943 professor #> 7944 emeritus #> 7945 associate #> 7946 professor #> 7947 professor #> 7948 professor #> 7949 professor #> 7950 assistant #> 7951 associate #> 7952 associate #> 7953 associate #> 7954 professor #> 7955 associate #> 7956 adjunct #> 7957 professor #> 7958 visiting #> 7959 associate #> 7960 assistant #> 7961 associate #> 7962 visiting #> 7963 professor #> 7964 associate #> 7965 professor #> 7966 assistant #> 7967 assistant #> 7968 professor #> 7969 distinguished #> 7970 assistant #> 7971 assistant #> 7972 associate #> 7973 professor #> 7974 professor #> 7975 associate #> 7976 associate #> 7977 assistant #> 7978 associate #> 7979 professor #> 7980 assistant #> 7981 professor #> 7982 professor #> 7983 associate #> 7984 associate #> 7985 associate #> 7986 professor #> 7987 associate #> 7988 professor #> 7989 university #> 7990 professor #> 7991 professor #> 7992 university #> 7993 professor #> 7994 associate #> 7995 assistant #> 7996 associate #> 7997 assistant #> 7998 associate #> 7999 university #> 8000 associate #> 8001 associate #> 8002 associate #> 8003 professor #> 8004 professor #> 8005 associate #> 8006 assistant #> 8007 associate #> 8008 adjunct #> 8009 associate #> 8010 assistant #> 8011 associate #> 8012 associate #> 8013 assistant #> 8014 assistant #> 8015 assistant #> 8016 professor #> 8017 professor #> 8018 assistant #> 8019 assistant #> 8020 assistant #> 8021 professor #> 8022 assistant #> 8023 professor #> 8024 associate #> 8025 professor #> 8026 chair #> 8027 professor #> 8028 assistant #> 8029 assistant #> 8030 associate #> 8031 associate #> 8032 professor #> 8033 associate #> 8034 assistant #> 8035 professor #> 8036 assistant #> 8037 professor #> 8038 distinguished #> 8039 associate #> 8040 distinguished #> 8041 associate #> 8042 professor #> 8043 professor #> 8044 professor #> 8045 professor #> 8046 associate #> 8047 assistant #> 8048 associate #> 8049 assistant #> 8050 professor #> 8051 associate #> 8052 professor #> 8053 professor #> 8054 professor #> 8055 assistant #> 8056 professor #> 8057 university #> 8058 university #> 8059 associate #> 8060 professor #> 8061 assistant #> 8062 associate #> 8063 university #> 8064 professor #> 8065 associate #> 8066 assistant #> 8067 chair #> 8068 associate #> 8069 professor #> 8070 professor #> 8071 assistant #> 8072 assistant #> 8073 associate #> 8074 associate #> 8075 professor #> 8076 professor #> 8077 associate #> 8078 professor #> 8079 associate #> 8080 professor #> 8081 professor #> 8082 professor #> 8083 professor #> 8084 assistant #> 8085 associate #> 8086 associate #> 8087 assistant #> 8088 assistant #> 8089 professor #> 8090 assistant #> 8091 associate #> 8092 assistant #> 8093 visiting #> 8094 professor #> 8095 assistant #> 8096 associate #> 8097 assistant #> 8098 associate #> 8099 professor #> 8100 assistant #> 8101 professor #> 8102 associate #> 8103 associate #> 8104 associate #> 8105 emeritus #> 8106 assistant #> 8107 assistant #> 8108 adjunct #> 8109 assistant #> 8110 assistant #> 8111 assistant #> 8112 associate #> 8113 associate #> 8114 associate #> 8115 assistant #> 8116 assistant #> 8117 associate #> 8118 associate #> 8119 assistant #> 8120 associate #> 8121 professor #> 8122 assistant #> 8123 assistant #> 8124 professor #> 8125 assistant #> 8126 professor #> 8127 assistant #> 8128 associate #> 8129 professor #> 8130 professor #> 8131 associate #> 8132 professor #> 8133 adjunct #> 8134 professor #> 8135 professor #> 8136 professor #> 8137 associate #> 8138 assistant #> 8139 associate #> 8140 associate #> 8141 professor #> 8142 assistant #> 8143 professor #> 8144 associate #> 8145 associate #> 8146 assistant #> 8147 professor #> 8148 adjunct #> 8149 associate #> 8150 associate #> 8151 affiliate #> 8152 assistant #> 8153 assistant #> 8154 distinguished #> 8155 emeritus #> 8156 professor #> 8157 adjunct #> 8158 associate #> 8159 assistant #> 8160 assistant #> 8161 adjunct #> 8162 professor #> 8163 professor #> 8164 affiliate #> 8165 associate #> 8166 assistant #> 8167 associate #> 8168 assistant #> 8169 professor #> 8170 professor #> 8171 assistant #> 8172 assistant #> 8173 distinguished #> 8174 associate #> 8175 associate #> 8176 professor #> 8177 professor #> 8178 professor #> 8179 associate #> 8180 associate #> 8181 professor #> 8182 assistant #> 8183 associate #> 8184 associate #> 8185 assistant #> 8186 assistant #> 8187 assistant #> 8188 associate #> 8189 assistant #> 8190 assistant #> 8191 adjunct #> 8192 professor #> 8193 associate #> 8194 assistant #> 8195 assistant #> 8196 professor #> 8197 associate #> 8198 professor #> 8199 chair #> 8200 associate #> 8201 assistant #> 8202 professor #> 8203 professor #> 8204 assistant #> 8205 professor #> 8206 emeritus #> 8207 associate #> 8208 professor #> 8209 associate #> 8210 assistant #> 8211 distinguished #> 8212 assistant #> 8213 assistant #> 8214 assistant #> 8215 professor #> 8216 assistant #> 8217 assistant #> 8218 chair #> 8219 associate #> 8220 university #> 8221 professor #> 8222 adjunct #> 8223 professor #> 8224 assistant #> 8225 associate #> 8226 assistant #> 8227 adjunct #> 8228 assistant #> 8229 assistant #> 8230 professor #> 8231 associate #> 8232 distinguished #> 8233 associate #> 8234 associate #> 8235 associate #> 8236 associate #> 8237 associate #> 8238 assistant #> 8239 associate #> 8240 chair #> 8241 professor #> 8242 associate #> 8243 professor #> 8244 assistant #> 8245 emeritus #> 8246 professor #> 8247 associate #> 8248 assistant #> 8249 chair #> 8250 associate #> 8251 adjunct #> 8252 professor #> 8253 professor #> 8254 associate #> 8255 associate #> 8256 professor #> 8257 professor #> 8258 assistant #> 8259 assistant #> 8260 professor #> 8261 associate #> 8262 assistant #> 8263 assistant #> 8264 assistant #> 8265 associate #> 8266 associate #> 8267 assistant #> 8268 assistant #> 8269 professor #> 8270 assistant #> 8271 assistant #> 8272 associate #> 8273 distinguished #> 8274 associate #> 8275 associate #> 8276 associate #> 8277 associate #> 8278 adjunct #> 8279 associate #> 8280 assistant #> 8281 professor #> 8282 assistant #> 8283 associate #> 8284 assistant #> 8285 associate #> 8286 associate #> 8287 assistant #> 8288 assistant #> 8289 adjunct #> 8290 chair #> 8291 associate #> 8292 assistant #> 8293 associate #> 8294 assistant #> 8295 associate #> 8296 associate #> 8297 associate #> 8298 associate #> 8299 distinguished #> 8300 assistant #> 8301 associate #> 8302 associate #> 8303 associate #> 8304 associate #> 8305 associate #> 8306 assistant #> 8307 professor #> 8308 visiting #> 8309 distinguished #> 8310 professor #> 8311 assistant #> 8312 assistant #> 8313 assistant #> 8314 associate #> 8315 professor #> 8316 associate #> 8317 emeritus #> 8318 associate #> 8319 professor #> 8320 assistant #> 8321 professor #> 8322 professor #> 8323 associate #> 8324 distinguished #> 8325 associate #> 8326 associate #> 8327 assistant #> 8328 professor #> 8329 assistant #> 8330 assistant #> 8331 professor #> 8332 professor #> 8333 associate #> [ reached 'max' / getOption("max.print") -- omitted 8300 rows ]