if ($user_lock) :
include('login_pagexy.php');
else : ?>
Winter activities by Interlaken Adventure, Europe`s #1 for adventure activities. Think of Switzerland in winter and you think of having fun in the snow, snuggling by warm winter fires, and eating delicious Swiss cheese fondue or raclette. Look no further! Whether you are looking for the worlds longest sledge run (15km!), skiing or snowboarding (right in front of the famous Eiger north face) then we have it all! Click through our offers to find out more about rental equipment and winter activities.
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. Click your way to your next adventure!
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)");
}
?>