var weekdays=new Array(); weekdays[1]='monday'; weekdays[2]='tuesday'; weekdays[3]='wednesday'; weekdays[4]='thursday'; weekdays[5]='friday'; weekdays[6]='saturday'; weekdays[0]='sunday'; var months=new Array(); months[0]='january'; months[1]='february'; months[2]='march'; months[3]='april'; months[4]='may'; months[5]='june'; months[6]='july'; months[7]='august'; months[8]='september'; months[9]='october'; months[10]='november'; months[11]='december'; var _months=new Array(); _months[0]='January'; _months[1]='February'; _months[2]='March'; _months[3]='April'; _months[4]='May'; _months[5]='June'; _months[6]='July'; _months[7]='August'; _months[8]='September'; _months[9]='October'; _months[10]='November'; _months[11]='December'; var russian_lang_name="Russian"; var english_lang_name="English"; var usedup_name="Used"; var waiting_name="Waiting"; var cancelled_name="Cancelled"; var nights=new Array(); nights[0]='night'; nights[1]='night'; nights[2]='nights'; nights[3]='nights'; nights[4]='nights'; nights[5]='nights'; nights[6]='nights'; nights[7]='nights'; nights[8]='nights'; nights[9]='nights'; nights[10]='nights'; nights[11]='nights'; nights[12]='nights'; nights[13]='nights'; nights[14]='nights'; nights[15]='nights'; nights[16]='nights'; nights[17]='nights'; nights[18]='nights'; nights[19]='nights'; nights[20]='nights'; nights[21]='night'; nights[22]='nights'; nights[23]='nights'; nights[24]='nights'; nights[25]='nights'; nights[26]='nights'; nights[27]='nights'; nights[28]='nights'; nights[29]='nights'; nights[30]='nights'; nights[31]='night'; nights[32]='nights'; nights[33]='nights'; nights[34]='nights'; nights[35]='nights'; nights[36]='nights'; nights[37]='nights'; nights[38]='nights'; nights[39]='nights'; nights[40]='nights'; var prices=new Array(); prices[0]='free'; prices[1]='no'; var errors=new Object(); errors['mandatory']='Field ###FIELDNAME### is empty'; errors['email']='E-mail does not match format'; errors['integer']='Field ###FIELDNAME### must contain only digits'; errors['length']='Field ###FIELDNAME### length exceeded'; errors['not_activated']='Account not activated'; errors['wrong_credentials']='Wrong login/password set'; var hotel_words=new Array(); hotel_words[0]='hotels'; hotel_words[1]='hotel'; hotel_words[2]='hotels'; hotel_words[3]='hotels'; hotel_words[4]='hotels'; hotel_words[5]='hotels'; hotel_words[6]='hotels'; hotel_words[7]='hotels'; hotel_words[8]='hotels'; hotel_words[9]='hotels'; hotel_words[10]='hotels'; hotel_words[11]='hotels'; hotel_words[12]='hotels'; hotel_words[13]='hotels'; hotel_words[14]='hotels'; hotel_words[15]='hotels'; hotel_words[16]='hotels'; hotel_words[17]='hotels'; hotel_words[18]='hotels'; hotel_words[19]='hotels'; hotel_words[20]='hotels'; var states = new Object(); states['waiting']='Waiting'; states['usedup']='Used'; states['cancelled']='Cancelled'; var service_charge_value = 5; var rooms_available = '###ROOM_COUNT### rooms available'; var rooms_text=new Array(); rooms_text[0]='rooms'; rooms_text[1]='room'; rooms_text[2]='rooms'; rooms_text[3]='rooms'; rooms_text[4]='rooms'; rooms_text[5]='rooms'; rooms_text[6]='rooms'; rooms_text[7]='rooms'; rooms_text[8]='rooms'; rooms_text[9]='rooms'; rooms_text[10]='rooms'; rooms_text[11]='rooms'; rooms_text[12]='rooms'; rooms_text[13]='rooms'; rooms_text[14]='rooms'; rooms_text[15]='rooms'; rooms_text[16]='rooms'; rooms_text[17]='rooms'; rooms_text[18]='rooms'; rooms_text[19]='rooms'; rooms_text[20]='rooms'; rooms_text[21]='room'; rooms_text[22]='rooms'; rooms_text[23]='rooms'; rooms_text[24]='rooms'; rooms_text[25]='rooms'; rooms_text[26]='rooms'; rooms_text[27]='rooms'; rooms_text[28]='rooms'; rooms_text[29]='rooms'; rooms_text[30]='rooms'; rooms_text[31]='room'; rooms_text[32]='rooms'; rooms_text[33]='rooms'; rooms_text[34]='rooms'; rooms_text[35]='rooms'; rooms_text[36]='rooms'; rooms_text[37]='rooms'; rooms_text[38]='rooms'; rooms_text[39]='rooms'; rooms_text[40]='rooms'; var yes_string='Yes'; var no_string='No';