function getPage () {	var splits = document.URL.split('/');	return splits[splits.length - 1];}
