var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Leandro Leite: [SPOILERS FREE] Entrevista do TVGuide com Sonya Walger!! A mulher é sensacional... http://bit.ly/2Pud6d (via @DarkUFO)
";
arnews[0] += "[SPOILERS FREE] Entrevista do TVGuide com Sonya Walger!! A mulher é sensacional...";
arnews[0] += "
";
arnews[1]="Rach: Sonya Walger kind of reminds me of Genevieve from Trading Spaces and her show on HGTV.
";
arnews[1] += "Sonya Walger kind of reminds me of Genevieve from Trading Spaces and her show on HGTV.";
arnews[1] += "
";
arnews[2]="Rach: Haha RT @flashforcast: That's funny because Sonya Walger kind of reminds me of Penny from LOST.
";
arnews[2] += "Haha RT @";
arnews[2] += "
";
arnews[3]="Screenrush TVSeries: 7 - Sonya Walger
";
arnews[3] += "7 - Sonya Walger -";
arnews[3] += "
";
arnews[4]="@jopinionated The Constant is possibly one of the most romantic eps of tv ever! I love Henry Ian Cusack and Sonya Walger in this ep. #LOST
";
arnews[4] += "@jopinionated The Constant is possibly one of the most romantic eps of tv ever! I love Henry Ian Cusack and Sonya Walger in this ep.";
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("