// JavaScript Document

function getCountry() {	return "ukraine"; }
function getMapListURL() { return "xml/maplist.xml"; }
function getCityListURL() { return "xml/citylist.xml"; }
