function getContextFromUrl() {
	var sText=unescape(location.href);
	return sText.substr(sText.indexOf('?context=')+9);
}
