var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Alpesh: Reddyjeevan liked: Claudia Cruz: Voters Hesitate to Answer Exit Poll in West Columbus
"; arnews[0] += "Reddyjeevan liked: Claudia Cruz: Voters Hesitate to Answer Exit Poll in West Columbus -"; arnews[0] += "
"; arnews[1]="Balakrishna Hebbar: Reddyjeevan liked: Claudia Cruz: Voters Hesitate to Answer Exit Poll in West Columbus
"; arnews[1] += "Reddyjeevan liked: Claudia Cruz: Voters Hesitate to Answer Exit Poll in West Columbus -"; arnews[1] += "
"; arnews[2]="Claudia: Got my facebook vanity URL http://www.facebook.com/claudia.cruz
"; arnews[2] += "Got my facebook vanity URL"; arnews[2] += "
"; arnews[3]="Claudia: Can anyone access my FB profile through my vanity URL even if privacy settings only allow my friends to see it? facebook.com/claudia.cruz
"; arnews[3] += "Can anyone access my FB profile through my vanity URL even if privacy settings only allow my friends to see it? facebook.com/claudia.cruz"; arnews[3] += "
"; arnews[4]="Claudia: getting my vanity URL #facebook was exciting. facebook.com/claudia.cruz Had to tweet the world about it. Funny, huh?
"; arnews[4] += "getting my vanity URL"; 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; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");