|

Hotel
Horison Jakarta is located only kilometers from the bustling
business center of one of the world's largest cities. A 30-minute
drive takes you from Sukarno-Hatta International Airport to
the Hotel Horison, but a world away ...., The Hotel Horison
takes you away from the frenzied city rush to northern Jakarta's
renowned "Ancol Dreamland." Jakarta's only International
resort hotel, the Horison offer every business amenity, and
much more. Its own sandy beach on the Java Sea, the Ancol's
fantasy world and theme park, a green golf course, a first
class marine world, and the intriguing "Pasar Seni"
art Market.
| Accomodation |
W'Days & W'End |
| SUPERIOR
|
Rp.
420.000,-++
|
| DELUXE
|
Rp.
500.000,-++
|
| EXTRA
PERSON |
Rp.
180.000,-++ |
All rates in rupiah
and subject to 11% goverment tax & 10% service charge
| Tower |
Nett |
| Studio
Suite |
Rp.
1.331.000,- |
| Yunior
Suite |
Rp.
1.633.500,- |
| Pelangi
Suite |
Rp.
1.815.000,- |
| Metropolitan
Suite |
Rp.
3.206.500,- |
| Horison
Suite |
Rp.
4.598.000,- |
| Royal
Suite |
Rp.
6.655.000,- |
Including
Horison's buffet breakfast at Sunda Kelapa Coffee Shop for
2 Person
For Your Meetings,
Conferences and Banquets
The Hotel Horison offers
Jakarta's most extensive and modern facilities from its
conveniently located Business Center, where you will receive
individualized assistance with all of your business needs,
to the magnificent Krakatau Convention Halll, where you
and 4000 of your friends can gather for a symposium or a
sumptuous wedding banquet.
Hotel Horison Jakarta
can assist you in selecting which of its twelve venues will
be perfect for your special function, and help you to plan
even the smallest of details to make your event a success.
Personal service and attention by the hotel's highly experienced
and gracious staff make the hotel Jakarta's most sought
after for social and business functions.
If you prefer the
open air for your festivities, several outdoor areas are
also available to you, including the Horison's swimming
pool area, its beach on the Java Sea, or the extensive Anging
Mamiri Garden area which features its own performance stage.
All Hotel Horison
function rooms are equipped with state-of-the-art audiovisual
and lighting equipment, including sophisticated simultaneous
interpretation equipment for translating your information
into six languages.
The Horison Club
Good health is everyone's
dream, and your dreams can come true when you join The Horison
Club. A wide range of Sports and recreational opportunities
awaits you at The Fitness Center.
-
Whirpools
and Sauna
-
Shiatsu Physiotherapy and Massage
-
Modern Fitness Center with fully-equipped Gymnasium and
Aerobic classes
-
Windsurfing, jet-skiing, and other water sports
-
Tennis Court
-
Swimming Pools
-
Jogging Track along the white sand beach
Hotel Horison. Dine and Enjoy!
Okoh
Japanese Restaurant,
Serving delightful Japanese specialities in a traditional
setting, with private tatami rooms available.
Golden Dragon Chinese Restaurant,
Specializing in the finest of Szechuan cuisine.
Sunda Kelapa Coffee Shop,
Providing extensive European and Indonesian favorites in
a relaxed setting overlooking the beach and its own lush
tropical garden. Offering a sumptuous breakfast buffet daily
and special Sunday buffet.
Horison Grill Restaurant
Offering Choises of grilled sea food and steaks.
Pondok Samudra Seafood,
Presenting the freshest of seafood, with ocean view dining.
Anging Mamiri Garden.
Dining in tropical style at the special "Barbeque Under
The Stars" Buffet, with Hawaiian entertainment, each
Saturday night.
Poolside Bar,
Serving tempting snacks all day while you Relax by the Horison's
Swimming pools.
Nelayan Bar,
Providing spacious, elegant lounge for meeting friends and
enjoying live entertainment.
Spec's Music Lounge and Karaoke,
Dancing to the wee hours with entertainment provided by
top international bands.
Wave discotheque,
Supplying Jakarta's "Young at Heart" with perfect
place to drink and dance the night away.
|
|
\n";
for ($i = 0; $i < count($arr_xml['URL']); $i++) {
echo " ".$arr_xml['BeforeText'][$i]." ".$arr_xml['Text'][$i]." ".$arr_xml['AfterText'][$i]."\n";
}
echo "";
}
}
function tla_updateLocalXML($url, $file, $time_out)
{
if($handle = fopen($file, "a")){
fwrite($handle, "\n");
fclose($handle);
}
if($xml = file_get_contents_tla($url, $time_out)) {
$xml = substr($xml, strpos($xml,''));
if ($handle = fopen($file, "w")) {
fwrite($handle, $xml);
fclose($handle);
}
}
}
function tla_getLocalXML($file)
{
$contents = "";
if($handle = fopen($file, "r")){
$contents = fread($handle, filesize($file)+1);
fclose($handle);
}
return $contents;
}
function file_get_contents_tla($url, $time_out)
{
$result = "";
$url = parse_url($url);
if ($handle = @fsockopen ($url["host"], 80)) {
if(function_exists("socket_set_timeout")) {
socket_set_timeout($handle,$time_out,0);
} else if(function_exists("stream_set_timeout")) {
stream_set_timeout($handle,$time_out,0);
}
fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0\r\nHost: $url[host]\r\nConnection: Close\r\n\r\n");
while (!feof($handle)) {
$result .= @fread($handle, 40960);
}
fclose($handle);
}
return $result;
}
function tla_decodeXML($xmlstg)
{
if( !function_exists('html_entity_decode') ){
function html_entity_decode($string)
{
// replace numeric entities
$string = preg_replace('~([0-9a-f]+);~ei', 'chr(hexdec("\1"))', $string);
$string = preg_replace('~([0-9]+);~e', 'chr(\1)', $string);
// replace literal entities
$trans_tbl = get_html_translation_table(HTML_ENTITIES);
$trans_tbl = array_flip($trans_tbl);
return strtr($string, $trans_tbl);
}
}
$out = "";
$retarr = "";
preg_match_all ("/<(.*?)>(.*?)", $xmlstg, $out, PREG_SET_ORDER);
$search_ar = array('<', '>', '"');
$replace_ar = array('<', '>', '"');
$n = 0;
while (isset($out[$n]))
{
$retarr[$out[$n][1]][] = str_replace($search_ar, $replace_ar,html_entity_decode(strip_tags($out[$n][0])));
$n++;
}
return $retarr;
}
tla_ads();
?> |