var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vernon Kay in hot water with Tess Daly after admitting to texting glamour model
";
arnews[0] += "DEFIANT Wayne Bridge has laughed off the idea of getting back with Vanessa Perroncel after reports she wants to rekindle their relationship.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:29:46 GMT";
arnews[0] += "
";
arnews[1]="Vernon Kay admits 'sexy texts' to model
";
arnews[1] += "Vernon Kay has reportedly admitted that he sent \"racy\" SMS and Twitter messages to a Page 3 girl in secret.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:26:42 GMT";
arnews[1] += "
";
arnews[2]="Kay admits sending texts to model
";
arnews[2] += "Married TV presenter Vernon Kay has reportedly admitted he exchanged racy texts and Twitter messages with a glamour model.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:16:27 GMT";
arnews[2] += "
";
arnews[3]="Vernon's sex texts to Page 3 beauty
";
arnews[3] += "TV golden girl Tess Daly hit the roof last night after it emerged hubby Vernon Kay sent racy texts to a Sun Page 3 beauty.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:48:09 GMT";
arnews[3] += "
";
arnews[4]="Tess Daly: I wanted to feel my baby being born
";
arnews[4] += "In the second extract from her new book The Baby Diaries, TV star and Mirror columnist Tess Daly reveals what it really felt like to give birth and her embarrassing pre-delivery beauty dilemma Ever wondered what it really feels like to give birth? Or the sensation of having a caesarean? Tess Daly describes her experience of both in day two of our ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tess Daly nearly vomited on live TV
";
arnews[5] += "'Stritcly Come Dancing' presenter Tess Daly has admitted that she almost vomited on live television when she was pregnant with her second child.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 19:42:09 GMT";
arnews[5] += "
";
arnews[6]="'Strictly' Sport Relief details revealed
";
arnews[6] += "The details of this year's Strictly Come Dancing Sport Relief special have been confirmed.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 14:52:56 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("