var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tudor: UNC will learn from loss
";
arnews[0] += "While Fridaya TMs 87-71 loss to Syracuse was both staggering and humiliating for North Carolinaa TMs basketball team, the experience should provide the Tar Heels with a valuable measuring stick.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:00:27 GMT";
arnews[0] += "
";
arnews[1]="Orange crushes Heels
";
arnews[1] += "The chants of \"over-rated!\" began with about three minutes left Friday night at Madison Square Garden.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:13:46 GMT";
arnews[1] += "
";
arnews[2]="Orange Crush
";
arnews[2] += "\" No. 4 North Carolina took a 39-37 lead into halftime, but No. 24 Syracuse exploded out of the locker room with a 25-3 run to eventually claim the 2K Sports Classic benefiting Coaches vs.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:48:29 GMT";
arnews[2] += "
";
arnews[3]="Lucas: Quest For Consistency
";
arnews[3] += "It's not entirely correct to say that Syracuse plays a zone. Saying the Orangemen \"play a zone\" implies they occasionally do something else.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:53:59 GMT";
arnews[3] += "
";
arnews[4]="Syracuse rolls past North Carolina
";
arnews[4] += "Jim Boeheim has always made a point of telling the media not to get too caught up in runs because basketball, especially on the college level, is a game of runs.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 GMT";
arnews[4] += "
";
arnews[5]="North Carolina holds on to beat Ohio State, 77-73
";
arnews[5] += "There was so much to talk about after No. 6 North Carolina held on for 77-73 victory over No.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:28:25 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("