//<!-- Start of HubSpot Logging Code  -->
var hs_portalid=22400; 
var hs_salog_version = "2.00";
var hs_ppa = "arcticrefrigeration.app2.hubspot.com";

var currentURL = document.URL.toLowerCase();
if (currentURL.indexOf("localhost", 0) >= 0)
{
    // We are at the development machine don't do anything
    //alert("I am at the localhost");
}
else if (currentURL.indexOf("pigskinfever", 0) >= 0)
{
    // We are at the staging machine don't do anything
    //alert("Arctic on Pigskinfever.com");
}
else if (currentURL.indexOf("ArcticRefrigeration.com", 0) >= 0 || currentURL.indexOf("ArcticRef.com", 0) >= 0)
{
    alert("ArcticRefrigeration.com or ArcticRef.com");
    //document.write(unescape("%3Cscript src='" + document.location.protocol + "//" + hs_ppa + "/salog.js.aspx' type='text/javascript'%3E%3C/script%3E"));
}
//<!-- End of HubSpot Logging Code -->


