var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Baylor Finally Comes To Bay Area To Face Cal - CBS 2 KCAL 9
";
arnews[0] += "Griner is trying become the seventh woman to dunk in a college game and the first since Tennessee's Candace Parker on Feb. 3, 2008, against Kentucky — the seventh career dunk for the current Los Angeles Sparks star. Lisa Leslie has dunked twice in ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:55:00 GMT";
arnews[0] += "
";
arnews[1]="No. 17 Cal Women Set To Face No. 8 Baylor - KPIX-TV5
";
arnews[1] += "Alexis Gray-Lawson and her California teammates are long overdue to face Baylor on their home court. Little did they know they would have to prepare for defending the dunk. The teams were supposed to meet at Haas Pavilion last Dec. 22, but a severe ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:38:00 GMT";
arnews[1] += "
";
arnews[2]="Quietly, Delaware's Elena Della Donne Justifies the Hype - Sporting News
";
arnews[2] += "Followers of women's college basketball (and I consider myself one) know that often, superstar players swing titles. That's why Baylor's Brittney Griner is going to receive truckloads of speculation , why Candace Parker won her fame as the difference ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:01:00 GMT";
arnews[2] += "
";
arnews[3]="Girl Fight! WNBA’s Sparks and Shock Throwdown - whudat.com
";
arnews[3] += "Finally the WNBA gets a chance to be on an NBA level and they blow it. In tonight’s matchup between the Los Angeles Sparks and the Detroit Shock, LA’s Candace Parker got into it with Detroit’s Plenette Pierson. WNBA Brawl - Detroit Shock vs ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:59:00 GMT";
arnews[3] += "
";
arnews[4]="Under-the-radar additions providing major value - FOXSports.com
";
arnews[4] += "Delonte West, the shooting guard Parker has replaced in Cleveland's starting lineup, is converting just 17 percent from that range. And even though Candace Parker's big brother is shooting a chilly 39 percent overall, he also provides Coach Mike ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:21:00 GMT";
arnews[4] += "
";
arnews[5]="Taurasi selected to fourth straight WNBA First Team - WXYZ
";
arnews[5] += "Her teammate, Candace Parker, and San Antonio's Sophia Young made the Second Team as forwards, while Indiana's Katie Douglas and Detroit's Deanna Nolan rounded out the squad as guards.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:13: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("