Bali
Adventures
Wide range of exciting Bali
adventures are available in this paradise island through the various
land & water activities.
Bali has many places of interest and natural splendour. They are
ranging from mountaneous jungle trekking to whitewater rafting to
spectacular snorkelling. Make your days in Bali unforgettable through
the various land & water activities. Wide range of exciting
adventures and amusements are available in Bali, with something
new opening all the time.
The following listings are our special selection of Bali Adventures
such as Whitewater Rafting, Diving, Sea Cruises, Trekking, Mountain
Cycling, Horse Riding, and Fishing.
|
| |
|
Bali
Whitewater Rafting
Thousands of visitors have enjoyed the thrills and spills
of Bali whitewater rafting with trips available on the
Ayung, Telaga Waja and Unda Rivers. The Ayung River is
by far the most scenic and has the shortest travelling
time from most tourist destinations. |
 |
Bali
Sea Cruises
If you would like to explore the islands near Bali you
have a wide range of choices for boating expeditions with
anything from a few hours in a traditional jukung to day
cruises or longer overnights trips on yachts or luxury
cruisers. |
 |
Bali
Diving
Get ready for one of the best diving destinations in the
world. Golden beaches, clear turquoise water teeming with
marine life, above water, a diversity of races and cultures
coming together in cultural blend rich with colors. |
 |
 |
Bali
Cycling
One of the best ways to see the spectacular countryside
and the mountain scenery of Bali is on a cycling tour |
 |
Bali
Trekking
Experience the beauty of Bali in a way most tourists never
do with a trek through Bali's tropical rainforest. |
 |
Bali
Elephant Safari Ride Tour
Get up close and personal with elephant. The experience
of sitting high atop an elephant in a teak wood chair,
through... |
 |
Bali
Horse Riding
See Bali in way you've never seen it before. Join our
horse-riding treks which take you through the lush rice
terraces |
 |
Bali
Watersports
We offer a wide selection of Water Sport Activities :
Jet Ski, Parasailing, Water Ski, Banana Boat and Glass
Bottom Boat. |
 |
Bali
Land Cruise
Travel by legendary Land Rover on grassy tracks through
terraced rice fields and untouched rainforest... |
| |
|
|
|
|
|
|
| World
Adventures News |
";
$url = str_replace("", $KEYWORDS, $url);
print "";
flush();
class SimpleXmlParser{
var $SimpleParser;
var $feedUrl;
var $title = "";
var $description = "";
var $link = "";
var $author="";
var $pubDate="";
var $insideitem = false;
var $tag = "";
var $count_results = 0;
var $total_results = 0;
function SimpleXmlParser($MyFeed, $results) {
$this->total_results = $results;
$this->SimpleParser = xml_parser_create();
$this->feedUrl=$MyFeed;
xml_set_object($this->SimpleParser,$this);
xml_set_element_handler($this->SimpleParser, "XmlParserFirstElement", "XmlParserendElement");
xml_set_character_data_handler($this->SimpleParser, "characterData");
$this->ParseFeed(); // Call to Parser Function
}
function XmlParserFirstElement($parser, $tagName, $attrs) {
if ($this->insideitem) {
$this->tag = $tagName;
} elseif ($tagName == "ITEM") {
$this->insideitem = true;
}
}
function XmlParserendElement($parser, $tagName) {
//The Function Will be called, when ever the XML_PARSER Encounters a end Tag, in the XML File
if ($tagName == "ITEM") {
if ($this->count_results < $this->total_results) {
print "- ";
print " link . "\">";
print htmlspecialchars(trim($this->title));
print "
";
print htmlspecialchars(trim($this->description)) . " ";
print " ";
$this->title = "";
$this->description = "";
$this->link = "";
$this->insideitem = false;
}
$this->count_results = $this->count_results + 1;
}
}
function characterData($parser, $data) {
if ($this->insideitem) {
switch ($this->tag) {
case "TITLE":
$this->title .= $data;
break;
case "DESCRIPTION":
$this->description .= $data;
break;
case "LINK":
$this->link .= $data;
$pos = strpos($this->link, "*");
if (!($pos === false)) {
$this->link = substr($this->link , $pos + 1, 300);
}
$this->link = trim($this->link);
$pos = strpos($this->link, "//");
if (!($pos === false)) {
$this->link = substr($this->link , $pos + 2, 300);
}
break;
}
}
}
function ParseFeed(){
$data=str_replace("’", "'",$data);
$data=str_replace("-–","-",$data);
$data=str_replace("“","'",$data); $data=str_replace("”","'",$data);
$data = file_get_contents($this->feedUrl);
xml_parse($this->SimpleParser, $data);
xml_parser_free($this->SimpleParser);
}
}
$XMLpar = new SimpleXmlParser($url, $QTY);
print " "
?>
|
|
|