Hawaiian LuausAs many visitors to Hawaii learn, a luau is a great way to learn about Hawaiian history and culture while enjoying an entertaining feast.
Luaus started in 1819 when King Kamehameha II abolished tradition and had a feast where both women and men were allowed. The celebration, in which all food was eaten by hand while sitting on the floor, led to the creation of the luau. Today, the same foods are served, but utensils and chairs are allowed!
Every Hawaiian island has luaus open to the public - from large 'commercial' luaus to smaller luaus held to commemorate holidays or special occassions. Luaus are always held at sunsets (typically on a beach) and usually last about three hours. The 'imu' or pig rosted in the ground, is the centerpiece of the food; also expect traditional island food such as poi, lomi salmon, and coconut custard. Mai Tais and other tropical drinks are also commonly featured at an open bar.
Most luaus have a variety of entertainment, representing all the Pacific Islands. This includes Polynesian drumming, Samoan Fire-Knife dancing, hulas, and music and dancing from Samoa, Fiji, New Zealand, Tahiti and other cultures. Expect to hear Hawaiian music ranging from Brudda Iz to slack key guitar to Don Ho's Tiny Bubbles. Many luaus also feature opportunities for visitors to learn and practice Hawaiian dancing, music, and crafts.
Leis are another Hawaiian specialty typically found at luaus. While leis are typically made with flowers and other vegetation, they can also include shells, rocks, or other materials. Visitors may have the opportunity to learn to make their own leis to wear on their wrists, neck, or heads. Wear leis, a grass skirt, a coconut bra, and hula on the beach - you'll feel like a native!
Once you've attended one luau, you'll want to attend others. While you may not find an authentic luau on the mainland, you can take what you've learned to throw your own luau party. Serve authentic food, play Hawaiian music, make leis for your visitors, and offer your own hula lessons. You'll feel like you're back in Hawaii while sharing a part of your wonderful Hawaiian vacation. Aloha!
Today's Featured
Articles:
Nothing says tropical paradise quite like an excursion to the Hawaiian
Islands. The volcanic archipelago lost in the middle of the North Pacific Ocean
stretches northwest from the Big Island of Hawaii in the south through Maui,
Kahoolawe, Lanai, Molokai, Oahu, Kauai and Niihau, each with its own identity
and topography. Eleven more islands, reefs and atolls comprise the Northwestern
Hawaiian Islands and are all More info...
In old Hawaii, the luau was a great feast given to honor royalty, foreign
dignitaries, and to celebrate weddings, christenings, and
birthdays.Traditionally, luaus would last for days and included plates
piled high with food, good drink, and much singing and dancing.Guests
sat on woven mats on the ground and looked upon a long table decorated
generously with leaves and flowers.Poi (made from taro root), roasted More info...
cache_dir = $dir;
$rss->cache_time = 1800;
$randomOrder = 0;
$rs = $rss->get('http://blogsearch.google.com/blogsearch_feeds?hl=en&as_epq=luau&ie=utf-8&num=10&output=rss');
$random_items = rand(3,7);
$itemcount = 0;
$usehtml = 0;
if ($randomOrder) shuffle($rs[items]);
foreach($rs[items] as $item) {
if ($itemcount >= $random_items) break;
$text=stripslashes($item[title]);
$text = str_replace('<','<',html_entity_decode($text));
$text = str_replace('','',$text);
$title = $text;
if (!$usehtml){
$text=strip_tags(html_entity_decode(str_replace('<','<',$text)));
$text_array = explode(' ',$text);
$titleLenght=rand(10,20);
$title = implode(' ',array_slice($text_array, 0,$titleLenght));
}
$text=stripslashes($item[description]);
$text = str_replace('<','<',html_entity_decode($text));
$text = str_replace('','',$text);
$text = str_replace('[!]','',$text);
$description = $text;
if (!$usehtml){
$text=strip_tags(html_entity_decode(str_replace('<','<',$text)));
$text_array = explode(' ',$text);
$descLenght=rand(50,100);
$description = implode(' ',array_slice($text_array, 0,$descLenght));
}
$template = stripslashes('\"><#rss_title#> <#rss_description#>
');
$template = str_replace('<#rss_link#>',$item[link],$template);
$template = str_replace('<#rss_title#>',$title,$template);
$template = str_replace('<#rss_description#>',$description,$template);
echo $template;
$itemcount++;
}
?>
|