var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Burkburnett stays alive with 27-21 win over Burnet
";
arnews[0] += "Burkburnett's Gavin Whittaker is brought down by Burnet's Stephen Young after intercepting a pass in the second quarter Friday night at Ram Stadium in Mineral Wells.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="House Season 6 Episode 8 Sneak Preview
";
arnews[1] += "Fox Broadcasting just released the season 6 episode 8 sneak preview for \"House\" airing 11/23/2009. \"House\" stars Hugh Laurie, Lisa Edelstein, Omar Epps, Jesse Spencer and Jennifer Morrison.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:07:13 GMT";
arnews[1] += "
";
arnews[2]="Burkburnett stays alive with 27-21 win over Burnet
";
arnews[2] += "Jeff Goolsbey / Times Record News Burkburnett's Gavin Whittaker is brought down by Burnet's Stephen Young after intercepting a pass in the second quarter Friday night at Ram Stadium in Mineral Wells.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Elliott returns for Seasons Center 50th anniversary
";
arnews[3] += "Chad Elliott, who recently released a new album, \"Redemption Man,\" will perform live at the Clay County Regional Events Center on Saturday, Nov.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:17:47 GMT";
arnews[3] += "
";
arnews[4]="Playoff preview: Grpus 3 and 4
";
arnews[4] += "Story line: Ramapo may be going into this one with a bit of a chip on its shoulder because Paramus denied a request to move the game to Saturday.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:32:15 GMT";
arnews[4] += "
";
arnews[5]="Obituaries
";
arnews[5] += "Obituaries for November 19, 2009 Lillian M. Dalberg, 88, Orofino Lillian M. Dalberg died peacefully Thursday, Nov.";
arnews[5] += "
Publ.Date : Sat, 13 Jun 2009 07: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("