Files
HPEnvy\Ryan 65a3b97c87 debugged
2020-08-20 16:10:31 +08:00

1125 lines
38 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Interactive Game of Thrones Map with Spoilers Control</title>
<meta
name="description"
content="A map of Westeros and the rest of the known world in Game of Thrones and the Song of Ice & Fire novels. Mark how much of the TV show or novels you've seen to prevent seeing any spoilers. See the path of major characters over time."
/>
<meta
name="viewport"
content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link
rel="stylesheet"
href="https://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.css"
/>
<link rel="stylesheet" href="jquery.qtip.css" />
<link rel="stylesheet" href="ASoIaF-default.css" />
<link
rel="stylesheet"
href="ASoIaF-handheld.css"
media="only screen and (max-device-width:480px)"
/>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA805RWgioHgUbrtVo9sWAnk_UWT9_xDXE"></script>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="https://code.jquery.com/mobile/1.3.0/jquery.mobile-1.3.0.min.js"></script>
<script src="jquery.qtip.js"></script>
<script src="v3arrows.js"></script>
<script src="ASoIaF-overlays.js"></script>
<script src="ASoIaF-objects.js"></script>
<script src="ASoIaF-events.js"></script>
</head>
<body>
<div data-role="page" id="page">
<div data-role="header" id="header"></div>
<div data-role="content" id="content">
<div id="menuButton"></div>
<div id="shade" style="width: 100%; height: 100%;"></div>
<div id="lightbox">
<div id="closeButton">x</div>
<div
id="handheldCloseButton"
data-role="button"
data-icon="back"
data-theme="e"
>
Return to Menu
</div>
<h1>Interactive Game of Thrones Map</h1>
<div id="subtitle">with Spoiler Control</div>
<p>
This is a map of the world depicted in the novel series
<a
target="_blank"
href="https://www.georgerrmartin.com/bibliography.html"
>A Song of Ice & Fire</a
>
and the TV adaptation,
<a target="_blank" href="https://www.hbo.com/game-of-thrones"
>A Game of Thrones</a
>. The website is designed to display useful information on top of
the map layer and link to additional details on the
<a target="_blank" href="https://awoiaf.westeros.org"
>Westeros.org wiki site</a
>.
</p>
<p>
If you haven't finished reading the novels or watching the shows,
you can hide any details that might spoil the plot. Simply drag the
slider in the top-right corner to the last chapter or episode that
you've completed. You can move the slider with arrow buttons in
order to animate the characters' paths. Keep in mind that the slider
only controls this map; any page you may open on
<span style="font-style: italic;"
>the wiki site may contain spoilers</span
>.
</p>
<p>
If you'd like to share this map with others and point them to a
specific location, hold down the Ctrl button while you click on the
map. You will be given a URL that will automatically center the map
on that point. (e.g.
<a id="lightboxLink" href="#@Winterfell">Winterfell</a>)
</p>
<p>
The map layer used in this website was drawn by
<a target="_blank" href="https://www.sermountaingoat.co.uk/map"
>theMountainGoat</a
>
based on previous work by
<a
target="_blank"
href="https://www.cartographersguild.com/finished-maps/6683-westeros-fan-project.html"
>Tear of the Cartographer's Guild</a
>. The map interface is based on the
<a
target="_blank"
href="https://developers.google.com/maps/documentation/javascript/"
>Google Maps API</a
>, with custom tiles generated by
<a
target="_blank"
href="https://www.bartlett.ucl.ac.uk/casa/latest/software/gmap-image-cutter"
>GMap Image Cutter Version 1.42</a
>
and arrows using code from
<a target="_blank" href="https://www.bdcc.co.uk/Gmaps/Services.htm"
>Bill Chadwick</a
>. Intellectual property of
<span style="font-style: italic;">A Song of Ice and Fire</span>,
this map and all locations belong to
<a target="_blank" href="https://www.georgerrmartin.com"
>George R.R. Martin</a
>. If you find any errors in the map data, please
<a
target="_blank"
href="https://asoiaf.westeros.org/index.php/user/55796-carpiediem/"
>alert me on the Westeros.org message board</a
>.
</p>
<p>
You may notice that this map is contradicted, in places, by the maps
shown in
<a
target="_blank"
href="https://www.randomhouse.com/book/221316/the-lands-of-ice-and-fire-a-game-of-thrones-by-george-rr-martin/other"
>The Lands of Ice and Fire</a
>. Since the maps in that collection are clearly copyrighted
material, I have no intention of copying them directly and I'm going
to remain cautious in pulling details from them to correct this
website. You can find low-resolution versions of the official maps
on
<a
target="_blank"
href="https://www.fantasticmaps.com/the-lands-of-ice-and-fire/"
>the artist's website</a
>
or in Random House's
<a
target="_blank"
href="https://itunes.apple.com/hk/app/george-r.-r.-martins-world/id570015223"
>iOS</a
>
&
<a
target="_blank"
href="https://play.google.com/store/apps/details?id=com.randomhouse.woiaf"
>Android</a
>
apps. It's also important to note that the person who added the
interactive functions to this map is different from the person who
originally drew it-- I can't update the drawing myself. If you'd
prefer to use a similar map that does follow the official book,
please check out
<a href="https://amapoficeandfire.com/home/"
>amapoficeandfire.com</a
>
</p>
</div>
<div id="map_canvas" style="width: 100%; height: 100%;">
If the map doesn't appear within a few seconds, you may have
JavaScript disabled. Often, this has been caused by a popup-blocker
extension in your browser. This website does NOT display popup ads,
but it does use JavaScript to send you to a wiki site if you click on
a town (this is probably what confuses the extension). To see the map,
please allow popup windows for this website.
</div>
<div id="filter">
<div id="infoLink" title="Click to learn more about the map"></div>
<h4>Spoilers Through:</h4>
<div id="slideUp"></div>
<div id="slideDown"></div>
<div id="chapGroup">
<label for="chapSlider" id="chapTitle"></label>
<input
type="range"
name="chapSlider"
id="chapSlider"
value="0"
min="0"
max="344"
data-highlight="true"
/>
</div>
<div id="epGroup">
<label for="epSlider" id="epTitle"></label>
<input
type="range"
name="epSlider"
id="epSlider"
value="0"
min="0"
max="19"
data-highlight="true"
/>
</div>
<fieldset
id="sliderType"
data-role="controlgroup"
data-type="horizontal"
>
<input
id="radio_chapters"
type="radio"
name="radio"
value="C"
checked="checked"
/>
<label for="radio_chapters">Chapters</label>
<input id="radio_episodes" type="radio" name="radio" value="E" />
<label for="radio_episodes">Episodes</label>
</fieldset>
<ul
id="townSelector"
data-role="listview"
data-inset="true"
data-filter="true"
data-filter-reveal="true"
data-filter-placeholder="Search towns..."
></ul>
<div id="toggles">
<h4>Show Regions:</h4>
<input
type="checkbox"
id="toggle_nobility"
name="toggle_nobility"
data-role="none"
/>
<label
for="toggle_nobility"
title="Houses without named castles are placed at random inside the lands of their liege lord."
>Nobility of Westeros</label
>
<br />
<input
type="checkbox"
id="toggle_regions"
name="toggle_regions"
data-role="none"
/>
<label for="toggle_regions">Constituencies of Westeros</label>
<table id="legend">
<tr id="gift">
<td></td>
<td>The Gift (Night's Watch)</td>
</tr>
<tr id="north">
<td></td>
<td>The North (House Stark)</td>
</tr>
<tr id="rivers">
<td></td>
<td>Riverlands (House Tully)</td>
</tr>
<tr id="vale">
<td></td>
<td>The Vale (House Arryn)</td>
</tr>
<tr id="islands">
<td></td>
<td>Iron Islands (House Greyjoy)</td>
</tr>
<tr id="west">
<td></td>
<td>Westerlands (H. Lannister)</td>
</tr>
<tr id="crown">
<td></td>
<td>Crownlands (H. Baratheon)</td>
</tr>
<tr id="reach">
<td></td>
<td>The Reach (House Tyrell)</td>
</tr>
<tr id="storm">
<td></td>
<td>Stormlands (H. Baratheon)</td>
</tr>
<tr id="dorne">
<td></td>
<td>Dorne (House Martell)</td>
</tr>
</table>
<h4>Show Character Paths:</h4>
<p id="textToggles">
<span id="allCharacters">select all</span> |
<span id="pathDisplay">current locations only</span>
</p>
<input type="checkbox" id="showMarkerOnly" />
<ul id="characters-asoiaf">
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_eddard"
disabled
/>
<a
class="icon stark"
title="House Stark"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stark"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Eddard_Stark"
>Eddard Stark</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_catelyn"
disabled
/>
<a
class="icon stark"
title="House Stark"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stark"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Catelyn_Stark"
>Catelyn Stark</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_robb"
disabled
/>
<a
class="icon stark"
title="House Stark"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stark"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Robb_Stark"
>Robb Stark</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_sansa"
disabled
/>
<a
class="icon stark"
title="House Stark"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stark"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Sansa_Stark"
>Sansa Stark</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_bran"
disabled
/>
<a
class="icon stark"
title="House Stark"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stark"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Bran_Stark"
>Bran Stark</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_arya"
disabled
/>
<a
class="icon stark"
title="House Stark"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stark"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Arya_Stark"
>Arya Stark</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_rickon"
disabled
/>
<a
class="icon stark"
title="House Stark"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stark"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Rickon_Stark"
>Rickon Stark</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_jon"
disabled
/>
<a
class="icon stark"
title="House Stark"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stark"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Jon_Snow"
>Jon Snow</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_daenerys"
disabled
/>
<a
class="icon targaryen"
title="House Targaryen"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Targaryen"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Daenerys_Targaryen"
>Daenerys Targaryen</a
></label
>
</li>
<li class="aegonListItem">
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_aegon"
disabled
/>
<a
class="icon targaryen"
title="House Targaryen"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Targaryen"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Aegon_Targaryen"
>Aegon Targaryen</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_tywin"
disabled
/>
<a
class="icon lannister"
title="House Lannister"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Lannister"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Tywin_Lannister"
>Tywin Lannister</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_jaime"
disabled
/>
<a
class="icon lannister"
title="House Lannister"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Lannister"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Jaime_Lannister"
>Jaime Lannister</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_cersei"
disabled
/>
<a
class="icon lannister"
title="House Lannister"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Lannister"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Cersei_Lannister"
>Cersei Lannister</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_tyrion"
disabled
/>
<a
class="icon lannister"
title="House Lannister"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Lannister"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Tyrion_Lannister"
>Tyrion Lannister</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_joffrey"
disabled
/>
<a
class="icon baratheonokl"
title="House Baratheon"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Baratheon"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Joffrey_Baratheon"
>Joffrey Baratheon</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_myrcella"
disabled
/>
<a
class="icon baratheonokl"
title="House Baratheon"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Baratheon"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Myrcella_Baratheon"
>Myrcella Baratheon</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_robert"
disabled
/>
<a
class="icon baratheon"
title="House Baratheon"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Baratheon"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Robert_Baratheon"
>Robert Baratheon</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_stannis"
disabled
/>
<a
class="icon baratheonod"
title="House Baratheon of Dragonstone"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Baratheon"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Stannis_Baratheon"
>Stannis Baratheon</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_renly"
disabled
/>
<a
class="icon baratheon"
title="House Baratheon"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Baratheon"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Renly_Baratheon"
>Renly Baratheon</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_theon"
disabled
/>
<a
class="icon greyjoy"
title="House Greyjoy"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Greyjoy"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Theon_Greyjoy"
>Theon Greyjoy</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_asha"
disabled
/>
<a
class="icon greyjoy"
title="House Greyjoy"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Greyjoy"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Asha_Greyjoy"
>Asha (Yara) Greyjoy</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_victarion"
disabled
/>
<a
class="icon greyjoy"
title="House Greyjoy"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Greyjoy"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Victarion_Greyjoy"
>Victarion Greyjoy</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_brienne"
disabled
/>
<a
class="icon tarth"
title="House Tarth"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Tarth"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Brienne_of_Tarth"
>Brienne of Tarth</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_davos"
disabled
/>
<a
class="icon seaworth"
title="House Seaworth"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Seaworth"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Davos"
>Davos Seaworth</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_samwell"
disabled
/>
<a
class="icon nightswatch"
title="The Night's Watch"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Night%27s_Watch"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Samwell_Tarly"
>Samwell Tarly</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_arianne"
disabled
/>
<a
class="icon martell"
title="House Martell"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Martell"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Arianne_Martell"
>Arianne Martell</a
></label
>
</li>
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_littlefinger"
disabled
/>
<a
class="icon baelish"
title="House Baelish of Harrenhal"
target="_blank"
href="https://awoiaf.westeros.org/index.php/House_Baelish_of_Harrenhal"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Petyr_Baelish"
>Petyr Baelish (Littlefinger)</a
></label
>
</li>
</ul>
<ul id="characters-novellas">
<li>
<input
type="checkbox"
class="pathToggle"
data-role="none"
id="toggle_duncan"
disabled
/>
<a
class="icon duncan"
target="_blank"
href="https://awoiaf.westeros.org/index.php/Dunk"
></a>
<label
><a
target="_blank"
href="https://awoiaf.westeros.org/index.php/Dunk"
>Duncan The Tall</a
></label
>
</li>
</ul>
</div>
<label
class="handheldMenu"
data-role="button"
data-icon="check"
id="htRegions"
for="toggle_regions"
>Show Constituencies</label
>
<label
class="handheldMenu"
data-role="button"
data-icon="check"
id="htNobility"
for="toggle_nobility"
>Show Nobility</label
>
<label
class="handheldMenu"
data-role="button"
data-icon="arrow-r"
id="showCharacterPaths"
>Show Character Paths</label
>
<label
class="handheldMenu"
data-role="button"
data-icon="arrow-r"
id="aboutThisSite"
>About this Site</label
>
<label
class="handheldMenu"
data-role="button"
data-icon="back"
id="returnToMap"
data-theme="e"
>Return to Map</label
>
</div>
<div id="handheldToggles">
<ul>
<li
data-role="button"
data-icon="back"
data-theme="e"
id="closeCharList"
>
Return to Menu
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_eddard"
>Eddard Stark</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_catelyn"
>Catelyn Stark</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_robb"
>Robb Stark</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_sansa"
>Sansa Stark</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_bran"
>Bran Stark</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_arya"
>Arya Stark</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_rickon"
>Rickon Stark</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_jon"
>Jon Snow</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_daenerys"
>Daenerys Targaryen</label
>
</li>
<li class="aegonListItem">
<label data-role="button" data-icon="check" for="toggle_aegon"
>Aegon Targaryen</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_tywin"
>Tywin Lannister</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_jaime"
>Jaime Lannister</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_cersei"
>Cersei Lannister</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_tyrion"
>Tyrion Lannister</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_joffrey"
>Joffrey Baratheon</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_myrcella"
>Myrcella Baratheon</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_robert"
>Robert Baratheon</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_stannis"
>Stannis Baratheon</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_renly"
>Renly Baratheon</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_theon"
>Theon Greyjoy</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_brienne"
>Brienne of Tarth</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_davos"
>Davos Seaworth</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_samwell"
>Samwell Tarly</label
>
</li>
<li>
<label data-role="button" data-icon="check" for="toggle_arianne"
>Arianne Martell</label
>
</li>
<li>
<label
data-role="button"
data-icon="check"
for="toggle_littlefinger"
title="Littlefinger"
>Petyr Baelish</label
>
</li>
</ul>
</div>
</div>
<!-- <div data-role="footer" id="footer">
<div id="banner">
<a href="https://planyour.website" target="_blank">
<img src="organic-ad.png" />
</a>
</div>
</div> -->
</div>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
(i[r] =
i[r] ||
function () {
(i[r].q = i[r].q || []).push(arguments);
}),
(i[r].l = 1 * new Date());
(a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]);
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m);
})(
window,
document,
'script',
'//www.google-analytics.com/analytics.js',
'ga'
);
ga('create', 'UA-8111610-2', 'quartermaester.info');
ga('send', 'pageview');
</script>
</body>
</html>