var arnews = new Array(6); totcount = 6; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Oracle offered job to ex-HP CEO Hurd says source "; arnews[0] += "NEW YORK (Reuters) - Oracle Corp has offered a job to Mark Hurd, the former chief executive of Hewlett-Packard Co who resigned amid a scandal involving inaccurate expense receipts related to a female contractor, according to a source familiar with the situation. "; arnews[0] += " Publ.Date : Sun, 05 Sep 2010 13:27:55 -0400"; arnews[0] += " "; arnews[1]="Craigslist.com blocks access to adult services ads "; arnews[1] += "LOS ANGELES (Reuters) - Craigslist.com has dropped its \"adult services\" listings, which have become the target of U.S. state attorneys general who say the much-visited online classified ad site is not doing enough to quash prostitution. "; arnews[1] += " Publ.Date : Sat, 04 Sep 2010 19:14:31 -0400"; arnews[1] += " "; arnews[2]="Google faces Texas AG inquiry, settles privacy suit "; arnews[2] += "SAN FRANCISCO (Reuters) - Google Inc said on Friday it was the target of an investigation by the Texas Attorney General's office into the fairness of its search engine rankings. "; arnews[2] += " Publ.Date : Fri, 03 Sep 2010 20:01:26 -0400"; arnews[2] += " "; arnews[3]="U.S. and Israel spying behind BlackBerry woe: Dubai police "; arnews[3] += "DUBAI (Reuters) - Concerns over Israeli access to BlackBerry data, and the use of the device by the United States to spy on the United Arab Emirates are behind the Gulf state's moves to curb the smartphone, Dubai's police chief said. "; arnews[3] += " Publ.Date : Fri, 03 Sep 2010 10:30:42 -0400"; arnews[3] += " "; arnews[4]="Samsung to challenge Apple's iPad with own tablet "; arnews[4] += "BERLIN (Reuters) - Samsung Electronics' first tablet computer, the Galaxy Tab, will go on sale in two weeks, it said on Thursday, turning up the heat on Apple Inc's iPad. "; arnews[4] += " Publ.Date : Fri, 03 Sep 2010 09:15:22 -0400"; arnews[4] += " "; arnews[5]="Panasonic aiming for half of Europe's 3D TV market "; arnews[5] += "BERLIN (Reuters) - Panasonic Corp is aiming to grab a 50 percent share of the European 3D television market this year as demand outstrips expectations and the technology wins converts worldwide, its head of Europe said on Thursday. "; arnews[5] += " Publ.Date : Fri, 03 Sep 2010 08:27:08 -0400"; 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(" |