var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tigers view Guillen as key piece to championship puzzle
";
arnews[0] += "Carlos Guillen of the Detroit Tigers congratulates teammate Miguel Cabrera after scoring a run in the second inning off a Ramon Santiago single against the Minnesota Twins during the game on September 30, 2009 at Comerica Park in Detroit, Michigan.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:23:38 GMT";
arnews[0] += "
";
arnews[1]="Valley sports roundup for Feb. 10
";
arnews[1] += "PALM DESERT - Alberto Villa scored three goals and added one assist as the Coachella Valley High School boys' soccer team won its eighth consecutive game Tuesday with a 5-2 victory over host Palm Desert.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Tigers view Guillen as key piece
";
arnews[2] += "Carlos Guillen of the Detroit Tigers congratulates teammate Miguel Cabrera after scoring a run in the second inning off a Ramon Santiago single against the Minnesota Twins during the game on September 30, 2009 at Comerica Park in Detroit, Michigan.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 18:11:44 GMT";
arnews[2] += "
";
arnews[3]="White Sox 8, Tigers 2: Ramirez hits record slam
";
arnews[3] += "Rookie Alexei Ramirez's sixth-inning grand slam Monday broke a 2-2 tie and helped the Chicago White Sox defeat the Detroit Tigers, 8-2, to set up a one-game playoff for the American League Central title.";
arnews[3] += "
Publ.Date : Mon, 29 Sep 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Reader column: Detroit's strange love affair with Brandon Inge
";
arnews[4] += "This column was submitted by a freep.com reader and does not necessarily reflect the opinions of the Detroit Free Press nor its writers.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 09:09:43 GMT";
arnews[4] += "
";
arnews[5]="V lez crushes Arsenal 3-0
";
arnews[5] += "Vlez Srsfield crushed Arsenal de Sarand 3-0 for the second match of the Clausura Tournament.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 04:29:09 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("