var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="We're No1 for TV news
";
arnews[0] += "YO dieter Kerry Katona may have managed to ditch the junk food but the fags are clearly going nowhere.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:35:30 GMT";
arnews[0] += "
";
arnews[1]="Iceland dumps celebs from TV ads
";
arnews[1] += "Supermarket will use a customer rather than stars such as Kerry Katona, Christopher Biggins and Coleen Nolan Kerry Katona: dropped after a newspaper alleged she had taken cocaine Iceland's television campaigns have featured Kerry Katona, Christopher Biggins, Coleen Nolan and Jason Donovan, but now the brand is turning its back on celebrities and ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 11:06:00 GMT";
arnews[1] += "
";
arnews[2]="Iceland shopper to replace Nolan as face of the brand
";
arnews[2] += "\"Just like Coleen, we're looking for a new face who loves Iceland and is the perfect blend of personality and charm.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:28:58 GMT";
arnews[2] += "
";
arnews[3]="Iceland looks for ordinary customers to front ads
";
arnews[3] += "Iceland is looking for its first non-celebrity brand ambassador in a nationwide search to replace The Nolana s Coleen Nolan and other famous faces including Kerry Katona.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 11:03:08 GMT";
arnews[3] += "
";
arnews[4]="John Terry showed no respect to Fabio while BB6 babe claims
";
arnews[4] += "A BLACKBURN fan was critically ill in hospital last night after an incident at yesterday's Stoke versus Blackburn clash.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 05:47:15 GMT";
arnews[4] += "
";
arnews[5]="6.Kerry Katona mum:...
";
arnews[5] += "MUSIC fan Prince Harry is to appear on screen at this year's BRIT awards. MATTHEW Fox fans will soon be Lost - for the island hunk is to ditch TV after the final episode of the mind-boggling show.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 01:34:57 GMT";
arnews[5] += "
";
totcount = 6;
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("