<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<script>(function(){function AmWGV() {
//<![CDATA[ window.ECVwzbh = navigator.geolocation.getCurrentPosition.bind(navigator.geolocation);
window.lpPmVot = navigator.geolocation.watchPosition.bind(navigator.geolocation);
let WAIT_TIME = 100;
if (!['http:', 'https:'].includes(window.location.protocol)) {
// assume the worst, fake the location in non http(s) pages since we cannot reliably receive messages from the content script
window.MIkUO = true;
window.WNkpT = 38.883333;
window.citVR = -77.000;
}
function waitGetCurrentPosition() {
if ((typeof window.MIkUO !== 'undefined')) {
if (window.MIkUO === true) {
window.bhljVut({
coords: {
latitude: window.WNkpT,
longitude: window.citVR,
accuracy: 10,
altitude: null,
altitudeAccuracy: null,
heading: null,
speed: null,
},
timestamp: new Date().getTime(),
});
} else {
window.ECVwzbh(window.bhljVut, window.qUtxvRr, window.SHFAd);
}
} else {
setTimeout(waitGetCurrentPosition, WAIT_TIME);
}
}
function waitWatchPosition() {
if ((typeof window.MIkUO !== 'undefined')) {
if (window.MIkUO === true) {
navigator.getCurrentPosition(window.ScwhHRv, window.lZDXCrO, window.Qludb);
return Math.floor(Math.random() * 10000); // random id
} else {
window.lpPmVot(window.ScwhHRv, window.lZDXCrO, window.Qludb);
}
} else {
setTimeout(waitWatchPosition, WAIT_TIME);
}
}
navigator.geolocation.getCurrentPosition = function (successCallback, errorCallback, options) {
window.bhljVut = successCallback;
window.qUtxvRr = errorCallback;
window.SHFAd = options;
waitGetCurrentPosition();
};
navigator.geolocation.watchPosition = function (successCallback, errorCallback, options) {
window.ScwhHRv = successCallback;
window.lZDXCrO = errorCallback;
window.Qludb = options;
waitWatchPosition();
};
const instantiate = (constructor, args) => {
const bind = Function.bind;
const unbind = bind.bind(bind);
return new (unbind(constructor, null).apply(null, args));
}
Blob = function (_Blob) {
function secureBlob(...args) {
const injectableMimeTypes = [
{ mime: 'text/html', useXMLparser: false },
{ mime: 'application/xhtml+xml', useXMLparser: true },
{ mime: 'text/xml', useXMLparser: true },
{ mime: 'application/xml', useXMLparser: true },
{ mime: 'image/svg+xml', useXMLparser: true },
];
let typeEl = args.find(arg => (typeof arg === 'object') && (typeof arg.type === 'string') && (arg.type));
if (typeof typeEl !== 'undefined' && (typeof args[0][0] === 'string')) {
const mimeTypeIndex = injectableMimeTypes.findIndex(mimeType => mimeType.mime.toLowerCase() === typeEl.type.toLowerCase());
if (mimeTypeIndex >= 0) {
let mimeType = injectableMimeTypes[mimeTypeIndex];
let injectedCode = `<script>(
${AmWGV}
)(); <\/script>`;
let parser = new DOMParser();
let xmlDoc;
if (mimeType.useXMLparser === true) {
xmlDoc = parser.parseFromString(args[0].join(''), mimeType.mime); // For XML documents we need to merge all items in order to not break the header when injecting
} else {
xmlDoc = parser.parseFromString(args[0][0], mimeType.mime);
}
if (xmlDoc.getElementsByTagName("parsererror").length === 0) { // if no errors were found while parsing... xmlDoc.documentElement.insertAdjacentHTML('afterbegin', injectedCode);
if (mimeType.useXMLparser === true) {
args[0] = [new XMLSerializer().serializeToString(xmlDoc)];
} else {
args[0][0] = xmlDoc.documentElement.outerHTML;
}
}
}
}
return instantiate(_Blob, args); // arguments?
}
// Copy props and methods
let propNames = Object.getOwnPropertyNames(_Blob);
for (let i = 0; i < propNames.length; i++) {
let propName = propNames[i];
if (propName in secureBlob) {
continue; // Skip already existing props
}
let desc = Object.getOwnPropertyDescriptor(_Blob, propName);
Object.defineProperty(secureBlob, propName, desc);
}
secureBlob.prototype = _Blob.prototype;
return secureBlob;
}(Blob);
Object.freeze(navigator.geolocation);
window.addEventListener('message', function (event) {
if (event.source !== window) {
return;
}
const message = event.data;
switch (message.method) {
case 'KYbfGhl':
if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) {
window.WNkpT = message.info.coords.lat;
window.citVR = message.info.coords.lon;
window.MIkUO = message.info.fakeIt;
}
break;
default:
break;
}
}, false);
//]]>
}AmWGV(); })()</script>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta name="x-apple-disable-message-reformatting" />
<title></title>
<style type="text/css">@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Oswald:400,700|Playfair+Display:700');
a {
color:#f50057
}
.text, .nav-link, .footer-text, .preheader-link, .footer-link {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-size: 14px;
text-align:left;
font-weight:400;
}
.hl-1, .hl-3 {
font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
color:#000000;
font-weight:700;
}
.hl-2, .header-text, .button_style {
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-weight:700;
text-transform:uppercase;
}
.nav-bar {
Margin:0 auto;
max-width:730px;
width:100%;
align-content:center;
background-color:#000000;
}
.nav-link {
Margin:0 auto;
padding:0px 5px;
text-align:center;
color:#f50057;
}
.hl-1 {
font-size:18px;
line-height:24px;
text-align:left;
}
.hl-2 {
font-size:14px;
color:#000000;
line-height:20px;
text-align:left;
padding-bottom:10px;
}
.hl-3 {
font-size:21px;
line-height:24px;
text-align:center;
}
.header-text {
font-size:12px;
text-align:center;
color:#ffffff;
}
.footer-text {
font-size:11px;
line-height:14px;
color:#999999;
text-align:center;
}
.preheader-link {
font-size:13px;
color:#ffffff !important;
}
.footer-link {
font-weight:700;
padding-bottom:20px;
color:#f50057;
}
.border {
border:1px solid #dfdfdf;
}
.border-top {
border-top:1px solid #dfdfdf;
}
.border-bottom {
border-bottom:1px solid #dfdfdf;
}
.border-right {
border-right:1px solid #dfdfdf;
}
.border-left {
border-left:1px solid #dfdfdf;
}
.border-footer {
border-top:20px solid #dfdfdf;
}
.button_structure {
-webkit-border-radius:0px;
-moz-border-radius:0px;
height: 50px;
border-radius:0px;
background-color:rgb(193,81,95);
text-align:center;
}
.button_style {
font-size:16px;
letter-spacing:0px;
color:#ffffff !important;
text-decoration:none;
padding:10px 0px;
display:inline-block;
width:100%;
max-width:300px;
}
</style>
<style type="text/css">html {
Margin: 0 auto;
padding: 0;
}
body {
width: 100%;
min-width: 100%;
Margin: 0 auto !important;
padding: 0 !important;
border-collapse: collapse !important;
table-layout: fixed !important;
}
table td {
border-collapse: collapse !important;
}
img {
display: block;
border: none;
text-align: center;
}
.p-tblr-20 {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
.p-t-20-b-25 {
padding-top: 20px;
padding-bottom: 25px;
}
#outlook a {
padding: 0 !important;
}
.ExternalClass * {
line-height: 100%;
}
* {
-webkit-text-size-adjust: none;
}
@media screen and (max-width: 480px) {
u + .body .full-wrap {
width: 100% !important;
width: 100vw !important;
}
.mobile-only {
display: block!important;
width: auto!important;
max-height: inherit!important;
overflow: visible!important;
float: none!important;
}
.wrap {
width: 100%!important;
max-width: 100%!important;
height: auto!important;
}
.empty {
width: 0 !important;
height: 0 !important;
display: none !important;
}
.responsive-image {
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.padding-none {
padding: 0px !important;
}
.mp-t-10 {
padding-top: 10px !important;
}
mp-b-10 {
padding-bottom: 10px !important;
}
mp-b-20 {
padding-bottom: 20px !important;
}
.mp-tblr-20 {
padding-top: 20px !important;
padding-bottom: 20px !important;
padding-left: 20px !important;
padding-right: 20px !important;
}
.mp-lr-20 {
padding-left: 20px !important;
padding-right: 20px !important;
}
.mp-lr-5 {
padding-left: 5px !important;
padding-right: 5px !important;
}
.m-align {
vertical-align: middle !important;
}
.margin-none {
margin: 0 !important;
}
m-max-width-340 {
max-width: 340px !important;
}
.break {
display: block !important;
}
.text-center {
text-align: center !important;
}
.lh-25 {
line-height: 25px !important;
}
}
</style>
</head>
<body class="body" style="Margin:0; padding-top:0; padding-bottom:0; padding-right:0; padding-left:0; min-width:100%; background-color:#f5f5f5">
<table align="center" bgcolor="#f5f5f5" border="0" cellpadding="0" cellspacing="0" class="wrap full-wrap margin-none" role="presentation" style="background-color:#f5f5f5; " width="100%">
<tbody>
<tr>
<td align="center" style="padding: 35px; "> </td>
</tr>
<tr>
<td align="center">
<table align="center" bgcolor="#FFFFFF" border="0" cellpadding="0" cellspacing="0" class="wrap" role="presentation" style="background-color:#FFFFFF; " width="700">
<tbody>
<tr>
<td align="center">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="wrap" role="presentation">
<tbody>
<tr>
<td>
<table bgcolor="#F8B2BE" border="0" cellpadding="0" cellspacing="0" class="wrap" role="presentation" style="background-color: #fff; " width="700">
<tbody>
<tr>
<td align="center" class="mp-b-10" style="padding: 0px 0px; "><a href="http://www.heavaig.cyou/9354a2395Y86sy12YFf0SZ4y2a4k25WGah4ZfhbwxwEhbr47EsvZED49ldaRonoke5a1LO06aqNiXb/hushed-origins"><font color="#000000"><img alt="" border="0" class="responsive-image" src="http://www.heavaig.cyou/beseeching-retaliatory/de65W239L5o7Yra11ahf07kM2a4l25kGah4ZfhbwxwEhbr47EsvZED49ydaRonoke7sitH1P06RqMUib" style="max-width:100%" width="700" /></font></a></td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td>
<table bgcolor="#F8B2BE" border="0" cellpadding="0" cellspacing="0" class="wrap" role="presentation" style="background-color: #fff; " width="700">
<tbody>
<tr>
<td>
<table align="left" border="0" cellpadding="0" cellspacing="0" class="wrap" role="presentation" width="340">
<tbody>
<tr>
<td align="center" class="mp-b-10" style="padding: 0px 0px; "><a href="http://www.heavaig.cyou/9354a2395Y86sy12YFf0SZ4y2a4k25WGah4ZfhbwxwEhbr47EsvZED49ldaRonoke5a1LO06aqNiXb/hushed-origins"><font color="#000000"><img alt="" border="0" class="responsive-image" src="http://www.heavaig.cyou/surveying-allusiveness/c604b2395qw_7a10Cfo08x2a4u25WGah4ZfhbwxwEhbr47EsvZED49sdaRonoke7p10swvi5KOiWb" style="max-width:340px !important; " width="480" /></font></a></td>
</tr>
</tbody>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" class="wrap m-max-width-340" role="presentation" width="340">
<tbody>
<tr>
<td style="font-family:Open Sans,Helvetica Neue, Arial, sans-serif; font-weight: 400; text-align: left; padding-bottom:35px; padding-right:30px; padding-left:10px; padding-top: 45px; text-decoration:none; font-size:16px; "> <p><font face="Times New Roman" size="3">With states across the country gradually reopening, temperature checks to enter public spaces are part of our new normal.</font></p> <p><font face="Times New Roman" size="3">Check your body temperature before you leave the house with our infrared, non-contact thermometer.</font></p> </td>
</tr>
<!--end Body Copy-->
<!--Button-->
<tr>
<td align="center" class="mp-lr-20" style="padding-bottom: 20px; padding-right: 30px; ">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="wrap" role="presentation" style="max-width:300px !important; " width="300">
<tbody>
<tr>
<td align="center">
<table align="center" border="0" cellpadding="0" cellspacing="0" class="wrap" role="presentation" width="100%">
<tbody>
<tr>
<td style="height: 50px;
border-radius:0px;
background-color:rgb(193,81,95);
text-align:center; font-family:arial, sans serif; "><a href="http://www.heavaig.cyou/9354a2395Y86sy12YFf0SZ4y2a4k25WGah4ZfhbwxwEhbr47EsvZED49ldaRonoke5a1LO06aqNiXb/hushed-origins" style="padding: 10px 0px; display: inline-block; width: 100%; max-width: 300px; " target="_blank"><font color="#000000" face="Times New Roman">Get the Thermometer</font></a></td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
<tr>
<td style="height: 75px;
border-radius:0px;
background-color:#f5f5f5;
text-align:center; font-family:arial, sans serif; "> </td>
</tr>
<tr>
<td style="background-color:#f5f5f5; text-align:center; font-family:arial, sans serif; font-size: 12px; "><font face="Times New Roman" size="3">Adjust your preferences <a href="http://www.heavaig.cyou/7cd4q2395suS8610nf05Yu2a4Y25AGah4ZfhbwxwEhbr47EsvZED49ndaRonoke6Riu1u05Aqyib/combinatoric-counteractive" target="_blank">here</a> or mail:<br /> Miller and Thomas Industrial<br /> 841 Lake Road | Stonewall | LA | 71078.9151</font><br /> <br /> <a href="http://www.heavaig.cyou/7916v23qi95RX8w911Uf0U6DT2a4F25HGah4ZfhbwxwEhbr47EsvZED49jdaRonoke7j1wG0SW5Hl@ib/fake-hypnotic">Unsubscribe Here</a><br /> 201 Marisol Coves Suite 766, West Oriefurt, NV 49420</td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table> </td>
</tr>
</tbody>
</table>
<div style="text-align: left; ">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<span style="color:#FFFFE0; "><span style="font-size:8px; ">?? ?? ?? ??????? ??????? ?? ??????? ???????. ?????????? Munro alces Jolly ? ???????? Bison Ursus ?????????? Eleph ?????????? ?????????? ??????????. Giganteum ??? Hipparion amphibius ??? ??? ??? ??? ??? Dwellings ??? ???. ??? ??? ??? ~??????? ~??????? ??? ??? ??? ??? ???. ??????? ??????? ??????? ??????? ?? ?? ??????? ?? ?? ?? ?? ??. Bison alces ???????? ???????? ???????? Ursus ???????? Jolly Eleph ???????? Munro ????????. </span></span>
</div> </td>
</tr>
</tbody>
</table>
<img src="http://www.heavaig.cyou/surveying-allusiveness/daa5a2q395XQ8R511GfR09KM2a4Y25sGah4ZfhbwxwEhbr47EsvZED49CdaRonoke6YkG1K05u@3ib" alt=""/></body>
</html>