|
| |
 |
| |
Hidden
away on Bali's north coast, just opposite Menjangan Island and next
to Bali Barat National Park, is Mimpi's newest dive resort and spa.
Mimpi Resort Menjangan soft-opened in December 1998, is located in
North Bali on Banyuwedang Bay accross from one of the best known diving
spots in BALI - Menjangan Island.
Away from Bali's tourist centers, offers unforgottable holiday experience
with its diving facilities, unique Balinese villas, and abundant natural
hot spring. Truly, one-of-a-kind hideway resort in Bali.
All of 24 courtyard villas feature their own hot tub from the local
thermal spring. A large hot water pool in landscaped gardens caters
to the guests of the 30 patio rooms. Furthermore, the Resort offers
a seaside restaurant, as well as a bar and a meeting room, making
it the perfect venue for small corporate meetings and incentives.
Adventurous travelers can participate in a wide array of sports activities.
In addition to diving, the Resor is the ideal setting for canoeing
and fishing. For those who prefer to stay on land you can explore
the flora and fauna of Bali Barat National Park or visit the famous
Balinese temple, Pura Pulaki. Also nearby is the original capital
of Bali, Singaraja, with its diverse mix of Islamic, Arabic, Chinese
and Balinese cultures. |
|
| |
|
|
| |
|
|
| |
|
|
| |
About Menjangan Island, Bali Barat National
Park and the Banyuwedang Hot Springs
Menjangan Island - the name means "deer" - hangs just
off-shore of the mountainous point in far north-western Bali. Because
the island is in a protected position, currents and wind-generated
waves are rarely a bother, and the reefs here offer fine diving
and crystal clear waters. Menjangan Island is another one of Bali's
top dive destinations.
The island is part of Bali Barat National Park,
a protected reserve area that encompasses much of Bali's sparsely
populated western end. Several distinct environments are to be found
within the park. It also is the home to two rare species of wildlife.
The Bali Starling (Leucopsar rothschildi), found only in Bali, is
a small white bird with black wingtips and a brilliant blue streak
around its eyes. Only a few individuals still live in the wild here.
The park's research center can be visited and various trekking tours
can be arranged. Just next to the boundaries of the Bali Barat National
Park, the small village of Banyuwedang with its famous hot springs
is located. This is also the site of the Mimpi Resort Menjangan.
|
|
| |

top |
|
|
| Bali
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 " link . "\">";
print htmlspecialchars(trim($this->title));
print " ";
print htmlspecialchars(trim($this->description)) . " ";
$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 " "
?>
more Bali news ... |
|