function getReferer(form) {
	
	var path = document.location.href;
	form.referer.value = path;
}