function getLocation() {
	
	var thisLocation =	window.location.href;
	return thisLocation;

}