var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gary Coleman spends his birthday in court
";
arnews[0] += "Former child actor and member of Generation X, Gary Coleman is celebrating his 42nd birthday today in court.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Watch for Black Ice
";
arnews[1] += "A cold blast of air is filtering in behind Friday's winter storm. Last night's low's were in the single digits, and it's causing slush-covered and wet pavement to refreeze and to form black ice.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 02:11:24 GMT";
arnews[1] += "
";
arnews[2]="Thursday's soup - Verlander five years from now
";
arnews[2] += "Feel free to adjust the Top 10 list. I know one name that many of you will remove.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:12:34 GMT";
arnews[2] += "
";
arnews[3]="AIA San Francisco's Vertical Gardens Exhibition
";
arnews[3] += "The American Institute of Architects, San Francisco chapter and theA Center for Architecture + Design Gallery A have organizedA Vertical Gardens , a new exhibition whichA be openA February 18 a ' April 30, 2010.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 21:14:48 GMT";
arnews[3] += "
";
arnews[4]="Former Child Star, Teen Idol Leif Garrett Arrested for Drug Possession
";
arnews[4] += "Former child star and teen idol Leif Garrett was arrested Monday morning at the Metrolink Station by the LA County Sheriff's Department for possession of a controlled substance.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 16:57:54 GMT";
arnews[4] += "
";
arnews[5]="Mount Dora girls advance at 3A-6 tourney
";
arnews[5] += "Mount Dora High School's girls basketball team will live to play for at least one more day.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 16:40:21 GMT";
arnews[5] += "
";
arnews[6]="Oscars gear up for 'Avatar'-'Hurt Locker' face-off
";
arnews[6] += "Two war-oriented films at opposite ends of the box-office spectrum, \"Avatar\" and \"The Hurt Locker,\" lined up to do battle for Oscar best-picture gold Tuesday, and they face an expanded list of rivals for the honors.";
arnews[6] += "
Publ.Date : Tue, 02 Feb 2010 23:52:00 GMT";
arnews[6] += "
";
arnews[7]="The Oscar Nominees Were Announced Today
";
arnews[7] += "The nominees for the 82nd Annual Academy Awards were announced earlier this morning, and since I think everything is about me, I put my prediction in italics.";
arnews[7] += "
Publ.Date : Tue, 02 Feb 2010 15:21:00 GMT";
arnews[7] += "
";
totcount = 8;
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("