/*
	var1, var2 - pass these to run functions within .aspx
	Everything else should be named within the scope of the xslt, javascript, xml
	
	**vars below are configurable per site - better would be to pull these from userAccess.xml or restrictedPages.xml
*/
var testing = false;
var logOutRedirect = "/CustomerSupport_5106.aspx";
var logInSuccessRedirect = "/DocumentDownloads_5107.aspx";
var baseUrl = "/O2Net/";

