begin
 GetURLBase[9]:=chr(ord('a')+random(3));
 ResultURL:=GetURLBase +'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(round(intpower(2,GetZ-1))-GetY-1);
end.