var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Presidential material: Vote for your favorite TV prez
"; arnews[0] += "President Obama has been in office for only one year, and he's already been impersonated on TV by an impressive array of comics: Fred Armisen , Jamie Foxx , Trey Parker , Deon Davis , Christopher B. Duncan , Freddy Lockhart , Keegan-Michael Key and Ron Butler and Kevin Scarlo ."; arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Owls, Bulldogs send football players on to four-year schools
"; arnews[1] += "San Jose Mercury News Updated Feb 5, 2010 3:33 PM ET Wednesday was not signing day for community college players."; arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 15:33:34 GMT"; arnews[1] += "
"; arnews[2]="Presidential material: Vote for your favorite TV prez
"; arnews[2] += "President Obama has been in office for only one year, and he's already been impersonated on TV by an impressive array of comics: Fred Armisen , Jamie Foxx , Trey Parker , Deon Davis , Christopher B. Duncan , Freddy Lockhart , Keegan-Michael Key and Ron Butler and Kevin Scarlo ."; arnews[2] += "
Publ.Date : Sun, 31 Jan 2010 13:11:16 GMT"; arnews[2] += "
"; arnews[3]="Counting heads
"; arnews[3] += "For those trying to keep track of what ODU is bringing in with this recruiting class, here's a list of players who have either joined the program at the start of classes in January or have committed to signing on Feb."; arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 00:28:37 GMT"; arnews[3] += "
"; arnews[4]="Chromatic comics
"; arnews[4] += "A fun LJ meme: casting various traditionally white comic-book characters as actors of color."; arnews[4] += "
Publ.Date : Sat, 23 Jan 2010 09:25:11 GMT"; arnews[4] += "
"; arnews[5]="Mr. Smith headed for Norfolk?
"; arnews[5] += "Driving back from Harrisonburg Sunday night, where'd I'd seen Old Dominion's Lady Monarchs play surprisingly well in throttling James Madison 67-58, Deep Creek senior Preston Smith gave me a ring on my cell phone."; arnews[5] += "
Publ.Date : Mon, 18 Jan 2010 20:29:34 GMT"; arnews[5] += "
"; arnews[6]="2009 Peninsula District football wrap up
"; arnews[6] += "Those 15 weeks sure did fly by, didn't they? And as usual, everything ended with the Peninsula District bringing home the state championship trophy."; arnews[6] += "
Publ.Date : Sun, 20 Dec 2009 00:09:47 GMT"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");