function page_getURL(){
	var url = document.URL;
	return url;
}
