var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Notre Dame women's basketball: Bearcats may look familiar
";
arnews[0] += "No one can blame Notre Dame women's basketball coach Muffet McGraw if she gets a sense that Cincinnati's style of play seems vaguely familiar.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Notre Dame womena s basketball: Bearcats may look familiar
";
arnews[1] += "No one can blame Notre Dame womena s basketball coach Muffet McGraw if she gets a sense that Cincinnatia s style of play seems vaguely familiar.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:16:14 GMT";
arnews[1] += "
";
arnews[2]="All-Star Game Returns to Connecticut
";
arnews[2] += "WNBA All-Star 2010 will take place at Mohegan Sun Arena in Uncasville, Conn., on Saturday, July 10, league President Donna Orender announced today.";
arnews[2] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Official Release On WNBA-Team USA Game At Mohegan Sun: UCONN | Women's Basketball
";
arnews[3] += "WNBA All-Star 2010 will take place at Mohegan Sun Arena in Uncasville, Conn., on Saturday, July 10, league President Donna Orender announced today.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 18:27:17 GMT";
arnews[3] += "
";
arnews[4]="UConn's Charles earns high praise from coach
";
arnews[4] += "Connecticut coach Geno Auriemma is no longer being asked if Tina Charles is UConn's most valuable player this season.";
arnews[4] += "
Publ.Date : Sat, 23 Jan 2010 13:54:25 GMT";
arnews[4] += "
";
arnews[5]="Charles dominating during senior season
";
arnews[5] += "Connecticut coach Geno Auriemma is no longer being asked if Tina Charles is UConn's most valuable player this season.";
arnews[5] += "
Publ.Date : Sat, 23 Jan 2010 00:54:19 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("