var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="sriharsha73: wow, watching the video of Olivia Newton & John Travolta jiving, in "More than a woman" from SaturdayNightFever movie...thanks blip.fm...
";
arnews[0] += "wow, watching the video of Olivia Newton & John Travolta jiving, in \"More than a woman\" from SaturdayNightFever movie...thanks blip.fm...";
arnews[0] += "
";
arnews[1]="John Travolta overwhelmed with street honour in hometown
";
arnews[1] += "John Travolta overwhelmed with street honour in hometown -";
arnews[1] += "
";
arnews[2]="Web9 Media: John Travolta overwhelmed with street honour in hometown
";
arnews[2] += "John Travolta overwhelmed with street honour in hometown -";
arnews[2] += "
";
arnews[3]="Matt Porter: Travolta's family day out to raise charity cash: JOHN TRAVOLTA and his family made a rare public appearance at .. http://bit.ly/6HzOny
";
arnews[3] += "Travolta's family day out to raise charity cash: JOHN TRAVOLTA and his family made a rare public appearance at ..";
arnews[3] += "
";
arnews[4]="Friday night at the Ocala, Florida premier of Old Dogs, John Travolta thanked his family's adopted home to... http://reduce.li/hjyksu #town
";
arnews[4] += "Friday night at the Ocala, Florida premier of Old Dogs, John Travolta thanked his family's adopted home to...";
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("