var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nickelback Vs. a Pickle: Latest Facebook Meme Asks the Tough Questions
";
arnews[0] += "Because these are the kinds of things that curious minds ponder, we're sure you've spent many a wee hour asking yourself if Nickelback sucks and how they could've ever accrued over 1 million fans on Facebook.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:18:00 GMT";
arnews[0] += "
";
arnews[1]="Scott Stapp, Wife Expecting a Son
";
arnews[1] += "\"Love the band name, Ryder! And I really like Chris. He seems so down to earth.\" \"I love being a housewife.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 00:38:30 GMT";
arnews[1] += "
";
arnews[2]="Beechmont Players to perform "Messiah on the Frigidaire"
";
arnews[2] += "Beechmont Players will present its winter production of John Culbertsona s a oeMessiah on the Frigidairea Feb.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 20:39:36 GMT";
arnews[2] += "
";
arnews[3]="Around Danville: Team from East Bay helps Haiti
";
arnews[3] += "JEFF BEHRING, of Blackhawk, and a team of volunteers flew to Haiti on Jan. 27 on a humanitarian mission following the Caribbean nation's devastating Jan.";
arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 21:59:30 GMT";
arnews[3] += "
";
arnews[4]="Danville's Wheelchair Foundation sends supplies, medical workers to Haiti
";
arnews[4] += "Tim Miller didn't think about going to Haiti. It wasn't that he didn't want to, the thought just never crossed his mind, as there was no way the registered nurse from Fresno could get to the earthquake-stricken Caribbean island country more than 3,000 miles away.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 02:02:22 GMT";
arnews[4] += "
";
arnews[5]="Recap: Broa in Out with Leo & Tony at 92YTribeca
";
arnews[5] += "I have a theory: If you are a person who is attracted to men, and you are between the ages of 24 and 40, you are probably nursing a huge crush on Paul Rudd.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 03:07:46 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("