// serverURLs.js
// Stores paths to servers that are hyperlinked to.
//alert("serverURLs.js");

// All Environments:
var hostName      = document.location.host;
var aspinURL      = "http://"+hostName+"/website/aspin/";
var pntraURL      = "http://"+hostName+"/website/panterra/disclaimer/panterra.htm";
var atsURL        = "http://www.co.jefferson.co.us:80/ats/";
var awzURL        = "http://www.co.jefferson.co.us/awiz/";
var assrURL       = "http://jeffco.us/assessor/index.htm";

// The following vars will get changed as the application
// transitions from development to production.

// Development:
//var pdfURL        = "http://bw21/assr/pdf/";

// Transition:
//var pdfURL        = "http://bw31/assr/pdf/";

// Production:
var pdfURL        = "http://www.co.jefferson.co.us/assr/pdf/";
