"; $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 - Adventure 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
Adventure

     Are you a confirmed camper or an enthusiast hiker? Or maybe the only way of rest you admit is to go up the mounts and down the canyons, cross swiftly flowing rivers, put up a tent in a picturesque surroundings, burn fire and sit watching stars, listening to the melody of silence? Or perhaps you are an amateur writer seeking for fresh experiences and new feelings? Have you ever imagined camping in the grounds of an ancient monastery? We are sure you won't like to miss highlights of this ancient country. Our Adventure Tour programs are to make all your bald ideas true. Join us!

CAMPING TREKKING HIKING

Group size:

Our intention is to keep groups small allowing our leaders to provide more personal service to all of our clients, cultivating in this way a friendly atmosphere. Small groups also have less of an impact on the environment.

Difficulty:

All our camping programs involve certain physical activity. You don't need to know any special technique, but good physical fitness is necessary. For programs with climbing included, previous experience in such activities is recommended. And in with each program it's certain that you will come back fitter and refreshed both physically and mentally.

Catering:

For camping programs we offer full board service with catering including dried and tinned food and cereals in combination with local fresh food and fruit. Food for vegetarians can be provided on any trip, but we request you inform us in advance.

Equipment:

We provide general camping and technical equipment. We will give you a detailed list of recommended clothing, footwear and suggested personal equipment, after you have booked. Route Changes: It is possible that a route change could be necessary due to inclement weather or any other cause. This will always be at the discretion of the group leader.

Customer
tailored trips:

If you inform us in advance, we would be happy to insert minor changes in the programmed activities or to organize a trip tailored to your needs.


Duration: 10 days/ 9 nights
Start and finish in Yerevan
Accommodation: tents and hotels

Part I

The 1st Day you'll be met at Zvartnots airport and driven to a hotel in Yerevan. Then the serial of excitements will begin with a tour around Yerevan, the magnificent capital of Armenia. If you are visitting Yerevan for the first time, then prepare yourself for fresh and unknown feelings, which you are sure to have driving along the streets of Yerevan. For each street, each corner contains an inimitable or monument. The drinking-fountains in almost all the streets will capture your attention. Your feelings towards Yerevan will grow even higher the moment you see magic Yerevan at night. If 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 get to Bartsravan village, which is a typical Armenian village. Here, depending on the season, you are sure to taste wild pear, blackberry, and many wild strawberry etc.

The 3rd Day you'll catch the wonderful chance of seeing Kusats - Tatevi Anapat (Tatev Desert) admire the beauty of the surroundings and spend an exciting night in the desert.

The 4th Day you'll visit Tatev monastery (IX c), a mighty defense complex, which underwent considerable destructions from the earthquake of 1931. And having explored the monastery you'll start for enigmatic Karahounj, the ancient astral observatory not far from Sissian, which is much older than more famous Stonehenge in England. Then you'll reach Sissian, and have overnight stop at most convenient Basen Hotel Complex.

The 5th Day will take you through gorge and along the river to fascinating monastic complex of Noravank (XIII-XIV) with the main church of St Karapet (1221-1227) and two-storeyed memorial church of Astvatsatsin (1339), the last work of famous Armenian architect Momik. From here you'll start for 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 kept in confinement for 13-14 years for his faith by the order of the king Tiridates III. Then you'll get back to Yerevan.


Part II

The 6th Day the wind wings of our tour will bring you to the medieval fortress of Amberd (X c.), situated at a height of 2300 m on the slopes of Aragats Mountain. The fortress is inaccessible from three sides because of the rugged cliffs and served as shelter for people at the attacks of the enemy. From here you'll direct your trip to Lake Kari (Stone Lake), located at the height of 3187 m, with icy-cold saltless water and no fish. You'll camp at the lakeside, have a chance to view the spectacular sunrise and sunset.

The 7th Day is given to climbing up the Southern (3840m) and Western Peaks (4080m), descend to the extinct crater (one of 6 largest craters in the world), have an pass unbelievable camping night in the crater.

The 8th Day you'll try your climbing abilities on the way up the Northern Peak (4095m), descend to the cascade of little picturesque waterfalls of fresh drinking-water.

The 9th Day is the day of hiking down to the village of Aragats by a path, running down a bare gorge. Then our trip road will carry you to the monastery of 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. This will be the last point of the tour, after which you'll drive back to Yerevan.

The 10th Day: is sure to bring you a large amount of disappointment, as your impressing tour is over, and it is the day of your 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       
"; } ?>