<?xml version="1.0" encoding="utf-8" ?><rss version="2.0">
<channel>
    <title>Купоны и скидки в салоны красоты и клиники в Москве. Ежедневные Акции и скидки от КупиБонус! Все купоны на скидки на одном сайте.</title>
    <description>Лучшие акции со скидкой до 90% на KupiBonus.ru</description>
    <link>http://www.kupibonus.ru/</link>
    <image>
        <url>http://www.kupibonus.ru/bitrix/templates/rss/logo.png</url>
    </image>
    <pubDate>Fri, 18 May 2012 05:18:30 +0400</pubDate>
    <language>ru-ru</language>

<script type="text/javascript">
	(function(){var oButton = document.getElementById('actions_menu_map_opener'); if (oButton) oButton.style.display='block';})();
</script>
		<div id="map-container" style="display: none;">
			<div class="map-button">
				<div id="map-button" class="opened">
					<div class="close">Закрыть карту</div>
					<div class="open">Открыть карту</div>
				</div>
			</div>
			<div id="map-block">
				<div id="map-search-block">
					<div class="stext">Найти улицу</div>
					<div class="sinput">
						<input type="text" name="search_address" id="search_address" value="" />
					</div>
					<div class="search-button"></div>
				</div>
				<div id="map-main-block">
					<div id="YMapsLIST"></div>
					<div id="YMapsContainer">
		        	        	<div id="YMapsID"></div>
					</div>
				</div>
			</div>
		</div>
                <script src="http://api-maps.yandex.ru/1.1/index.xml?key=AGlTWkwBAAAArf4eFQIAEZMCAOKoDYMDe_IkqFB5ScFN37kAAAAAAAAAAAC70SyVVVRRGepRTjwUglieqYv1kg==&loadByRequire=1" type="text/javascript"></script>
		<script type="text/javascript">
						function swapNode(oNode1, oNode2)
			{
				var nextSibling = oNode1.nextSibling;
				var parentNode = oNode1.parentNode;
				oNode1.parentNode.replaceChild(oNode1, oNode2);
				parentNode.insertBefore(oNode2, nextSibling); 

			}

			Object.getLength = function(oObject) {
				var iCount = 0;
				for (var sKey in oObject)
				{
					if (oObject.hasOwnProperty(sKey))
						iCount++;
				}
				return iCount;
			};
			function myLayout(context, map, owner) {
				var element = YMaps.jQuery('<div style="width: 10px; height: 10px; background-color: red;"></div>');
				this.onAddToParent = function (parentNode) {
					element.appendTo(parentNode);
				};
				this.onRemoveFromParent = function () {
					element.remove();
				};
				this.update = function () {};
				this.getOffset = function () { return new YMaps.Point(-5, -5); };
				this.getRootNodes = function() { return element; };
			};

			function SampleBalloonLayout(oPlacemark) {
				this.element = YMaps.jQuery("<div class=\"baloon\">\
					<table cellpadding=\"0\" cellspacing=\"0\">\
						<tr>\
							<td></td>\
							<td>\
								<div class=\"b_rel\">\
									<div class=\"close\"></div>\
									<div class=\"tlCor\"></div>\
									<div class=\"tc\"></div>\
									<div class=\"trCor\"></div>\
								</div>\
							</td>\
							<td></td>\
						</tr>\
						<tr>\
							<td class=\"cLeft\"><div></div></td>\
							<td class=\"cont\">\
								<div class=\"baloon_content\">\
								</div>\
							</td>\
							<td class=\"cRight\"><div></div></td>\
						</tr>\
						<tr>\
							<td></td>\
							<td>\
								<div class=\"b_rel\">\
									<div class=\"blCorn\"></div>\
									<div class=\"bc\">\
										<div class=\"bArr\">\
											<div></div>\
										</div>\
									</div>\
									<div class=\"brCorn\"></div>\
								</div>\
							</td>\
							<td></td>\
						</tr>\
					</table>\
				</div>");
				this.close = this.element.find(".close");
                                this.content = this.element.find(".baloon_content");

				// Отключает кнопку закрытия балуна
				this.disableClose = function(){
					this.close.unbind("click").css("display", "none");
				};

				// Включает кнопку закрытия балуна
				this.enableClose = function(callback){
					this.close.bind("click", callback).css("display", "");
					return false;
				};

				// Добавляет макет на страницу
				this.onAddToParent = function (parentNode) {
					YMaps.jQuery(parentNode).append(this.element);
					this.update();
				};

				// Удаляет макет со страницы
				this.onRemoveFromParent = function () {
					this.element.remove();
				};

				// Обработка обновления
				this.update = function () {
					this.element.css({"margin-top" : this.getOffset().getY(), "margin-left" : this.getOffset().getX()});
				};

				// Возвращает сдвиг макета балуна относительно его точки позиционирования
				this.getOffset = function () {
					return new YMaps.Point(-this.content.width() / 2 - 16, -this.content.height() - 52);
				};

				this.setContent = function (content) {
					YMaps.jQuery($(this.content[0]).text(""));
					content.onAddToParent(this.content[0]);
				};

				this.getSize = function() {
					return new YMaps.Size(this.element.width(), this.element.height());
				}

				// Устанавливает максимально допустимый размер содержимого балуна
				this.setMaxSize = function (maxWidth, maxHeight) {};
			};
			
			window.maps = {
				url : 'http://geocode-maps.yandex.ru/1.x/?',
				key: 'AGlTWkwBAAAArf4eFQIAEZMCAOKoDYMDe_IkqFB5ScFN37kAAAAAAAAAAAC70SyVVVRRGepRTjwUglieqYv1kg==',
				bLoaded: false,
				bInited: false,
				oGeoCollection : null,
				searchInput : 'search_address',
				PlaceMark : null,
				arPlacemarks : {
										146918 : {
						arGeoObjects : {
														16592 : {
								'arCoord' : [55.760235957974, 37.652202414254],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/turizm/gde_v_moskve_zhivet_lyubov_sakralnoe_puteshestvie_na_avtobuse_po_chudodeystvennym_mestam_pomogayushch/?lgp=-1',
						sName : 'Сакральное путешествие по чудодейственным местам, помогающим в любовных делах',
						iPic : 90323,
						sPriceBlock : '<span>1800<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">50%</span><span class=\"equal\">=</span><span class=\"sale_price\">900<span>&nbsp;</span>р.</span>'
					},
										147074 : {
						arGeoObjects : {
														16592 : {
								'arCoord' : [55.760235957974, 37.652202414254],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/next/romantika_moskovskikh_beregov_puteshestvie_po_moskvereke_s_ekskursionnym_soprovozhdeniem_i_neveroyat/?lgp=-1',
						sName : 'Романтическое путешествие по Москве-реке с экскурсионным сопровождением и невероятными историями',
						iPic : 90367,
						sPriceBlock : '<span>790<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">50%</span><span class=\"equal\">=</span><span class=\"sale_price\">395<span>&nbsp;</span>р.</span>'
					},
										147180 : {
						arGeoObjects : {
														147183 : {
								'arCoord' : [55.757546232869, 37.653639718708],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/different/otpusk_vne_ocheredi_oformlenie_shengenskoy_vizy_vizy_v_ssha_velikobritaniyu_i_v_drugie_strany/?lgp=-1',
						sName : 'Оформление шенгенской визы, визы в США, Великобританию и другие страны',
						iPic : 90410,
						sPriceBlock : '<span>4500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">72%</span><span class=\"equal\">=</span><span class=\"sale_price\">1260<span>&nbsp;</span>р.</span>'
					},
										147328 : {
						arGeoObjects : {
														22191 : {
								'arCoord' : [55.74060833624, 37.681676138726],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/za_rubej/kupon_na_skidku_50_na_ekskursionnyy_tur_polshachekhiya_7_dney_nezabyvaemykh_vpechatleniy/?lgp=-1',
						sName : 'Купон на скидку 50% Настало время путешествий! Семидневный экскурсионный тур «Польша-Чехия» ',
						iPic : 90499,
						sPriceBlock : '<span class=\"procent\">50%</span><span class=\"minus\">&nbsp;</span><span class=\"sale_price\">699<span>&nbsp;</span>р.</span>'
					},
										148213 : {
						arGeoObjects : {
														1908 : {
								'arCoord' : [55.74397319663, 37.592922588655],
								'oPlacemark' : null
							},
														19956 : {
								'arCoord' : [55.75200410267, 37.585906746286],
								'oPlacemark' : null
							},
														40816 : {
								'arCoord' : [55.683838185521, 37.856371512028],
								'oPlacemark' : null
							},
														115021 : {
								'arCoord' : [55.700186986943, 37.767483214665],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/sovershenstvuite_svoe_telo_pravilnymi_metodami_5_ili_10_protsedur_ozonoterapii_na_vybor_vneshnyaya_i/?lgp=-1',
						sName : 'Озонотерапия: 5 или 10 процедур на выбор',
						iPic : 90690,
						sPriceBlock : '<span>3624<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">64%</span><span class=\"equal\">=</span><span class=\"sale_price\">1450<span>&nbsp;</span>р.</span>'
					},
										148299 : {
						arGeoObjects : {
														54763 : {
								'arCoord' : [55.756300082385, 37.664185940144],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/prikosnovenie_molodosti_1_ili_5_protsedur_skulpturiruyushchego_massazha_dlya_litsa_plastifitsiruyushch/?lgp=-1',
						sName : '1 или 5 процедур скульптурирующего массажа для лица + пластифицирующая альгинатная маска на косметике Styx',
						iPic : 90858,
						sPriceBlock : '<span>1800<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">72%</span><span class=\"equal\">=</span><span class=\"sale_price\">630<span>&nbsp;</span>р.</span>'
					},
										148360 : {
						arGeoObjects : {
														139712 : {
								'arCoord' : [55.651419667522, 37.538376884603],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/stop_starenie_kozhi_lazernaya_ili_inektsionnaya_biorevitalizatsiya/?lgp=-1',
						sName : 'Лазерная или инъекционная биоревитализация',
						iPic : 90728,
						sPriceBlock : '<span>25500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">82%</span><span class=\"equal\">=</span><span class=\"sale_price\">4845<span>&nbsp;</span>р.</span>'
					},
										148361 : {
						arGeoObjects : {
														148368 : {
								'arCoord' : [55.743208020542, 37.599848599495],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine/ukrepite_zdorove_s_pomoshchyu_proverennykh_vremenem_metodov_5_seansov_lecheniya_lyubykh_zabolevaniy_/?lgp=-1',
						sName : '5 сеансов лечения любых заболеваний спины в Центре китайской медицины «ТАО»',
						iPic : 90725,
						sPriceBlock : '<span>20000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">6000<span>&nbsp;</span>р.</span>'
					},
										148380 : {
						arGeoObjects : {
														40109 : {
								'arCoord' : [55.716888957055, 37.613062817325],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/foreign_languages/govori_na_angliyskom_svobodno_8_onlaynkursov_dlya_popolneniya_slovarnogo_zapasa_aktivnaya_biznesleks/?lgp=-1',
						sName : 'Выучи английский и стань успешной: 8 онлайн-курсов для пополнения словарного запаса',
						iPic : 90743,
						sPriceBlock : '<span>3600<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">83%</span><span class=\"equal\">=</span><span class=\"sale_price\">612<span>&nbsp;</span>р.</span>'
					},
										148504 : {
						arGeoObjects : {
														148510 : {
								'arCoord' : [55.777934867733, 37.674597414287],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/image_style/salon_krasoty_u_sebya_doma_ekspresskurs_manikyur_svoimi_rukami/?lgp=-1',
						sName : 'Экспресс-курс «Маникюр своими руками»',
						iPic : 90767,
						sPriceBlock : '<span>5000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">81%</span><span class=\"equal\">=</span><span class=\"sale_price\">950<span>&nbsp;</span>р.</span>'
					},
										148509 : {
						arGeoObjects : {
														148514 : {
								'arCoord' : [55.699365144086, 37.57403101823],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/different/svezhest_i_prokhlada_v_samyy_zharkiy_den_polnoe_obsluzhivanie_konditsionerov/?lgp=-1',
						sName : 'Нам жара нипочем! Полное обслуживание кондиционеров',
						iPic : 90775,
						sPriceBlock : '<span>5500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">59%</span><span class=\"equal\">=</span><span class=\"sale_price\">2255<span>&nbsp;</span>р.</span>'
					},
										148524 : {
						arGeoObjects : {
														148529 : {
								'arCoord' : [55.775038774394, 37.614149778819],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/study/tvori_krasotu_dari_krasotu_4_masterklassa_po_makiyazhu_imidzhu_i_stilyu/?lgp=-1',
						sName : '4 мастер-класса по макияжу, имиджу и стилю',
						iPic : 90782,
						sPriceBlock : '<span>4000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">65%</span><span class=\"equal\">=</span><span class=\"sale_price\">1400<span>&nbsp;</span>р.</span>'
					},
										148540 : {
						arGeoObjects : {
														141958 : {
								'arCoord' : [55.730770529755, 37.668623617648],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/pomogut_ustranit_samyy_upornyy_tsellyulit_10_seansov_pressoterapii/?lgp=-1',
						sName : 'Стань идеальной к лету: 10 сеансов прессотерапии',
						iPic : 90791,
						sPriceBlock : '<span>13000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">80%</span><span class=\"equal\">=</span><span class=\"sale_price\">2600<span>&nbsp;</span>р.</span>'
					},
										148555 : {
						arGeoObjects : {
														13117 : {
								'arCoord' : [55.646700614141, 37.479698930244],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/epilyacia/ni_nameka_na_nezhelatelnye_voloski_lazernaya_epilyatsiya_podmyshek_i_glubokogo_bikini_diodnym_lazero/?lgp=-1',
						sName : 'Селективное удаление нежелательных волос лазером  Media Star Asklepion',
						iPic : 90806,
						sPriceBlock : '<span>12900<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">86%</span><span class=\"equal\">=</span><span class=\"sale_price\">1806<span>&nbsp;</span>р.</span>'
					},
										148714 : {
						arGeoObjects : {
														148733 : {
								'arCoord' : [55.569871022549, 37.569108250473],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/fitnes/ekonomte_vremya_zanimaytes_menshe_poluchayte_bolshe_individualnye_zanyatiya_na_trenazhere_power_plat/?lgp=-1',
						sName : 'Фитнес для звезд! Индивидуальные занятия на тренажере Power Plate: 4, 12, 36 или 72 тренировки',
						iPic : 90849,
						sPriceBlock : '<span>4500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">1710<span>&nbsp;</span>р.</span>'
					},
										148747 : {
						arGeoObjects : {
														24593 : {
								'arCoord' : [55.663537245803, 37.605597817314],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine+and+dentistry/ulybaysya_i_mir_ulybnetsya_tebe_ultrazvukovaya_chistka_otbelivanie_air_flow_skays/?lgp=-1',
						sName : 'Ультразвуковая чистка зубов + отбеливание Air Flow',
						iPic : 90865,
						sPriceBlock : '<span>5400<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">90%</span><span class=\"equal\">=</span><span class=\"sale_price\">540<span>&nbsp;</span>р.</span>'
					},
										148756 : {
						arGeoObjects : {
														127041 : {
								'arCoord' : [55.743892119082, 37.593021403336],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/epilyacia/krasota_kotoraia_ne_trebuet_zhertv_lazernaia_epilyatsiya_lyuboy_zony_na_vybor/?lgp=-1',
						sName : 'Мечты сбываются! Лазерная эпиляция любой зоны на выбор',
						iPic : 90876,
						sPriceBlock : '<span>3000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">86%</span><span class=\"equal\">=</span><span class=\"sale_price\">570<span>&nbsp;</span>р.</span>'
					},
										148758 : {
						arGeoObjects : {
														2191 : {
								'arCoord' : [55.770324565889, 37.624633118184],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/zabudte_o_vozraste_3_protsedury_mezoterapii_litsa_i_kozhi_vokrug_glaz_14.05/?lgp=-1',
						sName : 'Минус 5 лет за 3 процедуры мезотерапии лица и кожи вокруг глаз',
						iPic : 90881,
						sPriceBlock : '<span>10500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">83%</span><span class=\"equal\">=</span><span class=\"sale_price\">1785<span>&nbsp;</span>р.</span>'
					},
										148768 : {
						arGeoObjects : {
														44038 : {
								'arCoord' : [55.665177349362, 37.472090199788],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/krasota_kotoraya_vsegda_s_toboy_1_3_ili_5_seansov_gialuronoplastiki_litsa/?lgp=-1',
						sName : '«Секрет красоты»: 1, 3 или 5 сеансов гиалуронопластики лица',
						iPic : 90883,
						sPriceBlock : '<span>3850<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">82%</span><span class=\"equal\">=</span><span class=\"sale_price\">770<span>&nbsp;</span>р.</span>'
					},
										148787 : {
						arGeoObjects : {
														9256 : {
								'arCoord' : [55.734891459651, 37.569386728211],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/bezopasnoe_i_estestvennoe_pokhudenie_lechebnaya_serga_dlia_normalizatsii_obmena_veshchestv_ot_klinik/?lgp=-1',
						sName : 'Потеряй до 16 кг за 2 месяца! Лечебная серьга для нормализации обмена веществ от клиники IHC',
						iPic : 90895,
						sPriceBlock : '<span>5990<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">80%</span><span class=\"equal\">=</span><span class=\"sale_price\">1198<span>&nbsp;</span>р.</span>'
					},
										148800 : {
						arGeoObjects : {
														113786 : {
								'arCoord' : [55.771403162495, 37.647055067676],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/sport/tantsuy_kak_zvezda_bazovyy_kurs_zanyatiy_argentinskim_tango_ili_salsoy_abonement_na_8_zanyatiy_ili_b/?lgp=-1',
						sName : 'Знойные танцы этим летом: занятия аргентинским танго или сальсой  на выбор',
						iPic : 90902,
						sPriceBlock : '<span>3000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">74%</span><span class=\"equal\">=</span><span class=\"sale_price\">900<span>&nbsp;</span>р.</span>'
					},
										148819 : {
						arGeoObjects : {
														25795 : {
								'arCoord' : [55.661673638792, 37.481513527118],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/other_p/100_naturalnye_komponenty_do_7_kg_za_mesyats_bez_fizicheskikh_nagruzok_skidka_42_na_preparat_dlya_po/?lgp=-1',
						sName : 'Купон на скидку 42% Препарат для похудения «ЗенСлим» – результат уже через месяц',
						iPic : 90918,
						sPriceBlock : '<span class=\"procent\">42%</span><span class=\"minus\">&nbsp;</span><span class=\"sale_price\">300<span>&nbsp;</span>р.</span>'
					},
										149227 : {
						arGeoObjects : {
														129419 : {
								'arCoord' : [55.783205000514, 37.597926204787],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/in_russia/kupon_na_skidku_50_na_nedelyu_otdykha_v_anape_na_kurorte_vityazevo_sdelayte_svoy_otpusk_volshebnym/?lgp=-1',
						sName : 'Купон на скидку 50% Европейский отдых без загранпаспорта: неделя отдыха в Анапе, на курорте Витязево',
						iPic : 90993,
						sPriceBlock : '<span class=\"procent\">50%</span><span class=\"minus\">&nbsp;</span><span class=\"sale_price\">899<span>&nbsp;</span>р.</span>'
					},
										149258 : {
						arGeoObjects : {
														44708 : {
								'arCoord' : [55.767782402744, 37.591404435825],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/Manicure+and+pedicure/palchiki_vne_konkurentsii_pedikyur_bez_rasparivaniya_na_osnove_fruktovykh_kislot_kart_pokrytie_opi_i/?lgp=-1',
						sName : 'Натуральный педикюр без распаривания на основе фруктовых кислот + покрытие OPI или Masura',
						iPic : 91002,
						sPriceBlock : '<span>2700<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">810<span>&nbsp;</span>р.</span>'
					},
										149341 : {
						arGeoObjects : {
														24593 : {
								'arCoord' : [55.663537245803, 37.605597817314],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine+and+dentistry/ulybka_na_litse_schaste_na_dushe_sertifikat_nominalom_15_000_rubley_na_vse_uslugi_po_lecheniyu_zubov/?lgp=-1',
						sName : 'Начни день с лучезарной улыбки! Сертификат, номиналом 15 000, на все услуги по лечению зубов в медицинском центре «Лили»',
						iPic : 91037,
						sPriceBlock : '<span>15000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">90%</span><span class=\"equal\">=</span><span class=\"sale_price\">1500<span>&nbsp;</span>р.</span>'
					},
										149359 : {
						arGeoObjects : {
														149364 : {
								'arCoord' : [55.681630419036, 37.88846831713],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/clothing/bud_gollivudskoy_divoy_na_lyuboy_vecherinke_skidka_50_na_amerikanskie_platya_faviana_i_jovani_vypusk/?lgp=-1',
						sName : 'Купон на скидку 50% Голливудский шик: выпускные платья в пол и роскошные коктейльные платья на выход в свет из США',
						iPic : 91140,
						sPriceBlock : '<span class=\"procent\">50%</span><span class=\"minus\">&nbsp;</span><span class=\"sale_price\">350<span>&nbsp;</span>р.</span>'
					},
										149365 : {
						arGeoObjects : {
														54346 : {
								'arCoord' : [55.709991958155, 37.654430236158],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine/nadezhnaya_zashchita_vashego_zdorovya_godovoe_obsluzhivanie_v_klinike_genomed/?lgp=-1',
						sName : 'Годовое обслуживание в клинике «Геномед»: прием специалистов, УЗИ, анализы, выдача справок и многое другое',
						iPic : 91044,
						sPriceBlock : '<span>47490<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">91%</span><span class=\"equal\">=</span><span class=\"sale_price\">4274<span>&nbsp;</span>р.</span>'
					},
										149371 : {
						arGeoObjects : {
														149374 : {
								'arCoord' : [55.735834194012, 37.663907462406],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/education%2Ctraining/chtoby_pribylnoe_delo_protsvetalo_seminary_po_programme_minimba_dlya_predprinimateley/?lgp=-1',
						sName : 'Для самых практичных и успешных бизнесменов: семинары по программе mini-MBA',
						iPic : 91049,
						sPriceBlock : '<span>15000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">81%</span><span class=\"equal\">=</span><span class=\"sale_price\">2850<span>&nbsp;</span>р.</span>'
					},
										149515 : {
						arGeoObjects : {
														39337 : {
								'arCoord' : [55.645776039469, 37.719450296423],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/hairdressing+services/radi_krasoty_ne_obyazatelno_zhertvovat_zdorovem_volos_biokhimicheskaya_shelkovaya_zavivka_volos/?lgp=-1',
						sName : 'Биохимическая шелковая завивка волос',
						iPic : 91087,
						sPriceBlock : '<span>5200<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">72%</span><span class=\"equal\">=</span><span class=\"sale_price\">1456<span>&nbsp;</span>р.</span>'
					},
										149524 : {
						arGeoObjects : {
														138017 : {
								'arCoord' : [55.655442349234, 37.482241162498],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/generalnaya_uborka_organizma_5_ili_10_protsedur_kavitatsii_2kh_zon_limfodrenazhnogo_massazha_ili_obe/?lgp=-1',
						sName : '5 или 10 процедур кавитации 2-х зон + лимфодренажного массажа или обертывания на выбор',
						iPic : 91093,
						sPriceBlock : '<span>28000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">88%</span><span class=\"equal\">=</span><span class=\"sale_price\">3640<span>&nbsp;</span>р.</span>'
					},
										149538 : {
						arGeoObjects : {
														51652 : {
								'arCoord' : [55.759425514276, 37.65215749849],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/podarite_sebe_rasslablyayushchiy_shik_i_shikarnoe_rasslablenie_1_ili_3_seansa_programm_svobodnoe_dykh/?lgp=-1',
						sName : '1 или 3 сеанса программ «Свободное дыхание» или «Теплые ладони» в салоне красоты «Марианна»',
						iPic : 91095,
						sPriceBlock : '<span>2000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">67%</span><span class=\"equal\">=</span><span class=\"sale_price\">700<span>&nbsp;</span>р.</span>'
					},
										149551 : {
						arGeoObjects : {
														34649 : {
								'arCoord' : [55.710022388777, 37.627786204831],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine/khochesh_imet_koshachyu_gratsiyu_proydi_kompleksnoe_lechenie_pozvonochnika_s_ispolzovaniem_ustanovki/?lgp=-1',
						sName : 'Комплексное лечение позвоночника с использованием установки «Ормед-профессионал», терапевтического лазера, мануальной терапии и массажа триггерных точек',
						iPic : 91100,
						sPriceBlock : '<span>6800<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">82%</span><span class=\"equal\">=</span><span class=\"sale_price\">1496<span>&nbsp;</span>р.</span>'
					},
										149554 : {
						arGeoObjects : {
														149559 : {
								'arCoord' : [55.807015453084, 37.646417263824],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/fitnes/abnjemjent_na_20_posjeshchjenij_v_tjechjenije_goda_abonjemjent_na_posjeshchjenije_bassjejna/?lgp=-1',
						sName : 'Абонементы в бассейн на выбор',
						iPic : 91102,
						sPriceBlock : '<span>5600<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">55%</span><span class=\"equal\">=</span><span class=\"sale_price\">2520<span>&nbsp;</span>р.</span>'
					},
										149561 : {
						arGeoObjects : {
														13117 : {
								'arCoord' : [55.646700614141, 37.479698930244],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/epilyacia/nezhelatelnye_voloski_ischeznut_navsegda_epilyatsiya_zony_glubokogo_bikini_diodnym_lazerom/?lgp=-1',
						sName : 'Эпиляция зоны глубокого бикини  диодным лазером',
						iPic : 91107,
						sPriceBlock : '<span>8500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">86%</span><span class=\"equal\">=</span><span class=\"sale_price\">1190<span>&nbsp;</span>р.</span>'
					},
										149564 : {
						arGeoObjects : {
														32160 : {
								'arCoord' : [55.780127046413, 37.630804544186],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/pochuvstvuy_vkus_krasoty_programmy_dlya_litsa_sladkaya_klubnika_zelenoe_yabloko_ili_shokoladnoe_fond/?lgp=-1',
						sName : 'Программы для молодости и красоты лица «Сладкая клубника», «Зеленое яблоко» или «Шоколадное фондю» на выбор',
						iPic : 91109,
						sPriceBlock : '<span>2700<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">65%</span><span class=\"equal\">=</span><span class=\"sale_price\">945<span>&nbsp;</span>р.</span>'
					},
										149576 : {
						arGeoObjects : {
														135766 : {
								'arCoord' : [55.729361304656, 37.634083394973],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/udar_po_lishnim_kilo_nizhe_poyasa_10_protsedur_antitsellyulitnoy_programmy_pressoterapiya_nog_i_zhiv/?lgp=-1',
						sName : '10 процедур антицеллюлитной программы «Прессотерапия ног и живота»',
						iPic : 91226,
						sPriceBlock : '<span>12000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">83%</span><span class=\"equal\">=</span><span class=\"sale_price\">2040<span>&nbsp;</span>р.</span>'
					},
										149585 : {
						arGeoObjects : {
														22191 : {
								'arCoord' : [55.74060833624, 37.681676138726],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/in_russia/gorod_v_kotoryy_nevozmozhno_ne_vlyubitsya_uikend_v_gorode_belykh_nochey_v_lyuboe_vremya_v_techenie_v/?lgp=-1',
						sName : 'Купон на скидку 50% Уикенд в городе белых ночей - в любое время в течение всего лета',
						iPic : 91117,
						sPriceBlock : '<span class=\"procent\">50%</span><span class=\"minus\">&nbsp;</span><span class=\"sale_price\">799<span>&nbsp;</span>р.</span>'
					},
										149661 : {
						arGeoObjects : {
														149666 : {
								'arCoord' : [55.681056886803, 37.494745711253],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/idealno_dlya_letnikh_dney_3_5_ili_10_seansov_lpgmassazha/?lgp=-1',
						sName : 'Берем курс на стройность! LPG-массаж: 3, 5 сеансов или 10 сеансов',
						iPic : 91124,
						sPriceBlock : '<span>7500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">76%</span><span class=\"equal\">=</span><span class=\"sale_price\">2250<span>&nbsp;</span>р.</span>'
					},
										149682 : {
						arGeoObjects : {
														149666 : {
								'arCoord' : [55.681056886803, 37.494745711253],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/hairdressing+services/stilnaya_derzkaya_samaya_yarkaya_3_lyubye_protsedury_dlya_volos_lyuboy_dliny_na_kosmetike_loreal_pro/?lgp=-1',
						sName : 'Три любые процедуры для волос на косметике LOREAL PROFESSIONAL в салоне Crème de la Creme',
						iPic : 91130,
						sPriceBlock : '<span>6500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">80%</span><span class=\"equal\">=</span><span class=\"sale_price\">1300<span>&nbsp;</span>р.</span>'
					},
										149684 : {
						arGeoObjects : {
														19881 : {
								'arCoord' : [55.755611136498, 37.621875290262],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/molodeem_vopreki_vsemu_biorevitalizatsiya_kozhi_litsa/?lgp=-1',
						sName : 'Биоревитализация кожи лица',
						iPic : 91132,
						sPriceBlock : '<span>5500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">1650<span>&nbsp;</span>р.</span>'
					},
										149691 : {
						arGeoObjects : {
														55120 : {
								'arCoord' : [55.785781586821, 37.658625368535],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/Manicure+and+pedicure/chuvstvuy_sebya_zvezdoy_ne_tolko_na_krasnoy_dorozhke_manikyur_ili_pedikyur_ili_vse_vmeste_s_pokrytie/?lgp=-1',
						sName : 'Не бойся ярких оттенков: маникюр или педикюр или все вместе с покрытием',
						iPic : 91388,
						sPriceBlock : '<span>1200<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">73%</span><span class=\"equal\">=</span><span class=\"sale_price\">420<span>&nbsp;</span>р.</span>'
					},
										149693 : {
						arGeoObjects : {
														149748 : {
								'arCoord' : [55.743841445529, 37.632107101348],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/ne_nado_terpet_bol_kompleksnoe_reshenie_problem_s_pozvonochnikom_za_5_seansov_manualnoy_terapii/?lgp=-1',
						sName : 'Комплексное решение проблем с позвоночником: 5 сеансов мануальной терапии',
						iPic : 91142,
						sPriceBlock : '<span>15000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">86%</span><span class=\"equal\">=</span><span class=\"sale_price\">2100<span>&nbsp;</span>р.</span>'
					},
										149718 : {
						arGeoObjects : {
														149722 : {
								'arCoord' : [55.800579722642, 37.636724441908],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/other_p/kupon_na_skidku_37_na_konditsionery_panasonic_i_splitsistemy_alaska_zhivitelnaya_svezhest_prokhlady/?lgp=-1',
						sName : 'Купон на скидку 37% Кондиционеры Panasonic и сплит-системы Alaska ',
						iPic : 91150,
						sPriceBlock : '<span class=\"procent\">37%</span><span class=\"minus\">&nbsp;</span><span class=\"sale_price\">499<span>&nbsp;</span>р.</span>'
					},
										149756 : {
						arGeoObjects : {
														129630 : {
								'arCoord' : [55.765052683663, 37.590326457484],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/unikalnaya_protsedura_etoy_vesnoy_kollagenovyy_3dukhod_za_litsom_glubokoe_uvlazhnenie_i_nikakikh_uko/?lgp=-1',
						sName : 'Коллагеновый 3D-уход за кожей лица',
						iPic : 91221,
						sPriceBlock : '<span>5000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">1500<span>&nbsp;</span>р.</span>'
					},
										149770 : {
						arGeoObjects : {
														34783 : {
								'arCoord' : [55.733193466428, 37.650333918463],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/active_rest/goryachaya_latinoamerikanskaya_fiesta_na_teplokhode_vkhodnoy_bilet_dlya_dvoikh_ili_bezlimitnyy_abone/?lgp=-1',
						sName : 'Латиноамериканская вечеринка на Москва-реке: входной билет для двоих или безлимитный абонемент на 4 месяца вечеринок',
						iPic : 91157,
						sPriceBlock : '<span>2000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">93%</span><span class=\"equal\">=</span><span class=\"sale_price\">980<span>&nbsp;</span>р.</span>'
					},
										149778 : {
						arGeoObjects : {
														143549 : {
								'arCoord' : [55.777707036055, 37.649561367318],
								'oPlacemark' : null
							},
														143550 : {
								'arCoord' : [55.766237780086, 37.531612570514],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/fitnes/sbroste_lishniy_ves_i_sdelayte_relefnym_telo_s_body_forming_effektivnye_trenirovki_na_oborudovanii_n/?lgp=-1',
						sName : 'Радикальный способ похудеть! Эффективные тренировки BODY FORMING на оборудовании нового поколения: от 1 до 30 занятий',
						iPic : 91162,
						sPriceBlock : '<span>3000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">69%</span><span class=\"equal\">=</span><span class=\"sale_price\">990<span>&nbsp;</span>р.</span>'
					},
										149794 : {
						arGeoObjects : {
														9503 : {
								'arCoord' : [55.770562568656, 37.624893629617],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/Manicure+and+pedicure/vashi_palchiki_v_vostorge_pedikyur_gehwol_massazh_stupney_pokrytie_lechebnoy_osnovoy_ili_manikyur_s_/?lgp=-1',
						sName : 'Педикюр GEHWOL + массаж ступней + покрытие лечебной основой  или маникюр с покрытием + SPA-уход  ',
						iPic : 91224,
						sPriceBlock : '<span>3330<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">999<span>&nbsp;</span>р.</span>'
					},
										149802 : {
						arGeoObjects : {
														149804 : {
								'arCoord' : [55.698563576929, 37.624309724682],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/clothing/besplatnyy_kupon_na_skidku_70_na_ves_assortiment_internetmagazina_modnoy_odezhdy_odri_vse_chto_ty_is/?lgp=-1',
						sName : 'Купон на скидку 70% Подарок всем клиенткам Купибонус! Бесплатный купон-приглашение на закрытую распродажу модной одежды ODRI',
						iPic : 91228,
						sPriceBlock : '<span class=\"procent\">70%</span><span class=\"minus\">&nbsp;</span><span class=\"sale_price\">0<span>&nbsp;</span>р.</span>'
					},
										149826 : {
						arGeoObjects : {
														149361 : {
								'arCoord' : [55.76130976982, 37.716656535889],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/neveroyatnyy_rezultat_effektivnost_podtverzhdena_issledovaniyami_5_protsedur_ozonoterapii_dlya_leche/?lgp=-1',
						sName : 'Хотите, чтобы Ваши волосы блестели и струились, как шелк? 5 процедур озонотерапии для лечения волос и кожи головы ',
						iPic : 91175,
						sPriceBlock : '<span>10500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">86%</span><span class=\"equal\">=</span><span class=\"sale_price\">1470<span>&nbsp;</span>р.</span>'
					},
										149829 : {
						arGeoObjects : {
														149835 : {
								'arCoord' : [55.778522161003, 37.631711842623],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/hairdressing+services/kogda_prosto_khochetsya_schastya_protsedura_schaste_dlya_volos_ot_lebel_libo_okrashivanie_ili_toniro/?lgp=-1',
						sName : 'Любовь к волосам начинается с «Счастья для волос» от Lebel, а также окрашивания или тонирования от Matrix',
						iPic : 91179,
						sPriceBlock : '<span>3500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">73%</span><span class=\"equal\">=</span><span class=\"sale_price\">945<span>&nbsp;</span>р.</span>'
					},
										149960 : {
						arGeoObjects : {
														2560 : {
								'arCoord' : [55.746587856819, 37.654906343259],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/kurs_na_zdorove_3_seansa_biopunktury/?lgp=-1',
						sName : 'Избавьтесь от боли: 3 сеанса биопунктуры',
						iPic : 91315,
						sPriceBlock : '<span>5400<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">82%</span><span class=\"equal\">=</span><span class=\"sale_price\">972<span>&nbsp;</span>р.</span>'
					},
										149993 : {
						arGeoObjects : {
														146923 : {
								'arCoord' : [55.718349341101, 37.618856950907],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/lishnie_kilo_v_otstavku_5_seansov_superprogrammy_ekstrennoe_pokhudenie_miostimulyatsiya_limfodrenazh/?lgp=-1',
						sName : '5 сеансов супер-программы «Экстренное похудение»',
						iPic : 91239,
						sPriceBlock : '<span>52000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">85%</span><span class=\"equal\">=</span><span class=\"sale_price\">7800<span>&nbsp;</span>р.</span>'
					},
										150012 : {
						arGeoObjects : {
														135766 : {
								'arCoord' : [55.729361304656, 37.634083394973],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/skorostnoy_lift_na_etazh_vechnoy_molodosti_i_krasoty_rflifting_litsa_podborodka_shei_i_zony_dekolte_/?lgp=-1',
						sName : 'Безоперационная подтяжка лица, подбородка, шеи и зоны декольте на израильском аппарате последнего поколения Fractora Firm by Invasix',
						iPic : 91253,
						sPriceBlock : '<span>12000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">91%</span><span class=\"equal\">=</span><span class=\"sale_price\">1800<span>&nbsp;</span>р.</span>'
					},
										150028 : {
						arGeoObjects : {
														8485 : {
								'arCoord' : [55.765386945291, 37.638628870311],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine/kupon_na_skidku_90_na_diagnostiku_novoobrazovaniy_na_kozhe_na_dermatosiaskope_izbavtes_ot_somneniy_t/?lgp=-1',
						sName : 'Диагностика всех новообразований на коже на дерматоСИАскопе за один визит',
						iPic : 91256,
						sPriceBlock : '<span>3000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">90%</span><span class=\"equal\">=</span><span class=\"sale_price\">300<span>&nbsp;</span>р.</span>'
					},
										150105 : {
						arGeoObjects : {
														150113 : {
								'arCoord' : [55.639750526985, 37.642824002688],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/fun_others/professionalnoe_portfoliyu_s_voploshcheniem_samykh_smelykh_idey_fotosessiya_ot_izvestnogo_fotografa_/?lgp=-1',
						sName : 'Фотосессия от известного фотографа Владимира Гайда и его команды: макияж, прическа, услуги стилиста по одежде',
						iPic : 91260,
						sPriceBlock : '<span>15000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">87%</span><span class=\"equal\">=</span><span class=\"sale_price\">1950<span>&nbsp;</span>р.</span>'
					},
										150118 : {
						arGeoObjects : {
														40131 : {
								'arCoord' : [55.780370051667, 37.705382679074],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/siyayushchaya_kozha_den_za_dnem_1_ili_3_seansa_bezynektsionnoy_mezoterapii_litsa_na_apparate_novogo_/?lgp=-1',
						sName : 'Гладкая кожа в 30+! Безынъекционная мезотерапия лица на аппарате нового поколения: 1 или 3 сеанса',
						iPic : 91265,
						sPriceBlock : '<span>7000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">81%</span><span class=\"equal\">=</span><span class=\"sale_price\">1470<span>&nbsp;</span>р.</span>'
					},
										150132 : {
						arGeoObjects : {
														132763 : {
								'arCoord' : [55.67792007438, 37.535690921904],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/epilyacia/sdelay_samoe_glavnoe_chtoby_stat_korolevoy_plyazha_elosepilyatsiya_zony_glubokogo_bikini_i_podmyshek/?lgp=-1',
						sName : 'Скажи «нет» нежелательным волоскам: ELOS-эпиляция зоны глубокого бикини и подмышек ',
						iPic : 91268,
						sPriceBlock : '<span>12500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">84%</span><span class=\"equal\">=</span><span class=\"sale_price\">2000<span>&nbsp;</span>р.</span>'
					},
										150143 : {
						arGeoObjects : {
														34680 : {
								'arCoord' : [55.701100125318, 37.506855001283],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/lednikoviy_period_dlya_lishnikh_kilogrammov_1_2_ili_4_seansa_kriolipoliza/?lgp=-1',
						sName : '1, 2 или 4 сеанса КРИОЛИПОЛИЗА',
						iPic : 91274,
						sPriceBlock : '<span>19000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">88%</span><span class=\"equal\">=</span><span class=\"sale_price\">3420<span>&nbsp;</span>р.</span>'
					},
										150147 : {
						arGeoObjects : {
														55120 : {
								'arCoord' : [55.785781586821, 37.658625368535],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/spapreobrazhenie_v_samuyu_seksualnuyu_pikantnuyu_i_appetitnuyu_priglashenie_dlya_dvoikh_na_khammam_p/?lgp=-1',
						sName : 'SPA-программа «Волшебное преображение» для двоих',
						iPic : 91276,
						sPriceBlock : '<span>11000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">79%</span><span class=\"equal\">=</span><span class=\"sale_price\">2310<span>&nbsp;</span>р.</span>'
					},
										150148 : {
						arGeoObjects : {
														43017 : {
								'arCoord' : [55.728884792527, 37.62202800386],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/other_p/manikyur_tipa_shellac_pryamo_u_vas_doma_gellakovaya_sistema_professionalnogo_kachestva_red_carpet_lyu/?lgp=-1',
						sName : 'Гель-лаковая система профессионального качества Red Carpet',
						iPic : 91278,
						sPriceBlock : '<span>3120<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">55%</span><span class=\"equal\">=</span><span class=\"sale_price\">1560<span>&nbsp;</span>р.</span>'
					},
										150187 : {
						arGeoObjects : {
														42068 : {
								'arCoord' : [55.683477845975, 37.571991842535],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/fitnes/figura_kotoraya_razocharovyvaet_stanet_figuroy_kotoraya_ocharovyvaet_fitneskarta_na_3_mesyatsa_na_po/?lgp=-1',
						sName : 'Фитнес-карта на 3 месяца: все включено',
						iPic : 91284,
						sPriceBlock : '<span>9000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">67%</span><span class=\"equal\">=</span><span class=\"sale_price\">2970<span>&nbsp;</span>р.</span>'
					},
										150189 : {
						arGeoObjects : {
														150192 : {
								'arCoord' : [55.698725920977, 37.580004814869],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/za_rubej/shikarnyy_otel_sletali_sami_garantiruem_6_otdykh_v_turtsii_dlya_dvoikh_8_dney_v_otele_porto_azzurro_/?lgp=-1',
						sName : 'Отдых в Турции для двоих: отель 5* + питание по системе «Все включено»',
						iPic : 91286,
						sPriceBlock : '<span>45600<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">83%</span><span class=\"equal\">=</span><span class=\"sale_price\">7752<span>&nbsp;</span>р.</span>'
					},
										150191 : {
						arGeoObjects : {
														24593 : {
								'arCoord' : [55.663537245803, 37.605597817314],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/teper_vy_ne_budete_khmuritsya_pod_yarkim_solnyshkom_ukoly_krasoty_inektsii_litsa_preparatom_disport_/?lgp=-1',
						sName : 'Маленький укол ради большой красоты: инъекции лица препаратом «Диспорт» - 10 или 15 единиц',
						iPic : 91291,
						sPriceBlock : '<span>3500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">65%</span><span class=\"equal\">=</span><span class=\"sale_price\">1225<span>&nbsp;</span>р.</span>'
					},
										150197 : {
						arGeoObjects : {
														141317 : {
								'arCoord' : [55.798267253576, 37.586400819692],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/hairdressing+services/otkroy_novuyu_sebya_modnaya_strizhka_keratinovaya_maska_na_kosmetike_lisap_ukladka/?lgp=-1',
						sName : 'Модная стрижка + кератиновая маска на косметике LISAP + укладка',
						iPic : 91293,
						sPriceBlock : '<span>2940<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">77%</span><span class=\"equal\">=</span><span class=\"sale_price\">676<span>&nbsp;</span>р.</span>'
					},
										150198 : {
						arGeoObjects : {
														5014 : {
								'arCoord' : [55.683305287829, 37.660098605601],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/kombinirovannaja_chistka_litsa_na_kosmjetikje_christina%3A_shag_1%3A_ochishchjenije_kozhi%3B_shag_2%3A_piling%3B_shag_3%3A_ultrazvukovaja_chistka%3B_shag_4%3A_manualnaja_chistka%3Bshag_5%3A_protivovospalitjelnaja_uspokaivajushchaja_maska%3Bshag_6%3A_tonizatsija%3B_shag_7%3A_za/?lgp=-1',
						sName : 'Пора чистить кожу! Комбинированная чистка лица из 11 или из 7 шагов от Салона красоты «TOURNESOL',
						iPic : 91295,
						sPriceBlock : '<span>3400<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">74%</span><span class=\"equal\">=</span><span class=\"sale_price\">884<span>&nbsp;</span>р.</span>'
					},
										150205 : {
						arGeoObjects : {
														149361 : {
								'arCoord' : [55.76130976982, 37.716656535889],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/pochuvstvuyte_vkus_k_zhizni_5_seansov_massazha_na_lyuboy_vkus_klassicheskiy_antitsellyulitnyy_medovy/?lgp=-1',
						sName : '5 сеансов массажа на любой вкус: классический, антицеллюлитный, медовый или баночный',
						iPic : 91297,
						sPriceBlock : '<span>8400<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">78%</span><span class=\"equal\">=</span><span class=\"sale_price\">1840<span>&nbsp;</span>р.</span>'
					},
										150210 : {
						arGeoObjects : {
														8657 : {
								'arCoord' : [55.851333251933, 37.575755783575],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/Manicure+and+pedicure/manikyur_kotoryy_prikovyvaet_vzglyad_1_3_ili_5_seansov_evropeyskogo_klassicheskogo_ili_spamanikyura_/?lgp=-1',
						sName : '1, 3 или 5 сеансов европейского, классического или SPA -маникюра + покрытие Shellac',
						iPic : 91300,
						sPriceBlock : '<span>2000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">73%</span><span class=\"equal\">=</span><span class=\"sale_price\">580<span>&nbsp;</span>р.</span>'
					},
										150216 : {
						arGeoObjects : {
														148193 : {
								'arCoord' : [55.754076161642, 37.635646463567],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/epilyacia/bezuprechnoe_telo_nachinaetsya_s_bioepilyatsii_voskom_podmyshek_goleney_i_linii_bikini/?lgp=-1',
						sName : 'Ничего лишнего! Биоэпиляция воском: подмышки + голени + линия бикини',
						iPic : 91302,
						sPriceBlock : '<span>1950<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">585<span>&nbsp;</span>р.</span>'
					},
										150217 : {
						arGeoObjects : {
														127768 : {
								'arCoord' : [55.757465183647, 37.602309983374],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/personal_development/k_schastyu_ya_gotova_6chasovye_treningi_po_povysheniyu_zhenskoy_energii_seksualnym_tekhnikam_flirtu_/?lgp=-1',
						sName : 'К женскому счастью готова: тренинги для настоящих женщин на выбор',
						iPic : 91305,
						sPriceBlock : '<span>5000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">71%</span><span class=\"equal\">=</span><span class=\"sale_price\">1450<span>&nbsp;</span>р.</span>'
					},
										150226 : {
						arGeoObjects : {
														118724 : {
								'arCoord' : [55.701678435207, 37.656406529783],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/hairdressing+services/raduga_v_tvoikh_volosakh_okrashivanie_coloring_parrot_kreativnaya_strizhka_ukladka_dlya_volos_lyuboy/?lgp=-1',
						sName : 'Хит сезона! Окрашивание Coloring Parrot  + модная стрижка + укладка для волос любой длины',
						iPic : 91314,
						sPriceBlock : '<span>6620<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">75%</span><span class=\"equal\">=</span><span class=\"sale_price\">1589<span>&nbsp;</span>р.</span>'
					},
										150254 : {
						arGeoObjects : {
														39337 : {
								'arCoord' : [55.645776039469, 37.719450296423],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/relaksatsiya_v_trekh_voploshcheniyakh_1_3_ili_5_seansov_massazha_na_vybor_spiny_shei_ili_kreolskiy_m/?lgp=-1',
						sName : '1, 3 или 5 сеансов массажа на выбор: спины и шеи или креольский массаж бамбуковыми палочками',
						iPic : 91316,
						sPriceBlock : '<span>2400<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">68%</span><span class=\"equal\">=</span><span class=\"sale_price\">960<span>&nbsp;</span>р.</span>'
					},
										150260 : {
						arGeoObjects : {
														39898 : {
								'arCoord' : [55.652196808836, 37.613601806495],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/ty_gotova_k_letnim_vecherinkam_plyazham_i_progulkam_vybiray_polnyy_kompleks_dlya_krasoty_svoey_figur/?lgp=-1',
						sName : 'Полный комплекс для красоты Вашей фигуры: кавитация 2-х зон тела + лимфодренажный массаж + антицеллюлитное обертывание',
						iPic : 91319,
						sPriceBlock : '<span>11000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">92%</span><span class=\"equal\">=</span><span class=\"sale_price\">880<span>&nbsp;</span>р.</span>'
					},
										150277 : {
						arGeoObjects : {
														150285 : {
								'arCoord' : [55.787846781956, 37.519458364719],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/fun_others/pokazhi_sebya_takoy_kakoy_ty_vsegda_mechtala_byt_professionalnaya_studiynaya_fotosessiya_v_2kh_obraz/?lgp=-1',
						sName : 'Профессиональная студийная фотосессия в 2-х образах + услуги стилиста ',
						iPic : 91336,
						sPriceBlock : '<span>11000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">83%</span><span class=\"equal\">=</span><span class=\"sale_price\">1870<span>&nbsp;</span>р.</span>'
					},
										150286 : {
						arGeoObjects : {
														141713 : {
								'arCoord' : [55.743892119082, 37.65257072352],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine/vashe_oruzhie_protiv_muzhskikh_i_zhenskikh_bolezney_kompleksnoe_ginekologicheskoe_ili_urologicheskoe/?lgp=-1',
						sName : 'Комплексное гинекологическое или урологическое обследование в клинике иглотерапии «КИТ»',
						iPic : 91339,
						sPriceBlock : '<span>8500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">75%</span><span class=\"equal\">=</span><span class=\"sale_price\">2125<span>&nbsp;</span>р.</span>'
					},
										150296 : {
						arGeoObjects : {
														49395 : {
								'arCoord' : [55.752505662536, 37.412477997534],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/hairdressing+services/vybiray_tolko_to_chto_tebe_nuzhno_3_lyubye_protsedury_dlya_volos_lyuboy_dliny/?lgp=-1',
						sName : '3 любые процедуры для волос любой длины',
						iPic : 91341,
						sPriceBlock : '<span>11900<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">89%</span><span class=\"equal\">=</span><span class=\"sale_price\">1309<span>&nbsp;</span>р.</span>'
					},
										150299 : {
						arGeoObjects : {
														24183 : {
								'arCoord' : [55.793388857773, 37.791342468611],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/takoy_ukhod_polezen_vdvoyne_5_protsedur_pressoterapii_s_ispolzovaniem_antitsellyulitnogo_krema_antits/?lgp=-1',
						sName : 'Роскошная фигура за короткое время: пять сеансов прессотерапии + антицеллюлитное обертывание',
						iPic : 91345,
						sPriceBlock : '<span>3000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">900<span>&nbsp;</span>р.</span>'
					},
										150303 : {
						arGeoObjects : {
														147937 : {
								'arCoord' : [55.759729432645, 37.574911367208],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/vse_dlya_vashey_krasoty_i_molodosti_bezynektsionnaya_ili_inektsionnaya_mezoterapiya_litsa_1_3_ili_5_/?lgp=-1',
						sName : 'Безынъекционная или инъекционная мезотерапия лица: 1, 3 или 5 сеансов',
						iPic : 91346,
						sPriceBlock : '<span>6500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">71%</span><span class=\"equal\">=</span><span class=\"sale_price\">1950<span>&nbsp;</span>р.</span>'
					},
										150304 : {
						arGeoObjects : {
														118724 : {
								'arCoord' : [55.701678435207, 37.656406529783],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/bodycare/vash_bilet_v_schastlivoe_leto_kompleksnaya_antitsellyulitnaya_programma_skulpturirovanie_tela_15_pro/?lgp=-1',
						sName : 'Комплексная антицеллюлитная программа «Скульптурирование тела»: 15 процедур + консультация специалиста',
						iPic : 91348,
						sPriceBlock : '<span>42400<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">95%</span><span class=\"equal\">=</span><span class=\"sale_price\">2120<span>&nbsp;</span>р.</span>'
					},
										150386 : {
						arGeoObjects : {
														150404 : {
								'arCoord' : [55.740370149839, 37.480983521101],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine+and+dentistry/chistye_belye_zubki_a_ne_chernye_promezhutki_kompleksnaya_gigiena_polosti_rta_v_klinike_ambulatoriya/?lgp=-1',
						sName : 'Комплексная гигиена полости рта: ультразвук + Air-Flow + фторлак',
						iPic : 91350,
						sPriceBlock : '<span>6400<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">87%</span><span class=\"equal\">=</span><span class=\"sale_price\">832<span>&nbsp;</span>р.</span>'
					},
										150407 : {
						arGeoObjects : {
														22100 : {
								'arCoord' : [55.675757658526, 37.664832727149],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/different/eto_svadba_tvoey_mechty_4_varianta_stsenariya_vyezdnoy_registratsii_vklyuchaya_podushechku_dlya_kole/?lgp=-1',
						sName : 'Свадьба «под ключ»: выездная регистрация на выбор',
						iPic : 91352,
						sPriceBlock : '<span>9000<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">56%</span><span class=\"equal\">=</span><span class=\"sale_price\">3960<span>&nbsp;</span>р.</span>'
					},
										150420 : {
						arGeoObjects : {
														40450 : {
								'arCoord' : [55.751061760557, 37.711805633355],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/dance/oshchutite_svobodu_dvizheniya_na_tantspole_abonement_na_zanyatiya_lyubymi_tantsami_bezlimitnyy_ili_o/?lgp=-1',
						sName : 'Абонемент на занятия любыми танцами',
						iPic : 91358,
						sPriceBlock : '<span>2800<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">75%</span><span class=\"equal\">=</span><span class=\"sale_price\">784<span>&nbsp;</span>р.</span>'
					},
										150460 : {
						arGeoObjects : {
														51721 : {
								'arCoord' : [55.761167947316, 37.643228244565],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/hairdressing+services/okrashivanie_volos_v_odin_ton_vosstanavlivayushchiy_ukhod_protopac_ukladka/?lgp=-1',
						sName : 'Окрашивание волос в 1 тон для волос любой длины  профессиональным красителем MATRIX + восстанавливающий уход Protopac + укладка',
						iPic : 91362,
						sPriceBlock : '<span>4900<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">1470<span>&nbsp;</span>р.</span>'
					},
										150462 : {
						arGeoObjects : {
														150466 : {
								'arCoord' : [55.763462369227, 37.614796565823],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/medicine/legkaya_pokhodka_krasivykh_nozhek_v_lyubom_vozraste_uzidiagnostika_arteriy_i_ven_nog_naznachenie_lech/?lgp=-1',
						sName : 'Красота и здоровье Ваших ножек: УЗИ-диагностика артерий и вен ног + назначение лечения',
						iPic : 91369,
						sPriceBlock : '<span>2400<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">64%</span><span class=\"equal\">=</span><span class=\"sale_price\">864<span>&nbsp;</span>р.</span>'
					},
										150476 : {
						arGeoObjects : {
														554 : {
								'arCoord' : [55.787963198997, 37.59452158986],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/bez_edinogo_izyana_kombinirovannaia_chistka_litsa_kompleksnyy_ukhod_massazh_po_unikalnoy_tekhnike_zh/?lgp=-1',
						sName : 'Комплексный уход за лицом + комбинированная чистка + массаж «Жаке»',
						iPic : 91371,
						sPriceBlock : '<span>3300<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">70%</span><span class=\"equal\">=</span><span class=\"sale_price\">990<span>&nbsp;</span>р.</span>'
					},
										150488 : {
						arGeoObjects : {
														49395 : {
								'arCoord' : [55.752505662536, 37.412477997534],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/Manicure+and+pedicure/vashi_palchiki_obvorozhitelny_evromanikyur_pokrytie_lakom_libo_apparatnyy_ili_kombinirovannyy_pedikyu/?lgp=-1',
						sName : 'Евроманикюр + покрытие  лаком либо аппаратный или комбинированный педикюр + покрытие лаком или SHELLAC',
						iPic : 91373,
						sPriceBlock : '<span>1950<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">77%</span><span class=\"equal\">=</span><span class=\"sale_price\">585<span>&nbsp;</span>р.</span>'
					},
										150496 : {
						arGeoObjects : {
														115021 : {
								'arCoord' : [55.700186986943, 37.767483214665],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/kosmicheskie_tekhnologi_dlya_vashey_nezemnoy_krasoty_lazernoe_udalenie_sosudistykh_zvezdochek_i_stri/?lgp=-1',
						sName : 'Лазерное удаление сосудистых звездочек и стрий ',
						iPic : 91378,
						sPriceBlock : '<span>2800<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">67%</span><span class=\"equal\">=</span><span class=\"sale_price\">980<span>&nbsp;</span>р.</span>'
					},
										150502 : {
						arGeoObjects : {
														54527 : {
								'arCoord' : [55.631386426582, 37.662802534606],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/yoga/telo_i_um_v_polnom_poryadke_bezlimitnie_zanyatiya_yogoy_na_1_ili_3_mesyatsa_na_vybor/?lgp=-1',
						sName : 'Уникальная йога-практика: 3 вида йоги за 1 занятие',
						iPic : 91380,
						sPriceBlock : '<span>3200<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">90%</span><span class=\"equal\">=</span><span class=\"sale_price\">576<span>&nbsp;</span>р.</span>'
					},
										150646 : {
						arGeoObjects : {
														150647 : {
								'arCoord' : [55.888962259316, 37.595186343171],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cars_other/vam_vodit_obuchenie_v_avtoshkole_adrenalin_drayv/?lgp=-1',
						sName : 'Обучение в автошколе Адреналин Драйв',
						iPic : 91399,
						sPriceBlock : '<span>19500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">82%</span><span class=\"equal\">=</span><span class=\"sale_price\">3510<span>&nbsp;</span>р.</span>'
					},
										150648 : {
						arGeoObjects : {
														132763 : {
								'arCoord' : [55.67792007438, 37.535690921904],
								'oPlacemark' : null
							},
													},
						oNode : null,
						rDistance : -1,
						sUrl : '/actions/cosmetics_s/a_vokrug_vse_prekrasno_stalo_vdrug_1_ili_3_seansa_rfliftinga_oblasti_vokrug_glaz_/?lgp=-1',
						sName : '1 или 3 сеанса RF-лифтинга области вокруг глаз',
						iPic : 91402,
						sPriceBlock : '<span>2500<span>&nbsp;</span>р.</span><span class=\"minus\">&ndash;</span><span class=\"procent\">86%</span><span class=\"equal\">=</span><span class=\"sale_price\">400<span>&nbsp;</span>р.</span>'
					},
									},
				arOrder : [],
				show : function(iId) {
					/**
					 * Обработка события клика на акцию в списке слева
					 */
					if (typeof(iId) == "undefined" || parseInt(iId) <= 0)
						return false;

					if (Object.getLength(this.arPlacemarks[iId].arGeoObjects) > 1)
					{
						for (var oItem in window.maps.arPlacemarks)
						{
							if (oItem == iId)
							{
								for (oPm in window.maps.arPlacemarks[oItem].arGeoObjects)
									if (window.maps.arPlacemarks[oItem].arGeoObjects[oPm]["oPlacemark"] !== null && typeof(window.maps.arPlacemarks[oItem].arGeoObjects[oPm]["oPlacemark"]) == 'object')
									{
										this.arPlacemarks[iId].arGeoObjects[oPm].oPlacemark.openBalloon();
										break;
									}
							}
						}
					}
					else
						for (oPm in window.maps.arPlacemarks[iId].arGeoObjects)
							if (window.maps.arPlacemarks[iId].arGeoObjects[oPm]["oPlacemark"] !== null && typeof(window.maps.arPlacemarks[iId].arGeoObjects[oPm]["oPlacemark"]) == 'object')
							{
//								window.map.panTo(this.arPlacemarks[iId].arGeoObjects[oPm].oPlacemark.getGeoPoint(), {flying: 1});
								this.arPlacemarks[iId].arGeoObjects[oPm].oPlacemark.openBalloon();
							}
				},
				oUserPoint : null,
				iTimeAnimate : 600,
				iTimeMap : 0,
				iTimeSearch : 0,
				fAnimate : false,
				fMapIsShown : false,
				ll : '37.618920,55.756994',
				spn : '0.552069,0.400552',
				setUserPoint : function(iPoint0, iPoint1) {
					if (typeof(this.oUserPlaceMark) != 'undefined' && this.oUserPlaceMark != null)
						window.map.removeOverlay(this.oUserPlaceMark);

					this.oUserPoint = new YMaps.GeoPoint(arPoint[0], arPoint[1]);
					this.oUserPlaceMark = new YMaps.Placemark(this.oUserPoint, {draggable: true, style: this.userPlacemarkStyle});
					YMaps.Events.observe(this.oUserPlaceMark, this.oUserPlaceMark.Events.DragEnd, function (obj) {
						window.maps.sort();
					});
					YMaps.Events.observe(this.oUserPlaceMark, this.oUserPlaceMark.Events.BalloonOpen, function (obj) {
						obj.closeBalloon();
					});
					window.map.addOverlay(this.oUserPlaceMark);
					window.map.panTo(this.oUserPoint, {flying: 1, callback : function(){
						window.map.setZoom(13, {'smooth' : true})
					}});
					this.sort();
				},
				dosearch : function(data) {
					var i = 0;
					i++;
					if (typeof(data.response) == 'undefined' || typeof(data.response.GeoObjectCollection) == 'undefined')
						return false;
					var oGeoCollection = data.response.GeoObjectCollection;
					if (oGeoCollection.featureMember.length > 0)
					{
						oResult = oGeoCollection.featureMember[0].GeoObject;
						arPoint = oResult.Point.pos.split(' ');
						maps.setUserPoint(arPoint[0], arPoint[1], oResult.name);
					}
				},
				search : function() {
					/**
					 * Поиск адреса
					 */
					if ($('#' + this.searchInput).length <= 0)
						return false;
					var geocode = $('#' + this.searchInput).val();
					var url = this.url + 'rspn=1';
					url += '&ll=' + this.ll;
					url += '&spn=' + this.spn;
					url += '&results=1&plng=ru&format=json&geocode=' + geocode + '&key=' + this.key;
					if ($.browser.msie && window.XDomainRequest)
					{
						url += '&callback=maps.dosearch';						
						var oScript = document.createElement('script');
						oScript.setAttribute('src', url);
						document.getElementsByTagName('head')[0].appendChild(oScript);
						return;
					}
					else
					{
						$.getJSON(url, function(data) {
							var i = 0;
							i++;
							if (typeof(data.response) == 'undefined' || typeof(data.response.GeoObjectCollection) == 'undefined')
								return false;
							var oGeoCollection = data.response.GeoObjectCollection;
							if (oGeoCollection.featureMember.length > 0)
							{
								oResult = oGeoCollection.featureMember[0].GeoObject;
								arPoint = oResult.Point.pos.split(' ');
								maps.setUserPoint(arPoint[0], arPoint[1], oResult.name);
							}
						});
					}
				},
				sort : function() {
					if (typeof(this.oUserPlaceMark) == 'undefined' || this.oUserPlaceMark == null)
						return false;
					//Рассчитаем расстояние для всех точек на карте
					var oUserPoint = this.oUserPlaceMark.getGeoPoint();

					for (var oItem in this.arPlacemarks)
					{
						this.arPlacemarks[oItem].rDistance = -1;
						for (var oPm in this.arPlacemarks[oItem].arGeoObjects)
						{
							var oTmpPoint = new YMaps.GeoPoint(this.arPlacemarks[oItem].arGeoObjects[oPm]["arCoord"][1], this.arPlacemarks[oItem].arGeoObjects[oPm]["arCoord"][0]);
							var rDistance = oUserPoint.distance(oTmpPoint);

							if (this.arPlacemarks[oItem].rDistance < 0 || this.arPlacemarks[oItem].rDistance > rDistance)
								this.arPlacemarks[oItem].rDistance = rDistance;
						}
					}
					for (var i = 0; i < this.arOrder.length; i++)
						for (var j = i + 1; j < this.arOrder.length; j++)
							if (this.arPlacemarks[this.arOrder[j]].rDistance < this.arPlacemarks[this.arOrder[i]].rDistance)
							{
								swapNode(this.arPlacemarks[this.arOrder[j]].oNode, this.arPlacemarks[this.arOrder[i]].oNode);
								var iTmp = this.arOrder[i];
								this.arOrder[i] = this.arOrder[j];
								this.arOrder[j] = iTmp;
							}
				},
				init : function() {
					/**
					 * Инициализация меток, списка и т.д.
					 */

					/**
					 * Инициализация стиля меток
					 */

					this.actionPlacemarkStyle = new YMaps.Style();
					this.actionPlacemarkStyle.iconStyle = new YMaps.IconStyle();
					this.actionPlacemarkStyle.iconStyle.href = "/images/map/m.png";
					this.actionPlacemarkStyle.iconStyle.size = new YMaps.Point(46, 47);
					this.actionPlacemarkStyle.iconStyle.offset = new YMaps.Point(-10, -49);

					this.actionBallonTemplate = new YMaps.Template("<a href=\"$[metaDataProperty.url]\" target=\"_blank\" class=\"image-link\">\
							<img src=\"$[metaDataProperty.photo]\" />\
						</a>\
						<div class=\"ballon_name\">$[metaDataProperty.name|Информация недоступна]</div>\
						<table cellpadding=\"0\" cellspacing=\"0\" width=\"100%\">\
							<tr>\
								<td class=\"price\">$[metaDataProperty.priceBlock]</td>\
								<td style=\"width: 70px;\">\
									<a style=\"display: block; width: 79px; height: 27px; background: url(/images/map/map_more.png) no-repeat;\" href=\"$[metaDataProperty.url]\" target=\"_blank\"></a>\
								</td>\
							</tr>\
						</table>\
					");

					this.actionPlacemarkStyle.balloonContentStyle = new YMaps.BalloonContentStyle(this.actionBallonTemplate);
					this.actionPlacemarkStyle.balloonStyle = {template: new YMaps.LayoutTemplate(SampleBalloonLayout)};


					this.actionSmallPlacemarkStyle = new YMaps.Style();
					this.actionSmallPlacemarkStyle.iconStyle = new YMaps.IconStyle();
					this.actionSmallPlacemarkStyle.iconStyle.href = "/images/map/m.png";
					this.actionSmallPlacemarkStyle.iconStyle.size = new YMaps.Point(26, 27);
					this.actionSmallPlacemarkStyle.iconStyle.offset = new YMaps.Point(-10, -49)


					this.userPlacemarkStyle = new YMaps.Style();
					this.userPlacemarkStyle.iconStyle = new YMaps.IconStyle();
					this.userPlacemarkStyle.iconStyle.href = "/images/map/i.png";
					this.userPlacemarkStyle.iconStyle.size = new YMaps.Point(46, 47);
					this.userPlacemarkStyle.iconStyle.offset = new YMaps.Point(-10, -49)

					this.oGeoCollection = new YMaps.GeoCollectionBounds();
					for (var oItem in this.arPlacemarks)
					{
						for (var oPm in this.arPlacemarks[oItem].arGeoObjects)
						{
							var oPoint = new YMaps.GeoPoint(window.maps.arPlacemarks[oItem].arGeoObjects[oPm]["arCoord"][1], window.maps.arPlacemarks[oItem].arGeoObjects[oPm]["arCoord"][0]);
							var oPlaceMark = new YMaps.Placemark(oPoint, {style: this.actionPlacemarkStyle});
							oPlaceMark.setBalloonOptions({mapAutoPan: true});
							window.maps.arPlacemarks[oItem].arGeoObjects[oPm]["oPlacemark"] = oPlaceMark;
							this.oGeoCollection.add(oPoint);
							oPlaceMark.metaDataProperty.name = this.arPlacemarks[oItem].sName;
							oPlaceMark.metaDataProperty.photo = "http://www.kupibonus.ru/actions/thumbs/map_img_" + this.arPlacemarks[oItem].iPic + ".png";
							oPlaceMark.metaDataProperty.url = this.arPlacemarks[oItem].sUrl;
							oPlaceMark.metaDataProperty.priceBlock = this.arPlacemarks[oItem].sPriceBlock;
							oPlaceMark.metaDataProperty.image = document.createElement('IMG');
							oPlaceMark.metaDataProperty.image.src = oPlaceMark.metaDataProperty.photo;

							window.map.addOverlay(oPlaceMark);
						}
					}

					window.map.setBounds(this.oGeoCollection);
					var oListDiv = document.getElementById('YMapsLIST');
						this.arOrder[0] = 146918;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Сакральное путешествие по чудодейственным местам, помогающим в любовных делах";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "1800<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "50%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "900<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[146918].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[146918].oNode).click(function () {
							window.maps.show(146918);
							return false;
						});
						this.arOrder[1] = 147074;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Романтическое путешествие по Москве-реке с экскурсионным сопровождением и невероятными историями";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "790<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "50%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "395<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[147074].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[147074].oNode).click(function () {
							window.maps.show(147074);
							return false;
						});
						this.arOrder[2] = 147180;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Оформление шенгенской визы, визы в США, Великобританию и другие страны";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "4500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "72%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1260<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[147180].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[147180].oNode).click(function () {
							window.maps.show(147180);
							return false;
						});
						this.arOrder[3] = 147328;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Купон на скидку 50% Настало время путешествий! Семидневный экскурсионный тур «Польша-Чехия» ";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price right');
						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "50%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&nbsp;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "699<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[147328].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[147328].oNode).click(function () {
							window.maps.show(147328);
							return false;
						});
						this.arOrder[4] = 148213;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Озонотерапия: 5 или 10 процедур на выбор";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3624<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "64%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1450<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148213].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148213].oNode).click(function () {
							window.maps.show(148213);
							return false;
						});
						this.arOrder[5] = 148299;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "1 или 5 процедур скульптурирующего массажа для лица + пластифицирующая альгинатная маска на косметике Styx";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "1800<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "72%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "630<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148299].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148299].oNode).click(function () {
							window.maps.show(148299);
							return false;
						});
						this.arOrder[6] = 148360;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Лазерная или инъекционная биоревитализация";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "25500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "82%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "4845<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148360].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148360].oNode).click(function () {
							window.maps.show(148360);
							return false;
						});
						this.arOrder[7] = 148361;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "5 сеансов лечения любых заболеваний спины в Центре китайской медицины «ТАО»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "20000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "6000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148361].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148361].oNode).click(function () {
							window.maps.show(148361);
							return false;
						});
						this.arOrder[8] = 148380;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Выучи английский и стань успешной: 8 онлайн-курсов для пополнения словарного запаса";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3600<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "83%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "612<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148380].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148380].oNode).click(function () {
							window.maps.show(148380);
							return false;
						});
						this.arOrder[9] = 148504;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Экспресс-курс «Маникюр своими руками»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "81%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "950<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148504].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148504].oNode).click(function () {
							window.maps.show(148504);
							return false;
						});
						this.arOrder[10] = 148509;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Нам жара нипочем! Полное обслуживание кондиционеров";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "59%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2255<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148509].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148509].oNode).click(function () {
							window.maps.show(148509);
							return false;
						});
						this.arOrder[11] = 148524;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "4 мастер-класса по макияжу, имиджу и стилю";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "4000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "65%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148524].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148524].oNode).click(function () {
							window.maps.show(148524);
							return false;
						});
						this.arOrder[12] = 148540;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Стань идеальной к лету: 10 сеансов прессотерапии";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "13000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "80%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2600<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148540].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148540].oNode).click(function () {
							window.maps.show(148540);
							return false;
						});
						this.arOrder[13] = 148555;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Селективное удаление нежелательных волос лазером  Media Star Asklepion";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "12900<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "86%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1806<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148555].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148555].oNode).click(function () {
							window.maps.show(148555);
							return false;
						});
						this.arOrder[14] = 148714;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Фитнес для звезд! Индивидуальные занятия на тренажере Power Plate: 4, 12, 36 или 72 тренировки";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "4500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1710<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148714].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148714].oNode).click(function () {
							window.maps.show(148714);
							return false;
						});
						this.arOrder[15] = 148747;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Ультразвуковая чистка зубов + отбеливание Air Flow";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "90%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "540<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148747].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148747].oNode).click(function () {
							window.maps.show(148747);
							return false;
						});
						this.arOrder[16] = 148756;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Мечты сбываются! Лазерная эпиляция любой зоны на выбор";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "86%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "570<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148756].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148756].oNode).click(function () {
							window.maps.show(148756);
							return false;
						});
						this.arOrder[17] = 148758;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Минус 5 лет за 3 процедуры мезотерапии лица и кожи вокруг глаз";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "10500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "83%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1785<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148758].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148758].oNode).click(function () {
							window.maps.show(148758);
							return false;
						});
						this.arOrder[18] = 148768;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "«Секрет красоты»: 1, 3 или 5 сеансов гиалуронопластики лица";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3850<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "82%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "770<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148768].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148768].oNode).click(function () {
							window.maps.show(148768);
							return false;
						});
						this.arOrder[19] = 148787;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Потеряй до 16 кг за 2 месяца! Лечебная серьга для нормализации обмена веществ от клиники IHC";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5990<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "80%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1198<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148787].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148787].oNode).click(function () {
							window.maps.show(148787);
							return false;
						});
						this.arOrder[20] = 148800;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Знойные танцы этим летом: занятия аргентинским танго или сальсой  на выбор";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "74%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "900<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148800].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148800].oNode).click(function () {
							window.maps.show(148800);
							return false;
						});
						this.arOrder[21] = 148819;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Купон на скидку 42% Препарат для похудения «ЗенСлим» – результат уже через месяц";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price right');
						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "42%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&nbsp;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "300<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[148819].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[148819].oNode).click(function () {
							window.maps.show(148819);
							return false;
						});
						this.arOrder[22] = 149227;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Купон на скидку 50% Европейский отдых без загранпаспорта: неделя отдыха в Анапе, на курорте Витязево";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price right');
						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "50%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&nbsp;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "899<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149227].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149227].oNode).click(function () {
							window.maps.show(149227);
							return false;
						});
						this.arOrder[23] = 149258;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Натуральный педикюр без распаривания на основе фруктовых кислот + покрытие OPI или Masura";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2700<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "810<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149258].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149258].oNode).click(function () {
							window.maps.show(149258);
							return false;
						});
						this.arOrder[24] = 149341;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Начни день с лучезарной улыбки! Сертификат, номиналом 15 000, на все услуги по лечению зубов в медицинском центре «Лили»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "15000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "90%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149341].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149341].oNode).click(function () {
							window.maps.show(149341);
							return false;
						});
						this.arOrder[25] = 149359;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Купон на скидку 50% Голливудский шик: выпускные платья в пол и роскошные коктейльные платья на выход в свет из США";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price right');
						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "50%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&nbsp;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "350<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149359].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149359].oNode).click(function () {
							window.maps.show(149359);
							return false;
						});
						this.arOrder[26] = 149365;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Годовое обслуживание в клинике «Геномед»: прием специалистов, УЗИ, анализы, выдача справок и многое другое";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "47490<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "91%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "4274<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149365].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149365].oNode).click(function () {
							window.maps.show(149365);
							return false;
						});
						this.arOrder[27] = 149371;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Для самых практичных и успешных бизнесменов: семинары по программе mini-MBA";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "15000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "81%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2850<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149371].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149371].oNode).click(function () {
							window.maps.show(149371);
							return false;
						});
						this.arOrder[28] = 149515;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Биохимическая шелковая завивка волос";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5200<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "72%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1456<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149515].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149515].oNode).click(function () {
							window.maps.show(149515);
							return false;
						});
						this.arOrder[29] = 149524;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "5 или 10 процедур кавитации 2-х зон + лимфодренажного массажа или обертывания на выбор";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "28000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "88%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "3640<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149524].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149524].oNode).click(function () {
							window.maps.show(149524);
							return false;
						});
						this.arOrder[30] = 149538;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "1 или 3 сеанса программ «Свободное дыхание» или «Теплые ладони» в салоне красоты «Марианна»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "67%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "700<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149538].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149538].oNode).click(function () {
							window.maps.show(149538);
							return false;
						});
						this.arOrder[31] = 149551;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Комплексное лечение позвоночника с использованием установки «Ормед-профессионал», терапевтического лазера, мануальной терапии и массажа триггерных точек";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "6800<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "82%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1496<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149551].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149551].oNode).click(function () {
							window.maps.show(149551);
							return false;
						});
						this.arOrder[32] = 149554;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Абонементы в бассейн на выбор";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5600<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "55%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2520<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149554].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149554].oNode).click(function () {
							window.maps.show(149554);
							return false;
						});
						this.arOrder[33] = 149561;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Эпиляция зоны глубокого бикини  диодным лазером";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "8500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "86%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1190<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149561].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149561].oNode).click(function () {
							window.maps.show(149561);
							return false;
						});
						this.arOrder[34] = 149564;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Программы для молодости и красоты лица «Сладкая клубника», «Зеленое яблоко» или «Шоколадное фондю» на выбор";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2700<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "65%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "945<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149564].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149564].oNode).click(function () {
							window.maps.show(149564);
							return false;
						});
						this.arOrder[35] = 149576;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "10 процедур антицеллюлитной программы «Прессотерапия ног и живота»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "12000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "83%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2040<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149576].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149576].oNode).click(function () {
							window.maps.show(149576);
							return false;
						});
						this.arOrder[36] = 149585;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Купон на скидку 50% Уикенд в городе белых ночей - в любое время в течение всего лета";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price right');
						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "50%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&nbsp;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "799<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149585].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149585].oNode).click(function () {
							window.maps.show(149585);
							return false;
						});
						this.arOrder[37] = 149661;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Берем курс на стройность! LPG-массаж: 3, 5 сеансов или 10 сеансов";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "7500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "76%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2250<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149661].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149661].oNode).click(function () {
							window.maps.show(149661);
							return false;
						});
						this.arOrder[38] = 149682;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Три любые процедуры для волос на косметике LOREAL PROFESSIONAL в салоне Crème de la Creme";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "6500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "80%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1300<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149682].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149682].oNode).click(function () {
							window.maps.show(149682);
							return false;
						});
						this.arOrder[39] = 149684;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Биоревитализация кожи лица";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1650<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149684].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149684].oNode).click(function () {
							window.maps.show(149684);
							return false;
						});
						this.arOrder[40] = 149691;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Не бойся ярких оттенков: маникюр или педикюр или все вместе с покрытием";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "1200<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "73%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "420<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149691].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149691].oNode).click(function () {
							window.maps.show(149691);
							return false;
						});
						this.arOrder[41] = 149693;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Комплексное решение проблем с позвоночником: 5 сеансов мануальной терапии";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "15000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "86%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2100<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149693].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149693].oNode).click(function () {
							window.maps.show(149693);
							return false;
						});
						this.arOrder[42] = 149718;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Купон на скидку 37% Кондиционеры Panasonic и сплит-системы Alaska ";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price right');
						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "37%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&nbsp;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "499<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149718].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149718].oNode).click(function () {
							window.maps.show(149718);
							return false;
						});
						this.arOrder[43] = 149756;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Коллагеновый 3D-уход за кожей лица";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149756].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149756].oNode).click(function () {
							window.maps.show(149756);
							return false;
						});
						this.arOrder[44] = 149770;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Латиноамериканская вечеринка на Москва-реке: входной билет для двоих или безлимитный абонемент на 4 месяца вечеринок";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "93%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "980<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149770].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149770].oNode).click(function () {
							window.maps.show(149770);
							return false;
						});
						this.arOrder[45] = 149778;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Радикальный способ похудеть! Эффективные тренировки BODY FORMING на оборудовании нового поколения: от 1 до 30 занятий";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "69%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "990<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149778].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149778].oNode).click(function () {
							window.maps.show(149778);
							return false;
						});
						this.arOrder[46] = 149794;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Педикюр GEHWOL + массаж ступней + покрытие лечебной основой  или маникюр с покрытием + SPA-уход  ";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3330<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "999<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149794].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149794].oNode).click(function () {
							window.maps.show(149794);
							return false;
						});
						this.arOrder[47] = 149802;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Купон на скидку 70% Подарок всем клиенткам Купибонус! Бесплатный купон-приглашение на закрытую распродажу модной одежды ODRI";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price right');
						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&nbsp;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "0<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149802].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149802].oNode).click(function () {
							window.maps.show(149802);
							return false;
						});
						this.arOrder[48] = 149826;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Хотите, чтобы Ваши волосы блестели и струились, как шелк? 5 процедур озонотерапии для лечения волос и кожи головы ";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "10500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "86%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1470<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149826].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149826].oNode).click(function () {
							window.maps.show(149826);
							return false;
						});
						this.arOrder[49] = 149829;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Любовь к волосам начинается с «Счастья для волос» от Lebel, а также окрашивания или тонирования от Matrix";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "73%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "945<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149829].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149829].oNode).click(function () {
							window.maps.show(149829);
							return false;
						});
						this.arOrder[50] = 149960;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Избавьтесь от боли: 3 сеанса биопунктуры";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "82%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "972<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149960].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149960].oNode).click(function () {
							window.maps.show(149960);
							return false;
						});
						this.arOrder[51] = 149993;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "5 сеансов супер-программы «Экстренное похудение»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "52000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "85%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "7800<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[149993].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[149993].oNode).click(function () {
							window.maps.show(149993);
							return false;
						});
						this.arOrder[52] = 150012;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Безоперационная подтяжка лица, подбородка, шеи и зоны декольте на израильском аппарате последнего поколения Fractora Firm by Invasix";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "12000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "91%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1800<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150012].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150012].oNode).click(function () {
							window.maps.show(150012);
							return false;
						});
						this.arOrder[53] = 150028;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Диагностика всех новообразований на коже на дерматоСИАскопе за один визит";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "90%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "300<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150028].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150028].oNode).click(function () {
							window.maps.show(150028);
							return false;
						});
						this.arOrder[54] = 150105;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Фотосессия от известного фотографа Владимира Гайда и его команды: макияж, прическа, услуги стилиста по одежде";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "15000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "87%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1950<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150105].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150105].oNode).click(function () {
							window.maps.show(150105);
							return false;
						});
						this.arOrder[55] = 150118;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Гладкая кожа в 30+! Безынъекционная мезотерапия лица на аппарате нового поколения: 1 или 3 сеанса";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "7000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "81%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1470<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150118].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150118].oNode).click(function () {
							window.maps.show(150118);
							return false;
						});
						this.arOrder[56] = 150132;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Скажи «нет» нежелательным волоскам: ELOS-эпиляция зоны глубокого бикини и подмышек ";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "12500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "84%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150132].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150132].oNode).click(function () {
							window.maps.show(150132);
							return false;
						});
						this.arOrder[57] = 150143;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "1, 2 или 4 сеанса КРИОЛИПОЛИЗА";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "19000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "88%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "3420<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150143].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150143].oNode).click(function () {
							window.maps.show(150143);
							return false;
						});
						this.arOrder[58] = 150147;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "SPA-программа «Волшебное преображение» для двоих";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "11000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "79%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2310<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150147].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150147].oNode).click(function () {
							window.maps.show(150147);
							return false;
						});
						this.arOrder[59] = 150148;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Гель-лаковая система профессионального качества Red Carpet";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3120<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "55%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1560<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150148].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150148].oNode).click(function () {
							window.maps.show(150148);
							return false;
						});
						this.arOrder[60] = 150187;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Фитнес-карта на 3 месяца: все включено";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "9000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "67%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2970<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150187].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150187].oNode).click(function () {
							window.maps.show(150187);
							return false;
						});
						this.arOrder[61] = 150189;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Отдых в Турции для двоих: отель 5* + питание по системе «Все включено»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "45600<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "83%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "7752<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150189].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150189].oNode).click(function () {
							window.maps.show(150189);
							return false;
						});
						this.arOrder[62] = 150191;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Маленький укол ради большой красоты: инъекции лица препаратом «Диспорт» - 10 или 15 единиц";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "65%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1225<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150191].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150191].oNode).click(function () {
							window.maps.show(150191);
							return false;
						});
						this.arOrder[63] = 150197;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Модная стрижка + кератиновая маска на косметике LISAP + укладка";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2940<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "77%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "676<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150197].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150197].oNode).click(function () {
							window.maps.show(150197);
							return false;
						});
						this.arOrder[64] = 150198;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Пора чистить кожу! Комбинированная чистка лица из 11 или из 7 шагов от Салона красоты «TOURNESOL";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "74%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "884<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150198].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150198].oNode).click(function () {
							window.maps.show(150198);
							return false;
						});
						this.arOrder[65] = 150205;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "5 сеансов массажа на любой вкус: классический, антицеллюлитный, медовый или баночный";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "8400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "78%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1840<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150205].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150205].oNode).click(function () {
							window.maps.show(150205);
							return false;
						});
						this.arOrder[66] = 150210;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "1, 3 или 5 сеансов европейского, классического или SPA -маникюра + покрытие Shellac";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "73%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "580<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150210].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150210].oNode).click(function () {
							window.maps.show(150210);
							return false;
						});
						this.arOrder[67] = 150216;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Ничего лишнего! Биоэпиляция воском: подмышки + голени + линия бикини";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "1950<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "585<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150216].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150216].oNode).click(function () {
							window.maps.show(150216);
							return false;
						});
						this.arOrder[68] = 150217;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "К женскому счастью готова: тренинги для настоящих женщин на выбор";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "5000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "71%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1450<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150217].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150217].oNode).click(function () {
							window.maps.show(150217);
							return false;
						});
						this.arOrder[69] = 150226;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Хит сезона! Окрашивание Coloring Parrot  + модная стрижка + укладка для волос любой длины";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "6620<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "75%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1589<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150226].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150226].oNode).click(function () {
							window.maps.show(150226);
							return false;
						});
						this.arOrder[70] = 150254;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "1, 3 или 5 сеансов массажа на выбор: спины и шеи или креольский массаж бамбуковыми палочками";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "68%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "960<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150254].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150254].oNode).click(function () {
							window.maps.show(150254);
							return false;
						});
						this.arOrder[71] = 150260;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Полный комплекс для красоты Вашей фигуры: кавитация 2-х зон тела + лимфодренажный массаж + антицеллюлитное обертывание";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "11000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "92%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "880<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150260].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150260].oNode).click(function () {
							window.maps.show(150260);
							return false;
						});
						this.arOrder[72] = 150277;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Профессиональная студийная фотосессия в 2-х образах + услуги стилиста ";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "11000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "83%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1870<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150277].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150277].oNode).click(function () {
							window.maps.show(150277);
							return false;
						});
						this.arOrder[73] = 150286;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Комплексное гинекологическое или урологическое обследование в клинике иглотерапии «КИТ»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "8500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "75%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2125<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150286].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150286].oNode).click(function () {
							window.maps.show(150286);
							return false;
						});
						this.arOrder[74] = 150296;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "3 любые процедуры для волос любой длины";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "11900<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "89%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1309<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150296].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150296].oNode).click(function () {
							window.maps.show(150296);
							return false;
						});
						this.arOrder[75] = 150299;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Роскошная фигура за короткое время: пять сеансов прессотерапии + антицеллюлитное обертывание";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "900<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150299].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150299].oNode).click(function () {
							window.maps.show(150299);
							return false;
						});
						this.arOrder[76] = 150303;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Безынъекционная или инъекционная мезотерапия лица: 1, 3 или 5 сеансов";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "6500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "71%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1950<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150303].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150303].oNode).click(function () {
							window.maps.show(150303);
							return false;
						});
						this.arOrder[77] = 150304;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Комплексная антицеллюлитная программа «Скульптурирование тела»: 15 процедур + консультация специалиста";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "42400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "95%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "2120<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150304].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150304].oNode).click(function () {
							window.maps.show(150304);
							return false;
						});
						this.arOrder[78] = 150386;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Комплексная гигиена полости рта: ультразвук + Air-Flow + фторлак";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "6400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "87%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "832<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150386].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150386].oNode).click(function () {
							window.maps.show(150386);
							return false;
						});
						this.arOrder[79] = 150407;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Свадьба «под ключ»: выездная регистрация на выбор";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "9000<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "56%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "3960<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150407].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150407].oNode).click(function () {
							window.maps.show(150407);
							return false;
						});
						this.arOrder[80] = 150420;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Абонемент на занятия любыми танцами";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2800<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "75%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "784<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150420].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150420].oNode).click(function () {
							window.maps.show(150420);
							return false;
						});
						this.arOrder[81] = 150460;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Окрашивание волос в 1 тон для волос любой длины  профессиональным красителем MATRIX + восстанавливающий уход Protopac + укладка";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "4900<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "1470<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150460].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150460].oNode).click(function () {
							window.maps.show(150460);
							return false;
						});
						this.arOrder[82] = 150462;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Красота и здоровье Ваших ножек: УЗИ-диагностика артерий и вен ног + назначение лечения";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "64%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "864<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150462].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150462].oNode).click(function () {
							window.maps.show(150462);
							return false;
						});
						this.arOrder[83] = 150476;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Комплексный уход за лицом + комбинированная чистка + массаж «Жаке»";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3300<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "70%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "990<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150476].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150476].oNode).click(function () {
							window.maps.show(150476);
							return false;
						});
						this.arOrder[84] = 150488;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Евроманикюр + покрытие  лаком либо аппаратный или комбинированный педикюр + покрытие лаком или SHELLAC";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "1950<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "77%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "585<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150488].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150488].oNode).click(function () {
							window.maps.show(150488);
							return false;
						});
						this.arOrder[85] = 150496;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Лазерное удаление сосудистых звездочек и стрий ";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2800<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "67%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "980<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150496].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150496].oNode).click(function () {
							window.maps.show(150496);
							return false;
						});
						this.arOrder[86] = 150502;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Уникальная йога-практика: 3 вида йоги за 1 занятие";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "3200<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "90%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "576<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150502].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150502].oNode).click(function () {
							window.maps.show(150502);
							return false;
						});
						this.arOrder[87] = 150646;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "Обучение в автошколе Адреналин Драйв";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "19500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "82%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "3510<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150646].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150646].oNode).click(function () {
							window.maps.show(150646);
							return false;
						});
						this.arOrder[88] = 150648;

						var oItemDiv = document.createElement('DIV');
						oItemDiv.setAttribute('class', 'list_item');

						var oItemName = document.createElement('DIV');
						oItemName.setAttribute('class', 'name');
						oItemName.innerHTML = "1 или 3 сеанса RF-лифтинга области вокруг глаз";
						oItemDiv.appendChild(oItemName);

						var oItemPrice = document.createElement('DIV');

						oItemPrice.setAttribute('class', 'price');
						var oItemPriceOrig = document.createElement('SPAN');
						oItemPriceOrig.innerHTML = "2500<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceOrig);

						var oItemPriceMinus = document.createElement('SPAN');
						oItemPriceMinus.setAttribute('class', 'minus');
						oItemPriceMinus.innerHTML = "&ndash;";
						oItemPrice.appendChild(oItemPriceMinus);

						var oItemPriceProcent = document.createElement('SPAN');
						oItemPriceProcent.setAttribute('class', 'procent');
						oItemPriceProcent.innerHTML = "86%";
						oItemPrice.appendChild(oItemPriceProcent);

						var oItemPriceEqual = document.createElement('SPAN');
						oItemPriceEqual.setAttribute('class', 'equal');
						oItemPriceEqual.innerHTML = "=";
						oItemPrice.appendChild(oItemPriceEqual);

						var oItemPriceSale = document.createElement('SPAN');
						oItemPriceSale.setAttribute('class', 'sale_price');
						oItemPriceSale.innerHTML = "400<span>&nbsp;</span>р.";
						oItemPrice.appendChild(oItemPriceSale);
						oItemDiv.appendChild(oItemPrice);

						var oItemBottomDiv = document.createElement('DIV');
						oItemBottomDiv.setAttribute('class', 'bottom-border');
						oItemDiv.appendChild(oItemBottomDiv);
					
						$('.list_item').hover(function () {
							$(this).addClass("hover");
						});
						$('.list_item').mouseleave(function () {
							$(this).removeClass("hover");
						});

						this.arPlacemarks[150648].oNode = oListDiv.appendChild(oItemDiv);

						$(this.arPlacemarks[150648].oNode).click(function () {
							window.maps.show(150648);
							return false;
						});

					$('div.search-button', '#map-search-block').click(function() {
						window.maps.search();
					});
					$('#search_address').keypress(function(e) {
						if (e.which == 13)
							window.maps.search();
					});

					var iHeightMap = $('#map-main-block').height();
					var iHeightSearch = $('#map-search-block').height();

					this.iTimeMap = this.iTimeAnimate / (iHeightMap + iHeightSearch) * iHeightMap;
					this.iTimeSearch = this.iTimeAnimate / (iHeightMap + iHeightSearch) * iHeightSearch;

					$('#map-button').click(function () {
						$(this).blur();
						if (window.maps.fAnimate)
							return;
						window.maps.fAnimate = true;

						$('#map-container').animate({
							height: 'toggle'
							},
							window.maps.iTimeAnimate,
							function () {
								window.maps.fMapIsShown = false;
								window.maps.fAnimate = false;
							}
						);
						return;
					});
				}
			}
			function showMap ()
			{
				YMaps.load(function() {
					var mapContainer = YMaps.jQuery("#YMapsID");
					window.map = new YMaps.Map(mapContainer[0]);
					window.maps.bLoaded = true;
                			
					window.map.addControl(new YMaps.Zoom());
					window.map.enableScrollZoom();

					YMaps.Events.observe(window.map, window.map.Events.Redraw, function (obj) {
						if (maps.oGeoCollection && !maps.bInited)
						{
							maps.bInited = true;
							window.map.setBounds(maps.oGeoCollection);
						}
					});

					maps.init();
				});
			}
			showMap();
			$('#actions_menu_map_opener').click(function() {
				$(this).blur();
				if (!window.maps.bLoaded)
				{
					showMap();
				}
				if (window.maps.fAnimate)
					return;
				window.maps.fAnimate = true;

				$('#map-container').animate({
					height: 'toggle'
					},
					window.maps.iTimeAnimate,
					function () {
                                            window.maps.fMapIsShown = ($('#map-container').css('display') != 'none');
                                            window.maps.fAnimate = false;
                                            if (window.maps.fMapIsShown)
                                            {
                                                window.map.redraw();
                                            }
        if (window.maps.fMapIsShown)
        {
                    var data = {
            'k': 'b126819ee96a704123e591f445df470d',
            'h': '22419556',
            'e' : 4        };
        $.ajax({
            type: 'POST',
            url: '/lg/',
            data: data        });
                }
        else
        {
                    var data = {
            'k': 'b126819ee96a704123e591f445df470d',
            'h': '22419556',
            'e' : 6        };
        $.ajax({
            type: 'POST',
            url: '/lg/',
            data: data        });
                }
					}
				);
			});
		</script>

<!-- component: from cache! --><font color="#FF0000">Can not find 'actions_custom' template with page ''</font>
</channel>
</rss>

