var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Prius Still Favorite Ride of Green Stars
"; arnews[0] += "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[0] += "
Publ.Date : Wed, 10 Feb 2010 02:00:23 GMT"; arnews[0] += "
"; arnews[1]="'Bones' Creator Hart Hanson Brought Onto New Fox Pilot
"; arnews[1] += "According to the Hollywood Reporter , 'Bones' creator Hart Hanson is now attached to the pilot for 'Pleading Guilty,' a drama on Fox that already has an impressive roster of names."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 02:00:00 GMT"; arnews[1] += "
"; arnews[2]="Electric Transit Connect debuts at Chicago show
"; arnews[2] += "The Ford Transit Connect Electric will make its debut at the Chicago Auto Show, a fully electric version of Ford's compact van."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:46:09 GMT"; arnews[2] += "
"; arnews[3]="Ray Winstone walked the Edge of Darkness
"; arnews[3] += "When Edge of Darkness director Martin Campbell was looking for a menacing tough guy, he knew exactly who to hire - Ray Winstone."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:30:52 GMT"; arnews[3] += "
"; arnews[4]="Rep. Ehlers to reveal 'future plans' Wednesday
"; arnews[4] += "Rep. Vern Ehlers of Grand Rapids will make an announcement Wednesday about \"his future plans,\" fueling speculation he may retire from Congress."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:23:42 GMT"; arnews[4] += "
"; arnews[5]="Christopher is discovered
"; arnews[5] += "In the last episode, Mabel tried to keep Christopher out of sight, but Duranchon had to meddle."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:19:13 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("
");document.write("
");