var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vernon Kay admits text-sex with five other women and says Tess Daly is ... - Daily Mirror
";
arnews[0] += "Shamed TV star Vernon Kay last night admitted having text-sex with five other women. The clean cut Family Fortunes host revealed his guilty secret as he said: \"I've let down my wife Tess. I'm an idiot.\" The shamed dad-of-two added: \"I've been stupid ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:31:00 GMT";
arnews[0] += "
";
arnews[1]="Vernon Kay faces the music over steamy tweets: Forgive me, quiz show ... - Daily Mail
";
arnews[1] += "Vernon Kay spent yesterday deep in conversation with a shapely young blonde. Unfortunately for him, this time it was his wife. The Family Fortunes host had to explain to a furious Tess Daly exactly why he had sent a series of explicit messages to a ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 00:28:00 GMT";
arnews[1] += "
";
arnews[2]="Vernon Kay begs wife Tess for forgiveness after sending sex texts to ... - Evening Standard
";
arnews[2] += "TV presenter Vernon Kay branded himself \"stupid\" after admitting sending explicit texts to around five women. Kay said he had \"let down\" his wife, Strictly Come Dancing presenter Tess Daly, and their two young daughters. The All Star Family Fortunes ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[2] += "
";
arnews[3]="VERNON KAY IN HOT WATER WITH TESS DALY AFTER ADMITTING TO TEXTING ... - Daily Star
";
arnews[3] += "MARRIED father-of-two Vernon Kay has admitted to sending racy messages via Twitter and his mobile phone to a glamour model. But the Family Fortunes presenter insists to have not slept with the Page 3 model, who at 23-years-old, is 12-years his junior ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:04:00 GMT";
arnews[3] += "
";
arnews[4]="Vernon Kay sends 'explicit' texts and Twitter messages to Page 3 model ... - Holy Moly!
";
arnews[4] += "It's hardly on the same scale as Tiger Woods or John Terry, but The Sun are refusing to print any of the messages, claiming the contents \"too explicit\" and could cause offence. But surely they can't be half as offensive as watching him present 'All ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 17:12:00 GMT";
arnews[4] += "
";
arnews[5]="Vernon Kay: 'Tess is very upset with me' - Digital Spy
";
arnews[5] += "Vernon Kay has admitted that his wife Tess Daly is \"extremely upset\" over the racy text messages he sent to a Page 3 girl. The TV host yesterday confessed to flirty exchanges with 23-year-old model Rhian Sugden after his secret was exposed by the ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:21:00 GMT";
arnews[5] += "
";
arnews[6]="TV Vernon 'stupid' over sex texts - The Guardian
";
arnews[6] += "TV presenter Vernon Kay branded himself \"stupid\" after admitting sending explicit texts to around five women. Kay said he had \"let down\" his wife, Strictly Come Dancing presenter Tess Daly, and their two young daughters. The All Star Family Fortunes ...";
arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 08:21:00 GMT";
arnews[6] += "
";
totcount = 7;
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("