-
Notifications
You must be signed in to change notification settings - Fork 0
/
z-blog-1.html
546 lines (418 loc) · 47 KB
/
z-blog-1.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/WebPage">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<script type="text/javascript">/* Copyright 2008 Google. */ (function() { (function(){function e(g){this.t={};this.tick=function(h,k,f){this.t[h]=[void 0!=f?f:(new Date).getTime(),k];if(void 0==f)try{window.console.timeStamp("CSI/"+h)}catch(m){}};this.getStartTickTime=function(){return this.t.start[0]};this.tick("start",null,g)}var a;if(window.performance)var d=(a=window.performance.timing)&&a.responseStart;var l=0<d?new e(d):new e;window.jstiming={Timer:e,load:l};if(a){var b=a.navigationStart;0<b&&d>=b&&(window.jstiming.srt=d-b)}if(a){var c=window.jstiming.load;0<b&&d>=
b&&(c.tick("_wtsrt",void 0,b),c.tick("wtsrt_","_wtsrt",d),c.tick("tbsd_","wtsrt_"))}try{a=null,window.chrome&&window.chrome.csi&&(a=Math.floor(window.chrome.csi().pageT),c&&0<b&&(c.tick("_tbnd",void 0,window.chrome.csi().startE),c.tick("tbnd_","_tbnd",b))),null==a&&window.gtbExternal&&(a=window.gtbExternal.pageT()),null==a&&window.external&&(a=window.external.pageT,c&&0<b&&(c.tick("_tbnd",void 0,window.external.startE),c.tick("tbnd_","_tbnd",b))),a&&(window.jstiming.pt=a)}catch(g){}})(); })()
</script>
<link rel="shortcut icon" type="image/x-icon" href="http://www.google.com/images/icons/product/sites-16.ico" />
<link rel="apple-touch-icon" href="http://www.gstatic.com/sites/p/938c21/system/app/images/apple-touch-icon.png" type="image/png" />
<script type="text/javascript">/* Copyright 2008 Google. */ (function() { function d(a){return document.getElementById(a)}window.byId=d;function g(a){return a.replace(/^\s+|\s+$/g,"")}window.trim=g;var h=[],k=0;window.JOT_addListener=function(a,b,c){var f=new String(k++);a={eventName:a,handler:b,compId:c,key:f};h.push(a);return f};window.JOT_removeListenerByKey=function(a){for(var b=0;b<h.length;b++)if(h[b].key==a){h.splice(b,1);break}};window.JOT_removeAllListenersForName=function(a){for(var b=0;b<h.length;b++)h[b].eventName==a&&h.splice(b,1)};
window.JOT_postEvent=function(a,b,c){var f={eventName:a,eventSrc:b||{},payload:c||{}};if(window.JOT_fullyLoaded)for(b=h.length,c=0;c<b&&c<h.length;c++){var e=h[c];e&&e.eventName==a&&(f.listenerCompId=e.compId||"",(e="function"==typeof e.handler?e.handler:window[e.handler])&&e(f))}else window.JOT_delayedEvents.push({eventName:a,eventSrc:b,payload:c})};window.JOT_delayedEvents=[];window.JOT_fullyLoaded=!1;
window.JOT_formatRelativeToNow=function(a,b){a=((new Date).getTime()-a)/6E4;if(1440<=a||0>a)return null;var c=0;60<=a&&(a/=60,c=2);2<=a&&c++;return b?window.JOT_siteRelTimeStrs[c].replace("__duration__",Math.floor(a)):window.JOT_userRelTimeStrs[c].replace("__duration__",Math.floor(a))}; })()
</script>
<link rel="stylesheet" type="text/css" href="http://www.gstatic.com/sites/p/938c21/system/app/pagetypes/announcements/announcements.css" />
<script>
var breadcrumbs = [{"path":"/z-blog-1","deleted":false,"title":"Blog","dir":"ltr"}];
var JOT_clearDotPath = 'http://www.gstatic.com/sites/p/938c21/system/app/images/cleardot.gif';
var JOT_userRelTimeStrs = ["a minute ago","__duration__ minutes ago","an hour ago","__duration__ hours ago"];
var webspace = {"gvizGstaticVersion":"current","enableAnalytics":false,"pageSharingId":"jotspot_page","codeembeds":{"outerIframeSrc":"https://www.gstatic.com/jotspot/embeds/code/0f08d42392f2000e7e3f3daf5b427a43/outer_iframe.html","innerIframeSrc":"https://454513975-jotspot-embeds.googleusercontent.com/code/8d87fa64604b2a11fae2ed06104c58d3/inner_iframe.html"},"enableUniversalAnalytics":false,"sharingPolicy":"OPENED_WITH_INDICATOR","siteTitle":"John Henry Thompson - Invent Your Future","experiments":{"overrideDisableDomainEditing":false,"enableHomescreenMigrationBanner":true,"disableDomainEditing":false},"jot2atari":{"eligibility":"INELIGIBLE"},"onepickUrl":"https://docs.google.com/picker","adsensePublisherId":null,"features":{"moreMobileStyleImprovements":null,"subscriptionDataMigrationInProgress":null,"plusBadge":false},"configProperties":{"disableSiteEditing":null},"isPublic":true,"newSitesBaseUrl":"https://sites.google.com","isConsumer":false,"serverFlags":{"jot2AtariLearnMoreUrl":"https://support.google.com/sites/answer/7035197"},"domainAnalyticsAccountId":"","plusPageId":"","signInUrl":"https://accounts.google.com/AccountChooser?continue=http://sites.google.com/a/johnhenrythompson.com/jht/z-blog-1&service=jotspot","analyticsAccountId":"","scottyUrl":"/_/upload","homePath":"/","siteNoticeUrlEnabled":null,"plusPageUrl":"","adsensePromoClickedOrSiteIneligible":true,"csiReportUri":"http://csi.gstatic.com/csi","sharingId":"jotspot","termsUrl":"//www.google.com/intl/en/policies/terms/","gvizVersion":1,"editorResources":{"sitelayout":["http://www.gstatic.com/sites/p/938c21/system/app/css/sitelayouteditor.css"],"text":["http://www.gstatic.com/sites/p/938c21/system/js/codemirror.js","http://www.gstatic.com/sites/p/938c21/system/app/css/codemirror_css.css","http://www.gstatic.com/sites/p/938c21/system/js/trog_edit__en.js","http://www.gstatic.com/sites/p/938c21/system/app/css/trogedit.css","/_/rsrc/1672907680000/system/app/css/editor.css","http://www.gstatic.com/sites/p/938c21/system/app/css/codeeditor.css","/_/rsrc/1672907680000/system/app/css/camelot/editor-jfk.css"]},"sharingUrlPrefix":"/_/sharing","isAdsenseEnabled":true,"domain":"johnhenrythompson.com","baseUri":"","name":"jht","siteTemplateId":false,"siteNoticeRevision":null,"siteNoticeUrlAddress":null,"siteNoticeMessage":null,"page":{"isRtlLocale":false,"canDeleteWebspace":null,"isPageDraft":null,"parentPath":null,"parentWuid":null,"siteLocale":"en","timeZone":"America/Los_Angeles","type":"announcements","title":"Blog","locale":"en","wuid":"wuid:gx:5cada476210984ee","revision":9,"path":"/z-blog-1","isSiteRtlLocale":false,"pageInheritsPermissions":null,"name":"z-blog-1","canChangePath":true,"state":"","properties":{},"bidiEnabled":false,"currentTemplate":{"path":"/system/app/pagetemplates/announcements","title":"Announcements"}},"canPublishScriptToAnyone":true,"user":{"keyboardShortcuts":true,"sessionIndex":"","guest_":true,"displayNameOrEmail":"guest","userName":"guest","uid":"","renderMobile":false,"domain":"","namespace":"","hasWriteAccess":false,"namespaceUser":false,"primaryEmail":"guest","hasAdminAccess":false,"isGoogleAdmin":false},"gadgets":{"baseUri":"/system/app/pages/gadgets"}};
webspace.page.breadcrumbs = breadcrumbs;
var JOT_siteRelTimeStrs = ["a minute ago","__duration__ minutes ago","an hour ago","__duration__ hours ago"];
</script>
<script type="text/javascript">
window.jstiming.load.tick('scl');
</script>
<meta name="title" content="Blog - John Henry Thompson - Invent Your Future" />
<meta itemprop="name" content="Blog - John Henry Thompson - Invent Your Future" />
<meta property="og:title" content="Blog - John Henry Thompson - Invent Your Future" />
<meta name="description" content="Invent Your Future" />
<meta itemprop="description" content="Invent Your Future" />
<meta id="meta-tag-description" property="og:description" content="Invent Your Future" />
<style type="text/css">
</style>
<link rel="stylesheet" type="text/css" href="http://www.gstatic.com/sites/p/938c21/system/app/themes/simple/standard-css-simple-ltr-ltr.css" />
<link rel="stylesheet" type="text/css" href="_/rsrc/1672907680000/system/app/css/camelot/allthemes-view.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="/system/app/css/camelot/allthemes%2die.css" />
<![endif]-->
<title>Blog - John Henry Thompson - Invent Your Future</title>
<meta itemprop="image" content="/_/rsrc/1329567069254/config/customLogo.gif?revision=6" />
<meta property="og:image" content="/_/rsrc/1329567069254/config/customLogo.gif?revision=6" />
<link type="application/atom+xml" rel="alternate" href="http://www.johnhenrythompson.com/z-blog-1/posts.xml" title="Atom feed for jht:Blog" />
<script type="text/javascript">
window.jstiming.load.tick('cl');
</script>
</head>
<body xmlns="http://www.google.com/ns/jotspot" id="body" class=" en ">
<div id="sites-page-toolbar" class="sites-header-divider">
<div xmlns="http://www.w3.org/1999/xhtml" id="sites-status" class="sites-status" style="display:none;"><div id="sites-notice" class="sites-notice" role="status" aria-live="assertive"> </div></div>
</div>
<div id="sites-chrome-everything-scrollbar">
<div id="sites-chrome-everything" class="">
<div id="sites-chrome-page-wrapper" style="direction: ltr">
<div id="sites-chrome-page-wrapper-inside">
<div xmlns="http://www.w3.org/1999/xhtml" id="sites-chrome-header-wrapper" style="height:auto;">
<table id="sites-chrome-header" class="sites-layout-hbox" cellspacing="0" style="height:auto;">
<tr class="sites-header-primary-row" id="sites-chrome-userheader">
<td id="sites-header-title" class="" role="banner"><div class="sites-header-cell-buffer-wrapper"><a href="index.html" id="sites-chrome-userheader-logo"><img id="logo-img-id" src="_/rsrc/1329567069254/config/customLogo.gif%EF%B9%96revision=6.png" alt="John Henry Thompson - Invent Your Future" class="sites-logo " /></a><h2><a href="index.html" dir="ltr" id="sites-chrome-userheader-title">John Henry Thompson - Invent Your Future</a></h2></div></td><td class="sites-layout-searchbox "><div class="sites-header-cell-buffer-wrapper"><form id="sites-searchbox-form" action="system/app/pages/search.html" role="search"><input type="hidden" id="sites-searchbox-scope" name="scope" value="search-site" /><input type="text" id="jot-ui-searchInput" name="q" size="20" value="" aria-label="Search this site" /><div id="sites-searchbox-button-set" class="goog-inline-block"><div role="button" id="sites-searchbox-search-button" class="goog-inline-block jfk-button jfk-button-standard" tabindex="0">Search this site</div></div></form></div></td>
</tr>
<tr class="sites-header-secondary-row" id="sites-chrome-horizontal-nav">
<td colspan="2" id="sites-chrome-header-horizontal-nav-container" role="navigation">
</td>
</tr>
</table>
</div>
<div id="sites-chrome-main-wrapper">
<div id="sites-chrome-main-wrapper-inside">
<table id="sites-chrome-main" class="sites-layout-hbox" cellspacing="0" cellpadding="{scmCellpadding}" border="0">
<tr>
<td id="sites-chrome-sidebar-left" class="sites-layout-sidebar-left initial" style="width:150px">
<div xmlns="http://www.w3.org/1999/xhtml" id="COMP_2bd" class="sites-embed" role="navigation"><div class="sites-embed-content sites-sidebar-nav"><ul role="navigation" jotId="navList"><li class="nav-first "><div dir="ltr" style="padding-left: 5px;"><a href="home.html" jotId="wuid:gx:7d1cf15857900a2e" class="sites-navigation-link">About me</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="0-refections-on-learning.html" jotId="wuid:gx:4a6ae41d42f04483" class="sites-navigation-link">0. Reflections</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="learning-to-program.html" jotId="wuid:gx:1fb25bd27ff8f03b" class="sites-navigation-link">1. Learn to Code</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="the-art-of-learning.html" jotId="wuid:gx:721a7060b23f3231" class="sites-navigation-link">2. The Art of Learning</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="3-dice.html" jotId="wuid:gx:2790b5e128240084" class="sites-navigation-link">3. DICE</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="4-history.html" jotId="wuid:gx:69d84e90d95e855c" class="sites-navigation-link">4. History</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="heros.html" jotId="wuid:gx:10063ee1ad9a8ee1" class="sites-navigation-link">5. Respect</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="6-nyu-itp.html" jotId="wuid:gx:540fc45720d94cd2" class="sites-navigation-link">6. NYU-ITP</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="7-covid19-visual.html" jotId="wuid:gx:4c17b68400dfe70c" class="sites-navigation-link">7. Covid19</a></div></li><li class=""><div class="current-bg" jotId="wuid:gx:5cada476210984ee" dir="ltr" style="padding-left: 5px;">Blog</div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="ep-visual.html" jotId="wuid:gx:12a5bfceab399d70" class="sites-navigation-link">EP Visual</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="4-garden.html" jotId="wuid:gx:600460d34e8cd5f8" class="sites-navigation-link">Garden</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="notes.html" jotId="wuid:gx:23dfa726ae9b6ac4" class="sites-navigation-link">Notes</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="family.html" jotId="wuid:gx:5ddede83a1c054b8" class="sites-navigation-link">Photos</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="yoga.html" jotId="wuid:gx:6f339a2a60326ffc" class="sites-navigation-link">Yoga</a></div></li><li class=""><div dir="ltr" style="padding-left: 5px;"><a href="system/app/pages/sitemap/hierarchy.html" jotId="wuid:gx:29745b3cc16d1429" class="sites-navigation-link">Sitemap</a></div></li></ul></div></div>
</td>
<td id="sites-canvas-wrapper">
<div id="sites-canvas" role="main">
<div id="goog-ws-editor-toolbar-container"> </div>
<div xmlns="http://www.w3.org/1999/xhtml" id="title-crumbs" style="">
</div>
<h3 xmlns="http://www.w3.org/1999/xhtml" id="sites-page-title-header" style="" align="left">
<span id="sites-page-title" dir="ltr" tabindex="-1" style="outline: none">Blog</span>
</h3>
<div id="sites-canvas-main" class="sites-canvas-main">
<div id="sites-canvas-main-content">
<table xmlns="http://www.w3.org/1999/xhtml" cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><div><div><a href="yoga/patanjani/book-4/417.html" target="_blank"><font size="5">What's on the colored mind?</font></a></div></div><div><br /></div></div></td></tr></tbody></table>
</div>
<div xmlns="http://www.w3.org/1999/xhtml" class="announcements">
<div class="sites-clear" style="padding: 0 0 5px;">
<img src="_/rsrc/1672907680000/system/app/images/icon_feed.gif" style="border:none; vertical-align: middle;" />
<a href="http://www.johnhenrythompson.com/z-blog-1/posts.xml">
Subscribe to posts</a>
</div>
<div class="announcement">
<h4><a href="z-blog-1/enteringawinterinamerica.html" dir="ltr">Entering a winter in America</a></h4>
<span class="timestamp">
<script type="text/javascript">
//<![CDATA[
function JOT_insertRelDate(timestamp, absTimeStr, isSiteLocale, dir) {
var relTimeStr = JOT_formatRelativeToNow(timestamp, isSiteLocale);
if (relTimeStr) {
if (isSiteLocale) {
document.write('<span timestamp="' + timestamp + '" issitelocale="' + isSiteLocale +
'" title="' + absTimeStr + '" dir="' + dir + '">' + relTimeStr + '<' + '/span>');
} else {
document.write('<span timestamp="' + timestamp + '" title="' + absTimeStr +
'" dir="' + dir + '">' + relTimeStr + '<' + '/span>');
}
} else {
document.write(absTimeStr);
}
}
//]]>
</script>
posted <span dir="ltr">Dec 11, 2020, 11:55 AM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Dec 11, 2020, 2:18 PM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><div><div>Approaching 300,000 deaths from COVID-19 in the United States of North America.</div><div><br /></div><div><span style="font-size:10pt">I accuse the morally </span><span style="font-size:10pt">repugnant </span><span style="font-size:10pt">regime.</span></div><div>Repugnant in their hypocritical use of the law.</div><div>Repugnant in their vilification of the most vulnerable.</div><div><span style="font-size:10pt">Repugnant in their attacks on science.</span></div><div><span style="font-size:10pt">They will be expelled and their allies defunded.</span></div><div><br /></div><div>1 United States Deaths to date 2020-02-29</div><div>51,951 United States Deaths to date 2020-04-24</div><div>100,420 United States Deaths to date 2020-05-27</div><div>150,767 United States Deaths to date 2020-07-29</div><div>200,974 United States Deaths to date 2020-09-22</div><div>250,621 United States Deaths to date 2020-11-18</div><div><br /></div><div><span style="font-size:10pt">292,141 United States Deaths to date 2020-12-10</span></div></div><div></div><div><div><font color="#222222" face="Arial, Helvetica, sans-serif" size="2"><span><br /></span></font></div><div><span style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">5,756 Brooklyn Deaths to date 2020-12-11</span></div><div><div><font color="#222222" face="Arial, Helvetica, sans-serif" size="2"><span>187 Deaths in zip code Brooklyn </span>11234 Bergen Beach/Flatlands/Marine Park/Mill Basin</font></div><div><font color="#222222" face="Arial, Helvetica, sans-serif" size="2"><br /></font></div><div><a href="https://epvisual.com/COVID-19-Impact/Dashboard/a0/" target="_blank">COVID-19-Impact/Dashboard</a></div></div><div><br /></div></div><div><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/enteringawinterinamerica/Screen%20Shot%202020-12-11%20at%203.31.47%20PM.png?attredirects=0" imageanchor="1"><img border="0" height="349" src="_/rsrc/1607724807798/z-blog-1/enteringawinterinamerica/Screen%20Shot%202020-12-11%20at%203.31.47%20PM%EF%B9%96height=349&width=400.png" width="400" /></a></div><br /></div><div><br /></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/intheswamp.html" dir="ltr">In the swamp</a></h4>
<span class="timestamp">
posted <span dir="ltr">Dec 6, 2020, 10:40 AM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Dec 6, 2020, 10:48 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr">We are in the swamp created by the repub-rumps.<div><br /></div><div><div><div><a href="https://time.com/4531245/barack-obama-swamp-crazy-speech-transcript/" target="_blank">https://time.com/4531245/barack-obama-swamp-crazy-speech-transcript/</a></div></div><div>BY RYAN TEAGUE BECKWITH OCTOBER 14, 2016</div><div><br /></div><div><div><div>"And I think that the marketplace of ideas should have a reasonable,</div><div>common-sense Republican Party debating a reasonable, common-sense Democratic</div><div>Party. But that is not what we have right now."</div></div></div><div><br /></div><div><div>"The problem is, is that they’ve been riding this tiger for a long time. They’ve</div><div>been feeding their base all kinds of crazy for years"</div><div><br /></div><div>"Donald Trump, as he’s prone to do, he didn’t build the building himself, but he</div><div>just slapped his name on it and took credit for it."</div><div><br /></div></div></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/covid-19-impactdashboardupdate2020-12-01.html" dir="ltr">COVID-19-Impact Dashboard Update 2020-12-01</a></h4>
<span class="timestamp">
posted <span dir="ltr">Dec 2, 2020, 9:34 AM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Dec 2, 2020, 10:42 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif">Significant increase in US deaths on 2020-12-01</div><br />12,014 Worldwide Deaths on day 2020-12-01<div><div>2,597 United States Deaths on day 2020-12-01</div></div><div><div>57 New York Deaths on day 2020-12-01</div></div><div>Kings<span style="white-space:pre"> </span>2</div><div><br /></div><div><div>10,485 Worldwide Deaths on day 2020-04-29</div></div><div><div>2,612 United States Deaths on day 2020-04-29</div></div><div><div>565 New York Deaths on day 2020-04-29</div></div><div><div>New York City<span style="white-space:pre"> </span>394<span style="white-space:pre"> </span></div></div><div><br /></div><div><br /></div><div><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-12-02-worldwide.png?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1606930466569/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-12-02-worldwide%EF%B9%96height=400&width=235.png" width="235" /></a></div><div style="display:block;text-align:left"><br /></div><div style="display:block;text-align:left"><br /></div><div style="display:block;text-align:left"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-12-02-US.png?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1606930466521/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-12-02-US%EF%B9%96height=400&width=233.png" width="233" /></a></div><br /></div><div style="display:block;text-align:left"><br /></div><div style="display:block;text-align:left"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-12-02-NY.png?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1606930466481/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-12-02-NY%EF%B9%96height=400&width=234.png" width="234" /></a></div><div style="display:block;text-align:left"><br /></div><div>10,485 Worldwide Deaths on day 2020-04-29</div><div></div></div><div style="display:block;text-align:left"><div style="display:block;text-align:left"><br /></div><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-04-29-Worldwide.png?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1606930466441/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-04-29-Worldwide%EF%B9%96height=400&width=202.png" width="202" /></a></div><br /></div><div style="display:block;text-align:left"><br /></div><div style="display:block;text-align:left"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-04-29-US.png?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1606930466396/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-04-29-US%EF%B9%96height=400&width=202.png" width="202" /></a></div><br /></div><div style="display:block;text-align:left"><br /></div><div style="display:block;text-align:left"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-04-29-NYC.png?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1606930466354/z-blog-1/covid-19-impactdashboardupdate2020-12-01/2020-04-29-NYC%EF%B9%96height=400&width=203.png" width="203" /></a></div></div><br /></div><div><br /></div><div><div><a href="https://epvisual.com/COVID-19-Impact/Dashboard" target="_blank">https://epvisual.com/COVID-19-Impact/Dashboard</a></div></div><div><br /></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/iscapitalismnecessarilyevil.html" dir="ltr">Is Capitalism Necessarily Evil?</a></h4>
<span class="timestamp">
posted <span dir="ltr">Dec 2, 2020, 7:19 AM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Dec 2, 2020, 8:58 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><br /><div><a href="https://www.supermarketnews.com/issues-trends/amazon-reports-nearly-20000-covid-infected-frontline-workers-march" target="_blank">https://www.supermarketnews.com/issues-trends/amazon-reports-nearly-20000-covid-infected-frontline-workers-march</a></div><div><br /></div><div><a href="https://www.washingtonpost.com/technology/2020/10/01/amazon-workers-covid-positive/" target="_blank">https://www.washingtonpost.com/technology/2020/10/01/amazon-workers-covid-positive/</a></div><div><br /></div><div><a href="https://www.forbes.com/profile/jeff-bezos/?sh=320ca98c1b23" target="_blank">https://www.forbes.com/profile/jeff-bezos/?sh=320ca98c1b23</a></div><div><br /></div><div><a href="https://www.investopedia.com/investing/how-jeff-bezos-got-be-worlds-richest-man/" target="_blank">https://www.investopedia.com/investing/how-jeff-bezos-got-be-worlds-richest-man/</a></div><div><br /></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/covid-19-impactdashboardupdate11152020.html" dir="ltr">COVID-19-Impact/Dashboard Update 11/15/2020</a></h4>
<span class="timestamp">
posted <span dir="ltr">Nov 17, 2020, 7:06 PM</span> by John Henry Thompson - 1900
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><b>-- Changes:</b></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">- Added country-state view for USA and other regions.</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">- Added per-100k scaling of totals.</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">- Minor UI tweaks.</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><b>-- Details:</b></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">Worldwide and country level totals to date.</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">USA recently over 10 million cases total.</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s0-world.jpeg?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1605668776851/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s0-world%EF%B9%96height=400&width=229.jpeg" width="229" /></a></div><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">Country-state view of totals.</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">Texas recently over 1 million cases.</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s1-usa.jpeg?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1605668776898/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s1-usa%EF%B9%96height=400&width=232.jpeg" width="232" /></a></div></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">Totals can be scaled to 100,000 of population for that region:</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s2-per100.jpeg?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1605668776940/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s2-per100%EF%B9%96height=400&width=231.jpeg" width="231" /></a></div></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">Per 100k applied to total deaths:</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><div style="display:block;text-align:left"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s4-per100%20deaths.jpeg?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1605668777036/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s4-per100%20deaths%EF%B9%96height=400&width=231.jpeg" width="231" /></a></div><br /></div><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">After many months of below 1k deaths per day in USA,</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small">we are now above 1k deaths per day in USA, mainly outside of NY state</div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><br /></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><div style="display:block;text-align:left"><a href="http://www.johnhenrythompson.com/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s7-usa%20deaths%20day.jpg?attredirects=0" imageanchor="1"><img border="0" height="400" src="_/rsrc/1605668777187/z-blog-1/covid-19-impactdashboardupdate11152020/2020-11-13%20s7-usa%20deaths%20day%EF%B9%96height=400&width=234.jpg" width="234" /></a></div><div style="display:block;text-align:left"><br /></div><div style="display:block;text-align:left"><br /></div><div style="color:rgb(0,0,0)"><a href="https://epvisual.com/COVID-19-Impact/Dashboard/" target="_blank"><span style="font-size:medium">https://epvisual.com/COVID-19-</span><span style="font-size:medium">Impact/Dashboard/</span></a></div><div style="color:rgb(0,0,0)"><span style="font-size:medium"><br /></span></div><div style="color:rgb(0,0,0)"><span style="font-size:medium"><br /></span></div></div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/ridingthistiger.html" dir="ltr">riding this tiger</a></h4>
<span class="timestamp">
posted <span dir="ltr">Nov 10, 2020, 9:29 AM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Jan 6, 2021, 1:53 PM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-two-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><div>‘They’ve been riding this tiger for a long time’: </div><div>Barack Obama takes aim at Republicans for supporting Donald Trump</div><div><br /></div><div><div><a href="https://www.scmp.com/news/world/united-states-canada/article/2028060/theyve-been-riding-tiger-long-time-barack-obama" target="_blank">https://www.scmp.com/news/world/united-states-canada/article/2028060/theyve-been-riding-tiger-long-time-barack-obama</a></div></div><div><br /></div><div><div>“The problem is not that all Republicans think the way he does,” <span style="font-size:10pt">Obama said. </span></div><div>“The problem is that they’ve been riding this tiger for a long time. </div><div><br /></div><div><b>They’ve been feeding their base all kinds of crazy for years.”</b></div></div><div><br /></div><div><br /></div></div></td><td class="sites-layout-tile sites-tile-name-content-2 sites-layout-empty-tile"><div dir="ltr"><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/nogovernment.html" dir="ltr">No government</a></h4>
<span class="timestamp">
posted <span dir="ltr">Nov 9, 2020, 5:52 AM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Nov 9, 2020, 5:54 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr">President 45 and his enablers have infected America with hate, lies and distortions.<div>The infection will be removed for the healing to begin.</div><div><br /></div><div><a href="https://www.washingtonpost.com/news/the-fix/wp/2013/12/04/president-obama-just-tried-to-reframe-the-debate-on-the-size-of-government-and-its-limits/" target="_blank">President Obama .. size of government and its limits</a></div><div><br /></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/alwayssomethingnewoutofafrica.html" dir="ltr">Always Something New Out Of Africa</a></h4>
<span class="timestamp">
posted <span dir="ltr">Oct 12, 2020, 5:06 PM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Oct 30, 2020, 5:52 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-two-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><a href="https://www.encyclopedia.com/humanities/dictionaries-thesauruses-pictures-and-press-releases/always-something-new-out-africa" target="_blank">Always Something New Out Of Africa</a><div><div><span style="background-color:transparent;font-size:10pt">from the Historia Naturalis of the Roman writer </span></div><div><span style="background-color:transparent;font-size:10pt">Pliny the Elder (ad 23–79), </span></div></div><div><font size="4">‘Semper aliquid novi Africam adferre </font></div><div><font size="3">[Africa always brings [us] something new]’</font></div></div></td><td class="sites-layout-tile sites-tile-name-content-2 sites-layout-empty-tile"><div dir="ltr"><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/theproblemofthe21stcentry.html" dir="ltr">The problem for centuries</a></h4>
<span class="timestamp">
posted <span dir="ltr">Oct 12, 2020, 11:49 AM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Oct 12, 2020, 11:49 AM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-one-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr">"<span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px">The</span><span style="color:rgb(32,33,34);font-family:sans-serif;font-size:14px"> problem of the Twentieth Century is the problem of the colour-line</span>" <br /><div><a href="https://en.wikipedia.org/wiki/W._E._B._Du_Bois" style="text-decoration:underline;color:rgb(11,0,128);background-image:none;font-family:sans-serif;font-size:14px" title="">W. E. B. Du Bois</a> https://en.wikipedia.org/wiki/Color_line_(racism)</div><div><br /></div><div>"The problem for centuries has been white Christian terrorism"</div><div><a href="https://www.npr.org/2020/10/10/922610152/the-boiling-resentment-behind-the-foiled-plan-to-kidnap-gov-whitmer" target="_blank">The Boiling Resentment Behind The Foiled Plan To Kidnap Gov. Whitmer</a></div><div><br /></div></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="announcement">
<h4><a href="z-blog-1/frontlineworkerspaytheprice.html" dir="ltr">Essential Workers Pay the Price</a></h4>
<span class="timestamp">
posted <span dir="ltr">Jul 14, 2020, 7:32 AM</span> by John Henry Thompson - 1900
<span class="updatedTime">
[
updated <span dir="ltr">Aug 6, 2020, 2:16 PM</span>
]
</span>
</span>
<p>
<table cellspacing="0" class="sites-layout-name-two-column sites-layout-hbox"><tbody><tr><td class="sites-layout-tile sites-tile-name-content-1"><div dir="ltr"><div><br /></div><a href="https://www.thecity.nyc/health/2020/4/7/21216831/bus-drivers-hardest-hit-by-deaths-as-covid-19-devastates-mta">https://www.thecity.nyc/health/2020/4/7/21216831/bus-drivers-hardest-hit-by-deaths-as-covid-19-devastates-mta</a><div><span style="background-color:transparent"><b>Bus Drivers Hardest Hit by Deaths as COVID-19 Devastates MTA</b></span></div><div><span style="background-color:transparent">"...</span><span style="background-color:transparent"> </span><span style="background-color:transparent">Ernesto </span><span style="background-color:transparent;font-size:10pt">Hernandez became one of the MTA’s first COVID-19 fatalities during the pandemic — and one of seven bus operators, so far, to die from coronavirus...</span></div><div><span style="background-color:transparent;font-size:10pt">...Among the at least 33 subway and bus workers who have died from COVID-19, </span><span style="background-color:transparent;font-size:10pt">the MTA’s bus drivers have taken the biggest hit in an agency with more than 74,000 employees..."</span></div><div><br /></div><div><div style="color:rgb(34,34,34);font-size:small"><font face="verdana, sans-serif"><a href="https://www.youtube.com/watch?v=KF2vUoH2u6k" style="color:rgb(17,85,204)" target="_blank">https://www.youtube.com/watch?v=KF2vUoH2u6k</a><font color="#888888"><br /></font></font></div><div><div style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small"><span style="background-color:transparent">A bus driver in Detroit shared a video expressing his frustration with a passenger who was not taking proper precautions to prevent the spread of any illnesses. Days later, that bus driver, Jason Hargrove, died</span></div></div><div><br /></div></div></div></td><td class="sites-layout-tile sites-tile-name-content-2 sites-layout-empty-tile"><div dir="ltr"><br /></div></td></tr></tbody></table>
</p>
<div class="postfooter">
<p>
</p>
</div>
</div>
<div class="sites-clear" style="padding: 0 0 10px 5px;">
<p>
<div class="sites-pagination" dir="ltr"><div class="sites-pagination-info" dir="ltr">1-10 of 133</div><div role="button" id="sites-pagination-prev-link-top" class="goog-inline-block jfk-button jfk-button-standard jfk-button-narrow jfk-button-disabled" aria-disabled="true"><span class="sites-camelot-icon sites-pagination-icon-prev"></span></div><div role="button" id="sites-pagination-next-link-top" class="goog-inline-block jfk-button jfk-button-standard jfk-button-narrow jfk-button-disabled" aria-disabled="true"><span class="sites-camelot-icon sites-pagination-icon-next"></span></div></div>
</p>
</div>
</div>
</div>
<div id="sites-canvas-bottom-panel">
<div id="sites-attachments-container">
</div>
</div>
</div>
</td>
</tr>
</table>
</div>
</div>
<div id="sites-chrome-footer-wrapper">
<div id="sites-chrome-footer-wrapper-inside">
<div id="sites-chrome-footer">
</div>
</div>
</div>
</div>
</div>
<div id="sites-chrome-adminfooter-container">
<div xmlns="http://www.w3.org/1999/xhtml" class="sites-adminfooter" role="navigation"><p><a class="sites-system-link" href="https://accounts.google.com/ServiceLogin?continue=http://sites.google.com/a/johnhenrythompson.com/jht/z-blog-1&service=jotspot">Sign in</a><span aria-hidden="true">|</span><a class="sites-system-link" href="system/app/pages/recentChanges.html">Recent Site Activity</a><span aria-hidden="true">|</span><a class="sites-system-link" href="http://sites.google.com/a/johnhenrythompson.com/jht/system/app/pages/reportAbuse" target="_blank">Report Abuse</a><span aria-hidden="true">|</span><a class="sites-system-link" href="javascript:;" onclick="window.open(webspace.printUrl)">Print Page</a><span aria-hidden="true">|</span><span class="sites-system-link">Powered By</span> <b class="powered-by"><a href="http://sites.google.com/site">Google Sites</a></b></p></div>
</div>
</div>
</div>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
window.jstiming.load.tick('sjl');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" src="http://www.gstatic.com/sites/p/938c21/system/js/jot_min_announcements_view__en.js"></script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
JOT_postEvent('moduleLoad');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
window.jstiming.load.tick('jl');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
sites.Searchbox.initialize(
'sites-searchbox-search-button',
{"object":[]}['object'],
'search-site',
{"label":"Configure search options...","url":"/system/app/pages/admin/settings"});
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
gsites.HoverPopupMenu.createSiteDropdownMenus('sites-header-nav-dropdown', false);
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript" defer="true">
JOT_setupNav("2bd", "Navigation", true);
JOT_addListener('titleChange', 'JOT_NAVIGATION_titleChange', 'COMP_2bd');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
var domHelper = goog.dom.getDomHelper();
var paginatorPageJs = new sites.components.Paginator(domHelper);
paginatorPageJs.initListeners('sites-pagination-prev-link-top', 'sites-pagination-next-link-top', 133,
0, 10, 'asc', 'announcements');
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
setTimeout(function() {
var fingerprint = gsites.date.TimeZone.getFingerprint([1109635200000, 1128902400000, 1130657000000, 1143333000000, 1143806400000, 1145000000000, 1146380000000, 1152489600000, 1159800000000, 1159500000000, 1162095000000, 1162075000000, 1162105500000]);
gsites.Xhr.send('http://www.johnhenrythompson.com/_/tz', null, null, 'GET', null, null, { afjstz: fingerprint });
}, 500);
</script>
<script xmlns="http://www.w3.org/1999/xhtml">
window.onload = function() {
if (false) {
JOT_setMobilePreview();
}
var loadTimer = window.jstiming.load;
loadTimer.tick("ol");
loadTimer["name"] = "load," + webspace.page.type + ",user_page";
window.jstiming.report(loadTimer, {}, 'http://csi.gstatic.com/csi');
}
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
JOT_insertAnalyticsCode(false,
false);
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
var maestroRunner = new gsites.pages.view.SitesMaestroRunner(
webspace, "en");
maestroRunner.initListeners();
maestroRunner.installEditRender();
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript" defer="true">
//<![CDATA[
// Decorate any fastUI buttons on the page with a class of 'goog-button'.
if (webspace.user.hasWriteAccess) {
JOT_decorateButtons();
}
// Fires delayed events.
(function() {
JOT_fullyLoaded = true;
var delayedEvents = JOT_delayedEvents;
for (var x = 0; x < delayedEvents.length; x++) {
var event = delayedEvents[x];
JOT_postEvent(event.eventName, event.eventSrc, event.payload);
}
JOT_delayedEvents = null;
JOT_postEvent('pageLoaded');
})();
//]]>
</script>
<script xmlns="http://www.w3.org/1999/xhtml" type="text/javascript">
JOT_postEvent('decorateGvizCharts');
</script>
<script type="text/javascript">
JOT_setupPostRenderingManager();
</script>
<script type="text/javascript">
JOT_postEvent('renderPlus', null, 'sites-chrome-main');
</script>
<script type="text/javascript">
sites.codeembed.init();
</script>
<div id="server-timer-div" style="display:none"> </div>
<script type="text/javascript">
window.jstiming.load.tick('render');
JOT_postEvent('usercontentrendered', this);
</script>
</body>
</html>