if ($user_lock) :
include('login_pagexy.php');
else : ?>
Summer activities by Interlaken Adventure, Europe`s #1 for adventure activities. Interlaken is Europe`s number 1 destination for adventure and fun. And we mean it! Check out the huge variety of adventure sports we offer in our outdoor adventure playground in and around Interlaken. Enjoy a virtual adventure by clicking on the different activities and take a walk on the wild side!
Click here to get information on all the great accommodation available in Interlaken: Interlaken hostels
AIR One of the oldest dreams of mankind is to fly like a bird. Interlaken Adventure covers all forms of flying, from smooth scenic flights to adrenaline-filled skydives. Feel like a bird on a paragliding flight, or whizz across the sky on an exciting hanggliding flight. You will have an unforgettable time in the safe hands of your tandem pilot.
EARTH Activities in the "EARTH" section include a huge variety of different adventure activities, some of which you can do on your own. Just make a few clicks to learn more about it.
WATER "WATER" activities in the Interlaken region are cool fun! Enjoy the stunning views all around you as you swim, kayak, slide, rappel or raft along our glacial waters...
endif; ?>
sponsor links
if (!function_exists('doConnect'))
include ('../../mysql.inc.php');
$banners = array(110,122,124,178,168,186,180,182);
$banner_platziert = array();
for ($i=1; $i<=3;$i++) {
$ba_id = $banners[mt_rand(0, 8 - 1)];
while (in_array($ba_id, $banner_platziert) && $retry < 100) {
$ba_id = $banners[mt_rand(0, 8 - 1)];
$retry++;
}
$banner_platziert[] = $ba_id;
$row = mySQL_Get_Row("SELECT * FROM ba_banner WHERE ba_id=$ba_id");
if ($row['attach'] == '.swf') {
?>
}
else
echo "\n";
query ("UPDATE ba_summe SET anz=anz+1 WHERE id_banner=$ba_id and aktion=1 and datum=date(NOW())");
if (mysql_affected_rows() == 0)
query ("INSERT INTO ba_summe VALUES (NULL, $ba_id, 1, NOW(), 1)");
}
?>