var arnews = new Array(4); totcount = 4; rnd = 1; document.write("
"); arnews[0]="Research: South Africans Most Active Tweeters
"; arnews[0] += "Young people tweeting from BlackBerrys and iPhones are driving the growth of Twitter in Africa, with South Africans by far the most vociferous, according to new research published Thursday.

Kenya-based Portland Communications and Tweetminster publishe..."; arnews[0] += "
"; document.title=document.title+ " "; arnews[1]="Company Reimbursed Customers for Product Reviews
"; arnews[1] += "Online reviews of products and businesses should be taken with at least a few grains of salt, since it's usually not clear if real customers have actually posted their honest assessments. Now, a new report shows how one company compensated customers f..."; arnews[1] += "
"; arnews[2]="Twitter May Block Tweets by Country if Asked
"; arnews[2] += "Proponents of online privacy and freedom of expression now have a new problem to worry about. On Thursday, Twitter announced that it was giving itself the ability to "withhold content from users in a specific country," while still making that con..."; arnews[2] += "
"; arnews[3]="Apple and Samsung In Two-Horse Smartphone Race
"; arnews[3] += "Global smartphone shipments climbed 54 percent to a record 155 million units in the final three months of 2011, Strategy Analytics said Friday. What's more, Apple reclaimed the lead from Samsung as the world's No. 1 smartphone vendor by shipping 3..."; arnews[3] += "
"; totcount = 4; 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("

");