var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Caine dines at Sansei; 'Miss Saigon' to be 2011 film
";
arnews[0] += "Academy Award winner Michael Caine and his lovely wife, Shakira Baksh, quietly sneaked in for dinner at Sansei Seafood Restaurant & Sushi Bar in Kihei the other night.";
arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Former - Idol' joins her childhood idols
";
arnews[1] += "They're like my seven uncles,\" Jasmine Trias says of the men of Society of Seven.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 15:10:12 GMT";
arnews[1] += "
";
arnews[2]="Mike Weatherford: Hackett brings own Rat Pack to Sahara
";
arnews[2] += "Sandy Hackett says his late father, Buddy, once turned down a chance to be Frank Sinatra's opening act in Las Vegas.";
arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 12:49:19 GMT";
arnews[2] += "
";
arnews[3]="Society of Seven finds a showroom home in Vegas
";
arnews[3] += "After months of patience and tough negotiations amid a troubling economy, the Society of Seven - classic edition, led by Tony Ruivivar - has landed a Las Vegas showroom and found gold - the Gold Coast, that is.";
arnews[3] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Green Aloha Concert
";
arnews[4] += "Henry Kapono and the City and County of Honolulu present the Green Aloha Concert, with a focus on creating a sustainable Hawaii.";
arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 00:52:00 GMT";
arnews[4] += "
";
arnews[5]="Henry Kapono and others in free beach concert tomorrow
";
arnews[5] += "Sunset on the Beach is breakingroutine and going green. The free event at Queen's Beach in Waikiki is tomorrow and instead of a movie, a 5:30 p.m. Green Aloha Concert will feature Henry Kapono, Amy Hanaialii, Robi Kahakalau, Jasmine Trias, Kaleo Pilanka, Kenny Endo and others.";
arnews[5] += "
Publ.Date : Thu, 22 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Da Kine
";
arnews[6] += "Reyn's Ala Moana hosts its first JamsWorld trunk show from 11 a.m. to 1 p.m. tomorrow through Sunday.";
arnews[6] += "
Publ.Date : Thu, 22 Oct 2009 14:18:37 GMT";
arnews[6] += "
";
arnews[7]="Mike Weatherford: Three divas return to spotlight
";
arnews[7] += "Three of Las Vegas' more storied divas are back to work. And who knows? Maybe they could all work together.";
arnews[7] += "
Publ.Date : Thu, 22 Oct 2009 11:39:24 GMT";
arnews[7] += "
";
arnews[8]="Henry Kapono Kaaihue/Green Aloha Concert
";
arnews[8] += "A one-man institution in his own right, Henry Kapono Kaaihue has been a part of the local music scene for decades.";
arnews[8] += "
Publ.Date : Thu, 22 Oct 2009 03:26:37 GMT";
arnews[8] += "
";
totcount = 9;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("