var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Peaster pair sticks together
";
arnews[0] += "For most of their lives, Makeever twins Amber and Mandy have had basketball on their minds.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 15:37:53 GMT";
arnews[0] += "
";
arnews[1]="Voepel: Liberty's loss is Lynx's gain in lottery
";
arnews[1] += "Stanford center Jayne Appel would likely be the No. 2 overall selection. I've not been above mining gold from disgruntled Liberty fans several times in the past, but in his case I'm just aghast along with them.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 09:19:03 GMT";
arnews[1] += "
";
arnews[2]="Norianna Haynes
";
arnews[2] += "Athletic Haynes had a breakout season as a junior when she led the Lady Trojans on a surprise run to the Class 4A state championship game.";
arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Silver Stars' Hammon joins Spanish team
";
arnews[3] += "Silver Stars guard Becky Hammon has signed with Spanish club Ros Casares, encancha.com reported Tuesday.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 07:03:02 GMT";
arnews[3] += "
";
arnews[4]="Spartak owner's death is big loss for game
";
arnews[4] += "The murder of Spartak owner Shabtai von Kalmanovic in Moscow on Monday will have some kind of effect on the entire world of professional women's basketball.";
arnews[4] += "
Publ.Date : Wed, 04 Nov 2009 01:46:00 GMT";
arnews[4] += "
";
arnews[5]="Recap: Oklahoma City vs. San Antonio
";
arnews[5] += "Michael Finley poured in 20 points as San Antonio downed Oklahoma City, 119-102, in preseason action.";
arnews[5] += "
Publ.Date : Wed, 21 Oct 2009 12:25: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("