var arnews = new Array(5); totcount = 5; rnd = 1; document.write("
"); arnews[0]="New Kindles Are a Hit with Bookworms
"; arnews[0] += "For all the glitz that surrounds first models of high-profile tech products, it often behooves consumers to wait awhile. Exhibit A: the new Kindle e-readers from Amazon.

Compared with previous models (which I liked), new, smaller and lighter Kindles h..."; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Verizon Offers Prepaid Data Plans on Top Phones
"; arnews[1] += "In what could be the first phase of a transformation in the way its smartphone users pay for Internet use, the nation's biggest carrier, Verizon Wireless, has introduced prepaid data plans. The no-contract plans, which go into effect Sept. 28, offer u..."; arnews[1] += "
"; arnews[2]="Nvidia Shows New GPUs Offered in Upcoming Laptops
"; arnews[2] += "New notebooks with the Nvidia GeForce 400M series of graphics processing units (GPUs) are being released this fall, and on Friday the chipmaker introduced the new chips at the IFA consumer electronics show in Berlin, Germany. The new series includes the G..."; arnews[2] += "
"; arnews[3]="Consumer Watchdog Attacks Google in Times Square
"; arnews[3] += "Consumer Watchdog is attacking Google in a very public way -- with a Jumbotron digital advertisement in New York's Times Square. The missive comes in the form of an animated satirical video that portrays how the group sees Google CEO Eric Schmidt'..."; arnews[3] += "
"; arnews[4]="Toshiba Will Offer Android-Based Folio 100 Tablet
"; arnews[4] += "The rapidly growing category of tablets has a new family member. On Thursday, Toshiba announced that its Folio 100, a 10.1-inch, Android 2.2-based tablet computer, will be on sale in Europe by the end of October.

The tablet could capture as much as 15..."; arnews[4] += "
"; totcount = 5; 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; } } document.write(''); for (x=(totcount-1);x>=0;x--) { document.write(arnews[x]); if (x) document.write("
"); } document.write("

");