var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="KU Women's Basketball Announces The Signing Of Four Players
";
arnews[0] += "Kansas women's basketball head coach Bonnie Henrickson announced the signing of four players Wednesday.";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 23:19:13 GMT";
arnews[0] += "
";
arnews[1]="Henrickson signs prospects
";
arnews[1] += "Kansas women's basketball coach Bonnie Henrickson announced the signing of four players Wednesday, the first day recruits could sign national letters of intent in the fall signing period.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 22:58:25 GMT";
arnews[1] += "
";
arnews[2]="Women's Basketball Announces The Signing of CeCe Harper, Brooke Jelniker, Keena Mays and Diara Moore
";
arnews[2] += "A trio of guards from Texas, CeCe Harper , Keena Mays and Diara Moore along with Colorado native Brooke Jelniker signed national letters of intent to join the KU program beginning in the 2010-11 academic year.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 20:39:47 GMT";
arnews[2] += "
";
arnews[3]="AFM: Night of the Demons Promo Trailer
";
arnews[3] += "Finally some video content out of AFM. My eyes were spinning from sales art and info sheets.";
arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 10:38:10 GMT";
arnews[3] += "
";
arnews[4]="Huskies take regional titles
";
arnews[4] += "Host Benzie Central hoisted two regional trophies on Saturday. The Huskies finished first in both the boys and girls Division 3 regional meets, as part of a full day of cross country.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Fighting cancer one car at a time
";
arnews[5] += "Members of the West Morris Central High School Girls Cross Country team earned community-service hours and raised $1,000 for the Susan G. Komen for the Cure Cancer Foundation.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 07:00: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("