var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="When recalls are over, will Golden State still love Prius?
";
arnews[0] += "The Prius, shining star of Toyota's green car lineup and a decade-long sales success story in California, has joined the beleaguered automaker's recall lineup.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="In pictures: Hollywood's Toyota Prius owners
";
arnews[1] += "Cameron Diaz, a prominent Prius owner, out and about in West Hollywood. As long ago as 2002, the actor told Jay Leno her Prius \"gets 52 miles per gallon.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:56:46 GMT";
arnews[1] += "
";
arnews[2]="Marchesa caters to the high-wattage fashion crowd
";
arnews[2] += "NEW YORK - Marchesa is a glamorous, movie-star fashion house: Its specialty is the show-stopping red carpet dresses you're likely to see on Kate Hudson, Sienna Miller or \"Annie,\" known to the rest of us as Anne Hathaway.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:06:15 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]="Kate Gosselin to release personal new book
";
arnews[4] += "Kate Gosselin has a new book, \"I Just Want You to Know,\" scheduled for release in April.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 05:51:34 GMT";
arnews[4] += "
";
arnews[5]="Tom Cruise Set For 'Mission: Impossible IV'
";
arnews[5] += "Tom Cruise is starring in another impossible mission. Paramount Pictures announced Tuesday that Cruise will be back in front of the camera for \"Mission: Impossible IV,\" due in theaters over Memorial Day weekend in 2011.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 05:05:43 GMT";
arnews[5] += "
";
arnews[6]="Prius Still Favorite Ride of Green Stars
";
arnews[6] += "It's been the vehicle of choice for Hollywood's environmentally minded stars. But now, Toyota is adding a recall of its best-selling Prius Hybrids to its troubles.";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 02:46:34 GMT";
arnews[6] += "
";
totcount = 7;
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("