"; $back="
Please go back:"; // Удобная строка function replacer ($text) { // ФУНКЦИЯ очистки кода $text=str_replace(" ",' ',$text); $text=str_replace(">",'>',$text); $text=str_replace("<",'<',$text); $text=str_replace("\"",'"',$text); $text=preg_replace("/\n\n/",'

',$text); $text=preg_replace("/\n/",'
',$text); $text=preg_replace("/\\\$/",'$',$text); $text=preg_replace("/\r/",'',$text); $text=preg_replace("/\\\/",'\',$text); $text=str_replace("\r\n","
",$text); $text=str_replace("\n\n",'

',$text); $text=str_replace("\n",'
',$text); $text=str_replace("\t",'',$text); $text=str_replace("\r",'',$text); $text=str_replace(' ',' ',$text); do {$text=str_replace("


","
",$text);} while (preg_match("/



/i",$text)); do {$text=str_replace(" "," ",$text);} while (preg_match("/ /i",$text)); $text=str_replace("\t",' ',$text); $text=str_replace("\r",' ',$text); $text=str_replace(' ',' ',$text); $text=rtrim($text); return $text; } // Для цифрозащиты антиспам: $absrand="82321";// Случайное число. Используется для цифрозащиты. if (isset($_GET['image'])) { // Функция с цифрами защиты $st="R0lGODlhCgAMAIABAFNTU////yH5BAEAAAEALAAAAAAKAAwAAAI"; // общая часть для всех рисунков function imgwr($st,$num){ if ($num=="0") {$len="63"; $number=$st."WjIFgi6e+QpMP0jin1bfv2nFaBlJaAQA7";} if ($num=="1") {$len="61"; $number=$st."UjA1wG8noXlJsUnlrXhE/+DXb0RUAOw==";} if ($num=="2") {$len="64"; $number=$st."XjIFgi6e+QpMPRlbjvFtnfFnchyVJUAAAOw==";} if ($num=="3") {$len="64"; $number=$st."XjIFgi6e+Qovs0RkTzXbj+3yTJnUlVgAAOw==";} if ($num=="4") {$len="64"; $number=$st."XjA9wG8mWFIty0amczbVJDVHg9oSlZxQAOw==";} if ($num=="5") {$len="63"; $number=$st."WTIAJdsuPHovSKGoprhs67mzaJypMAQA7";} if ($num=="6") {$len="63"; $number=$st."WjIFoB6vxmFw0pfpihI3jOW1at3FRAQA7";} if ($num=="7") {$len="61"; $number=$st."UDI4Xy6vtAIzTyPpg1ndu9oEdNxUAOw==";} if ($num=="8") {$len="63"; $number=$st."WjIFgi6e+QpMP2slSpJbn7mFeWDlYAQA7";} if ($num=="9") {$len="64"; $number=$st."XjIFgi6e+QpMP0jinvbT2FGGPxmlkohUAOw==";} header("Content-type: image/gif"); header("Content-length: $len"); echo base64_decode($number); } // Вывод изображений на экран (все кодированы - робот не пройдёт) if (array_key_exists("image", $_REQUEST)) { $num=$_REQUEST["image"]; for ($i=0; $i<10; $i++) {if (md5($i+$absrand)==$num) {imgwr($st,$i); die();}} } exit;} //******************* Ниже лучше ничего не трогать ************************// // Событие ОТПРАВКИ СООБЩЕНИЯ администратору if (isset($_GET['event'])) { //sleep(1); // мелкая защита от БОТОВ if ($antispam==TRUE) { $bada="$shapka $back Invalid verification code!"; if (isset($_POST['usernum'])) {$usernum=$_POST['usernum'];} else {exit("$bada");} if (isset($_POST['xkey'])) {$xkey=$_POST['xkey'];} else {exit("$bada");} $userkey=md5("$usernum+$absrand"); if ($userkey!=$xkey) {exit("$bada");}} // обрабатываем REPLACER'ом все данные if (!isset($_POST['name'])) {exit("$shapka $back Your Name is missing!");} else {$name=replacer($_POST['name']);} if (!isset($_POST['country'])) {exit("$shapka $back The Country is missing!");} else {$country=replacer($_POST['country']);} if (!isset($_POST['email'])) {exit("$shapka $back Your E-mail is missing!");} else {$email=replacer($_POST['email']);} if (!isset($_POST['adult'])) {exit("$shapka");} else {$adult=replacer($_POST['adult']);} if (!isset($_POST['children'])) {exit("$shapka");} else {$children=replacer($_POST['children']);} if (!isset($_POST['single'])) {exit("$shapka");} else {$single=replacer($_POST['single']);} if (!isset($_POST['double'])) {exit("$shapka");} else {$double=replacer($_POST['double']);} if (!isset($_POST['dataup'])) {exit("$shapka");} else {$dataup=replacer($_POST['dataup']);} if (!isset($_POST['datato'])) {exit("$shapka");} else {$datato=replacer($_POST['datato']);} if (!isset($_POST['title'])) {exit("$shapka");} else {$title=replacer($_POST['title']);} if (!isset($_POST['tour'])) {exit("$shapka");} else {$tour=replacer($_POST['tour']);} if (!isset($_POST['tema'])) {exit("$shapka $back The Subject is missing!");} else {$tema=replacer($_POST['tema']);} if (!isset($_POST['msg'])) {exit("$shapka $back Your Message is missing!");} else {$msg=replacer($_POST['msg']);} // Если тема обязательна, разкоментируйте строчку ниже if ($tema=="" || strlen($tema)>$maxtema) {exit("$shapka $back The subject is missing!

");} if ($name=="" || strlen($name)>$maxname) {exit("$shapka $back Your Name is missing!");} if ($msg=="" || strlen($msg)>$maxmsg) {exit("$shapka $back Your Message is missing!");} if(!preg_match("/^[a-z0-9\.\-_]+@[a-z0-9\-_]+\.([a-z0-9\-_]+\.)*?[a-z]+$/is", $_POST['email']) or $_POST['email']=="") {exit("$shapka $back Please correct Your E-mail address!");} $host=$_SERVER["HTTP_HOST"]; $self=$_SERVER["PHP_SELF"]; $smailurl="http://$host$self"; // Настройки для отправки писем $headers=null; $headers.="From: $name <$email>\n"; $headers.="X-Mailer: PHP/".phpversion()."\n"; $headers.="Content-Type: text/html; charset=windows-1251"; // Собираем всю информацию в теле письма $allmsg="$shapka

Your Name:

$title $name

E-mail:

$email

Country:

$country

Tour type:

$tour

Adult:

$adult

Children:

$children

Single room:

$single

Double room:

$double

Date:

$dataup - $datato

Message:

$msg
"; $printmsg="$allmsg

Ваше сообщение успешно отправлено

Вернуться назад "; $allmsg.="



This message was generated from a form submission on: TOURISMARMENIA - Joint Tours"; // Отправляем письмо майлеру на съедение ;-) mail("$myemail", $tema, $allmsg, $headers); // Пишем пользователю "Спасибо" и обновляем страницу через JavaScript print ""; } else { // Типо главной страницы print "$shapka
Home    About Armenia    Travelers Info    Map of Armenia    Accommodation    Events    Shopping    About Us    
Tour Creator
Tour Creator
Tour Itineraries
Cultural ToursCultural
Adventure ToursAdventure
Birdwatching ToursBirdwatching
Archaeological ToursArchaeological
Off-Road Tours
Off-Road Tours
Car Services
Weather in
Photo Gallery
Cultural

     Tired of monotony of every-day life? Want a rest of profound changes? A trip of contrasts? Start for this exciting Joint Trip with us! We are sure you'll want to visit these two very distinct countries of the Transcaucasus we suggest. Join us in a tour of becoming acquainted with two different peoples with their histories and cultures on the background of breathtaking world of nature. Enjoy a detailed look at their towns and historical sights, natural monuments and priceless cultural treasures. Get familiar with the unicity of their traditions and soleness of folklore. Chose this tour and the entire world will brighten its colors for you!

DISCOVERY TOUR JOINT TOURS

ARMENIA - ARTSAKH
Duration: 10 days/ 9 nights
Start and finish in Yerevan
Overnight in hotels & B&B

Day 1: Arrival to Zvartnots airport and transfer to hotel in Yerevan. A little later you'll undertake a tour around Yerevan. You have been to Yerevan before? Then get ready to surprising changes in its appearance, as Yerevan met the 21st century with new hotels, restaurants, theaters and museums, attractions and shopping centers.

Odzun

Day 2: Matenadaran, one of the world's largest depositories of ancient manuscripts (more, than 17,000 documents) and the Institute for manuscript study. Visit of Garni with the Temple of Sun (I c. AD), the only preserved pagan temple, presented by Tiridates III to his sister. The temple suspended between earth and sky, on the top of huge granite rocks and ageless monastery of Geghard (IV c. AD), carved in stone, settled under the wing of a grand rock. Back to Yerevan.

Day 3: Visiting to North region of Armenia, Odzoun basilica (VI c.), famous for its large memorial monuments of V-VII centuries, representing some degree of approximation to the antique triumphal arch and Haghpat monastery (Xc), rising sharply against a background of steep forested slopes. You'll have an overnight stop at Guesthouse in Dilijan.

Day 4: Next site will be Dilijan, "a small Armenian paradise". You'll see Goshavank (XII-XIII), a monastery complex situated in the place of an older monastery, Ghetik, destroyed by an earthquake. Next point will be Haghartsin (X-XIII), an architectural ensemble the building of which took about 300 years. Here you can see numerous memorial khachkars, among which unique and highly artistic ones can be found. Visiting lake Sevan, one of the most idyllic beauty spots. You'll visit its peninsula, with two churches on its top, providing a panoramic view. Back and overnight in Yerevan.

Day 5: you'll visit the monastery complex of Khor Virap, located just at the slope of Ararat. Here the establisher of Christianity in Armenia Grigor the Enlightener had been in confinement for 13-14 years. Then the tour will bring you to attractive monastic complex of Noravank (XIII-XIV), standing gracefully on a flat surface of a hill. Among other monuments you'll see the main church of St. Karapet (1221-1227) and two-storeyed memorial church of Astvatsatsin (1339), the last work of famous Armenian architect Momik. At last you'll reach Sissian, and have overnight stop at Guesthouse in Sissian.

Day 6: The next visit to Nagorno Karabagh - the historical name “Artsakh”. The first evidences of the ancient history of the land dates back to the asykh cave of early palaeolith (500 - 100 thousand years ago). Tsitsernavank (V) monastery. Askeran Mayraberd (IX-X). Overnight in Stepanakert.

Day 7: Gandzasar monastery - founded in 1216 and became an important center of the Armenian political and cultural life. During the centuries, it was residence of Catolicos of the eastern land of Armenia. Mardakert region and river Tartar, Stepanakert. Overnight in Stepanakert.

Day 8: Shushi the long-time cultural capital of the area was founded in 1752. It has a large and beautiful white stone Holy Ghazanchetsots Chatedral, built in 1868 - 1887. Tatev, one of the most celebrated and majestic of Armenian monasteries and universities, is a mighty defense complex founded in IX century on the site of an ancient tabernacle. Back to Yerevan.

Holy Ghazanchetsots

Day 9: is given to visitting the Fortress Town of Erebuni, the ancient forerunner of Yerevan, located at Arin-Berd hilltop. At present Erebuni is partially restored and made into an open-air museum. Next site will be the Echmiatsin, one of the ancient capitals of Armenia, with the Mother Church, The Cathedral of Holly Echmiatsin, a masterpiece of classical Armenian architecture, founded in 301 AD. Your second stop will be at ruins of Zvartnots temple (built in 7-th c., destroyed by an earthquake in 10-th c.), a magnificent massive complex of temple, palace, wine cellars and food storage. Overnight in Yerevan.

Day 10: Departure:

ARMENIA - GEORGIA
Duration: 10 days/ 9 nights
Start in Yerevan, finish at Tbilisi
Overnight in hotels & B&B

The 1st Day you'll be met at the airport Zvartnots and roomed in a hotel in Yerevan. A little later you'll undertake a tour around Yerevan, unbelievably beautiful pink capital of Armenia a sweet blend of ancient and modern. Visitting Yerevan for the first time, prepare yourself for fresh and unknown emotions, for that's what you are sure to have seeing sites of Yerevan by the daylight, and then view how the city changes its pink dress to many-coloured bright one by the night. Bending before a drinking-fountain for a gulp of water, you'll have special feeling, as each of the fountains is built in honour of someone, and drinking water, you at the same time bend in respect to this person. You have been to Yerevan before? Then get ready to surprising changes in its appearance, as Yerevan met the 21st century with new hotels, restaurants, theaters, attractions and shopping centers.

Garni

The 2nd Day you'll spare on visitting of Garni with the Temple of Sun (I c. AD), the only preserved pagan temple, presented by Tiridates III to his sister. The temple suspended between earth and sky, on the top of huge granite rocks and ageless monastery of Geghard (IV c. AD), carved in stone, settled under the wing of a grand rock.Then you'll have a stop at Echmiadzin, one of several ancient capitals of Armenia, significant for the Mother Church, The Cathedral of Holly Echmiatsin, a masterpiece of classical Armenian architecture, founded in 301 AD by Grigor the Enlightener, inspired by the vision of the Only Begotten Son, Christ, descending to the town of Vagharshapat with a golden hammer in hand and showing the site of the church. The last sight of this day will be the ruins of Zvartnots temple (built in 7-th c., destroyed by an earthquake in 10-th c.), a magnificent massive complex, perfectly fitting into the surroundings with Mount Ararat at the background.

The 3rd Day you'll see the monastery complex of Khor-Virap, located at the slope of Ararat Mount. Here Grigor the Enlightener had been in confinement in a deep pit for 13-14 years for spreading Christianity in Armenia. From here you'll forward your steps to Noravank monastic complex (XIII-XIV) where besides all the beauties you'll the main church of St. Karapet (1221-1227) and two-storeyed memorial church of Astvatsatsin (1339), the last work of famous Armenian architect Momik will catch your sight. Then you'll get back to Yerevan. Then you'll get back to Yerevan.

The 4th Day you'll start for lake Sevan, one of the most idyllic beauty spots. You'll visit its peninsula, with two churches on its top, providing a panoramic view. The exciting story, told by the guide will take you to the reigning times of the king Ashot Erkat (Ashot the Iron X c.). Next site will be Dilijan, "a small Armenian paradise". You'll see Goshavank (XII-XIII), a monastery complex situated in dense oak wood, in the gorge of a small but turbulent river, in the place of an older monastery, Ghetik, destroyed by an earthquake. Next point will be Haghartsin (X-XIII), an architectural ensemble the building of which took about 300 years. Here you can see numerous memorial khachkars, among which unique and highly artistic ones can be found. You'll have an overnight stop at Guesthouse in Dilijan.

The 5th Day is given to visitting Odzoun basilica (VI c.), famous for its large memorial monuments of V-VII centuries, representing some degree of approximation to the antique triumphal arch and Haghpatmonastery (Xc), rising sharply against a background of steep forested slopes. You'll explore this tremendous work of architecture. From here you'll start for Georgia via Border (Sadahlo) and have a city tour in Tbilisi.

The 6th Day you'll drive to Kutaisi, western part of Georgia. On the way to Kutaisi you'll visit Mtskheta, the ancient capital of Georgia, near Tbilisi. You'll also see Svetitskhoveli Cathedral (11th c.) and Jvari Monastery (6th c.), Uplistsikhe cave town (6th century BC - 1400AD). A visit to J. Stalin's museum is also possible. You'll arrive in Kutaisi, which, dating back to the Argonauts times (13th -12th centuries BC), was the capital of ancient Colchida and later of Western Georgia. Overnight in Kutaisi.

The 7th Day you'll visit Bagrati (11th c.), and Gelati (12th c.) temples. Gelati Monastery and Academy was founded by King David in 1106. Drive from Kutaisi to Tbilisi. On the road you'll visit Samtavisi Church (11th c.). Arrive Tbilisi.

Gelati

The 8th Day you'll have a half-day trip to Gareji semi-desert, to David Gareji Monastery, one of the highlights of Georgia. You'll admire the cave architecture and frescos of the 8-13th c. Return to Tbilisi.

The 9th Day you'll drive to town Kazbegi, (1700m), in the heart of the Caucasian Mountains, via Gudauri ski resort and the Jvari Pass (2380m). On the road you'll have a stop at the fortified Church of Ananuri (15th-16th c.). Then you'll walk to Gergeti Church at 2100m is possible. You'll enjoy panoramic views of Mount Kazbek, 5047m and return to Tbilisi.

The 10th Day: Departure.



For more information or for composing your private tour, please write to us:



"; } print"

Your Name:

Your E-mail:

Country:

Choose type of your tour:

Number of people accompanying:

       Number of children (1-14 years old): 

Room type & quantity of rooms:

 Single,    Double

Approximate Travel Time Period:

  -  

    In order to make it possibly pleasant we will be happy to learn more about your wishes and your experience, as well as about specific destinations, as well as food preferences.
Thank You!

"; if ($antispam==TRUE) { // если АНТИСПАМ АКТИВИРОВАН if (array_key_exists("image", $_REQUEST)) { $num=replacer($_REQUEST["image"]); for ($i=0; $i<10; $i++) {if (md5($i+$absrand)==$num) {imgwr($st,$i); die();}} } $xkey=""; mt_srand(time()+(double)microtime()*1000000); print"

Verification Code:

"; for ($i=0; $i<$maxkey; $i++) { $snum[$i]=mt_rand(0,9); $psnum=md5($snum[$i]+$absrand); $phpself=$_SERVER["PHP_SELF"]; echo "\n"; $xkey=$xkey.$snum[$i]; } $xkey=md5("$xkey+$absrand"); print"   (Please retype this code below)




Bookmark and Share



Home | About Armenia | Travelers Info | Map| Accommodation | Events | Shopping | Gallery | E-Postcards | Links | About Us | Contact Us
Material Copyright ©® May 1999 O'Hara Systems Inc. The last updating in Tourist Information Center       
"; } ?>