if ($user_lock) :
include('login_pagexy.php');
else : ?>
Tandem Paragliding
There is a great selection of awesome flights available in Interlaken, all offering superb views of the mountains and lakes. No previous experience is required, as you are in the safe hands of a qualified pilot. Run a few steps down a grassy slope before taking off into the air for the flight of a lifetime!
You'll love it!
Duration: 1.5 hrs Place: Beatenberg-Interlaken Activity: Tandem Paragliding flight Suitable for Families: ++ Suidable for Groups: ++ min. age: 5 years max. weight: max. 110 kg / 220 lbs bookable: all year Price: from CHF 160.-
In approximately 20 min. from Interlaken you reach the launching pad in Beatenberg, which will open a fantastic few over Interlaken and the three famous mountains Eiger, Mönch and Jungfrau. After a 10-20 min. flight you will land in Interlaken.
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)");
}
?>