var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="in Brief
";
arnews[0] += "Agassi doping case won't be reopened because he's retired The ATP Tour will not reopen a doping case against Andre Agassi, even though the Las Vegan admitted to lying about using crystal meth in 1997.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:10:58 GMT";
arnews[0] += "
";
arnews[1]="Plans finalized for clubs' prayer breakfast
";
arnews[1] += "Final plans have been announced for the 36th annual \"One Nation Under God\" Prayer Breakfast sponsored by the two Exchange Clubs of Murfreesboro.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:56:08 GMT";
arnews[1] += "
";
arnews[2]="Little League volunteer steps up to plate
";
arnews[2] += "After 20 years of volunteering, Wendy Thomson turned her passion into a full-time job as she was named assistant regional director for Little League Canada.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:30:59 GMT";
arnews[2] += "
";
arnews[3]="Lee Westwood takes two-shot lead in Dubai
";
arnews[3] += "Lee Westwood shot a three-under-par 69 Friday to take a two-stroke lead after the second round of the Dubai World Championship, strengthening his chances of winning the European money title.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="University of Massachusetts loses in women's basketball at New Hampshire
";
arnews[4] += "The University of Massachusetts women's basketball team cooled off in the second half after a hot-shooting first half and suffered a 58-57 loss Friday night to host New Hampshire.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:25:28 GMT";
arnews[4] += "
";
arnews[5]="Women's Hoops Guru: Rutgers Rallies Over Boston College
";
arnews[5] += "PISCATAWAY, N.J. In a game that could be considered Rutgers' best gauge of things in the early stage of the season, the Scarlet Knights rallied from a 12-point deficit midway through the first half Thursday night to beat Boston College, 59-53, at the Louis A. Brown Athletic Center.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:52:31 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("