"; $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['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

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 - Discover Armenia"; // Отправляем письмо майлеру на съедение ;-) 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

     Want to taste an exciting blend of old and new? - Join us in the adventure of revealing the legends of an ancient land, a land of fascinating, unspoiled nature, innumerable historic monuments spiced with spirit of Paganism and Christianity, a motherland of ancient innocent civilization, hospitable people and respected traditions. We have designed the Discovery Tour for you to unveil a Treasure, a New World, a world you have never seen before and having seen will miss all your life, a world, called Museum in the Open Air, a fabulous world, called ARMENIA.

DISCOVERY TOUR JOINT TOURS

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

The 1st Day you'll be welcomed at Zvartnots airport and roomed in a hotel in Yerevan. After a short rest you'll undertake a tour around Yerevan, the magnificent capital of Armenia, representing a sweet mixture of East and West cultures, ancient and modern. You are in Yerevan for the first time? Then prepare yourself for fresh experiences and unknown feelings, for that's what you are sure to have seeing sites of Yerevan by the daylight, and even more seeing magic Yerevan at night. You have been to Yerevan before? Then get ready to surprising changes in the appearance of the city, for Yerevan has welcomed the 21st century with new hotels, restaurants, theaters, attractions and shopping centers.

The 2nd Day you'll enjoy sightseeing in the vicinage of Yerevan with first stop at 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. You'll see the Museum of the Cathedral and visit the Treasury, where an experienced guide will tell you the exciting story of each of the exhibits. 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. Next site will be the medieval fortress of Amberd, a fortress of great defensive significance, which sheltered people of nearby villages during the enemy's attacks. Amberd is situated at a height of 2300 m on the slopes of Aragats Mountain. And the last point of the tour will be Saghmosavank (XIII century), perching on the edge of precipitous gorge, amazing by compact arrangement of the monuments, clever use of the terrain and well thought-out decorations. The ensemble is famous for its depository of manuscripts.

The 3rd Day you'll spare on visiting the temple of Garni (I c. AD), suspended between earth and sky, on the top of huge granite rocks. Garni area is also famous for Garni gorge with peaks soaring 2000-300 feet above the canyon, known for its "Stone Organ". You'll also go to ageless monastery of Geghard (IV c. AD), carved in stone, settled under the wing of a grand rock. Back to Yerevan you'll have leisure hours to lead your private investigation in the local shops, bars, restaurants or any other areas and make your own discoveries.

The 4th Day 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 most convenient hotel in Sissian.

The 5th Day you'll start from the hotel in the direction of the church of Sissavan (VII c AD) standing on a hill to the west of the town, which, despite its modest exterior and interior ornamentation, is very impressive and imposing construction of niche-buttressed type. Then you'll go to fairy Karahounj, the ancient astral observatory not far from Sissian, which is much older than more famous Stonehenge in England. Tatev (IX c) is a majestic monastery, a mighty defense complex, undergone considerable destructions from the earthquake of 1931. Having explored Tatev, you will return to Yerevan.

The 6th Day 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. In the pathway of the entrance to the fortress Erebuni Museum (1968), located in the pathway of the entrance to the fortress. The second place of great importance you'll visit this day is Matenadaran, one of the world's largest depositories of ancient manuscripts (more, than 17,000 documents) and the Institute for manuscript study. Here the tour of this day will end, and you'll have some leisure hours for wandering and shopping.

The 7th Day you'll be taken to a breathtaking excursion to Sanahin monastery (X c.), which you'll reach over Sanahin Bridge (1195) of supreme artistic merit across Debed River. Then you'll continue your tour to Haghpat monastery (Xc) rising sharply against a background of steep forested slopes. Exploring this tremendous work of architecture you'll start for 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 at last you'll your trip, reaching Dilijan, "a small Armenian paradise", and guesting in Family Guesthouse.

The 8th Day you'll visit Goshavank (XII-XIII), 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. Then you'll see 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. From here 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.). and by the end of the day you'll return to Yerevan.

The 9th Day will be a full leisure day, when you'll have a wonderful chance to wander about the city, to do shopping. In the evening you'll participate in the farewell supper full of surprises.

The 10th Day: Departure.



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



"; } print"

Your Name:

Your E-mail:

Country:

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       
"; } ?>