function setDeepLink(queryStringParameter) {	
	document.location.hash = queryStringParameter;
}

