var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Paulo Vie: Zac Efron parties at Girls Aloud’s Sarah Harding’s London club Kanaloa
";
arnews[0] += "Zac Efron parties at Girls Aloud’s Sarah Harding’s London club Kanaloa -";
arnews[0] += "
";
arnews[1]="Matt Porter: Zac Efron parties at Girls Aloud's Sarah Harding's London club Kanaloa: Zac Efron - US sexpot and High School M.. http://bit.ly/fnFCZ
";
arnews[1] += "Zac Efron parties at Girls Aloud's Sarah Harding's London club Kanaloa: Zac Efron - US sexpot and High School M..";
arnews[1] += "
";
arnews[2]="Total Exposure: On the Jonathan Ross show tonight:Michael McIntyre, Sarah Harding, Gerard Butler, Arctic Monkeys. BBC Entertainment (DStv 120), 9.30pm
";
arnews[2] += "On the Jonathan Ross show tonight:Michael McIntyre, Sarah Harding, Gerard Butler, Arctic Monkeys. BBC Entertainment (DStv 120), 9.30pm";
arnews[2] += "
";
arnews[3]="stewart mercer: Kimberley Walsh And Sarah Harding Celebrate Joint Birthday Some Celebrities Turn Up Celebrity News Holy Moly
";
arnews[3] += "Kimberley Walsh And Sarah Harding Celebrate Joint Birthday Some Celebrities Turn Up Celebrity News Holy Moly -";
arnews[3] += "
";
arnews[4]="Gossip Feeds: Holy Moly: Call the sambuca shots: Kimberley Walsh and Sarah Harding celebrate joint birthday, .. http://bit.ly/4F5csr
";
arnews[4] += "Holy Moly: Call the sambuca shots: Kimberley Walsh and Sarah Harding celebrate joint birthday, ..";
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("