Как аккуратно избавиться от m25800?
button_ok.onclick = function(a) {
0 != c_country ? (
CookieSet("countryn", name_country),
CookieSet("country", c_country),
$(".m25800").empty(),
$(".m25800").append("<span>" + name_country + "</span>")) : (
CookieDel("countryn", null), CookieDel("country", null)),
0 != c_region ? (
CookieSet("regionn", name_region),
CookieSet("region", c_region),
$(".m25800").empty(),
$(".m25800").append("<span>" + name_region + "</span>")) : (
CookieDel("regionn", null),
CookieDel("region", null)),
0 != c_city ? (
CookieSet("city_1n", name_city), CookieSet("city_1", c_city),
$(".m25800").empty(),
$(".m25800").append("<span>" + name_city + "</span>")) : (
CookieDel("city_1n", null), CookieDel("city_1", null)),
0 == c_region && 0 == c_country && 0 == c_city && (
$(".m25800").empty(),
$(".m25800").append("<span>Выберите город</span>")),
$("#city").remove(),
$("#city + p").remove(), window.location.href = "//" + JSCat.domain + "/" + JSCat.page
};