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

Single room:

$single

Double room:

$double

Date:

$dataup - $datato

Message:

$msg
"; $printmsg="$allmsg

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

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



This message was generated from a form submission on: TOURISMARMENIA - Archaeological 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
Archaeological

Armenia is a real paradise for those interested in archaeology. There is no virtually a single place not occupied by any archaeological monument. It is a common situation when digging private house cellar - not to speak about major construction works for highways or factories - results in new exciting discoveries

The history of human settlement of Armenia dates back to Early Stone Age. Numerous cave settlements, rock carvings and impressive material unearthed indicate continued progress of first social entities at the territory of Armenian Plateau.

The Bronze Age was the period of formation of the Indo-European and early Armenian tribes, as well as of huge waves of nomads and migrating masses virtually from all directions. It is the times when Armenian tribe unions and confederations were neighbouring Hittite and Assyrian Kingdoms, when the megalithic observatory of Karahunj and the first complete cycle metallurgic factory of Metsamor were built. Rich findings of sites and tomb fields of Lake Sevan basin, Aragats Mount region and many others allows to restore the picture of life of what later became Nairi Kingdom.

Period of Urartu - Biblical Ararat Kingdom - was marked by the invention of iron, active construction of towns, fortresses, temples, as well as roads network. Arts and especially shrine crafts reached level of genuine masterpieces.

Hellenism in Armenia is demonstrated by unprecedented fusion of local and Greco-Roman elements practically in all spheres of life. It was the peak of might of Armenian Kingdom that expressed in establishment of new capitals, towns and development of fine and applied arts and crafts. Modern excavations provide an opportunity to affirm the notes on Armenia of such ancient authors, as Strabo, Pliny and many others.

Christianity adoption gave a mighty impetus and made Armenia recognized leader in such areas, as architecture, literature, natural sciences and arts.

This short description allows considering the range and volume of archaeological activities in Armenia.

Everyone interested in history and culture can find his or her own places of interest or just one inimitable corner long dreamed.

Below mentioned is the average or basic tour that can be tailored according to your choice and preferences, as well as the time of your trip. In addition to immediate participation to excavation process these tour also provide visits to numerous ancient sites, monasteries, museums and exhibitions.


SANCTUARY COMPLEX NEAR HOGHMIK

Duration: 11 days/ 10 nights
Start and finish in Yerevan
Accommodation: hotels and village house

Day 1: 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.

Day 2: You'll spare on visiting the temple of Garni (I c. AD), suspended between earth and sky, on the top of huge granite rocks. You'll also go to ageless monastery of Geghard (IV c. AD), carved in rock of a deep canyon. The lunch will be served at the house of Garni resident Sergei and provide rare opportunity not just taste, but also to witness and to take part in cooking of the most delicious Armenian dishes. 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.

Day 3: Departure to Hoghmik. The first stop will be at Metsamor - ongoing excavation and museum on the site of an urban complex with a large metallurgical and astronomical center (4,000 to 3,000 BC). Next visit will be to Bronze Age open-air temple-city of Agarak. You will also visit Harichavank monastery built in VI-VII AD and situated on a cape formed by shallow ravines and rivers flowing through them. At the evening you will arrive to Hoghmik for 5-day excavation period. During the dinner you will get acquaintance to the Head of Excavation Group Ph.D. Hayk Hakobyan and his team.

Days 4-8: Though the ancient sources mention the existence of numerous religious centers, but it's for the first time in Armenia, when site, owned by pagan shrine was unearthed. The excavations opened the complex of temples, administrative buildings, food storages, dating to Hellenistic and Roman era /II BC- IV AD/. It was dedicated to the God of the Sun Vahagn - Mithra - Tir - Apollo, while also implementing the rituals dedicated to Anahit, Goddess of beauty and fertility. Owners of fertile wheat fields and rich herds, local priests were using the benefits of position on the trade route from the Sebastopolice on Black Sea to the city of Ekbatana in ancient Iran, which was sufficiently functioning since Median period through Classic and early Medieval times. The food and local pottery was exchanged with fine ceramics, jewelry and exotic goods from Egypt, Syria, Iran and Asia Minor. Surrounded by hills, alpine meadows and springs it is in the middle of rye field on the left bank of Akhuryan River (Rah of ancient sources) approximately 20km north to Giumry, the second city of Armenia. The sharpness of the plan is expressed in fine proportions and use of "sacred" numbers. The unearthed area of more than 40 halls and rooms is 70x70m. and expected estimations are for 400x150m. Collected artifacts show active reldtions with Greece, Rome, Iran, as well as Levant.


SANCTUARY COMPLEX NEAR HOGHMIK

The field parties of this complex provide improved data, highlighting connections between of architectural styles, cults, arts of with that of Middle East region and explain the peculiarities of strong cultural contacts with Greek-Roman world. The sanctuary complex was excavated since 1987 by field expedition of Institute of Archaeology and Anthropology of the National Academy of sciences, headed by Ph.D. H.Hakobyan.

After the breakfast field party members have 15-minutes promenade to the excavation site. Five-hour working day is interrupted by yogurt break and a bath at nearby springs for one hour. Siesta and one hour of processing the findings follow the dinner and briefing at the camp concludes the daily duties. The team members are involved in whole working cycle - digging, preparation, processing, conservation and registration.

Day 9: On the way to Yerevan you will visit 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.

Day 10: 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.

Day 11: 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:

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