// The domain containing the application.  SET THIS TO "http://prod.itzbig.com/Professional" BEFORE GOING INTO PRODUCTION.
var prodDomain = "http://prod.itzbig.com/professional";

// The domain containing the application.  SET THIS TO "http://prod.itzbig.com/Recruiter" BEFORE GOING INTO PRODUCTION.
var recDomain = "http://prod.itzbig.com/recruiter";

// The jobs domain containing the root of the static jobs pages.  SET THIS TO "http://prod.itzbig.com/jobs" BEFORE GOING INTO PRODUCTION.
var jobDomain =  "http://prod.itzbig.com/jobs"; 

// set to "" for QA and Production - used in DEV only
var subFolder = "" 

// The Omniture site to use.  SET THIS TO "itzbiglive" FOR PRODUCTION
var OmnitureSite = "itzbiglive";

// The campaign for Omniture.
var campaign = "8";

// currentUserType for Omniture.  DO NOT CHANGE THIS VALUE
var currentUserType = "Marketing";

// The minimum number of matches for a position for success.
var minPositions = 1;

// URL to go to when there are not enough jobs for the position.
var noJobsURL = "./jobs/nojobs.html";

// The minimum number of matches for a position/location pair for success.
var minPosLocs = 1;

// Error message if there is no position entered.  This may include markup if you choose.
var positionErrMsg = "Please select a position.";

// Introduction message in the location widget. This may NOT include markup.
var locationDefMsg = "Where do you want to do it?";

// Error message if there is no location entered.  This may include markup if you choose.
var locationErrMsg = "Please select a location.";

// Error message if there is no email entered or the email is invalid.  This may include markup if you choose.
var emailErrMsg = "Please enter a valid email address.";

// Error message if there is no password entered.  This may include markup if you choose.
var passwordErrMsg = "Please enter a valid password.";

// This is always set to false
var omni_included = false;

// DO NOT MODIFY ANYTHING BELOW THIS LINE
function clickTrack() {};
document.write('<link rel="stylesheet" type="text/css" href="' + prodDomain + '/stylesheets/autoCompleter2.css?ver=4" media="screen, projection" />');
document.write('<!--[if lte IE 6]>');
document.write('	<link rel="stylesheet" type="text/css" href="' + prodDomain + '/stylesheets/ie6/autoCompleter2.css?ver=4" media="screen, projection" />');
document.write('<![endif]-->');
document.write('<script src="' + prodDomain + '/querystring.js?ver=4" type="text/javascript"></script>');
if (top == window)
	document.write('<script src="' + prodDomain + '/scripts/common/s_code.js?ver=4" type="text/javascript"></script>');
