var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tess Daly >> | Mens online Mag
";
arnews[0] += "Kay admitted yesterday that he had sent a number of racy text messages to Page 3 girl Rhian Sugden after his secret was exposed by the press. The Family Fortunes host has since confessed to enjoying flirty SMS exchanges with four other ...";
arnews[0] += "
";
arnews[1]="Scottish Football Forums
";
arnews[1] += "Wednesday, 10 February 2010. Off Topic • Tess Daly vs Rhian Sugden: Vernon Kay was caught sex texting (whatever that is) Rhian \"from p.. http://bit.ly/cCRLhS. Posted by site_admin at 04:52 ...";
arnews[1] += "
";
arnews[2]="Tess Daly won't leave Vernon Kay | Gossip Blender
";
arnews[2] += "Vernon Kay admits sending steamy texts to FIVE women: Forgive me, he begs Tess Daly; Vernon admits sending explicit texts to model Rhian Sugden and four other girls. 'Tess is extremely upset about this and we're working through it,' he ...";
arnews[2] += "
";
arnews[3]="Vernon Kay admits sending steamy texts to FIVE women: Forgive me ...
";
arnews[3] += "Vernon Kay admits sending racy text and Twitter messages to Page 3 girl behind wife Tess Daly's back; Family Fortunes host, 35, swapped numbers with Rhian Sugden, 23, after meeting in a Bolton nightclub. ...";
arnews[3] += "
";
arnews[4]="Vernon Kay Sent Saucy Texts To FIVE Women – Tut, Tut « Ruth ...
";
arnews[4] += "Vernon Kay was left red faced yesterday after it was revealed he'd been sending saucy messages to Page 3 model Rhian Sugden, but as with most cases of naughtiness, plenty more ladies have now come out of the woodwork. ...";
arnews[4] += "
";
arnews[5]="Vernon Kay Sent Saucy Texts To FIVE Women. | Female First Blog
";
arnews[5] += "Vernon Kay was left red faced yesterday after it was revealed he'd been sending saucy messages to Page 3 model Rhian Sugden, but as with most cases of.";
arnews[5] += "
";
arnews[6]="Vernon Kay: 'Tess is very upset with me' « Anillicitencounter's Blog
";
arnews[6] += "The TV host yesterday confessed to flirty exchanges with 23-year-old model Rhian Sugden after his secret was exposed by the press. In an interview with The Sun, Kay confirmed that he has also sent sex texts to four other girls, ...";
arnews[6] += "
";
arnews[7]="RadioAssistant.com - Because We Love Radio
";
arnews[7] += "En gråtende Vernon Kay skal ha innrømmet fem forhold over tekstmeldinger, inkludert Page 3-piken Rhian Sugden. Etter at saken kom frem i går, tirsdag, har det blåst kraftig rundt den godt likte programlederen som for øyeblikket blant ...";
arnews[7] += "
";
arnews[8]="Vernon Kay Sends Rude Texts To Page 3 Girl « Ruth Harrison ...
";
arnews[8] += "... and Tess Daley look as though they have the perfect marriage, but today we have realised how much appearances can be deceiving, as it has emerged that he has exchanged a number of saucy text messages with Page 3 girl Rhian Sugden. ...";
arnews[8] += "
";
arnews[9]="Vernon Kay is a repeated sex texter @ Unreality Primetime
";
arnews[9] += "TV presenter Vernon Kay has admitted that despite being married to the gorgeous Tess Daly, he has been sending lewd texts to five other women. The Sun outed Vernon yesterday and revealed how he had been texting Page 3 girl Rhian Sugden. ...";
arnews[9] += "
";
totcount = 10;
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("