document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.     [WebMethod]
  2.     public string GetCities() {
  3.         return "Jerusalem;Beer-Sheva;Krayot;Ashkelon;Kiryat-Gat";
  4.     }
');