var arnews = new Array(5);
totcount = 5;
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]="John Terry Is Love Personified And Vanessa Perroncel Is Crushed
";
arnews[2] += "VANESSA Perroncel and John Terry: The media contrives to make a story without the best bits as John Terry has his slipped halo polished and Vanessa Perroncel is made more humana The Sun , for which Terry has offered exclusives - sister paper to the NoTW which broke and then spiked the story of the Chelsea footballera s alleged affair - leads with ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 13:39:38 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]="Rhian Sugden Brings You Todaya s Poker News
";
arnews[4] += "Rhian Sugden, a woman, is not among those at the $25,000 PCA High Rollers final table.";
arnews[4] += "
Publ.Date : Fri, 15 Jan 2010 01:50:35 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("