var arnews = new Array(8);
totcount = 8;
rnd = 1;
arnews[0]="Obama to Promote Auto Bailout as a Success
";
arnews[0] += "The White House has decided to argue more forcefully that investing in the auto industry helped keep workers employed and laid the groundwork for a rebound.
";
arnews[0] += "
Publ.Date : Sat, 31 Jul 2010 02:28:48 GMT";
arnews[0] += "
";
document.write("NYT > Automobiles
");
document.write("Updated : Sat, 31 Jul 2010 06:36:07 GMT
");
document.write("
");
document.title=document.title+ " ";
arnews[1]="Around the Block | 2011 Porsche Boxster Spyder: Slimming Effect of a Nice Track Suit
";
arnews[1] += "The Boxster Spyder?s look is reminiscent of the Carrera GT supercar, just one of the ways that it evokes Porsche history.
";
arnews[1] += "
Publ.Date : Sat, 31 Jul 2010 00:32:38 GMT";
arnews[1] += "
";
arnews[2]="D.I.Y. Detroit: A Hands-On Approach to Fixing the Auto Industry
";
arnews[2] += "TechShop, a chain of D.I.Y. clubs, plans to open a new shop in Detroit with Ford's help.
";
arnews[2] += "
Publ.Date : Fri, 30 Jul 2010 17:19:36 GMT";
arnews[2] += "
";
arnews[3]="Steering Problems Lead to Toyota Recalls
";
arnews[3] += "Toyota Avalon sedans and Lexus LX 470 sport utility vehicles were involved in the current recall.
";
arnews[3] += "
Publ.Date : Fri, 30 Jul 2010 16:12:57 GMT";
arnews[3] += "
";
arnews[4]="Porsche 918 Spyder Plug-In Hybrid Is Only the Start of Green Program
";
arnews[4] += "Porsche's decision to move the 918 Spyder plug-in hybrid from concept to production complements another recent announcement that it's building three electric versions of the Boxsters sports car.
";
arnews[4] += "
Publ.Date : Fri, 30 Jul 2010 16:07:20 GMT";
arnews[4] += "
";
arnews[5]="Nissan Leaf Rollout Plan Has Some Surprises
";
arnews[5] += "Nissan announced its rollout plan for the Leaf and, surprisingly, New York will not get the electric car until late 2011.
";
arnews[5] += "
Publ.Date : Fri, 30 Jul 2010 15:55:09 GMT";
arnews[5] += "
";
arnews[6]="Detroit's Concours d'Élégance of America to Leave Meadow Brook
";
arnews[6] += "The Meadow Brook concours is getting a new home in Michigan.
";
arnews[6] += "
Publ.Date : Fri, 30 Jul 2010 15:47:14 GMT";
arnews[6] += "
";
arnews[7]="The $41,000 Question: Is the Chevy Volt Worth the Money?
";
arnews[7] += "In pricing the Chevrolet Volt at $41,000, General Motors is distinguishing the plug-in hybrid from the Nissan Leaf, a less expensive electric car to which the Volt is often compared.
";
arnews[7] += "
Publ.Date : Thu, 29 Jul 2010 15:30:59 GMT";
arnews[7] += "
";
totcount = 8;
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("