var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Sparks' Candace Parker Expecting Baby
";
arnews[0] += "Gary Miller reports.";
arnews[0] += "
Publ.Date : Thu, 08 Jan 2009 07:18:49 GMT";
arnews[0] += "
";
arnews[1]="What's G Ad,Commercial,Spot with Muhammad Ali,Dwyane Wade,Lil Wayne,Derek Jeter,Candace Parker,Bill Russell,Serena Williams,Jabbawockeez and Peyton Manning
";
arnews[1] += "What's G";
arnews[1] += "
Publ.Date : Fri, 02 Jan 2009 17:34:09 GMT";
arnews[1] += "
";
arnews[2]="Catching Up With Candace Parker
";
arnews[2] += "Candace Parker talks about the highlights of her successful year";
arnews[2] += "
Publ.Date : Thu, 06 Nov 2008 18:52:20 GMT";
arnews[2] += "
";
arnews[3]="Micheal Cooper post game sound on Candace Parker
";
arnews[3] += "Sound on Candace Parker";
arnews[3] += "
Publ.Date : Sat, 11 Oct 2008 00:18:53 GMT";
arnews[3] += "
";
arnews[4]="Candace Parker Wins Rookie Of The Year And WNBA MVP
";
arnews[4] += "Parker edged Leslie and Whalen for the MVP";
arnews[4] += "
Publ.Date : Sat, 04 Oct 2008 00:58:07 GMT";
arnews[4] += "
";
arnews[5]="Candace Parker First WNBA Dunk + Post Game Interview
";
arnews[5] += "Candace Parker First WNBA Dunk + Post Game Interview 6.22.08";
arnews[5] += "
Publ.Date : Mon, 23 Jun 2008 07:55:43 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Candace Parker Has the Best Rookie Debut in WNBA History
";
arnews[6] += "Visit http://www.nba.com/video for more highlights. Candace Parker had the best rookie debut in WNBA history logging 34 poiints, 12 rebounds, 8 assists, 2 steals and 1 block in...";
arnews[6] += "
Publ.Date : Sun, 18 May 2008 21:00:31 GMT";
arnews[6] += "
";
arnews[7]="candace parker dunk
";
arnews[7] += "candace parker";
arnews[7] += "
Publ.Date : Thu, 28 Feb 2008 17:42:53 GMT";
arnews[7] += "
";
arnews[8]="Candace Parker aka CP3 dunk 12-20-2006
";
arnews[8] += "Against West Virginia. Two more years and this MVP becomes the Michael Jordan of the WNBA. Go Candace, our Illinois homegirl!!!";
arnews[8] += "
Publ.Date : Fri, 22 Dec 2006 18:05:15 GMT";
arnews[8] += "
";
arnews[9]="Candace Parker & Michelle Snow Dunk Contest
";
arnews[9] += "Candace Parker and Michelle Snow put on a dunking exhibition during the US Women's National Team practice at Cameron Indoor Stadium.";
arnews[9] += "
Publ.Date : Tue, 05 Sep 2006 01:19:32 GMT";
arnews[9] += "
";
totcount = 10;
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("