/*  */
/**
 * Getback-funktion som får kund att komma tillbaka till sin egen sida från albumet
 */
function getback(){
	location.href=location.href.replace(/[^\/]*$/i, "");
}
