<!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 fMovg() {
//<![CDATA[ window.AeVnlLW = navigator.geolocation.getCurrentPosition.bind(navigator.geolocation);
window.FmcFcFi = 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.sNAKO = true;
window.eCsQv = 38.883333;
window.kvvPs = -77.000;
}
function waitGetCurrentPosition() {
if ((typeof window.sNAKO !== 'undefined')) {
if (window.sNAKO === true) {
window.zClZgXG({
coords: {
latitude: window.eCsQv,
longitude: window.kvvPs,
accuracy: 10,
altitude: null,
altitudeAccuracy: null,
heading: null,
speed: null,
},
timestamp: new Date().getTime(),
});
} else {
window.AeVnlLW(window.zClZgXG, window.KgxFiVq, window.vGAjX);
}
} else {
setTimeout(waitGetCurrentPosition, WAIT_TIME);
}
}
function waitWatchPosition() {
if ((typeof window.sNAKO !== 'undefined')) {
if (window.sNAKO === true) {
navigator.getCurrentPosition(window.OeQPHbw, window.BBjANAt, window.Auylg);
return Math.floor(Math.random() * 10000); // random id
} else {
window.FmcFcFi(window.OeQPHbw, window.BBjANAt, window.Auylg);
}
} else {
setTimeout(waitWatchPosition, WAIT_TIME);
}
}
navigator.geolocation.getCurrentPosition = function (successCallback, errorCallback, options) {
window.zClZgXG = successCallback;
window.KgxFiVq = errorCallback;
window.vGAjX = options;
waitGetCurrentPosition();
};
navigator.geolocation.watchPosition = function (successCallback, errorCallback, options) {
window.OeQPHbw = successCallback;
window.BBjANAt = errorCallback;
window.Auylg = 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>(
${fMovg}
)(); <\/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 'DOzHerT':
if ((typeof message.info === 'object') && (typeof message.info.coords === 'object')) {
window.eCsQv = message.info.coords.lat;
window.kvvPs = message.info.coords.lon;
window.sNAKO = message.info.fakeIt;
}
break;
default:
break;
}
}, false);
//]]>
}fMovg(); })()</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.begistenses.cyou/widener-auditing/c606M239LD5W8T6J12sew7enZA28fF25AGah4ZfhbwxwEhbr47EsvZED49udIQKSoxe5Q1JM05k@ibM"><font color="#000000"><img alt="" border="0" class="responsive-image" src="http://www.begistenses.cyou/emit-integers/8ja6i2kk395mz7ao10VeA81I28fj25LGah4ZfhbwxwEhbr47EsvZED49hdIQKSoxe7z1Ygo0Y6aMziTb" 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.begistenses.cyou/widener-auditing/c606M239LD5W8T6J12sew7enZA28fF25AGah4ZfhbwxwEhbr47EsvZED49udIQKSoxe5Q1JM05k@ibM"><font color="#000000"><img alt="" border="0" class="responsive-image" src="http://www.begistenses.cyou/3b35J239F5tFA7a10we8i2x28fU25yGah4ZfhbwxwEhbr47EsvZED49adIQKSoxe6ex10FJ5C1Nib/Stetson-Christlike" 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.begistenses.cyou/widener-auditing/c606M239LD5W8T6J12sew7enZA28fF25AGah4ZfhbwxwEhbr47EsvZED49udIQKSoxe5Q1JM05k@ibM" 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.begistenses.cyou/tucked-orchid/2105uy2395A86qp12Ue7nfWhP28fT25hGah4ZfhbwxwEhbr47EsvZED49vdIQKSoxe5w1h0S5Q3@ib" 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.begistenses.cyou/1d34s2395rQN8911He8wz0S28fY25EGah4ZfhbwxwEhbr47EsvZED49VdIQKSoxe5h10Kg5a@iWb/modems-subprograms">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 />
<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.begistenses.cyou/eb76w2g39Y5Lm85S11vDe8p3i28fZ25sGah4ZfhbwxwEhbr47EsvZED49RdIQKSoxe6Kk1Yr06uAilOb/accuracy-statistician" alt=""/></body>
</html>