CINXE.COM
Journals - Early journals - Foundation for Medieval Genealogy
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-gb" lang="en-gb" dir="ltr"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <base href="https://fmg.ac/resources/scanned-sources/journals" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Medieval Genealogy, Prosopography, Foundation of Medieval Genealogy, FMG" /> <meta name="description" content="Promoting the study of medieval genealogy and prosopography." /> <meta name="generator" content="Joomla! - Open Source Content Management" /> <title>Journals - Early journals - Foundation for Medieval Genealogy</title> <link href="/templates/fmg/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="/media/com_phocadownload/css/main/phocadownload.css" rel="stylesheet" type="text/css" /> <link href="/media/com_phocadownload/css/main/rating.css" rel="stylesheet" type="text/css" /> <link href="/media/com_phocadownload/css/custom/default.css" rel="stylesheet" type="text/css" /> <link href="/media/system/css/modal.css?6512c0dfae57d352acc1af83268af09b" rel="stylesheet" type="text/css" /> <link href="/plugins/system/jce/css/content.css?badb4208be409b1335b815dde676300e" rel="stylesheet" type="text/css" /> <link href="/templates/fmg/css/template.css" rel="stylesheet" type="text/css" /> <link href="/media/jui/css/chosen.css?6512c0dfae57d352acc1af83268af09b" rel="stylesheet" type="text/css" /> <link href="/media/com_finder/css/finder.css?6512c0dfae57d352acc1af83268af09b" rel="stylesheet" type="text/css" /> <link href="/media/mod_languages/css/template.css?6512c0dfae57d352acc1af83268af09b" rel="stylesheet" type="text/css" /> <script type="application/json" class="joomla-script-options new">{"csrf.token":"d21581876aadce7a67ade2c23a8251b6","system.paths":{"root":"","base":""}}</script> <script src="/media/jui/js/jquery.min.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script src="/media/jui/js/jquery-migrate.min.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script src="/media/system/js/mootools-core.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script src="/media/system/js/core.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script src="/media/system/js/mootools-more.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script src="/media/system/js/modal.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script src="/media/jui/js/bootstrap.min.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script src="/templates/fmg/js/fmg.js" type="text/javascript"></script> <script src="/media/jui/js/chosen.jquery.min.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script src="/media/jui/js/jquery.autocomplete.min.js?6512c0dfae57d352acc1af83268af09b" type="text/javascript"></script> <script type="text/javascript"> jQuery(document).ready(function(){ jQuery("#phModalPlay").on("hidden.bs.modal", function (e) { jQuery("#phModalPlay iframe").attr("src", jQuery("#phModalPlay iframe").attr("src")); jQuery("audio").each(function(){this.pause();this.currentTime = 0;}); jQuery("video").each(function(){this.pause();this.currentTime = 0;}); }); jQuery(".pd-modal-button").on("click", function () { var $target = jQuery(this).data("target"); var $href = jQuery(this).data("href"); var $body = $target + "Body"; var $dialog = $target + "Dialog"; var $height = jQuery(this).data("height"); var $width = jQuery(this).data("width"); var $heightD= jQuery(this).data("height-dialog"); var $widthD = jQuery(this).data("width-dialog"); var $type = jQuery(this).data("type"); jQuery($body).css("height", $height); jQuery($target).css("width", $width); jQuery($body).css("overflow-y", "auto"); jQuery($dialog).css("height", $heightD); jQuery($dialog).css("width", $widthD); if ($type == "image") { jQuery($body).html('<img class="img-responsive" src="' + $href + '" />'); } else if ($type == "document") { $widthD = $widthD -50; $heightD = $heightD -40; jQuery($body).html('<object type="application/pdf" data="' + $href + '" width="' + $widthD + '" height="' + $heightD + '" ></object>'); } else { jQuery($body).load($href, function (response, status, xhr) { if (status == "success") { /*jQuery($target).modal({ show: true });*/ } }); } }); }); jQuery(function($) { SqueezeBox.initialize({}); initSqueezeBox(); $(document).on('subform-row-add', initSqueezeBox); function initSqueezeBox(event, container) { SqueezeBox.assign($(container || document).find('a.pd-modal-button').get(), { parse: 'rel' }); } }); window.jModalClose = function () { SqueezeBox.close(); }; // Add extra modal close functionality for tinyMCE-based editors document.onreadystatechange = function () { if (document.readyState == 'interactive' && typeof tinyMCE != 'undefined' && tinyMCE) { if (typeof window.jModalClose_no_tinyMCE === 'undefined') { window.jModalClose_no_tinyMCE = typeof(jModalClose) == 'function' ? jModalClose : false; jModalClose = function () { if (window.jModalClose_no_tinyMCE) window.jModalClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } if (typeof window.SqueezeBoxClose_no_tinyMCE === 'undefined') { if (typeof(SqueezeBox) == 'undefined') SqueezeBox = {}; window.SqueezeBoxClose_no_tinyMCE = typeof(SqueezeBox.close) == 'function' ? SqueezeBox.close : false; SqueezeBox.close = function () { if (window.SqueezeBoxClose_no_tinyMCE) window.SqueezeBoxClose_no_tinyMCE.apply(this, arguments); tinyMCE.activeEditor.windowManager.close(); }; } } }; jQuery(function ($) { initChosen(); $("body").on("subform-row-add", initChosen); function initChosen(event, container) { container = container || document; $(container).find(".advancedSelect").chosen({"disable_search_threshold":10,"search_contains":true,"allow_single_deselect":true,"placeholder_text_multiple":"Type or select some options","placeholder_text_single":"Select an option","no_results_text":"No results match"}); } }); jQuery(function($){ initTooltips(); $("body").on("subform-row-add", initTooltips); function initTooltips (event, container) { container = container || document;$(container).find(".hasTooltip").tooltip({"html": true,"container": "body"});} }); jQuery(document).ready(function() { var value, searchword = jQuery('#mod-finder-searchword98'); // Get the current value. value = searchword.val(); // If the current value equals the default value, clear it. searchword.on('focus', function () { var el = jQuery(this); if (el.val() === 'Search (excl library)...') { el.val(''); } }); // If the current value is empty, set the previous value. searchword.on('blur', function () { var el = jQuery(this); if (!el.val()) { el.val(value); } }); jQuery('#mod-finder-searchform98').on('submit', function (e) { e.stopPropagation(); var advanced = jQuery('#mod-finder-advanced98'); // Disable select boxes with no value selected. if (advanced.length) { advanced.find('select').each(function (index, el) { var el = jQuery(el); if (!el.val()) { el.attr('disabled', 'disabled'); } }); } }); var suggest = jQuery('#mod-finder-searchword98').autocomplete({ serviceUrl: '/component/finder/?task=suggestions.suggest&format=json&tmpl=component', paramName: 'q', minChars: 1, maxHeight: 400, width: 300, zIndex: 9999, deferRequestBy: 500 });}); </script> <script type="text/javascript" src="https://fmg.ac/media/com_phocadownload/js/overlib/overlib_mini.js"></script> <style type="text/css"> #sbox-window.phocadownloadplaywindow {background-color:#fff;padding:2px} #sbox-overlay.phocadownloadplayoverlay {background-color:#000;} </style> <style type="text/css"> #sbox-window.phocadownloadpreviewwindow {background-color:#fff;padding:2px} #sbox-overlay.phocadownloadpreviewoverlay {background-color:#000;} </style> <link href='https://fonts.googleapis.com/css?family=Eagle+Lake' rel='stylesheet' type='text/css' /> <style type="text/css"> h1,h2,h3,h4,.site-title,.pull-text, .about li .script{ font-family: 'Eagle Lake', sans-serif; } </style> <link href='https://fonts.googleapis.com/css?family=UnifrakturCook:700' rel='stylesheet' type='text/css'> <style type="text/css"> body.site { background-color: #f7f6f4 } .navbar-inner, .nav-list > .active > a, .nav-list > .active > a:hover, .dropdown-menu li > a:hover, .dropdown-menu .active > a, .dropdown-menu .active > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .btn-primary { background: #005580; } .navbar-inner { -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); box-shadow: 0 1px 3px rgba(0, 0, 0, .25), inset 0 -1px 0 rgba(0, 0, 0, .1), inset 0 30px 10px rgba(0, 0, 0, .2); } </style> <!--[if lt IE 9]> <script src="/media/jui/js/html5.js"></script> <link rel="stylesheet" type="text/css" href="/templates/fmg/css/ie.css"> <![endif]--> </head> <body class="site com_phocadownload view-category no-layout no-task itemid-316 default"> <!-- Body --> <div class="body"> <div class="container"> <!-- Header --> <div class="header"> <div class="header-inner clearfix"> <a class="brand pull-left" href="/"> <img src="https://fmg.ac/images/FMG-logo.gif" alt="Foundation for Medieval Genealogy" /><span class="site-title">Foundation for Medieval Genealogy</span> </a> <div class="header-search pull-right"> <div class="finder"> <form id="mod-finder-searchform98" action="/search" method="get" class="form-search" role="search"> <label for="mod-finder-searchword98" class="element-invisible finder">Search</label><br /><input type="text" name="q" id="mod-finder-searchword98" class="search-query input-medium" size="25" value="" placeholder="Search (excl library)..."/> <div id="mod-finder-advanced98"> </div> </form> </div> <div class="mod-languages"> <ul class="lang-inline" dir="ltr"> <li class="lang-active"> <a href="https://fmg.ac/resources/scanned-sources/journals"> <img src="/media/mod_languages/images/en.gif" alt="English (UK)" title="English (UK)" /> </a> </li> <li> <a href="/fr/resources/scanned-sources/journals"> <img src="/media/mod_languages/images/fr_fr.gif" alt="Fran莽ais (France)" title="Fran莽ais (France)" /> </a> </li> </ul> </div> </div> </div> </div> <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span>Menu</span> </a> <div class="navigation nav-collapse primary" data-spy="affix" data-offset-top="150"> <ul class="nav menu mod-list"> <li class="item-447 default"><a href="/" >Home</a></li><li class="item-130 deeper parent"><a href="/about-us" >About Us</a><ul class="nav-child unstyled small"><li class="item-304"><a href="/about-us/website" >Our website</a></li><li class="item-131"><a href="/about-us/origins" >Origins and history</a></li><li class="item-132"><a href="/about-us/trustees-and-officers" >Who's who in FMG?</a></li><li class="item-133 deeper parent"><a href="/about-us/membership" >Membership</a><ul class="nav-child unstyled small"><li class="item-272"><a href="/about-us/membership/membership-form" >Membership Form</a></li></ul></li><li class="item-134"><a href="/about-us/bequests-and-donations" >Donations and Bequests </a></li><li class="item-225"><a href="/about-us/help-the-fmg" >Help the FMG</a></li><li class="item-224 deeper parent"><a href="/about-us/charles-fh-evans-award" >Charles F H Evans Award</a><ul class="nav-child unstyled small"><li class="item-255"><a href="/about-us/charles-fh-evans-award/guidelines-submissions" >Guidelines & Submissions</a></li><li class="item-256"><a href="/about-us/charles-fh-evans-award/past-winners" >Past Winners</a></li></ul></li><li class="item-136"><a href="/about-us/contact-details" >Contact Details</a></li></ul></li></ul> <ul class="nav menu dropdown mod-list" id="nav-menu"> <li class="item-139 divider deeper parent"><span class="separator ">Publications</span> <ul class="nav-child unstyled small"><li class="item-166 deeper parent"><a href="/publications/journal" >Foundations Journal</a><ul class="nav-child unstyled small"><li class="item-669"><a href="/publications/journal/vol-16" >Volume 16</a></li><li class="item-671"><a href="/publications/journal/vol-15" >Volume 15</a></li><li class="item-647"><a href="/publications/journal/vol-14" >Volume 14</a></li><li class="item-636"><a href="/publications/journal/vol-13" >Volume 13</a></li><li class="item-565"><a href="/publications/journal/vol-12" >Volume 12</a></li><li class="item-514"><a href="/publications/journal/vol-11" >Volume 11</a></li><li class="item-480"><a href="/publications/journal/vol-10" >Volume 10</a></li><li class="item-425"><a href="/publications/journal/vol-9" >Volume 9</a></li><li class="item-396"><a href="/publications/journal/vol-8a" >Volume 8</a></li><li class="item-356"><a href="/publications/journal/vol-7a" >Volume 7</a></li><li class="item-292"><a href="/publications/journal/vol-6" >Volume 6</a></li><li class="item-259"><a href="/publications/journal/vol-5" >Volume 5</a></li><li class="item-167"><a href="/publications/journal/vol-4" >Volume 4</a></li><li class="item-282"><a href="/publications/journal/volume-3" >Volume 3</a></li><li class="item-281"><a href="/publications/journal/volume-2" >Volume 2</a></li><li class="item-285"><a href="/publications/journal/vol-1" >Volume 1</a></li></ul></li><li class="item-572"><a href="/publications/arbroath-bg" >Declaration of Arbroath Family History Project</a></li><li class="item-138"><a href="/publications/complete-works-of-charles-evans" >Complete Works of Charles Evans</a></li><li class="item-140"><a href="/publications/the-life-and-family-of-robert-large-mercer" >The Life and Family of Robert Large, Mercer</a></li><li class="item-293 deeper parent"><a href="/publications/contributors" >Brief guide for contributors to our publications</a><ul class="nav-child unstyled small"><li class="item-294"><a href="/publications/contributors/au-guide" >Guide for authors - Foundations</a></li><li class="item-295"><a href="/publications/contributors/cite-formats" >Citation formats for FMG publications</a></li><li class="item-352"><a href="/publications/contributors/abbreviations-for-commonly-cited-sources" >Abbreviations for Commonly Cited Sources</a></li></ul></li></ul></li><li class="item-135 active divider deeper parent"><span class="separator ">Resources</span> <ul class="nav-child unstyled small"><li class="item-165 deeper parent"><a href="/library" >FMG Library</a><ul class="nav-child unstyled small"><li class="item-479"><a href="/library/search" >Search database</a></li></ul></li><li class="item-156 active deeper parent"><a href="/resources/scanned-sources" >Scanned Sources Online</a><ul class="nav-child unstyled small"><li class="item-316 current active"><a href="/resources/scanned-sources/journals" >Journals</a></li><li class="item-317"><a href="/resources/scanned-sources/scanned-books" >Books & articles</a></li></ul></li><li class="item-172"><a href="/resources/links" >Links to Other Websites</a></li></ul></li><li class="item-137 deeper parent"><a href="/projects" >Projects</a><ul class="nav-child unstyled small"><li class="item-422"><a href="/projects/feet-of-fines" >Abstracts of Feet of Fines</a></li><li class="item-297"><a href="/projects/medlands" >Medieval Lands</a></li><li class="item-141"><a href="/projects/charles2" >Index to the Ancestry of Charles II</a></li><li class="item-146"><a href="/projects/surtees-parishes" >Contents key to Surtees' Parishes of Co. Durham</a></li><li class="item-503"><a href="/projects/arbroath" >Declaration of Arbroath</a></li><li class="item-150 deeper parent"><a href="/projects/domesday-corrections" >Domesday Corrections</a><ul class="nav-child unstyled small"><li class="item-233"><a href="/projects/domesday-corrections/people" >Domesday People</a></li><li class="item-234"><a href="/projects/domesday-corrections/descendants-1-300" >Descendants (p. 1 - 300)</a></li><li class="item-235"><a href="/projects/domesday-corrections/descendants-301-600" >Descendants (p. 301-600)</a></li><li class="item-236"><a href="/projects/domesday-corrections/descendants-601-900" >Descendants (p. 601-900)</a></li><li class="item-237"><a href="/projects/domesday-corrections/descendants-901-1169" >Descendants (p. 901-1169)</a></li><li class="item-238"><a href="/projects/domesday-corrections/author-index" >Author Index</a></li><li class="item-303"><a href="/projects/domesday-corrections/domesday-sources" >Sources referenced</a></li><li class="item-232"><a href="/projects/domesday-corrections/sources-abbrev" >Domesday corrections - source abbreviations</a></li></ul></li><li class="item-147 deeper parent"><a href="/projects/index-moller" >Index to Stammtafeln Westdeutscher Adels-geschlechter im Mittelalter</a><ul class="nav-child unstyled small"><li class="item-274"><a href="/projects/index-moller/a-c" >A to C</a></li><li class="item-275"><a href="/projects/index-moller/d-g" >D to G</a></li><li class="item-276"><a href="/projects/index-moller/h-k" >H to K</a></li><li class="item-277"><a href="/projects/index-moller/l-n" >L to N</a></li><li class="item-278"><a href="/projects/index-moller/o-r" >O to R</a></li><li class="item-279"><a href="/projects/index-moller/s-t" >S to T</a></li><li class="item-280"><a href="/projects/index-moller/u-z" >U to Z</a></li></ul></li><li class="item-296 deeper parent"><a href="/projects/landed-gentry" >Landed Gentry of Southern Germany</a><ul class="nav-child unstyled small"><li class="item-363"><a href="/projects/landed-gentry/schechingen" >Families of Schechingen</a></li><li class="item-364"><a href="/projects/landed-gentry/boebingen" >Families of B枚bingen</a></li><li class="item-365"><a href="/projects/landed-gentry/adelmann" >Adelmann family of Adelmannsfelden</a></li><li class="item-366"><a href="/projects/landed-gentry/woellwarth" >Woellwarth family</a></li><li class="item-423"><a href="/projects/landed-gentry/westerstetten" >The Family of Westerstetten</a></li></ul></li></ul></li><li class="item-213 deeper parent"><a href="/shop" >Shop</a><ul class="nav-child unstyled small"><li class="item-257"><a href="/shop/membership" >Membership & Subscription</a></li><li class="item-574"><a href="/shop/bookshop" >Book purchases</a></li><li class="item-568"><a href="/shop/arbroath-report" >Declaration of Abroath - family history project</a></li><li class="item-143"><a href="/shop/print-form" >Printable Order Form</a></li><li class="item-265"><a href="/shop/back-issues" >Back Issues of Foundations</a></li><li class="item-214"><a href="http://www.genfair.co.uk/supplier.php?sid=48" onclick="window.open(this.href, 'targetWindow', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,'); return false;">GenFair Shop</a></li></ul></li><li class="item-151"><a href="/user-area" >Users' Area</a></li><li class="item-349"><a href="/login" >Login</a></li></ul> </div> <div class="navigation nav-collapse secondary" data-spy="affix" data-offset-top="150"> </div> <div class="row-fluid" id="content"> <div class="span12"> <!-- Begin Content --> <div id="system-message-container"> </div> <div id="phoca-dl-category-box" class="pd-category-view"><div class="pd-category"><div class="pdtop"><a title="Scanned Sources" href="/resources/scanned-sources" ><img src="/media/com_phocadownload/images/up.png" alt="Up" /></a></div><h3 class="pd-ctitle">Early journals</h3><div class="pd-cdesc"><p><span style="font-family: book antiqua,palatino;"><em>These journals were variously published over the period 1834-1922. Click the journal titles to access individual volumes. Some are provided as links to external sites, others have been scanned by FMG for your convenience.<br /><span style="font-family: book antiqua,palatino;"><em><em>To print a source click the orange (view) button then use the print icon in the PDF screen</em><em>: <img alt="PDFprint" src="/images/graphics/PDFprint.gif" height="23" width="25" /></em></em></span><br />For external sites, use the facilities provided there.<br /></em></span></p></div><div class="pd-subcategory"><a href="/resources/scanned-sources/journals/category/19-ctg">Collectanea Topographica et Genealogica (external links)</a> <small>(0)</small></div> <div class="pd-subcategory"><a href="/resources/scanned-sources/journals/category/3-tpg">The Topographer and Genealogist (full set)</a> <small>(0)</small></div> <div class="pd-subcategory"><a href="/resources/scanned-sources/journals/category/4-herald-genealogist">The Herald & Genealogist (external links)</a> <small>(0)</small></div> <div class="pd-subcategory"><a href="/resources/scanned-sources/journals/category/63-tga">The Genealogist (original series, 1877-1883) (external links)</a> <small>(0)</small></div> <div class="pd-subcategory"><a href="/resources/scanned-sources/journals/category/5-tgb">The Genealogist (New Series, 1884-1922)</a> <small>(0)</small></div> <div class="pd-subcategory"><a href="/resources/scanned-sources/journals/category/100-gmg">The Genealogists' Magazine (selected articles)</a> <small>(0)</small></div> <div class="pd-hr-cb"></div><form action="https://fmg.ac/resources/scanned-sources/journals" method="post" name="adminForm"> <div class="pd-cb"> </div><div class="pgcenter"><div class="pagination"><div class="pginline">Display Num <select id="limit" name="limit" class="inputbox input-mini" size="1" onchange="this.form.submit()"> <option value="5">5</option> <option value="10">10</option> <option value="15">15</option> <option value="20" selected="selected">20</option> <option value="50">50</option> <option value="0">All</option> </select> </div><div style="margin:0 10px 0 10px;display:inline;" class="sectiontablefooter" id="pg-pagination" ></div></div></div> <input type="hidden" name="d21581876aadce7a67ade2c23a8251b6" value="1" /></form></div></div><div class="pd-cb"> </div> <div aria-label="Breadcrumbs" role="navigation"> <ul itemscope itemtype="https://schema.org/BreadcrumbList" class="breadcrumb"> <li class="active"> <span class="divider icon-location"></span> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/" class="pathway"><span itemprop="name">Home</span></a> <span class="divider"> <img src="/media/system/images/arrow.png" alt="" /> </span> <meta itemprop="position" content="1"> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <span itemprop="name"> Resources </span> <span class="divider"> <img src="/media/system/images/arrow.png" alt="" /> </span> <meta itemprop="position" content="2"> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/resources/scanned-sources" class="pathway"><span itemprop="name">Scanned Sources Online</span></a> <span class="divider"> <img src="/media/system/images/arrow.png" alt="" /> </span> <meta itemprop="position" content="3"> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"> <a itemprop="item" href="/resources/scanned-sources/journals" class="pathway"><span itemprop="name">Journals</span></a> <span class="divider"> <img src="/media/system/images/arrow.png" alt="" /> </span> <meta itemprop="position" content="4"> </li> <li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem" class="active"> <span itemprop="name"> Early journals </span> <meta itemprop="position" content="5"> </li> </ul> </div> <!-- End Content --> </div> </div> </div> <p class="pull-right"><a href="#top" id="back-top">Back to Top</a></p> </div> <!-- Footer --> <div class="footer"> <div class="container"> <hr /> <p>© Foundation for Medieval Genealogy 2024</p> </div> </div> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-L9GHHQK962"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-L9GHHQK962'); </script> </body> </html>