var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Danica Patrick finishes 6th in stock car debut - Tacoma News Tribune
";
arnews[0] += "... finished 5.8594 seconds ahead of pole-sitter Helio Castroneves on the 1.5-mile Twin Ring Motegi oval after leader Scott Dixon pitted with five laps left and Dan Wheldon and Tony Kanaan came in a lap later. “It’s a long time coming.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 23:42:00 GMT";
arnews[0] += "
";
arnews[1]="Danica seeks respect in NASCAR - Tacoma News Tribune
";
arnews[1] += "Patrick finished 5.8594 seconds ahead of pole-sitter Helio Castroneves on the 1.5-mile Twin Ring Motegi oval after leader Scott Dixon pitted with five laps left and Dan Wheldon and Tony Kanaan came in a lap later. “It’s a long time coming.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="Miami celebs tell you where to go - CNN
";
arnews[2] += "(CNN) -- When in Miami -- say, for the Super Bowl this weekend -- do as the celebrities do. You know they know how to have a good time. Several famous Miami, Florida-area residents shared their tips on which sights and experiences visitors to Florida ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 19:25:00 GMT";
arnews[2] += "
";
totcount = 3;
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("