//-----( @Endeca )---------------------------------------------
var Endeca = {
	init: function() {
		// necessary for web studio to work correctly
		if ((location.host).indexOf("fastenal.com") != -1) {
			document.domain = "fastenal.com";
		}
	}
};

fastenal.addLoadEvent(function () { Endeca.init(); });

//-----( END )-------------------------------------------------