var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Recap: St. Louis vs. Detroit
";
arnews[0] += "Brad Boyes scored the game-winning goal in the shootout, as the St. Louis Blues halted a three-game skid and defeated the Detroit Red Wings, 4-3, in a Central Division battle at Scottrade Center.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:59:48 GMT";
arnews[0] += "
";
arnews[1]="Blotter
";
arnews[1] += "William Cattan, 27, of Victoria, by deputies Tuesday on violation of probation on a possession of a controlled substance conviction.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:49:48 GMT";
arnews[1] += "
";
arnews[2]="Get ready for the Games with these Olympic movies
";
arnews[2] += "Olympic hockey coach Herb Brooks does the impossible as he unites a group of raging hockey players to take on the juggernaut from the Soviet Union at the 1980 Olympic Games, leading to the greatest moment in sports history in Walt Disney's inspirational new film, \"Miracle\". Here are some movies to get you into the mood for the Winter Olympics, ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:34:59 GMT";
arnews[2] += "
";
arnews[3]="Third-period goal blitz helps Kings reign over Red Wings
";
arnews[3] += "The Los Angeles Kings scored four goals in the third period to bring an end to the Detroit Red Wings' eight-game winning streak with a 5-3 road triumph on Thursday.";
arnews[3] += "
Publ.Date : Fri, 08 Feb 2008 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Top Recruiters By Conference
";
arnews[4] += "It's easy to say head coaches are the reason why a team has a successful recruiting class.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:45:00 GMT";
arnews[4] += "
";
totcount = 5;
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("