var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Photo: Minutemen get first hoop win
";
arnews[0] += "As senior Ricky Harris jogged over to high-five the University of Massachusetts student fans under the southwest basket at the Mullins Center Saturday night, he smiled and pumped his fist.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:02:10 GMT";
arnews[0] += "
";
arnews[1]="Injury report
";
arnews[1] += "Rookie Michael Crabtree is the 49ers' leader in receiving targets . Here are the up-to-the-minute updates for Week 11's crucial slate of games.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:58:27 GMT";
arnews[1] += "
";
arnews[2]="Anthony Gurley scores 21, Ricky Harris adds 18 as UMass beats Arkansas-Fort Smith 94-68
";
arnews[2] += "Anthony Gurley scored 21 points and Ricky Harris added 18 to lead Massachusetts to a 94-68 win over Arkansas-Fort Smith on Saturday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:54:23 GMT";
arnews[2] += "
";
arnews[3]="Syracuse Surprises Rutgers to Take First Big East Win
";
arnews[3] += "Greg Paulus 's second senior day turned out to be maybe the most memorable of his brief college football career.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:38:22 GMT";
arnews[3] += "
";
arnews[4]="Buncombe property transfers
";
arnews[4] += "The following transfers were filed in the Register of Deeds office Nov 9-13: Alexander Lot 31 of The Hills of French Broad, $132,000, Jeri S. and Patrick Davis to Richard A. and Lydia Stewart 63 High Valley Drive, $238,000, Daisy M. and Scott P. Settle-Chesser to Kim Evetts Merck Arden Lot 2 of Baldwin Cove, $207,500, G. Jean Graham to Susan S. Lee ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:23:34 GMT";
arnews[4] += "
";
arnews[5]="Alley, Conan feud
";
arnews[5] += "QUOTE OF THE WEEK: \"That guy acts like I bit his d--- off.\" Kirstie Alley tweets Star Jones to say she's very cross with Conan O'Brien and tired of his fat jokes.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08: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("