var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katie Price appears on GMTV, claims she's treated like a serial killer - Holy Moly!
";
arnews[0] += "Katie Price appeared on GMTV this morning and almost did a Heather Mills , but instead of claiming that she's treated \"worse than a pedophile\", she suggested that the public are treating her exactly \"like a serial killer\". But we thought she wouldn't ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:25:00 GMT";
arnews[0] += "
";
arnews[1]="Rav Wilding dating BB7's Imogen? - Digital Spy
";
arnews[1] += "Rav Wilding has reportedly started dating former Big Brother star Imogen Thomas. The Crimewatch presenter has allegedly been involved with Thomas for several weeks and the pair have now been photographed kissing in London. \"Rav's smitten with Imogen ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 15:49:00 GMT";
arnews[1] += "
";
arnews[2]="Wilding, you make Imo’s heart sing - The Sun
";
arnews[2] += "The former Miss Wales, pictured kissing and hugging Rav in London yesterday, has been secretly dating the Crimewatch presenter for weeks. A pal said: \"Rav's smitten with Imogen and she's pretty taken with him. \"He's a good-looking guy and he has that ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 08:33:00 GMT";
arnews[2] += "
";
arnews[3]="Defoe wants to get third time lucky in FA Cup - The Gaea Times
";
arnews[3] += "LONDON - Tottenham striker Jermain Defoe is hoping his hattrick against Leeds will help make it third time lucky in winning the FA Cup.ate has twice robbed the 27-year-old, of stepping out at Wembley finals. When Portsmouth won the FA Cup in 2008 ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 13:43:00 GMT";
arnews[3] += "
";
arnews[4]="Brit man eyes record by juggling football 30 miles across London - The Gaea Times
";
arnews[4] += "LONDON - A British man is hoping to set a Guinness World Record by juggling a football 30 miles across London. Dan Magness, who has been training for his latest record attempt for two months in snowy conditions, must keep the ball in the air at all ...";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 03:02:00 GMT";
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("