var arnews = new Array(3); totcount = 3; rnd = 1; document.write("
| ");
arnews[0]="Starbucks and the power of low level engagement "; arnews[0] += "Earlier this week, a lot was made of the fact that Starbucks became the first brand to reach ten million"; arnews[0] += " Publ.Date : Fri, 16 Jul 2010 12:53:39 +0000"; arnews[0] += " "; arnews[1]="Hollywood Indulges in Desi-sploitation "; arnews[1] += "For the vast majority of the history of television, the faces you saw on the screen were predominantly white. And"; arnews[1] += " Publ.Date : Sun, 06 Jun 2010 21:11:29 +0000"; arnews[1] += " "; arnews[2]="Age of Conversation 3 Author Interview: Gaurav Mishra "; arnews[2] += "I first met Gaurav back in 2008. I was helping put together the Interesting New York Conference and he was"; arnews[2] += " Publ.Date : Sat, 05 Jun 2010 23:30:40 +0000"; arnews[2] += " "; totcount = 3; 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(" |