-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGeorgeWashington+Family+Small.ged
More file actions
480 lines (433 loc) · 20.4 KB
/
Copy pathGeorgeWashington+Family+Small.ged
File metadata and controls
480 lines (433 loc) · 20.4 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link REL="SHORTCUT ICON" HREF="/groups/img/3/favicon.ico">
<title>
GeorgeWashington Family Small.ged -
Famous Family Trees |
Google Groups
</title>
<meta name="save" content="history">
<noscript><style type="text/css"><!--
.noscripthide { display:none; } .noscriptinline { display:inline; } .noscriptblock { display:block; }
--></style></noscript>
<script language="javascript"><!--
document.write('<style type="text/css">.scripthide { display: none; } .scriptinline { display: inline; } .scriptblock { display: block; }</style>');
//--></script>
<script language="javascript1.2"><!--
if (document.getElementById)
document.write('<style type="text/css">.script12hide { display: none; } .script12inline { display: inline; } .script12block { display: block; } .lnav { position: absolute; } .lnavch { margin-left:23.0ex;}</style>');
//--></script>
<script language="javascript1.3"><!--
if (document.getElementById)
document.write('<style type="text/css">.script13hide { display: none; } .script13inline { display: inline; } .script13block { display: block; }</style>');
//--></script>
<style type="text/css"><!--
@import "/groups/style.css?ig=1&stock=5&av=2&hl=en&v=620";
--></style>
<script language="javascript1.3" src="/groups/static/release/g2_common-4ee9fe47e9edd5402e29b53573b61686.js"></script>
<script language="javascript"><!--
// ----------------------------------
// used for dynamic function generation on event handlers
var loaddef = "";
var resizedef = "";
//-----------------------------------
// Browser detection and support
var agt = navigator.userAgent.toLowerCase();
var is_opera = (agt.indexOf("opera") != -1);
var is_ie = (agt.indexOf("msie") != -1) && document.all && !is_opera;
var is_ie5 = (agt.indexOf("msie 5") != -1) && document.all;
window.agt = agt;
window.is_opera = is_opera;
window.is_ie = is_ie;
window.is_ie5 = is_ie5;
// ----------------------------------
// cross-browser functions
var IE_all_cache = new Object();
function IE_getElementById(id) {
if (IE_all_cache[id] == null) {
IE_all_cache[id] = document.all[id];
}
return IE_all_cache[id];
}
if (document.all) {
if (!document.getElementById) {
document.getElementById = IE_getElementById;
}
}
//----------------------------------
// Timezone detection (sets cookie)
try {
document.cookie = 'GTZ=' + (new Date()).getTimezoneOffset() + ';path=/;expires=Mon, 01-Jan-2024 00:00:01 GMT';
} catch(e) {}
// ---------------------------------
// shelled functions for old javascript
function tog() {}
//--></script>
<script language="javascript1.3"><!--
// ----------------------------------
// visibility functions
function tog() {
// tog: toggle the visibility of html elements (arguments[1..]) from none to
// arguments[0]. Return what should be returned in a javascript onevent().
display = arguments[0];
for( var i=1; i<arguments.length; i++ ) {
var x = document.getElementById(arguments[i]);
if (!x) continue;
if (x.style.display == "none" || x.style.display == "") {
x.style.display = display;
} else {
x.style.display = "none";
}
}
var e = is_ie ? window.event : this;
if (e) {
if (is_ie) {
e.cancelBubble = true;
e.returnValue = false;
return false;
} else {
return false;
}
}
}
_G2_initCurrentDomain('googlegroups.com',
false,
true);
_G2_initCurrentGroup('famous-family-trees',
'a');
//--></script>
<script language="javascript"><!--
window.gbar={};(function(){function i(a,c,f){var e="on"+c;if(a.addEventListener)a.addEventListener(c,f,false);else if(a.attachEvent)a.attachEvent(e,f);else{var d=a[e];a[e]=function(){var b=d.apply(this,arguments),g=f.apply(this,arguments);return b==undefined?g:g==undefined?b:g&&b}}};var j=window.gbar,k,l;function m(a){var c=window.encodeURIComponent&&(document.forms[0].q||"").value;if(c)a.href=a.href.replace(/([?&])q=[^&]*|$/,function(f,e){return(e||"&")+"q="+encodeURIComponent(c)})}j.qs=m;function n(a,c,f,e,d,b){var g=document.getElementById(a),h=g.style;if(g){h.left=e?"auto":c+"px";h.right=e?c+"px":"auto";h.top=f+"px";h.visibility=l?"hidden":"visible";if(d){h.width=d+"px";h.height=b+"px"}else{n(k,c,f,e,g.offsetWidth,g.offsetHeight);l=l?"":a}}}j.tg=function(a){a=a||window.event;var c=0,f,e=window.navExtra,d,b=a.target||a.srcElement;a.cancelBubble=true;if(b.className!="gb3")b=b.parentNode;if(!k){d=document.createElement(Array.every||window.createPopup?"iframe":"div");d.frameBorder="0";d.src="javascript:''";k=b.parentNode.appendChild(d).id="gbs";i(document,"click",j.close)}a=b.getAttribute("aria-owns")||"gbi";d=b.offsetWidth;var g=b.offsetTop>20?46:24,h;do c+=b.offsetLeft||0;while(b=b.offsetParent);if(a=="gbi")for(d=document.getElementById(a);e&&(f=e.pop());)d.insertBefore(f,d.firstChild).className="gb2";else h=c=(document.documentElement.clientWidth||document.body.clientWidth)-c-d;l!=a&&j.close();n(a,c,g,h)};j.close=function(){l&&n(l,0,0)}})();
//--></script>
<style type="text/css"><!--
#gbar{float:left;height:22px}.gbh,.gbd{border-top:1px solid #c9d7f1;font-size:1px}.gbh{height:0;position:absolute;top:24px;width:100%}#gbi,#gbg,#gbs,#gbm{background:#fff;left:0;position:absolute;text-align:left;visibility:hidden;z-index:1000}#gbi,#gbg,#gbm{border:1px solid;border-color:#c9d7f1 #36c #36c #a2bae7;z-index:1001}#guser{padding-bottom:7px !important;text-align:right}#gbar,#guser{font-size:13px;padding-top:1px !important}.gb1,.gb3{zoom:1;margin-right:.5em}.gb2{display:block;padding:.2em .5em}a.gb1,a.gb2,a.gb3{color:#00c !important}.gb2,.gb3{text-decoration:none}a.gb2:hover{background:#36c;color:#fff !important}
--></style>
<script language="javascript"><!--
function ad_resize() {}
function if_resize() {}
function fin_resize() {}
function qs() {}
//--></script>
<script language="javascript1.2"><!--
function if_resize(name, w, h) {
if (document.getElementById && document.getElementById(name)){
document.getElementById(name).style.height = h + "px";
document.getElementById(name).style.width = w + "px";
}
}
function ad_resize(w, h) {
if_resize("google_ads_frame",w,h);
}
function fin_resize(w, h) {
if_resize("google_finance_frame",w,h);
}
function qs(el) {
if (window.RegExp && window.encodeURIComponent) {
var qe=encodeURIComponent(document.gs.q.value);
if (qe == '') {
return 1;
}
if (el.href.indexOf("q=")!=-1) {
el.href=el.href.replace(new RegExp("q=[^&$]*"),"q="+qe);
} else {
el.href+="&q="+qe;
}
}
return 1;
}
//--></script>
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://famous-family-trees.googlegroups.com/group/famous-family-trees/feed/rss_v2_0_msgs.xml">
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://famous-family-trees.googlegroups.com/group/famous-family-trees/feed/atom_v1_0_msgs.xml">
</head>
<body onresize=""
onload=""
topmargin=0
leftmargin=0
marginheight=0
marginwidth=0
bgcolor=white
>
<div class="ggaiabar">
<div id=gbar><nobr><a href="http://www.google.com/webhp?hl=en&tab=gw" onclick=gbar.qs(this) class=gb1>Web</a> <a href="http://images.google.com/imghp?hl=en&tab=gi" onclick=gbar.qs(this) class=gb1>Images</a> <a href="http://video.google.com/?hl=en&tab=gv" onclick=gbar.qs(this) class=gb1>Videos</a> <a href="http://maps.google.com/maps?hl=en&tab=gl" onclick=gbar.qs(this) class=gb1>Maps</a> <a href="http://news.google.com/nwshp?hl=en&tab=gn" onclick=gbar.qs(this) class=gb1>News</a> <a href="http://www.google.com/prdhp?hl=en&tab=gf" onclick=gbar.qs(this) class=gb1>Shopping</a> <a href="http://mail.google.com/mail/?tab=gm" class=gb1>Gmail</a> <a href="http://www.google.com/intl/en/options/" onclick="this.blur();gbar.tg(event);return !1" aria-haspopup=true class=gb3><u>more</u> <small>▼</small></a><div id=gbi><b class=gb2>Groups</b> <a href="http://books.google.com/bkshp?hl=en&tab=gp" onclick=gbar.qs(this) class=gb2>Books</a> <a href="http://scholar.google.com/schhp?hl=en&tab=gs" onclick=gbar.qs(this) class=gb2>Scholar</a> <a href="http://www.google.com/finance?hl=en&tab=ge" onclick=gbar.qs(this) class=gb2>Finance</a> <a href="http://blogsearch.google.com/?hl=en&tab=gb" onclick=gbar.qs(this) class=gb2>Blogs</a> <div class=gb2><div class=gbd></div></div><a href="http://www.youtube.com/?hl=en&tab=g1" onclick=gbar.qs(this) class=gb2>YouTube</a> <a href="http://www.google.com/calendar/render?tab=gc" class=gb2>Calendar</a> <a href="http://picasaweb.google.com/home?hl=en&tab=gq" onclick=gbar.qs(this) class=gb2>Photos</a> <a href="http://docs.google.com/?tab=go" class=gb2>Documents</a> <a href="http://www.google.com/reader/view/?tab=gy" class=gb2>Reader</a> <a href="http://sites.google.com/?tab=g3" class=gb2>Sites</a> <div class=gb2><div class=gbd></div></div><a href="http://www.google.com/intl/en/options/" class=gb2>even more »</a> </div></nobr></div><div class=gbh style=left:0></div><div class=gbh style=right:0></div>
<div align="right" id="guser" width="100%">
<nobr>
<a target="_blank" href="/support?hl=en">Help</a> |
<a target=_top href="https://www.google.com/accounts/ServiceLogin?passive=true&hl=en&service=groups2&continue=http%3A%2F%2Ffamous-family-trees.googlegroups.com%2Fweb%2FGeorgeWashington%2BFamily%2BSmall.ged%3Fgda%3DKNXv1lMAAAD19EkIvh__PPTDV51LeFLyw3OklhlMVcMOmmO85fJG2JI1avyg6MJy2x9C7KsxryO3TLJk5tB5x5z2XXBfX4bkMrYifh3RmGHD4v9PaZfDexVi73jmlo822J6Z5KZsXFo&cd=US&ssip=g3">Sign in</a>
</nobr>
</div>
</div>
<div class="clear"></div>
<div class="gtopbar">
<table cellpadding=0 cellspacing=0 width=100% border=0>
<tr valign="top">
<td class="maincell">
<table cellpadding=0 cellspacing=0 border=0><tr valign="top"><td width="140" style="overflow: hidden;"><a href="/"><img src="/intl/en/images/logos/groups_logo_sm.gif" width="140" height="30" alt="Google Groups Home" border=0 style="position: relative; top: 2px; margin-right: 10px;"></a></td>
</table>
</td>
</tr>
</table>
</div>
<div style="border-top: 1px solid #cccccc; z-index: 1; position: relative;"></div>
<div style="background-color: #ffffff; padding: 4px 10px 4px 10px; ">
<table class="grhdr " cellpadding="0" cellspacing="0" width="100%"><tbody>
<tr valign="middle">
<td class="padr10" width="42" height="42">
<div style="width:42px; height:42px; overflow: hidden;">
<img src="/group/famous-family-trees/icon?v=1&hl=en" width="42" height="42" alt="" class="" style="">
</div>
<td>
<div class="ghgrn">
<a class="ln" href="/group/famous-family-trees">Famous Family Trees</a>
</div>
<td style="padding-left: 35px" align="right">
<script><!--
function sg() {
document.gs3.q.value = document.gs2.q.value;
document.gs3.submit();
}
//--></script>
<form name=gs2 method=GET action="/group/famous-family-trees/search">
<table cellpadding=0 cellspacing=0><tr><td>
<input type=hidden name="group" value="famous-family-trees"><input type=text name=q size=20 maxlength=2048 value="" style="width: 25ex">
</td>
<td class="padl5">
<input type=submit class="bt" style="width:100%" name="qt_g" value="Search this group">
</td>
<td class="padl5">
<input type=button class="bt" style="width:100%" name="qt_s" onclick="sg();" value="Search Groups">
</td>
</table>
</form>
<form class="hide" name=gs3 method=GET action="/groups/search">
<input type=hidden name="qt_s" value="1">
<input type=hidden name=q size=20 maxlength=2048 value="">
</form>
</td>
</tr>
</tbody></table>
</div>
<div style="border-top: 1px solid #cccccc"></div>
<div class="rf" style="width: 32ex;">
<div class="overflow-hide" style="position: absolute; margin-top: -1px; margin-left: -1px;z-index: 1;">
<div class="mrgl1 " style="width: 32ex; background-color: #ffffff;">
<div class="padb10 padr10">
<div class="rnsecs">
<table></table>
<div class="sec">
<a class="secln" href="/group/famous-family-trees">Home</a>
</div>
<table></table>
<div class="sec" >
<div style="">
<a class="seclnact" href="/group/famous-family-trees/topics">Discussions</a>
</div>
</div>
<table></table>
<table></table>
<table></table>
<div class="sec">
<a class="seclnact" href="/group/famous-family-trees/web">Pages</a>
</div>
<table></table>
<div class="sec">
<a class="secln" href="/group/famous-family-trees/files">Files</a>
</div>
<div class="mrgt5 mrgl10" style="border-bottom: 1px solid #cccccc"></div>
<div class="padt10"></div>
<div class="sec">
<a class="seclnlt" href="/group/famous-family-trees/about">About this group</a>
</div>
<div class="sec">
<a class="seclnlt" href="/group/famous-family-trees/subscribe">
Join this group
</a>
</div>
</div>
<div id="google_ads_site" class="g3rtn-ad-site"></div>
<div class="padt5"></div>
<div class="rnimc">
<div><table cellpadding=0 cellspacing=0 width="100%"><tr><td><div style="background: url(/groups/roundedcorners?c=ffffff&bc=ffffff&w=2&h=2&a=af) 0px 0px; width: 2px; height: 2px"></div><td bgcolor="#ffffff" width="100%" height="2"><img alt="" width=1 height=1><td><div style="background: url(/groups/roundedcorners?c=ffffff&bc=ffffff&w=2&h=2&a=af) -2px 0px; width: 2px; height: 2px"></div></table></div>
<div class="padl10 padb2" style="background-color: #ffffff; color: #999999;">
<b>Group info</b>
</div>
<div class="padt4 padb4 padl10 padr10" style="background-color: #ffffff;">
<style type="text/css"><!--
#moduleGroupInfo td {
font-size: 91%;
}
--></style>
<style type="text/css"><!--
#moduleGroupInfo .moduleSMALL cat {
font-size: 0%;
padding-right:7px;
}
--></style>
<div class="module" id="moduleGroupInfo">
<div class="moduleSMALL">
<table class="modtab" cellpadding=0 cellspacing=0 border=0 width="100%" style="table-layout: fixed">
<tr>
<td class="overflow-hide" nowrap>
<b>Members:</b> 42
</td>
</tr>
<tr>
<td class="overflow-hide" nowrap>
<b>Language:</b> English
</td>
</tr>
<tr>
<td class="overflow-hide">
<b>Group categories:</b>
<br>
<a href="/groups/dir?sel=topic%3D46346.46333">
<nobr>
Arts and Entertainment</nobr><nobr> >
Education</nobr></a><br>
<a href="/groups/dir?sel=topic%3D46497.46488">
<nobr>
People</nobr><nobr> >
Genealogy</nobr></a><br>
</td>
</tr>
<tr>
<td class="overflow-hide" nowrap>
<b><a class="on" href="/group/famous-family-trees/about">More group info »</a></b>
</td>
</tr>
</table>
</div>
</div>
<script language="javascript1.3"><!--
(function () {
var module = document.getElementById('moduleGroupInfo');
module.getChildElement = function(child_id) {
return document.getElementById(this.id + '_' + child_id);
}
module.load = function() {
}
module.load();
})();
//--></script>
</div>
</div>
</div>
</div>
</div>
</div>
<table class="wdth100 overflow-hide" cellpadding=0 cellspacing=0 style="table-layout: fixed;">
<col width="*" height="100%"><col style="width:32ex;"><tr valign="top"><td class=" overflow-hide" style="border-bottom: 1px solid #cccccc;; border-right: 1px solid #cccccc;">
<script><!--
function GN_confirmChangeCurrentVersion() {
return confirm("Are you sure you want to make this version the current version?");
}
function GN_confirmDeletePage() {
return confirm("Are you sure you want to delete this page?");
}
//--></script>
<div class="maincontheaderbox hide" id="message_bar_padding" name="message_bar_padding">
</div>
<div class="maincontheaderbox" style="">
<div class="secttlbarwrap">
<div><table cellpadding=0 cellspacing=0 width="100%"><tr><td><div style="background: url(/groups/roundedcorners?c=ffffff&bc=white&w=4&h=4&a=af) 0px 0px; width: 4px; height: 4px"></div><td bgcolor="#ffffff" width="100%" height="4"><img alt="" width=1 height=1><td><div style="background: url(/groups/roundedcorners?c=ffffff&bc=white&w=4&h=4&a=af) -4px 0px; width: 4px; height: 4px"></div></table></div>
<div class="secttlbar">
<table cellpadding=0 cellspacing=0 width="100%"><tr>
<td>
<span class="secttl">
GeorgeWashington Family Small.ged
</span>
<td align="right">
<span class="frtxt">
</span>
</table>
</div>
<div><table cellpadding=0 cellspacing=0 width="100%"><tr><td><div style="background: url(/groups/roundedcorners?c=ffffff&bc=white&w=4&h=4&a=af) 0px 4px; width: 4px; height: 4px"></div><td bgcolor="#ffffff" width="100%" height="4"><img alt="" width=1 height=1><td><div style="background: url(/groups/roundedcorners?c=ffffff&bc=white&w=4&h=4&a=af) -4px 4px; width: 4px; height: 4px"></div></table></div>
</div>
</div>
<div class="maincontboxhead">
<h3 style="font-weight: normal; ">
The page you navigated to does not exist.
</h3>
</div>
<div style="padding:10px 10px 0px 20px">
</div>
<div class="padt10 clear"></div>
</td><td style="background-color: #ffffff; ">
<div style="width: 32ex; height: 500px;">
<img width=1 height=500 alt="">
</div>
</table>
<div style="background-color: #ffffff">
<div class="padt10 padb10">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign=center>
<td align="center" style="padding-right:1em;" class="fontsize2">
<b><a style="color: #00c" target=_top href="/groups/create?lnk=gcf">Create a group</a></b><font color="#333"> - </font>
<a style="color: #00c" target=_top href="/">Google Groups</a><font color="#333"> - </font>
<a style="color: #00c" target=_top href="http://www.google.com/webhp?hl=en">Google Home</a><font color="#333"> - </font>
<a style="color: #00c" target=_top href="http://groups.google.com/intl/en/googlegroups/terms_of_service3.html">Terms of Service</a><font color="#333"> - </font>
<a style="color: #00c" target=_top href="http://groups.google.com/intl/en/googlegroups/privacy3.html">Privacy Policy</a>
</td>
</tr>
<tr>
<td align="center" style="color: #333" class="fontsize1 padt5" >©2009 Google</td>
</tr>
</table>
</div>
</div>
<script language="javascript"><!--
if( loaddef != "" ) {
window.onload=new Function( loaddef );
}
if( resizedef != "" ) {
window.onresize = new Function( resizedef );
}
//--></script>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script>
<script type="text/javascript"><!--
_uacct = "UA-1044941-1";
urchinTracker("\x2Fweb\x2FGeorgeWashington+Family+Small.ged?gda=KNXv1lMAAAD19EkIvh__PPTDV51LeFLyw3OklhlMVcMOmmO85fJG2JI1avyg6MJy2x9C7KsxryO3TLJk5tB5x5z2XXBfX4bkMrYifh3RmGHD4v9PaZfDexVi73jmlo822J6Z5KZsXFo\x26als_gt=group\x26als_greg=US\x26als_gact=\x26als_gsubs=42\x26als_gview=p\x26als_gpjoin=y\x26");
//--></script>
</body>
</html>
<script language="javascript"><!--
function google_ad_request_done(google_ads) {
/*
* Verify that there are actually ads to display.
*/
var google_num_ads = google_ads.length;
if (google_num_ads <= 0) {
return;
}
var narrowAds = "<div class=\"box\">";
narrowAds += "<div class=\"sponsor-note\">Sponsored links</div>";
for(var i = 0; i < google_num_ads; i++){
narrowAds += '<div class="ad-item">' +
'<a href="' + google_ads[i].url + '" ' +
'onmouseout="window.status=\'\';return true" ' +
'onmouseover="window.status=\'go to ' +
google_ads[i].visible_url + '\';return true" ' +
'style="text-decoration:none">' +
'<span style="text-decoration:underline;" class="ad-subject">' +
google_ads[i].line1 + '<br></span>' +
'<span style="color:#000000">' + google_ads[i].line2 + '<br></span>' +
'<span style="color:#000000">' + google_ads[i].line3 + '<br></span>' +
'<span style="color:#008000">' + google_ads[i].visible_url +
'</span></a></div>';
}
document.getElementById("google_ads_site").innerHTML = narrowAds;
}
//--></script>
<script language="javascript"><!--
google_ad_client = 'ca-google_groups';
google_max_num_ads = 3;
google_ad_output = "js";
google_ad_type = 'text';
google_language = 'en';
google_page_url = 'http://groups.google.com\x2Fweb\x2FGeorgeWashington+Family+Small.ged?gda=KNXv1lMAAAD19EkIvh__PPTDV51LeFLyw3OklhlMVcMOmmO85fJG2JI1avyg6MJy2x9C7KsxryO3TLJk5tB5x5z2XXBfX4bkMrYifh3RmGHD4v9PaZfDexVi73jmlo822J6Z5KZsXFo';
google_encoding = 'utf8';
google_safe = 'high';
google_adtest = 'off';
//--></script>
<script language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>