var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gryphons dominate visiting Firebirds
";
arnews[0] += "Time is running out for the Rocky Mount High boys' basketball team, and their schedule is of little help.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:06:21 GMT";
arnews[0] += "
";
arnews[1]="Preview: Memphis Tigers vs. UCF Knights
";
arnews[1] += "Coaches: Tigers, Josh Pastner ; UCF, Kirk Speraw Series standing: Memphis leads, 7-0 TV, radio: CSS, WREC-AM , WKBQ-FM MATCHUPS Backcourt Willie Kemp vs.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:27:09 GMT";
arnews[1] += "
";
arnews[2]="Tigers' Josh Pastner reiterates: Rules will have to be followed
";
arnews[2] += "Josh Pastner's first season as the University of Memphis head coach has been about establishing the culture of his program for the long term just as much as it has been about winning games.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:24:56 GMT";
arnews[2] += "
";
arnews[3]="In Brief, Feb. 10, 2010
";
arnews[3] += "No. 1-ranked Guard receive bye in state playoffs BULLARD - Brook Hill remains the top-ranked team in the weekly Texas Association of Basketball Coaches poll of small private schools.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:52:37 GMT";
arnews[3] += "
";
arnews[4]="Pastner Talks on Tigers Loss of Niles
";
arnews[4] += "Right in the thick of their conference race, an already thin Memphis Tigers roster got even lighter Monday night after the dismissal of Pierre Henderson-Niles. The news of Henderson-Niles leaving is a big hit to the Memphis Tigers' line-up as they have just 8 games to play in the regular season.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:19:44 GMT";
arnews[4] += "
";
arnews[5]="Liam inspires West Exe win
";
arnews[5] += "WEST Exe Youth won the only game played in the Devon Youth League as they beat Axminster Town 6-2 in their first game for two months.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23: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("