var arnews = new Array(10); totcount = 10; rnd = 1; document.write("
| ");
document.write("iPhone News "); document.write(" "); document.title=document.title+ " - iPhone News"; document.title=document.title+ " "; arnews[0]="Today's Mission 1.17.10 - San Francisco Chronicle "; arnews[0] += "Talking about biking, how cool is CycleTracks , the iPhone app that gathers information on hazards and problems encountered on rides throughout San Francisco, to help the city better design its bicycle infrastructure. We'll admit we've never watched ..."; arnews[0] += " "; arnews[1]="All things iPhone - Telemanagement "; arnews[1] += " Unwired ViewAll things iPhoneTelemanagementMophie Marketplace app pushes into iPhone POS market; Apple and Google to duke it out in 2010; and the iPhone is Vodaphone's new best friend. ...Google Mobile Search Adds Location-Based Results ";
arnews[1] += ""; arnews[2]="A Decade Of Doom, Gloom, & Apocalypse Is Ahead For Us! - Starpulse.com "; arnews[2] += "Like it or not, we are living in the future--even if it isn't the one we thought it would be. Leading up to the turn of the century, most science fiction stories taking place the first decade of the 21st century depicted it as an era of elegant space ..."; arnews[2] += " "; arnews[3]="Calling AT&T: Rebellion brews among unhappy iPhone users - Dallas Morning News "; arnews[3] += " Calling AT&T: Rebellion brews among unhappy iPhone usersDallas Morning NewsThe Apple iPhone, introduced in mid-2007, is changing computers and telecommunication. If you have one, you know. If you don't, you wish. ... ";
arnews[3] += ""; arnews[4]="AT&T Lowers Price Of iPhone Unlimited Voice And Data Plan - UberGizmo (blog) "; arnews[4] += " ReutersAT&T Lowers Price Of iPhone Unlimited Voice And Data PlanUberGizmo (blog)With Verizon's recent price cuts, AT&T has responded in similar fashion, offering an unlimited voice and data plan for iPhone users that costs $30 less. ...AT&T drops price of iPhone's unlimited voice and data plan ";
arnews[4] += ""; arnews[5]="'Appy' New Year - PR-USA.net "; arnews[5] += "Marking the first-ever smartphone application for an auto show, the New York International Auto Show (NYIAS) will launch its new app prior to the Show in April. The interactive, informational, easy to use and free application will include a wide ..."; arnews[5] += " "; arnews[6]="Golden Globe Awards 2010: Watch Live Stream, Twitter, Facebook, iPhone - HULIQ "; arnews[6] += " HULIQGolden Globe Awards 2010: Watch Live Stream, Twitter, Facebook, iPhoneHULIQThe 67th Golden Globe Awards show is using social media to bring the night full of celebrities to everyone in multiple forms of digital media. ... ";
arnews[6] += ""; arnews[7]="travel briefs - Dubuque Telegraph Herald "; arnews[7] += "PEARL HARBOR, Hawaii -- The battleship where officials from Japan and the Allied Forces signed surrender documents ending World War II is reopening after three months of maintenance and repairs. The former USS Missouri, now called the Battleship ..."; arnews[7] += " "; arnews[8]="Smartphone Security Next Big Thing - PC World "; arnews[8] += " Smartphone Security Next Big ThingPC WorldApple's iPhone, for example, includes a Find My iPhone feature that allows MobileMe customers to track their iPhone remotely via a Web interface and see its ... ";
arnews[8] += ""; arnews[9]="Google Nexus One Vs iphone Vs LG GW990 - all details, your take? - Meri News "; arnews[9] += "Everyday, the highly competitive smartphone market is coming out with something or the other. First, it was iPhone, and then google came out with its Nexus One, which it called a superphone. Now South Korean electronics major LG has joined the race ..."; arnews[9] += " "; totcount = 10; 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]); } document.write(" |