var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Serieasten.TV: Serien-News: Scott Foley wird Gaststar in COUGAR TOWN! http://bit.ly/19wtV8
";
arnews[0] += "Serien-News: Scott Foley wird Gaststar in COUGAR TOWN!";
arnews[0] += "
";
arnews[1]="RT @VDOOZER: http://twitpic.com/p18y2 - Courteney Cox, Lisa Kudrow, Brian Van Holt and Scott Foley filming. Jealous much?
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Daniel Malen: RT @VDOOZER: http://twitpic.com/p18y2 - Courteney Cox, Lisa Kudrow, Brian Van Holt and Scott Foley filming. Jealous much?
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="scott kato: 'Cougar Town': Scott Foley shows an interest ... in real estate http://bit.ly/2DWqSL
";
arnews[3] += "'Cougar Town': Scott Foley shows an interest ... in real estate";
arnews[3] += "
";
arnews[4]="'Cougar Town': Scott Foley shows an interest ... in real estate http://bit.ly/4yvwhR
";
arnews[4] += "'Cougar Town': Scott Foley shows an interest ... in real estate";
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("