var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="HEATHER MILLS
";
arnews[0] += "HEATHER MILLS -";
arnews[0] += "
";
arnews[1]="HEATHER MILLS
";
arnews[1] += "HEATHER MILLS -";
arnews[1] += "
";
arnews[2]="Tennessee NFL team owner fined $250k for flipping off the Buffalo Bills, making that the most expensive f*ck since Heather Mills. (sorry)
";
arnews[2] += "Tennessee NFL team owner fined $250k for flipping off the Buffalo Bills, making that the most expensive f*ck since Heather Mills. (sorry) -";
arnews[2] += "
";
arnews[3]="Heather Mills : Heather Mills to quit Dancing On Ice?
";
arnews[3] += "Heather Mills : Heather Mills to quit Dancing On Ice? -";
arnews[3] += "
";
arnews[4]="Matt Porter: # ukceleb Heather Mills fumes over Walkers crisps: Heather Mills is angered by the ingredients of Walk.. http://bit.ly/48gWTL
";
arnews[4] += "# ukceleb Heather Mills fumes over Walkers crisps: Heather Mills is angered by the ingredients of Walk..";
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("