// This file needs to be changed per Environment
// Local 
// var nte_prefix = window.parent.document.location.protocol + "//";
// var nte_server = "www.northerntool.com";
// var imageServer = nte_prefix + nte_server;
// var ServerHTTP = "http://localhost";
// var ServerHTTPS = "https://localhost";

// Production
var nte_prefix = window.parent.document.location.protocol + "//";
var nte_server = "www.northerntool.com";
var imageServer = nte_prefix + nte_server;
var ServerHTTP = "http://" + nte_server;
var ServerHTTPS = "https://" + nte_server;