var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Quietly, Delaware's Elena Delle Donne Justifies the Hype
";
arnews[0] += "Followers of women's college basketball know that often, superstar players swing titles.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Holy Cross Recap: UCONN | Women's Basketball
";
arnews[1] += "You've got to love Holy Cross coach Bill Gibbons. He's the kind of guy you would love to hang out with and drink water after a game.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:32:44 GMT";
arnews[1] += "
";
arnews[2]="Blogs
";
arnews[2] += "Making the decision to lose weight, when you have never cared how heavy you were before, is a big change to make.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:59:41 GMT";
arnews[2] += "
";
arnews[3]="Summitt: Signees will help depth
";
arnews[3] += "The backcourt was at the forefront of Tennessee's recruiting this fall, and women's basketball signees Lauren Avant and Meighan Simmons have filled the bill.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:07:08 GMT";
arnews[3] += "
";
arnews[4]="Prep volleyball all-stars to compete
";
arnews[4] += "The state's best senior volleyball players will gather at Salt Lake Community College today for the annual Utah Volleyball Coaches Association's Senior All-Star matches.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:57:33 GMT";
arnews[4] += "
";
arnews[5]="Quietly, Delaware's Elena Della Donne Justifies the Hype
";
arnews[5] += "Followers of women's college basketball know that often, superstar players swing titles.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:32:35 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("