var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Bollywood Sargam: Random Thoughts : Kudrow's 'Comeback' Canceled: Former Friends star Lisa Kudrow is disappointed after le.. http://bit.ly/1PDeis
";
arnews[0] += "Random Thoughts : Kudrow's 'Comeback' Canceled: Former Friends star Lisa Kudrow is disappointed after le..";
arnews[0] += "
";
arnews[1]="Random Thoughts : Kudrow's 'Comeback' Canceled: Former Friends star Lisa Kudrow is disappointed after le.. http://bit.ly/1PDeis
";
arnews[1] += "Random Thoughts : Kudrow's 'Comeback' Canceled: Former Friends star Lisa Kudrow is disappointed after le..";
arnews[1] += "
";
arnews[2]="More Friends?: Lisa Kudrow squashes the Friends reunion rumor http://bit.ly/2GfT6E
";
arnews[2] += "More Friends?: Lisa Kudrow squashes the Friends reunion rumor";
arnews[2] += "
";
arnews[3]="Willem van der Horst: I'd missed this so far, it's really funny. Web Therapy starring Lisa Kudrow. 1st Ep: http://bit.ly/3jhosY
";
arnews[3] += "I'd missed this so far, it's really funny. Web Therapy starring Lisa Kudrow. 1st Ep:";
arnews[3] += "
";
arnews[4]="Lisa P: Lisa Kudrow: Friends Reunion Movie a No Go
";
arnews[4] += "Lisa Kudrow: Friends Reunion Movie a No Go -";
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("