var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Rocio Flores: Está viendo The Little Girl who Lives Down The Lane w/Jodie Foster http://digg.com/u1GsSx
";
arnews[0] += "Está viendo The Little Girl who Lives Down The Lane w/Jodie Foster";
arnews[0] += "
";
arnews[1]="Tom Whiting: trivia Q: Jodie Foster won an Oscar for which film? A: http://bit.ly/2ifLc
";
arnews[1] += "trivia Q: Jodie Foster won an Oscar for which film? A:";
arnews[1] += "
";
arnews[2]="The Part When Jodie Foster Murks The Two Niggas On The Train Then Looks At The Gun. Nas Needed2Be Cue'd In. Fuckin A!!
";
arnews[2] += "The Part When Jodie Foster Murks The Two Niggas On The Train Then Looks At The Gun. Nas Needed2Be Cue'd In. Fuckin A!! -";
arnews[2] += "
";
arnews[3]="Dea Safira Basori: Brendan Fraser!!!! :D RT @shanedawson: if i could meet one actor it would be Jodie Foster. who would you like to meet?
";
arnews[3] += "Brendan Fraser!!!! :D RT @";
arnews[3] += "
";
arnews[4]="Jess: http://ow.ly/kU3D JODIE FOSTER CHRISTIE BRINKLEY TINA TURNER TURKISH MAGAZINE: Current Bid: $7.00 Number of Bids: 0 Qty:..
";
arnews[4] += "";
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("