var greetingImageJS; var dykImageJS; var parNumsJS; function assignParNums(){ parNumsJS = new Array(9); parNumsJS[0]= "0003"; parNumsJS[1]= "0004"; parNumsJS[2]= "0013"; parNumsJS[3]= "0010"; parNumsJS[4]= "0007"; parNumsJS[5]= "0002"; parNumsJS[6]= "0008"; parNumsJS[7]= "0009"; parNumsJS[8]= "0001"; } function assignGreetingImage(){ greetingImageJS = new Array(9); greetingImageJS[0]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0003.GreetingImg.gif"; greetingImageJS[1]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0004.GreetingImg.gif"; greetingImageJS[2]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0013.GreetingImg.gif"; greetingImageJS[3]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0010.GreetingImg.gif"; greetingImageJS[4]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0007.GreetingImg.gif"; greetingImageJS[5]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0002.GreetingImg.gif"; greetingImageJS[6]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0008.GreetingImg.gif"; greetingImageJS[7]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0009.GreetingImg.gif"; greetingImageJS[8]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0001.GreetingImg.gif"; } function assignDYKImage(){ dykImageJS = new Array(9); dykImageJS[0]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0003.DYKImg.gif"; dykImageJS[1]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0004.DYKImg.gif"; dykImageJS[2]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0013.DYKImg.gif"; dykImageJS[3]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0010.DYKImg.gif"; dykImageJS[4]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0007.DYKImg.gif"; dykImageJS[5]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0002.DYKImg.gif"; dykImageJS[6]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0008.DYKImg.gif"; dykImageJS[7]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0009.DYKImg.gif"; dykImageJS[8]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdykimage.ParsDYKImage.0001.DYKImg.gif"; } function testSessionCookie () { assignParNums(); assignGreetingImage(); assignDYKImage(); var pickedIndex = Math.floor(Math.random() * parNumsJS.length); var pickedParNum = getCookieValue("pickedParNum"); var totaldyk = getCookieValue("totaldyk"); //alert("pickedIndex/totaldyk is " + pickedIndex + "/" + 9); if(pickedParNum =="" || pickedParNum== null){ writeSessionCookie("pickedParNum",parNumsJS[pickedIndex]); writeSessionCookie("pickedIndex", pickedIndex); writeSessionCookie("totaldyk", 9); }else if(totaldyk!=9){ //alert ("reset cookie..."); writeSessionCookie("pickedParNum",parNumsJS[pickedIndex]); writeSessionCookie("pickedIndex", pickedIndex); writeSessionCookie("totaldyk", 9); } //return true; } testSessionCookie(); function randomImage(){ var img_name = new Array(21); img_name[0]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0001.File.tmp/arthouse_1.jpg"; img_name[1]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0002.File.tmp/esplanade_1.jpg"; img_name[2]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0003.File.tmp/katong_1.jpg"; img_name[3]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0004.File.tmp/chinatown_2.jpg"; img_name[4]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0005.File.tmp/chinatown_1.jpg"; img_name[5]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0006.File.tmp/chinatown_3.jpg"; img_name[6]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0007.File.tmp/indiantemple_1.jpg"; img_name[7]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0008.File.tmp/indiantemple_2.jpg"; img_name[8]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0009.File.tmp/kusu_1.jpg"; img_name[9]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0010.File.tmp/littleindia_1.jpg"; img_name[10]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0011.File.tmp/littleindia_2.jpg"; img_name[11]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0012.File.tmp/mosque_1.jpg"; img_name[12]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0013.File.tmp/raffleshotel_1.jpg"; img_name[13]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0014.File.tmp/stamfordraffles_1.jpg"; img_name[14]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0015.File.tmp/supremecourt_1.jpg"; img_name[15]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0016.File.tmp/tianhockkeng_1.jpg"; img_name[16]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0017.File.tmp/tanjongpagar_1.jpg"; img_name[17]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0018.File.tmp/church.gif"; img_name[18]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0019.File.tmp/indiantemple.gif"; img_name[19]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0020.File.tmp/mosque.gif"; img_name[20]= "http://www1.visitsingapore.com/publish/stbportal/ru/config/configheritageimage.ParsResouseMgr.0021.File.tmp/mosque2.gif"; var selected = img_name[Math.floor(Math.random() * img_name.length)]; document.myrandomimage.src = selected; } function startclock(){ var thetime=new Date(); var nhours=thetime.getHours(); var nmins=thetime.getMinutes(); var nsecn=thetime.getSeconds(); var nday=thetime.getDay(); var nmonth=thetime.getMonth(); var ntoday=thetime.getDate(); var nyear=thetime.getYear(); var AorP= 0; var AorParray = new Array ('am','pm'); AorParray[0] = "AM"; AorParray[1] = "PM"; var ndayarray = new Array ('Sun','Mon','Tue','Wed','Thu','Fri','Sat'); ndayarray[0] = "Воскресенье"; ndayarray[1] = "Понедельник"; ndayarray[2] = "Вторник"; ndayarray[3] = "Среда"; ndayarray[4] = "Четверг"; ndayarray[5] = "Пятница"; ndayarray[6] = "Суббота"; var nmontharray = new Array('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec'); nmontharray[0] = "Январь"; nmontharray[1] = "Февраль"; nmontharray[2] = "Март"; nmontharray[3] = "Апрель"; nmontharray[4] = "Май"; nmontharray[5] = "Июнь"; nmontharray[6] = "Июль"; nmontharray[7] = "Август"; nmontharray[8] = "Сентябрь"; nmontharray[9] = "Октябрь"; nmontharray[10] = "Ноябрь"; nmontharray[11] = "Декабрь"; var greetingarray = new Array('', '', ''); greetingarray[0] = "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdatetime.Compdatetime.Single.AtomAMGreetingImg.gif"; greetingarray[1] = "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdatetime.Compdatetime.Single.AtomPMGreetingImg.gif"; greetingarray[2] = "http://www1.visitsingapore.com/publish/stbportal/ru/config/configdatetime.Compdatetime.Single.AtomNTGreetingImg.gif" var sday = ""; var smonth = ""; var syear = ""; if(nhours>=18){ AorP = 1; msgGreeting = greetingarray[2]; }else if(nhours>=12){ AorP = 1; msgGreeting = greetingarray[1]; }else{ AorP = 0; msgGreeting = greetingarray[0]; } if(nhours>=13) nhours-=12; if(nhours==0) nhours=12; if(nsecn<10) nsecn="0"+nsecn; if(nmins<10) nmins="0"+nmins; if(nyear<=99) nyear= "19"+nyear; if((nyear>99) && (nyear<2000)) nyear+=1900; var clocklocation = document.getElementById('clockDiv'); if("1"=="1") clocklocation.innerHTML = nhours + ": " + nmins + AorParray[AorP] +", " + ndayarray[nday] + " " + ntoday + " " + nmontharray[nmonth] + " " + nyear; else if("1"=="2") clocklocation.innerHTML = nyear + syear + nmontharray[nmonth] + ntoday + sday + " " + nhours + ":" + nmins + AorParray[AorP] + ", " + ndayarray[nday]; else if("1"=="3") clocklocation.innerHTML = nhours + ": " + nmins + AorParray[AorP] +", " + ndayarray[nday] + " " + nmontharray[nmonth] + " " + ntoday + " " + nyear; else if("1"=="4") clocklocation.innerHTML = nyear + syear + " " + nmontharray[nmonth] + " " + ntoday + sday + " " + ndayarray[nday] + ", " + AorParray[AorP] + " " + nhours + ":" + nmins; setTimeout("startclock()", 1000); } with(menuStyle=new mm_style()){ itemwidth=100 onclass="dropdownover"; offclass="dropdown"; ondecoration="underline"; //onbgcolor="#FFFFB9"; onbgcolor="#F65F01" //offbgcolor="#FFFFFF"; offbgcolor="#750000"; //pagebgcolor="#FFFFB9"; pagebgcolor="#F65F01"; bordercolor="#990000"; borderstyle="solid"; borderwidth=1; separatorcolor="#990000"; separatorsize="1"; padding=5; oncolor="#FFFFFF"; offcolor="#FFFFFF"; overfilter="Fade(duration=0.2);Alpha(opacity=200);Shadow(color='#777777', Direction=135, Strength=5)"; } _menuCloseDelay=500 _menuOpenDelay=150 _subOffsetTop=5 _subOffsetLeft=-10 with(myMenuStyle=new mm_style()){ //menubgimage="http://www1.visitsingapore.com/publish/Images/siteimage_ru/menu_bg.gif"; //pagebgimage="http://www1.visitsingapore.com/publish/Images/siteimage_ru/menu_highlight.gif"; separatorsize=0; separatorpadding=0; //separatorimage="http://www1.visitsingapore.com/publish/Images/siteimage_ru/menu_marker.gif"; padding=0; } //newsletter sign up var newWindow = null; function openWindow(f){ if(!isEmail_1(f.email.value)){ f.email.focus(); alert('Проверьте правильность указанного emailа.'); return; }else{ newWindow = window.open('','newWindow','width=620,height=550,scrollbars=yes,toolbar=yes,resizable=yes,status=yes,menubar=yes'); f.submit(); return; } } with(milonic=new menuname("О Сингапуре")){style=menuStyle;overflow="scroll";aI("text=Неповторимый Сингапур;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/uniquely_singapore.html;");aI("text=Кампания Beyond Words;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/uniquely_singapore0.html;");aI("text=Краткие сведения об истории;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/brief_history.html;");aI("text=Сингапур сегодня;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/singapore_today.html;");aI("text=Информация о географии и демографической ситуации;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/demographic_and_geographical.html;");aI("text=Мерлион;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/the_merlion.html;");aI("text=Важные сведения для туристов;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/travellers__essentials.html;");aI("text=Представительства Сингапурского Совета по туризму (Singapore Tourism Board) в разных странах;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/singapore_tourism0.html;");aI("text=Сингапурские Информационные центры для туристов;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/singapore_visitors0.html;");aI("text=Материалы для развлечений;url=http://www.visitsingapore.com/publish/stbportal/ru/home/about_singapore/fun_stuff.html;");}with(milonic=new menuname("Поездка в Сингапур")){style=menuStyle;overflow="scroll";aI("text=Предложения ваших местных компаний;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_here/offers_from_your_country.html;");aI("text=Предложения в Сингапуре;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_here/offers_in_singapore.html;");aI("text=Поездка в Сингапур на автомобиле;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_here/driving_into_singapore.html;");aI("text=Информация для транзитных пассажиров;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_here/infomation_for_transit.html;");aI("text=Поездка в Сингапур на поезде;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_here/getting_to_singapore.html;");aI("text=Путешествие самолетом;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_here/air_travel.html;");aI("text=Безвизовое пребывание транзитных пассажиров (Visa Free Transit Facilities, VFTF);url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_here/visa_free_transit.html;");}with(milonic=new menuname("Где остановиться")){style=menuStyle;overflow="scroll";aI("text=Размещение в Сингапуре;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_stay/accommodation_in_singapore.html;");aI("text=Директория гостиниц;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_stay/hotels_at_a_glance0.html;");aI("text=Поиск Вмещаемости;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_stay/search_accomodation0.html;");aI("text=Интерактивное бронирование номера в отеле;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_stay/book_online_now_.html;");}with(milonic=new menuname("Где поесть")){style=menuStyle;overflow="scroll";aI("text=Сингапур: кулинарная столица Азии;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_eat/singapore__the_food.html;");aI("text=Еда и напитки;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_eat/f_b_experiences.html;");aI("text=Курсы кулинарного мастерства;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_eat/culinary_classes.html;");aI("text=Экскурсии для гурманов;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_eat/food_tours.html;");aI("text=Кулинарные мероприятия;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_eat/food_events.html;");aI("text=Районы, где можно поесть;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_eat/dining_precincts.html;");aI("text=Продукты в подарок и книги по кулинарии;url=http://www.visitsingapore.com/publish/stbportal/ru/home/where_to_eat/gourmet_gifts_and.html;");}with(milonic=new menuname("Чем заняться")){style=menuStyle;overflow="scroll";aI("text=Календарь мероприятий;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/calendar_of_events.html;");aI("text=Самостоятельные экскурсии (рекомендуемые маршруты);url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/free_and_easy_tours.html;");aI("text=Магазины;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/shopping.html;");aI("text=Забота о красоте и здоровье;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/spa.html;");aI("text=Спорт;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/sports.html;");aI("text=20 уникальных способов провести время в Сингапуре;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/20_unique_things_to.html;");aI("text=Лучшие 10 семейных развлечений;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/familyexperience.html;");aI("text=Ночная жизнь Сингапура;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/nightlife_in_singapore.html;");aI("text=Искусство и развлечения;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_do/culture_arts___entertainment.html;");}with(milonic=new menuname("Что посмотреть")){style=menuStyle;overflow="scroll";aI("text=Царство животных;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/animal_kingdom.html;");aI("text=Этнические кварталы;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/ethnic_quarters.html;");aI("text=Острова Сингапура;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/isles_of_singapore.html;");aI("text=Архитектурные памятники и достопримечательности;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/landmarks_and_memorials.html;");aI("text=Музеи;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/museums.html;");aI("text=Парк Форт Каннинг;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/parks___nature_reserves.html;");aI("text=Места отправления религиозных обрядов ;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/places_of_worship.html;");aI("text=Скульптуры и публичное искусство;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/sculptures.html;");aI("text=Река Сингапур;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/singapore_river.html;");aI("text=Жизнь в пригородах;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/suburban_living.html;");aI("text=Тематические и др. аттракционы;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/themed___other_attractions.html;");aI("text=Объекты боевых действий во время Второй мировой войны;url=http://www.visitsingapore.com/publish/stbportal/ru/home/what_to_see/world_war_ii_sites.html;");}with(milonic=new menuname("С места на место")){style=menuStyle;overflow="scroll";aI("text=Транспорт;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_around/transportation.html;");aI("text=Гиды;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_around/guides.html;");aI("text=Экскурсии по Сингапуру;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_around/tours_in_singapore.html;");aI("text=Путешествия по региону;url=http://www.visitsingapore.com/publish/stbportal/ru/home/getting_around/touring_the_region.html;");}with(milonic=new menuname("Бизнес-центр")){style=menuStyle;overflow="scroll";aI("text=Почему Сингапур?;url=http://www.visitsingapore.com/publish/stbportal/ru/home/mice_home/why_sg.html;");aI("text=О нас;url=http://www.visitsingapore.com/publish/stbportal/ru/home/mice_home/about_us.html;");aI("text=Будьте в Сингапуре;url=http://www.visitsingapore.com/publish/stbportal/ru/home/mice_home/be_in_singapore.html;");aI("text=Conference Ambassador Programme;url=http://www.visitsingapore.com/publish/stbportal/ru/home/mice_home/conference_ambassador.html;");aI("text=Newsroom;url=http://www.visitsingapore.com/publish/stbportal/ru/home/mice_home/newsroom0.html;");aI("text=Leisure;url=http://www.visitsingapore.com/publish/stbportal/ru/home/mice_home/leisure_home.html;");}