var pageLoc = String(document.location);var questionPos = pageLoc.indexOf("?");/*	QUERYSTRING	Descrioption: Store the query string from the question mark ("?") on.*/var queryString = (questionPos == -1) ? "" : pageLoc.substring(questionPos);