var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="On Tobacco Road, Heels' season is up in smoke
"; arnews[0] += "Ed Davis walks to class wearing headphones like a shield against the negative vibe hanging over the North Carolina campus."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:27:12 GMT"; arnews[0] += "
"; arnews[1]="Terps add to Heels' woes
"; arnews[1] += "Hot-shooting Maryland dealt staggering North Carolina another hard blow yesterday afternoon, taking a 92-71 win at the Comcast Center to cement its standing as a top ACC contender."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:30:44 GMT"; arnews[1] += "
"; arnews[2]="Lucas: UNC Basketball Mailbag
"; arnews[2] += "Answers to some of this week's reader questions about Carolina Basketball. Feb. 9, 2010 By Adam Lucas It's always a little perilous to peer into the Mailbag when things go poorly."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:29:17 GMT"; arnews[2] += "
"; arnews[3]="Duke-North Carolina: Five Things To Watch For
"; arnews[3] += "Although many are looking at Wednesday night's game between No. 7 Duke and unranked arch-nemesis North Carolina as a mismatch, the latest edition of this classic rivalry features interesting storylines."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:33:57 GMT"; arnews[3] += "
"; arnews[4]="Hundreds of crime-ridden, eyesore properties owned by city of Houston, Harris County
"; arnews[4] += "We expect the basics from our neighbors - to mow the lawn, take out the trash, and generally keep their place up."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");