var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="All-Area Second Team
";
arnews[0] += "Led the Wolverines with 16 catches, 366 yards with four touchdowns and provided big plays all season for G-E. Spencer Niebuhr Spencer Niebuhr, A-C, DT Totaled 78 tackles, one fumble recovery, three sacks, and three tackles for a loss.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:33:09 GMT";
arnews[0] += "
";
arnews[1]="Interceptions hurt Bayside's freshman QB against Woodside
";
arnews[1] += "Aaron Evans wasn't the only quarterback to have an up-and-down night in Friday's Division 6 Eastern Region semifinal.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:31:02 GMT";
arnews[1] += "
";
arnews[2]="New Buffy Web Comics Coming
";
arnews[2] += "Hungry for more \"Buffy the Vampire Slayer\"? And no, we don't mean the movie reboot.A We mean Buffy with the blessing and involvement of series creator Joss Whedon.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 01:01:31 GMT";
arnews[2] += "
";
arnews[3]="Mos Def, Common, Ben Harper subjects on Current TV
";
arnews[3] += "Real Story: Mos Def, Common and Ben Harper are among the subjects of a new music documentary series for cable channel Current TV titled \"Embedded.\" The debut episode, which aired Oct.";
arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 20:49:56 GMT";
arnews[3] += "
";
arnews[4]="The Name Game: Middle Ground
";
arnews[4] += "Tags: The Name Game Many expectant parents love the look and sound of an exotic name for their baby-on-the-way, but can't quite pull the trigger when it's time to sign the birth certificate.";
arnews[4] += "
Publ.Date : Fri, 16 Oct 2009 21:58:47 GMT";
arnews[4] += "
";
arnews[5]="NatGeo Wild to replace Fox Reality
";
arnews[5] += "Fox Cable Networks is prepping to replace the Fox Reality Channel with a new spin-off from its successful National Geographic Channel.";
arnews[5] += "
Publ.Date : Fri, 16 Oct 2009 00:18:51 GMT";
arnews[5] += "
";
arnews[6]="Robyn Lively, D.B. Woodside
";
arnews[6] += "Fortitude talent agency has signed thesps Robyn Lively and D.B. Woodside . Lively was most recently seen on \"30 Rock\" and \"Saving Grace\" while Woodside was recently seen on TNT's \"Hawthorne.\" Read next article: >";
arnews[6] += "
Publ.Date : Thu, 15 Oct 2009 22:36:37 GMT";
arnews[6] += "
";
arnews[7]="Oxygen still in love with 'Tori & Dean'
";
arnews[7] += "Oxygen has given a fifth-season pickup to \"Tori & Dean: Home Sweet Hollywood.\" Last season was the most watched of the series and the finale was the biggest telecast in cabler's history.";
arnews[7] += "
Publ.Date : Thu, 15 Oct 2009 19:56:15 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("