-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
executable file
·571 lines (555 loc) · 104 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>CAMPJS: Javascript hack retreat for node.js and web-application developers.</title>
<meta name="description" content="" />
<meta name="author" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/screen.css?v=7" />
<link href="/css.css?v=2" rel="stylesheet" type="text/css" />
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" href="/vendor/iealert.css?v=3" />
<![endif]-->
<script>window["_GOOG_TRANS_EXT_VER"] = "1";</script>
<script>
// Check if a new cache is available on page load.
window.addEventListener('load', function(e) {
window.applicationCache.addEventListener('updateready', function(e) {
if (window.applicationCache.status == window.applicationCache.UPDATEREADY) {
// Browser downloaded a new app cache.
// Swap it in and reload the page to get the new hotness.
window.applicationCache.swapCache();
if (confirm('A new version of this site is available. Load it?')) {
window.location.reload();
}
} else {
// Manifest didn't changed. Nothing new to server.
}
}, false);
}, false);
</script>
</head>
<body cz-shortcut-listen="true">
<div data-stellar-ratio="0.72" class="bg sky repeat" style="-webkit-transform: translate3d(0px, -112.5px, 0px); "></div>
<div data-stellar-ratio="0.72" class="bg clouds repeat" style="-webkit-transform: translate3d(0px, 37.5px, 0px); "></div>
<div data-stellar-ratio="0.74" class="bg small-mountains repeat" style="-webkit-transform: translate3d(0px, 32.99999999999999px, 0px); "></div>
<div data-stellar-ratio="0.75" class="bg large-mountains" style="-webkit-transform: translate3d(0px, 31.499999999999993px, 0px); "></div>
<div data-stellar-ratio="0.77" class="bg grass repeat" style="-webkit-transform: translate3d(0px, 29.999999999999993px, 0px); "></div>
<div data-stellar-ratio="0.84" class="bg back" style="-webkit-transform: translate3d(0px, 22.500000000000004px, 0px); "></div>
<div data-stellar-ratio="0.97" class="bg mid" style="-webkit-transform: translate3d(0px, 11.999999999999995px, 0px); "></div>
<div data-stellar-ratio="0.99" class="bg fore" style="-webkit-transform: translate3d(0px, 4.5000000000000036px, 0px); "></div>
<div class="masthead">
<h1>CAMPJS</h1>
<h2>Gold Coast Hinterland, Australia. February 15th — 18th 2013</h2>
</div>
<div class="content">
<div class="container">
<div class="row span8 offset2">
<div class="promo">
<h2>Join us for a weekend-long Javascript hack retreat.</h2><br />
<br /><a href="#about" class="pull-right"><strong>About CampJS »</strong></a><br />
</div>
</div>
</div>
<div class="container blog">
<div class="row span10 offset1">
<div class="post">
<code>25 Feb 2013</code>
<h2><a name="pictures" href="#pictures">CampJS February 2013 Pictures</a></h2>
<p>Here's some great images of CampJS courtesy of one of our workshoppers, <a href="https://twitter.com/sidorares">Andrey Sidorov</a>:</p>
<p><a href="https://plus.google.com/photos/103427972663119530249/albums/5846454282786255441">https://plus.google.com/photos/103427972663119530249/albums/5846454282786255441</a></p>
<div class="ZXiHwc " style="height: 6777px;"><div class="PkkLkd Waa" pgpid="u953" tabindex="0" style="width: 384px; height: 293px; top: 0px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-d-iXMZ8DrKg/USLHMZEsPvI/AAAAAAAAE4w/u1BVEc1Hc38/w736-h577-p-o-k/2013-02-15%2B15.49.04.jpg" class="tDMXke" style="width: 384px; height: 293px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-VYa"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if a-f-e m-la-qONoCf-Id-VYa"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u959" tabindex="0" style="width: 97px; height: 129px; top: 0px; left: 390px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-ViosJZiVGo4/USLHOEzAQHI/AAAAAAAAE44/N2nN0ANY2VE/w193-h256-o-k/2013-02-15%2B17.04.43.jpg" class="tDMXke" style="width: 97px; height: 129px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if a-f-e m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u965" tabindex="0" style="width: 173px; height: 129px; top: 0px; left: 493px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-36zPOXWrmCI/USLHPZg-0xI/AAAAAAAAE5A/5QLwNuxyNV8/w343-h256-o-k/2013-02-16%2B11.09.14.jpg" class="tDMXke" style="width: 173px; height: 129px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if a-f-e m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u971" tabindex="0" style="width: 173px; height: 129px; top: 0px; left: 672px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-OhNu8LCEB_o/USLHPwyLNdI/AAAAAAAAE5I/zB1c6LtE3uk/w343-h256-o-k/2013-02-16%2B20.38.36.jpg" class="tDMXke" style="width: 173px; height: 129px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if a-f-e m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u977" tabindex="0" style="width: 211px; height: 158px; top: 135px; left: 390px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-jHaLiP3UUt0/USLHRW1SoMI/AAAAAAAAE_8/owfmUEcvcCE/w417-h312-o-k/2013-02-17%2B07.55.48.jpg" class="tDMXke" style="width: 211px; height: 158px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if a-f-e m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u983" tabindex="0" style="width: 238px; height: 158px; top: 135px; left: 607px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-riTIKNJFbro/USLHfiPjUzI/AAAAAAAAE5c/NC2Lg6KTEK4/w470-h312-o-k/IMG_9517.jpg" class="tDMXke" style="width: 238px; height: 158px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u989" tabindex="0" style="width: 419px; height: 279px; top: 299px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-5LnO8dzQgxY/USLHntPu6YI/AAAAAAAAE5o/8cu8Gw-aUas/w664-h442-o-k/IMG_9514.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u995" tabindex="0" style="width: 420px; height: 279px; top: 299px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-rBAoCDOs4YY/USLHrIKHY0I/AAAAAAAAE5w/HRHfkeIAQ4Y/w664-h442-o-k/IMG_9509.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1001" tabindex="0" style="width: 151px; height: 227px; top: 584px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-U1HVxRvNqH0/USLHuNx5XsI/AAAAAAAAE54/q6Y7EDdtX_o/w297-h442-o-k/IMG_9510.jpg" class="tDMXke" style="width: 151px; height: 227px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1007" tabindex="0" style="width: 341px; height: 227px; top: 584px; left: 157px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-WTGwtB8ymI4/USLH8MapCPI/AAAAAAAAE6E/bgF48wuOIKM/w540-h360-o-k/IMG_9498.jpg" class="tDMXke" style="width: 341px; height: 227px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1013" tabindex="0" style="width: 341px; height: 227px; top: 584px; left: 504px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-ocGTulARdxI/USLH8FKTjRI/AAAAAAAAE6A/GY1HzWmM3a8/w542-h360-o-k/IMG_9499.jpg" class="tDMXke" style="width: 341px; height: 227px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1019" tabindex="0" style="width: 419px; height: 279px; top: 817px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-J5GM-H9l9Uw/USLH8CjC9KI/AAAAAAAAE6I/-TgM5byQBSM/w542-h360-o-k/IMG_9500.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1025" tabindex="0" style="width: 420px; height: 279px; top: 817px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-wMtCciTQgnc/USLH9m6ywGI/AAAAAAAAE6c/-K4QKGHACaI/w540-h360-o-k/IMG_9504.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1031" tabindex="0" style="width: 419px; height: 279px; top: 1102px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-JmnHwoIZI3s/USLH9pBxVLI/AAAAAAAAE6g/rf4eVDLPCjU/w542-h360-o-k/IMG_9505.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1037" tabindex="0" style="width: 420px; height: 279px; top: 1102px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-aVCs6kwmpjQ/USLH9tHz0XI/AAAAAAAAE6Y/NNBkXhsOgRU/w542-h360-o-k/IMG_9507.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1043" tabindex="0" style="width: 419px; height: 279px; top: 1387px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-A0xEwdNEPUU/USLIIRe3G9I/AAAAAAAAE6w/TgJNZ_xmyY8/w540-h360-o-k/IMG_9491.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1049" tabindex="0" style="width: 420px; height: 279px; top: 1387px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-ZAvVer91qiU/USLILxGzAdI/AAAAAAAAE64/xFleG_YrqxM/w542-h360-o-k/IMG_9493.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1055" tabindex="0" style="width: 419px; height: 279px; top: 1672px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/--h5SYKFwz1M/USLIWEWf28I/AAAAAAAAE7A/3nt3Ry5bmnQ/w542-h360-o-k/IMG_9476.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1135" tabindex="0" style="width: 420px; height: 279px; top: 1672px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-4aETCd2xZwA/USLIWFipuKI/AAAAAAAAE7E/pq8N18XWLTg/w588-h391-p-o-k/IMG_9480.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1141" tabindex="0" style="width: 419px; height: 279px; top: 1957px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-ChRzb1beg3A/USLIcfWxLDI/AAAAAAAAE7Q/motJegPy07E/w587-h391-o-k/IMG_9465.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1147" tabindex="0" style="width: 420px; height: 279px; top: 1957px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-YZZVZgKIbKs/USLJKpfwpkI/AAAAAAAAE7c/2Bg048BW46E/w588-h391-o-k/IMG_9487.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1153" tabindex="0" style="width: 419px; height: 279px; top: 2242px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-nkmuqv1bz5g/USLJLeAIINI/AAAAAAAAE7k/tjqOzZZclmk/w587-h391-o-k/IMG_9470.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1159" tabindex="0" style="width: 420px; height: 279px; top: 2242px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-_poL8WUdzKU/USLJNPG1wVI/AAAAAAAAE7s/LVfImCtxJCY/w588-h391-o-k/IMG_9456.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1165" tabindex="0" style="width: 419px; height: 279px; top: 2527px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-XYoH4yjga18/USLJQMyVyJI/AAAAAAAAE70/QAhr_T4yEyk/w587-h391-o-k/IMG_9449.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1171" tabindex="0" style="width: 420px; height: 279px; top: 2527px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-0FipC7hkwxc/USLJRlgzj9I/AAAAAAAAE78/ofPAqK0ap7Q/w588-h391-o-k/IMG_9448.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1177" tabindex="0" style="width: 151px; height: 227px; top: 2812px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-t9jpxkOIKxg/USLJSD2q8PI/AAAAAAAAE8E/azoDO2hl3eQ/w211-h318-o-k/IMG_9447.jpg" class="tDMXke" style="width: 151px; height: 227px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1183" tabindex="0" style="width: 341px; height: 227px; top: 2812px; left: 157px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-0cP-GG8KEBE/USLJViiyVqI/AAAAAAAAE8M/WCkwoXSAlAI/w477-h318-o-k/IMG_9443.jpg" class="tDMXke" style="width: 341px; height: 227px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1189" tabindex="0" style="width: 341px; height: 227px; top: 2812px; left: 504px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-kxH43FHQDEk/USLJWVDog6I/AAAAAAAAE8U/zRVWCA6u-dY/w477-h318-o-k/IMG_9442.jpg" class="tDMXke" style="width: 341px; height: 227px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1195" tabindex="0" style="width: 419px; height: 279px; top: 3045px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-czt_Ke_NvHo/USLJXKQykFI/AAAAAAAAE8c/ZLWoDTs_mcg/w587-h391-o-k/IMG_9441.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1201" tabindex="0" style="width: 420px; height: 279px; top: 3045px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-SYqlcEX7wIQ/USLJXlezkdI/AAAAAAAAE8k/EnbtFxfz-zE/w588-h391-o-k/IMG_9438.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1219" tabindex="0" style="width: 419px; height: 279px; top: 3330px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-UWXCYBPKDFg/USLJYcnviKI/AAAAAAAAE8s/3rmOqihL36k/w587-h391-p-o-k/IMG_9435.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1225" tabindex="0" style="width: 420px; height: 279px; top: 3330px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-RLjghybqYgo/USLJZ-m2qII/AAAAAAAAE80/ejWwOwEWRGo/w588-h391-o-k/IMG_9431.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1231" tabindex="0" style="width: 419px; height: 279px; top: 3615px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-fBCcNOBilb4/USLJa9MtZ2I/AAAAAAAAE88/67CYNEQw_mA/w587-h391-o-k/IMG_9430.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1237" tabindex="0" style="width: 420px; height: 279px; top: 3615px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-sTzliNmM7wo/USLJcAaLzSI/AAAAAAAAE9E/TFkaIbgfqig/w588-h391-o-k/IMG_9429.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1243" tabindex="0" style="width: 419px; height: 279px; top: 3900px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-o_6dqjAEc5U/USLJdIn3gsI/AAAAAAAAE9M/OrjWsxBuzMM/w587-h391-o-k/IMG_9427.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1249" tabindex="0" style="width: 420px; height: 279px; top: 3900px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-boNhQTVtDT8/USLJeELubXI/AAAAAAAAE9U/wQtM_WMPlEI/w588-h391-o-k/IMG_9426.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1255" tabindex="0" style="width: 419px; height: 279px; top: 4185px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-fpPfj0UOBNE/USLJiRGeiQI/AAAAAAAAE9c/h_KJDd2LYWo/w587-h391-o-k/IMG_9417.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1261" tabindex="0" style="width: 420px; height: 279px; top: 4185px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-2bmbAmTKYg0/USLJsADi0eI/AAAAAAAAE9k/QGrdzgN-URU/w588-h391-o-k/IMG_9411.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1267" tabindex="0" style="width: 419px; height: 279px; top: 4470px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-R11_w2TDo-8/USLJstUqL3I/AAAAAAAAE9s/B8ugwc-8HaQ/w587-h391-o-k/IMG_9410.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1273" tabindex="0" style="width: 420px; height: 279px; top: 4470px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-P3cWTm0S7Dw/USLJt2NMYZI/AAAAAAAAE90/JqYdOCOt9Is/w588-h391-o-k/IMG_9405.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1279" tabindex="0" style="width: 419px; height: 279px; top: 4755px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-xsZ2FvZSdxA/USLJvVz8_pI/AAAAAAAAE98/9ufU84zsoIs/w587-h391-o-k/IMG_9403.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1285" tabindex="0" style="width: 420px; height: 279px; top: 4755px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh3.googleusercontent.com/-l2RU7dutsfA/USLJxv-mpjI/AAAAAAAAE-E/_QiEho20pgw/w588-h391-o-k/IMG_9389.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1291" tabindex="0" style="width: 419px; height: 279px; top: 5040px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-R6zKQ9BIj1s/USLJyltkSLI/AAAAAAAAE-M/xEc7W1-ENk0/w587-h391-p-o-k/IMG_9387.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1297" tabindex="0" style="width: 420px; height: 279px; top: 5040px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-XnjCMPzOz70/USLJzqatfgI/AAAAAAAAE-U/f38X8FLSdBg/w588-h391-o-k/IMG_9385.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1303" tabindex="0" style="width: 419px; height: 279px; top: 5325px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-dOtZ-WyZJy8/USLJ1I9d4JI/AAAAAAAAE-c/7xHDpk33gGQ/w587-h391-o-k/IMG_9381.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1309" tabindex="0" style="width: 420px; height: 279px; top: 5325px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-IwODdGX64K8/USLJ17GDHMI/AAAAAAAAE-k/GqqqOXh6ATA/w588-h391-o-k/IMG_9379.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1315" tabindex="0" style="width: 419px; height: 279px; top: 5610px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh4.googleusercontent.com/-w9YvaeD-mhA/USLJ2tov8hI/AAAAAAAAE-s/bKU2P7Egqyw/w587-h391-o-k/IMG_9378.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1321" tabindex="0" style="width: 420px; height: 279px; top: 5610px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-nMq8D2WRowk/USLJ3IHbhMI/AAAAAAAAE-0/EdPtRd_9tyQ/w588-h391-o-k/IMG_9377.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1327" tabindex="0" style="width: 419px; height: 279px; top: 5895px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh5.googleusercontent.com/-5NBEEyOA6w0/USLJ4k0g8nI/AAAAAAAAE-8/8LsInR19RAw/w587-h391-o-k/IMG_9366.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1333" tabindex="0" style="width: 420px; height: 279px; top: 5895px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-J0NFdWt5rto/USLJ5Y-ifXI/AAAAAAAAE_E/fxhOPiv91Ng/w588-h391-o-k/IMG_9365.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1339" tabindex="0" style="width: 419px; height: 279px; top: 6180px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-JeXyfM_jaIU/USLJ6uRliEI/AAAAAAAAE_M/LMuL5LyxkZg/w587-h391-o-k/IMG_9364.jpg" class="tDMXke" style="width: 419px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1345" tabindex="0" style="width: 420px; height: 279px; top: 6180px; left: 425px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-GV_O-RBw_Os/USLKAN_zKCI/AAAAAAAAE_U/5i9MaPWrMH0/w588-h391-o-k/IMG_9340.jpg" class="tDMXke" style="width: 420px; height: 279px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div><div class="PkkLkd Waa" pgpid="u1351" tabindex="0" style="width: 459px; height: 306px; top: 6465px; left: 0px; margin: 3px; opacity: 1;"><img src="https://lh6.googleusercontent.com/-DzVtf6Q4p_0/USLKCeZyUsI/AAAAAAAAE_c/9HUlzkLjD8Q/w643-h428-o-k/IMG_9336.jpg" class="tDMXke" style="width: 459px; height: 306px; margin-top: 0px; margin-left: 0px;" alt="Photo"><div class="m-la-qONoCf-Id m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-x"><div class="m-la-qONoCf-Id-soaiwe-b a-f-e"><div class="Oo"><button href="javascript:void(0);" class="fu el bi Bchcbd Xia" aria-pressed="false" title="Click to +1 this photo"></button> <div class="mN Mf g-M-n-dd a-f-e" style="display:none" tabindex="0" title="People who +1'd this"><div dir="ltr" class="ol a-f-e"><div class="wf cl a-f-e">0<br>1<br>0<br></div></div></div> </div></div><div class="m-la-qONoCf-Id-jNm5if m-la-qONoCf-Id-wc a-f-e"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-s-la-qONoCf-Id-jNm5if-t a-f-e m-la-qONoCf-Id-jNm5if-t-SfQLQb-x5ghY-pq"><span class="m-la-qONoCf-Id-jNm5if-Vgu1H" style="display: none;">0</span></div></div><div class="m-la-qONoCf-Id-Sa m-la-qONoCf-Id-wc"><div class="m-la-qONoCf-Id-Ola"></div><div class="m-la-qONoCf-Id-Sa-R a-f-e"></div></div></div></div></div></div>
</div>
<div class="post">
<code>25 Feb 2013</code>
<h2><a name="reactions" href="#reactions">Reactions to CampJS</a></h2>
<p>Sounds like CampJS went pretty well! Thanks <a href="https://twitter.com/collypops/campjs-2013-02">everyone</a> for making it such a cool event.</p>
<p><a href="http://storify.com/secoif/campjs-february-2013">http://storify.com/secoif/campjs-february-2013</a></p>
<script src="//storify.com/secoif/campjs-february-2013.js?header=false&border=false"></script><noscript>[<a href="//storify.com/secoif/campjs-february-2013" target="_blank">View the story "CampJS February 2013" on Storify</a>]</noscript>
</div>
<div class="post">
<code>9 Feb 2013</code>
<h2><a name="chris" href="#chris">Introducing Chris</a></h2>
<p>Please meet Chris, he's a cool dude from BlackBerry, and he'll be hanging out with us at CampJS for the weekend:</p>
<center>
<!--Yep, I used a center tag. What does it matter? No one has to maintain this but me, and-->
<!--probability of design changing in a way that the center tag will impact: approaching zero. I'd bet money on it. -->
<!--Stop with the ridiculous adherance to dogma in inappropriate situations.-->
<iframe width="640" height="360" src="http://www.youtube.com/embed/fYUYFXW6ORA?feature=player_detailpage" frameborder="0" allowfullscreen></iframe>
</center>
</div>
<div class="post">
<code>9 Feb 2013</code>
<h2><a name="schedule" href="#schedule">Camp Schedule</a></h2>
<p>Each workshop can run up to 3 hours, at the discretion of the presenter & participants.</p>
<p>I have tried to stagger workshop start times, so if two sessions you wish to attend overlap, at least you can attend part of both.</p>
<p>Schedule is subject to change.</p>
<h3>DAY 1</h3>
<p>Friday 15th February 2013</p>
<ul>
<li>1:00pm – Altruistic CampJS helpers arrive in search of good karma.</li>
<li>3:00pm - 5:00pm: Official arrival window. BBQ!</li>
<li>6:00pm – Welcome and Dinner</li>
<li>9:00pm - BlackBerry 10 Introduction for Hackathon participants presented by Damon Oehlman and Christopher Saunders</li>
</ul>
<h3>DAY 2</h3>
<p>Saturday 16th February 2013</p>
<ul>
<li>8:30am – Breakfast</li>
<li>9:30am – Backbone 101 presented by Thomas Davis</li>
<li>10:30am – Morning Tea</li>
<li>10:45am – Learn Node and NPM through 3D HTML5 programming with Voxel.js presented by James Halliday and Max Ogden</li>
<li>12:30pm – Lunch</li>
<li>1:30pm – Rapid Web Development with DocPad presented by Benjamin Lupton</li>
<li>2:30pm – Unhost your web apps with remoteStorage.js presented by Martin Stadler</li>
<li>3:30pm – Afternoon Tea</li>
<li>3:45pm – D3 presented by Anton Katunin</li>
<li>4:00pm – Desktop NodeJS Apps presented by Andrey Sidorov</li>
<li>6:00pm – Dinner</li>
</ul>
<h3>DAY 3</h3>
<p>Sunday 17th February 2013</p>
<ul>
<li>8:30am – Breakfast</li>
<li>9:30am – Ember 101 presented by Ivan Vanderbyl</li>
<li>10:30am – Morning Tea</li>
<li>10:45am – Making JavaScript your Strong Point presented by Geoffrey Donaldson</li>
<li>12:30pm – Lunch</li>
<li>1:30pm – Realtime Applications with Meteor presented by Daryl Antony and Tom Coleman</li>
<li>3:30pm – Afternoon Tea</li>
<li>3:45pm – Writing Custom Streams presented by Dominic Tarr</li>
<li>4:00pm – Building Awesome Mobile Web Apps presented by Tanzeeb Khalili</li>
<li>6:00pm – Dinner</li>
<li>9:00pm – Show & Tell: Present something, especially a something you've built over the weekend. Includes Hackathon entries.</li>
<li>10:30pm – BlackBerry Hackathon winners announced, cash imbued!</li>
</ul>
<h3>DAY 4</h3>
<p>Monday 18th February 2013</p>
<ul>
<li>7:00am – First Bus</li>
<li>8:00am – Breakfast (Sorry 1st bus people.)</li>
<li>9:00am – Second Bus</li>
<li>2:00pm – Tell friends how awesome CampJS was</li>
</ul>
<p>
This <a href="http://lanyrd.com/2013/campjs">schedule is up on lanyrd</a> so you can add this to your calendar. You don't need to print this
we'll provide a copy at the event.
</p>
</div>
<div class="post">
<a name="10"></a>
<code>6 Feb 2013</code>
<h2><a name="hackathon" href="#hackathon">BlackBerry Hackathon: $3000 cash to be won!</a></h2>
<p>
CampJS is running a BlackBerry hackathon in support of BlackBerry's recently announced phone and mobile platform.
</p>
<p>
There will be two categories:
</p>
<ol><li>Best BlackBerry 10 App</li><li>Best Open Source Tool or Library for the BlackBerry10 developer community</li></ol>
<h3>First Prize for each category</h3>
<ul>
<li>AUD$1,000 cash for the team</li>
<li>A new <a href="http://global.blackberry.com/smartphones/blackberry-z10/en.html">BlackBerry Z10 device</a> for up to 3 members</li>
</ul>
<h3>Runner-up Prize for each category</h3>
<ul>
<li>AUD$500 for the team</li>
<li>BlackBerry devices (non-phone) for up to 3 members</li>
</ul>
<p>
We're pretty excited by this, firstly because cash prizes are awesome, secondly because BlackBerry is offering dollars
for open-source tools (+1 BlackBerry, supporting open-source ecosystem is a great move, IMO) and thirdly because their webkit-powered
browser supports WebGL, which means you should be able to get voxeljs running on it. Nice!
</p>
<p><a href="blackberry-terms-conditions.html">Please read the Terms and Conditions!</a></p>
</div>
<div class="post">
<a name="9"></a>
<code>6 Feb 2013</code>
<h2>Workshops Announced</h2>
<div class="workshoppers">
<div class="workshop">
<h3>Realtime Applications with Meteor</h3>
<h4><a href="http://tom.thesnail.org">Tom Coleman</a> & <a href="https://twitter.com/DarylAntony">Daryl Antony</a></h4>
<img src="people/daryl_antony.png"><img src="people/tom_coleman.jpg">
<p>We'll be building a simple trello-like task management app from the ground up in meteor.</p>
<p>We'll cover the basics of the framework while building the tool. We'll then use the tool to manage individuals or small groups who we'll guide through making their own contribution to improving the tool itself.</p>
<p> Tom is co-creator of <a href="https://github.com/oortcloud/meteorite">Meteorite</a>, which allows 3rd party packages in meteor; as well as <a href="http://telesc.pe/">Telescope</a> (a large open source meteor app). </p>
<p>Daryl is the director at <a href="https://twitter.com/CommonCode">CommonCode</a>, a Django/Python/JS/Meteor crew in Melbourne.</p>
</div>
<div class="workshop">
<h3>Writing Custom Streams</h3>
<h4><a href="http://twitter.com/dominictarr">Dominic Tarr</a></h4>
<img src="people/dominic_tarr.jpg">
<p>
Use streaming libraries for everything from composable I/O to implementing your own custom streams!
</p>
<p>
Dominic is a self-described mad scientist and has written <a href="https://github.com/dominictarr">incredible bleeding-edge libraries for node.js</a>. Dominic specialises in distributed systems.
</p>
</div>
<div class="workshop">
<h3>Unhost your web apps with remoteStorage.js</h3>
<h4><a href="https://twitter.com/xmartin">Martin Stadler</a></h4>
<img src="people/martin_stadler.png">
<p>
A short introduction to the concepts of <a href="http://remotestorage.io/">Remote Storage</a>, an open standard for per-user storage.
<p>
</p>
We will integrate <a href="http://remotestorage.io/integrate/">remoteStorage.js</a> into a simple example app together, blessing it with a storage backend, syncing and offline capabilities without touching any server code. You should then be able to try it yourself and unhost apps of your choice.
</p>
<p>
Martin is a JavaScript app developer from Berlin, Germany. Coming from a more traditional web programming and frontend background, he has focused on pure single-page apps for some time now. Martin is passionate about an open web being part of the <a href="https://unhosted.org/">unhosted movement</a>.
</p>
</div>
<div class="workshop">
<h3>Learn Node and NPM through 3D HTML5 programming with Voxel.js</h3>
<h4><a href="https://twitter.com/maxogden">Max Ogden</a> & <a href="https://twitter.com/substack">James Halliday</a></h4>
<img src="people/max_ogden.png">
<img src="people/substack.png">
<p>
Get the modular minecraft-esque JS game engine running on your computer and make your first game. Also learn the fundamentals of Node.
</p>
<p>Max is the dude behind <a href="https://twitter.com/tacoconf">tacoconf</a>, <a href="https://twitter.com/gather">gather</a>, <a href="https://twitter.com/voxeljs">voxeljs</a> and <a href="http://jsforcats.com">jsforcats</a>.</p>
<p>James is an influential, prolific node.js module author and co-founder of <a href="http://browserling.com">browserling</a> and <a href="http://testling.com">testling</a>.
</div>
<div class="workshop">
<h3>Making JavaScript your Strong Point</h3>
<h4><a href="https://twitter.com/geoffreyd">Geoffrey Donaldson</a></h4>
<img src="people/geoffrey_donaldson.jpg" />
<p>The most powerful aspects of JavaScript are often those which confuse developers the most, especially those coming from other languages. In this workshop you'll learn to leverage JavaScript's most lovable parts to write better applications, and fear JavaScript no longer.</p>
<p>Geoffrey Donaldson is a frontend web application developer and professional mentor. Geoff previously worked on <a href="http://sproutcore.com/">SproutCore</a> and more recently full-stack frameworks in general.</p>
</div>
<div class="workshop">
<h3>Desktop NodeJS Apps</h3>
<h4><a href="https://twitter.com/sidorares">Andrey Sidorov</a></h4>
<img src="people/andrey_sidorov.jpg">
<p>Learn to harness your existing JavaScript skill to create desktop applications using webkit-based node.js UI libraries such as node-webkit & appjs, as well as native UI clients such as node-x11 & node-qt.</p>
<p>
Andrey is the author of <a href="https://github.com/sidorares/node-dbus
">node-dbus</a>, <a href="https://github.com/sidorares/nodejs-mysql-native
">nodejs-mysql-native</a>, <a href="https://github.com/sidorares/node-rfb2">node-rfb2</> and <a href="https://github.com/sidorares/node-x11
">node-x11</a> network protocol clients in node.js. He has worked at <a href="http://company.yandex.com/">Yandex</a> before moving to Australia, currently works at <a href="http://www.locomote.com.au/
">Locomote</a>.
</p>
</div>
<div class="workshop">
<h3>Rapid Web Development with DocPad</h3>
<h4><a href="https://twitter.com/balupton">Benjamin Lupton</a></h4>
<img src="people/benjamin_lupton.jpg">
<p>
<a href="http://docpad.org/">DocPad</a> is a next generation web framework that brings you all the best practices over the years without all the clutter.
</p>
<p>
Built on top of Node.js, Express.js, and Backbone.js it is a fantastic architecture to extend as well as a great platform for learning the underlying technologies by dog-fooding them. For instance, you can get started with a pre-made node.js website in a few minutes, hook into the express.js web server to write your custom routes in a few more, and hook into the Backbone.js database to perform advanced queries and content listings in a few more. DocPad is often a lot people's first experience with Node.js, and for some even Web Development in general, they still fly by.
</p>
<p>
By the end of the workshop, you'll be equipped with the ability to:
<ul>
<li>Write your dream website/app in any templating engine, markup language, whatever you wish</li>
<li>Be able to deploy it anywhere as a static website, or to a node.js web server as a dynamic website</li>
<li>Write custom routes with express.js, handle form submissions, and query the backbone.js database</li>
</ul>
</p>
<p>
Benjamin is founder of <a href="https://twitter.com/BevryMe">BevryMe</a>, <a href="https://twitter.com/DocPad">DocPad</a>, <a href="https://twitter.com/StartupHostel">StartupHostel</a> and <a href="https://twitter.com/HistoryJS">HistoryJS</a>. He's an aficionado of JavaScript, Node.js, Open-Source and HTML5.
</p>
</div>
<div class="workshop">
<h3>Building Awesome Mobile Web Apps</h3>
<h4><a href="https://twitter.com/tanzeeb">Tanzeeb Khalili</a></h4>
<img src="people/tanzeeb_khalili.png">
<p>
Want to build web apps for your tablet or smartphone? This workshop is for you! Learn what it takes to deliver a native mobile experience using the web technology you already know. This workshop will cover responsive design, multi-touch events, hardware acceleration and more. Bring your tablets and phones with you, we will be building an app that works well on your device!
</p>
<p>
Tanzeeb is a developer at <a href="http://www.xtremelabs.com/">XtremeLabs Inc.</a>, one of the largest mobile development shops in North America. He's got over a decade of professional experience in kick-ass frontend and backend web development.
</p>
</div>
<div class="workshop">
<h3>Backbone 101</h3>
<h4><a href="https://twitter.com/neutralthoughts">Thomas Davis</a></h4>
<img src="people/thomas_davis.jpg">
<p>
The Backbone workshop will be revolve around building a very simple social network app as a single page application using Backbone 0.9.1.
Building off an example RESTful server we will cover topics such as workflow, security, sessions and application structure. Understanding basic concepts of CSS/HTML and Javascript will help but everyone should be able to participate.
</p>
<p>
Thomas has been working with Backbone.js from the day it was released.
Thomas runs <a href="http://backbonetutorials.com">backbonetutorials.com</a>, a popular resource for anyone interested in Backbone.
<p>He also maintains <a href="http://cdnjs.com">cdnjs</a>, a content distribution network hosting many popular Javascript libraries.
</p>
</div>
<div class="workshop">
<h3>To be announced:</h3>
<p>Workshops on Ember and D3!</p>
</div>
</div>
</div>
<div class="post">
<a name="8"></a>
<code>30 Jan 2013</code>
<h2>Max Ogden bringing voxel.js to CampJS</h2>
<p>
Announcing the latest addition to the CampJS lineup: <a href="https://twitter.com/maxogden">Max Ogden</a>!
Max and Substack are responsbile for <a href="http://voxeljs.com/">voxel.js</a>: a modular, BSD licesed, <a href="(http://en.wikipedia.org/wiki/Voxel">voxel</a>
engine that allows you to build interactive, voxel-based worlds in the browser; i.e. open-source <a href="http://en.wikipedia.org/wiki/Minecraft">Minecraft</a> in JavaScript!
</p>
<p style="text-align: center">
<a href="http://voxeljs.com/"><img src="http://voxeljs.com/postcard-forest.png" /></a>
</p>
<p>
Substack is joining forces with Max to run a voxeljs workshop for us at CampJS, so you'll have the chance to
build your first voxel world and learn how to voxel.js from the authors themselves. Yes, this is awesome.
</p>
<blockquote class="twitter-tweet"><p>so excited to venture into the Australian gold coast hinterland in 2 weeks for @<a href="https://twitter.com/campjsnews">campjsnews</a> !!! bringing @<a href="https://twitter.com/voxeljs">voxeljs</a> to the southern hemisphere</p>— max ogden (@maxogden) <a href="https://twitter.com/maxogden/status/296429796206985216">January 30, 2013</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="post">
<a name="7"></a>
<code>5 Jan 2013</code>
<h2>Raganwald Books for CampJS Attendees!</h2>
<p>
Buy a ticket before the 10th of January and receive a
<strong>75% discount code for 3 sensational books by <a href="http://braythwayt.com/">Reginald Braithwaite</a></strong>:
</p>
<p style="text-align: center">
<a href="http://leanpub.com/javascript-allonge" title="JavaScript Allongé">
<img src="https://a248.e.akamai.net/camo.github.com/620cb173a10d9a93aef84d2a38a66d7fac6dd773/687474703a2f2f692e6d696e75732e636f6d2f695732453141384d35555765362e6a706567" alt="JavaScript Allongé" style="max-width:100%;">
</a>
<a href="http://leanpub.com/coffeescript-ristretto" title="CoffeeScript Ristretto">
<img src="https://a248.e.akamai.net/camo.github.com/4eb14da59aabd2e7829783f3ecaba9fc69934d07/687474703a2f2f692e6d696e75732e636f6d2f694d6d47787a495a6b48534c442e6a706567" alt="CoffeeScript Ristretto" style="max-width:100%;">
</a>
<a href="http://leanpub.com/combinators" title="Kestrels, Quirky Birds, and Hopeless Egocentricity">
<img src="https://a248.e.akamai.net/camo.github.com/81269b4008a7f12330f08f3ab5a89019c25582af/687474703a2f2f692e6d696e75732e636f6d2f69627731663141525134626869312e6a706567" alt="Kestrels, Quirky Birds, and Hopeless Egocentricity" style="max-width:100%;">
</a>
</p><br />
<p>
At $15.99 each, that's ~$36 of additional value just by <a href="http://tickets.campjs.com/">reserving your place at CampJS before January 10th.</a>
</p>
<p>
As an additional gift, all CampJS ticket holders also receive a free copy of Reginald Braithwaite's <a href="https://leanpub.com/dowhatyoulove">How to Do What You Love & Earn What You’re Worth as a Programmer</a>
</p>
<p><strong>Early Bird ticket holders don't dismay:</strong> as a thanks for your eager support for CampJS, you should have received a free copy of <a href="http://leanpub.com/javascript-allonge" title="JavaScript Allongé">JavaScript Allongé</a> and discount codes for the other Raganwald books in your email.
</p>
<p>
Please help me by extending <a href="https://twitter.com/raganwald">a big thanks to Reginald Braithwaite</a> for supporting CampJS with his incredible generousity.
</p>
</div>
<div class="post">
<a name="6"></a>
<code>27 Dec 2012</code>
<h2>Alex MacCaw, creator of Spine.js, comes to CampJS</h2>
<p>
<strong>Edit 27 Jan: Dang. Unfortunately, Alex is no longer available to come to CampJS.</strong>
</p>
<p>
All our special guests thus far have made names for themselves in the Node.JS ecosystem, client-side developers
must feel somewhat under-represented. But no more, today I am pleased to announce: creator of the
<a href="http://spinejs.com/">Spine Framework</a>,
author of <a href="http://shop.oreilly.com/product/0636920018421.do">JavaScript Web Applications</a>,
and by all counts at least a reasonably nice guy, <strong><a href="http://twitter.com/maccman">Alex MacCaw</a>, is coming to CampJS!</strong>
</p>
<p>
Alex is an international <a href="http://lanyrd.com/profile/maccman/past/">speaker</a>, has worked at Twitter,
currently works for <a href="https://stripe.com/">Stripe</a>
and has long been a prolific open-source developer with many popular GitHub projects:
<a href="https://github.com/maccman/spine">Spine</a>,
<a href="https://github.com/maccman/juggernaut">juggernaught</a>,
<a href="https://github.com/maccman/macgap">macgap</a> and
<a href="https://github.com/maccman/ace">ace</a>, to name a few.
Alex is coming to CampJS to hang out, share some knowledge and some beverages.
</p>
<p>
It's a rare luxury to have so many industry legends like Alex, <a href="#5">substack</a> and <a href="#3">Dominic Tarr</a> joining us in Australia.
Capitalise on this infrequent occurance by <a href="http://tickets.campjs.com/">making sure to reserve a CampJS ticket!</a>.
</p>
</div>
<div class="post">
<a name="5"></a>
<code>24 Dec 2012</code>
<h2>Whoa! substack attending CampJS!</h2>
<p>
Today I am proud to announce that prolific Node.JS module author, international speaker, influential and
opinionated Node community leader, <strong>the one and only <a href="https://twitter.com/substack">substack</a>
will be joining us at CampJS.</strong>
</p>
<p>
He's the author of
<a href="https://github.com/substack/dnode">dnode</a>,
<a href="https://github.com/substack/node-browserify">browserify</a> and
<a href="https://github.com/substack/stream-handbook">the definitive handbook on Node Streams</a>,
while holding second place in npm contributor rankings.
Substack is one of the biggest names in the Node.JS world and he's coming to CampJS.
</p>
<p>
Don't miss this opportunity to meet <a href="https://github.com/substack">substack</a>, <a href="https://github.com/dominictarr">dominictarr</a> and other, yet to be announced,
influential JavaScript developers. <a href="http://tickets.campjs.com/">Get your tickets today</a>, it's totally worth it.
</p>
</div>
<div class="post">
<a name="4"></a>
<code>24 Dec 2012</code>
<h2>No, we're not sleeping in tents.</h2>
<p>
Yes, it's called CampJS. Yes, we've used pictures of tents in our branding. But, no, you do not need to bring tents. You will be sleeping in comfortable beds.
We could have used dormitories in our branding, but I have a soft spot for triangular prisms.
</p>
<p>
Here's some pics of the venue, from RailsCamp, early 2013:
</p>
<div id="blog-pics">
<a target="7398886250" href="http://www.flickr.com/photos/14582314@N04/7398886250"><img class="flickrlink trytocenter" title="Welcome to Koonjewarre (Aaron Moodie) Tags: railscamp railscamp11" border="0" src="http://farm8.static.flickr.com/7233/7398886250_0fd1bdb3b2_m.jpg" alt="Welcome to Koonjewarre (Aaron Moodie) Tags: railscamp railscamp11"></a>
<a target="7398887154" href="http://www.flickr.com/photos/14582314@N04/7398887154"><img class="flickrlink trytocenter" title="Looking east (Aaron Moodie) Tags: railscamp railscamp11" border="0" src="http://farm8.static.flickr.com/7071/7398887154_09ccc2ce65_m.jpg" alt="Looking east (Aaron Moodie) Tags: railscamp railscamp11"></a>
<a target="7398896480" href="http://www.flickr.com/photos/14582314@N04/7398896480"><img class="flickrlink trytocenter" title="on the lawn (Aaron Moodie) Tags: railscamp railscamp11" border="0" src="http://farm8.static.flickr.com/7090/7398896480_97fb9468dc_m.jpg" alt="on the lawn (Aaron Moodie) Tags: railscamp railscamp11"></a>
<a target="7398906962" href="http://www.flickr.com/photos/14582314@N04/7398906962"><img class="flickrlink trytocenter" title="lets get hacking (Aaron Moodie) Tags: railscamp railscamp11" border="0" src="http://farm9.static.flickr.com/8024/7398906962_3a1ca53046_m.jpg" alt="lets get hacking (Aaron Moodie) Tags: railscamp railscamp11"></a>
<a target="7398901000" href="http://www.flickr.com/photos/14582314@N04/7398901000"><img class="flickrlink trytocenter" title="burgers for lunch (Aaron Moodie) Tags: railscamp railscamp11" border="0" src="http://farm6.static.flickr.com/5457/7398901000_787b9d4cc1_m.jpg" alt="burgers for lunch (Aaron Moodie) Tags: railscamp railscamp11"></a>
<a target="7398890984" href="http://www.flickr.com/photos/14582314@N04/7398890984"><img class="flickrlink trytocenter" title="Waterfall (Aaron Moodie) Tags: railscamp railscamp11" border="0" src="http://farm8.static.flickr.com/7092/7398890984_a3561de6c5_m.jpg" alt="Waterfall (Aaron Moodie) Tags: railscamp railscamp11"></a>
<a target="7436927756" href="http://www.flickr.com/photos/48828280@N00/7436927756"><img class="flickrlink trytocenter" title="View to the Gold Coast (keithpitty) Tags: goldcoast springbrook railscamp railscamp11" border="0" src="http://farm6.static.flickr.com/5276/7436927756_41e598291b_m.jpg" alt="View to the Gold Coast (keithpitty) Tags: goldcoast springbrook railscamp railscamp11"></a>
<a target="7389740410" href="http://www.flickr.com/photos/48828280@N00/7389740410"><img class="flickrlink trytocenter" title="Breakfast in honour of @pat #railscamp #rc11 (keithpitty) Tags: railscamp railscamp11" border="0" src="http://farm9.static.flickr.com/8156/7389740410_ec652dfe62_m.jpg" alt="Breakfast in honour of @pat #railscamp #rc11 (keithpitty) Tags: railscamp railscamp11"></a>
<a target="7436915486" href="http://www.flickr.com/photos/48828280@N00/7436915486"><img class="flickrlink trytocenter" title="Tents at Rails Camp (keithpitty) Tags: tents springbrook railscamp realcampers railscamp11" border="0" src="http://farm8.static.flickr.com/7114/7436915486_12677cd2bf_m.jpg" alt="Tents at Rails Camp (keithpitty) Tags: tents springbrook railscamp realcampers railscamp11"></a>
<a target="7436923004" href="http://www.flickr.com/photos/48828280@N00/7436923004"><img class="flickrlink trytocenter" title="Oleg et al (keithpitty) Tags: springbrook railscamp railscamp11" border="0" src="http://farm6.static.flickr.com/5455/7436923004_df5d07a3db_m.jpg" alt="Oleg et al (keithpitty) Tags: springbrook railscamp railscamp11"></a>
<a target="7436914012" href="http://www.flickr.com/photos/48828280@N00/7436914012"><img class="flickrlink trytocenter" title="Koonjewarra (keithpitty) Tags: springbrook railscamp railscamp11" border="0" src="http://farm8.static.flickr.com/7110/7436914012_fc82efd54f_m.jpg" alt="Koonjewarra (keithpitty) Tags: springbrook railscamp railscamp11"></a>
<a target="7436907226" href="http://www.flickr.com/photos/48828280@N00/7436907226"><img class="flickrlink trytocenter" title="In the rainforest (keithpitty) Tags: rainforest springbrook railscamp railscamp11" border="0" src="http://farm8.static.flickr.com/7130/7436907226_284d0c0a26_m.jpg" alt="In the rainforest (keithpitty) Tags: rainforest springbrook railscamp railscamp11"></a>
</div>
<hr />
<p>
Photos by <a href="https://twitter.com/aaronmoodie">Aaron Moodie</a> & <a href="https://twitter.com/keithpitty">Keith Pitty</a>. Scraped from <a href="http://flickrhivemind.net/Tags/railscamp,railscamp11/Timeline">flickrhivemind</a>
</p>
</div>
<div class="post">
<a name="3"></a>
<code>23 Dec 2012</code>
<h2>Awesome people who are coming to CampJS: Dominic Tarr</h2>
<p>
One of the goals of CampJS is to bring the most awesome JavaScript talent in Australia and worldwide together to hang out.
It with this goal in mind, I happily announce a most awesome guest: <a href="http://twitter.com/dominictarr">Dominic Tarr</a>!
Dominic has published <a href="https://npmjs.org/~dominictarr">over 150 modules on npm</a>, has worked with nodejitsu, appeared on the <a href="http://nodeup.com/">NodeUp podcast</a>
and spoken at <a href=" http://www.nodedublin.com/">various</a> <a href="http://lanyrd.com/2012/rejectjs/">conferences</a>
around the world, and we are lucky enough to be able to hang out with him in person at CampJS.
</p>
<p>
Stay tuned for more "awesome guest" announcements!
</p>
</div>
<div class="post">
<a name="2"></a>
<code>22 Dec 2012</code>
<h2>Early Bird Tickets — Now Available!</h2>
<p>
<a href="http://tickets.campjs.com/">Early Bird tickets have been released.</a> These are the cheapest tickets that will be available for CampJS:
only $270 for a whole weekend of food, drinks and awesome JavaScript developers. Don't miss out, they're
limited in number, and only available 'till the end of the year!
</p>
</div>
<div class="post">
<a name="1"></a>
<code>21 Dec 2012</code>
<h2>Announcing Tickets</h2>
<p>
Without further ado, the first round of <a href="http://tickets.campjs.com">CampJS tickets will be available Saturday, 22 December. 9am EST</a>
</p>
</div>
<div class="post">
<a name="0"></a>
<code>20 Dec 2012</code>
<h2>Workshop Submissions are open.</h2>
<p>
Workshops are 3 – 4 hour sessions that will run on Saturday and Sunday
mornings + afternoons, with the goal of each participant having creating something by the end
of the session.
</p>
<p>
We have a few workshops lined up (announcment coming soon), but there's room for more!
</p>
<p>
For developers, this is your chance to get a free ticket to CampJS and impress your peers by simply
holding an approved workshop for some non-commercial software.
For companies, this is a great opportunity to connect directly with developers.
</p>
<p>
<a href="http://campjs.wufoo.com/forms/hold-a-workshop/">Submit your Proposals here.</a>
</p>
<p>
Commercial ventures should apply by selecing a <a href="http://campjs.com/sponsorship_campjs_web.pdf">sponsorship deal</a>.
</p>
</div>
</div>
</div>
<div class="container about">
<div class="row">
<a name="about"></a>
<h1 class="span12">About</h1>
<div class="span4">
<h3>Details</h3>
<ul>
<li><a href="https://maps.google.com.au/maps?q=koonjewarre&hl=en&ll=-28.227707,153.270392&spn=0.010852,0.019441&safe=off&hq=koonjewarre&t=h&z=16&iwloc=A">Koonjewarre Accommodation and Activity Centre</a>,<br />Springbrook, QLD, Australia</li>
<li><strong>Start</strong>: Friday Afternoon (~2pm), February 15th</li>
<li><strong>End</strong>: Monday Morning (~9am), February 18th</li>
<li><strong>Nearest Airport</strong>: Gold Coast Airport (OOL)</li>
<li><strong>Busses will be provided to and from the airport.</strong></li>
<li><strong>Accommodation + food + drinks included in ticket price.</strong></li>
</ul>
<p>Contact <a href="http://twitter.com/campjsnews">Tim Oxley</a> if you have questions.</p>
<h3>Interested in Sponsoring?</h3>
<p><a href="/sponsorship_campjs_web.pdf">Select a sponsorship package</a> <br /> then get in touch with us <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="span4">
<h3>Ticket Release Schedule</h3>
<ul>
<li>Early Bird: $270</li>
<li>1st Jan: $320 <strong>Update: Price fixed at $320!</strong></li>
<li><span style="text-decoration: line-through;">10th Jan: $370</span></li>
<li><span style="text-decoration: line-through;">1st Feb: $470</span></li>
</ul>
<h2><a href="http://tickets.campjs.com/" class="btn">Get Tickets</a></h2>
</div>
<div class="span4 topics">
<h3>Workshops:</h3>
<ul>
<li class="label label-info">Backbone</li>
<li class="label label-info">D3</li>
<li class="label label-info">Meteor</li>
<li class="label label-info">DocPad</li>
<li class="label label-info">NodeJS Streams</li>
<li class="label label-info">Ember</li>
<li class="label label-info">RemoteStorage</li>
<li class="label label-info">JavaScript</li>
<li class="label label-info">VoxelJS</li>
<li class="label label-info">Desktop NodeJS Apps</li>
<li class="label label-info">+ more!</li>
</ul>
</div>
</div>
</div>
<div class="container" id="sponsors" name="sponsors">
<a href="http://code13melb.webdirections.org/" title="Web Directions Code"><img class="web-directions" src="sponsor_web_directions_code.png" /></a>
<a href="https://www.blossom.io/" title="Blossom.io"><img src="sponsor_blossom.png" /></a>
<a href="http://www.digital-logic.com.au/en/index.html" title="Digital Logic"><img src="sponsor_digital_logic.jpg" /></a>
</div>
</div>
<div class="footer">
<img src="/logo.png" />
<div class="authors">
<p>By <a href="http://twitter.com/secoif">Tim Oxley</a>, <a href="http://twitter.com/nr99">Nigel Rausch</a><br /> & <a href="http://twitter.com/geoffreyd">Geoffrey Donaldson</a></p>
</div>
</div>
<script src="/libs.min.js?v=3"></script><script src="/templates.min.js"></script><script src="/campjs.min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-37242312-1']);
_gaq.push(['_setDomainName', 'campjs.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>