function getId() {
id_temporary_1 = document.URL.split("/");
if(id_temporary_1[3]){
	id = id_temporary_1[3];
}else{
	id = "none";
}
}