/**
 * Returns the full url of this document, including the 
 * query params (after the '?')
 */
function getQueryString() {
	return document.URL;
}