var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="RT @leyrer:needs a Gordon Ramsay event-invitation reply button: "I DON'T F***ING CARE!"
"; arnews[0] += "RT @leyrer:needs a Gordon Ramsay event-invitation reply button: \"I DON'T F***ING CARE!\" -"; arnews[0] += "
"; arnews[1]="Hansjörg Posch: RT @leyrer:needs a Gordon Ramsay event-invitation reply button: "I DON'T F***ING CARE!"
"; arnews[1] += "RT @"; arnews[1] += "
"; arnews[2]="Lee Shakespeare: Lunch at Gordon Ramsay's was fabulous. Loved the chocolate covered strawberry ice cream. http://yfrog.com/1ee6qj
"; arnews[2] += "Lunch at Gordon Ramsay's was fabulous. Loved the chocolate covered strawberry ice cream."; arnews[2] += "
"; arnews[3]="Lee Shakespeare: Lee Lunch at Gordon Ramsay's was fabulous. Loved the chocolate covered strawberry ice cream. http://yfrog.com/1ee6qj.
"; arnews[3] += "Lunch at Gordon Ramsay's was fabulous. Loved the chocolate covered strawberry ice cream."; arnews[3] += "
"; arnews[4]="Bernie J Mitchell: RT @LenaRobinson: @BernieJMitchell - Yum Xmas Goose Recipe C/- Gordon Ramsay & BBC Food http://bit.ly/071jb7F- #goose
"; arnews[4] += "RT @"; 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("
");