var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Young Footliters perform 'Doctor Dolittle' this weekend
";
arnews[0] += "The Young Footliters will present their fall show, \"Doctor Dolittle,\" based on the children's classic by Hugh Lofting at 7 p.m. Friday and Saturday and 2 p.m. Sunday.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:47:00 GMT";
arnews[0] += "
";
arnews[1]="Regional issues put before ocean panel
";
arnews[1] += "Passion, knowledge and concern about the ocean brought hundreds to the Blaisdell Center yesterday as a presidential task force convened the fourth in a series of meetings around the country to collect comments that will shape ocean policy.";
arnews[1] += "
Publ.Date : Wed, 30 Sep 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="What's with pop stars? One hits wrong note, other takes wrong step
";
arnews[2] += "The \"Charm of China\" concert at the Bird's Nest on Tuesday was a full house, as guest performers Placido Domingo, Lang Lang and a cast of thousands joined diva Song Zuying on stage.";
arnews[2] += "
Publ.Date : Thu, 02 Jul 2009 04:48:16 GMT";
arnews[2] += "
";
arnews[3]="Wedding: Leong-Derleth
";
arnews[3] += "Wedding vows were exchanged by Laura Derleth and Alan Leong in a May 9 ceremony in The Isabella Ballroom at the Davenport Hotel.";
arnews[3] += "
Publ.Date : Mon, 29 Jun 2009 18:47:55 GMT";
arnews[3] += "
";
arnews[4]="Isabella Leong a few obstacles away from becoming a Li
";
arnews[4] += "HONG KONG : Macau-born actress Isabella Leong may have borne Hong Kong tycoon Richard Li his first son, but that doesn't give her a passport into the prestigious Li family.";
arnews[4] += "
Publ.Date : Tue, 16 Jun 2009 12:19:33 GMT";
arnews[4] += "
";
arnews[5]="Bank's bottom line music to exec's ears
";
arnews[5] += "OFF: Former symphony trumpeter Greg Sprung doesn't blow his own horn as Canadian Western Bank's senior VP and B.C.-region general manager.";
arnews[5] += "
Publ.Date : Thu, 11 Jun 2009 03:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("