begin 
  GetURLBase[8]:=chr(ord('a')+random(3));
  ResultURL:=GetURLBase+'/'+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png';
end.