var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Marvin Humes has Cole crush
";
arnews[0] += "JLS star Marvin Humes has a crush on Cheryl Cole. The hunky R'n'B singer thinks the Girls Aloud beauty - who is a judge on UK TV talent show 'The X Factor', the programme on which JLS shot to fame - is gorgeous and is devastated she is married to soccer player Ashley Cole.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 20:39:43 GMT";
arnews[0] += "
";
arnews[1]="Cheryl Cole lands own TV show
";
arnews[1] += "The London News.Net Saturday 21st November, 2009 London, November 21 : Cheryl Cole will soon come up with her own TV show.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:33:16 GMT";
arnews[1] += "
";
arnews[2]="Girls Aloud - Marvin Humes Has Cole Crush
";
arnews[2] += "JLS star Marvin Humes has confessed he is attracted to Girls Aloud star Cheryl Cole and The Saturdays singer Rochelle Wiseman.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:40:10 GMT";
arnews[2] += "
";
arnews[3]="Cheryl lands 100k show
";
arnews[3] += "CHERYL Cole is usually showing off her hair extensions, not covering up. We certainly didn't have her down as a bobble hat kind of a girl, but we love her new cosy look.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:06:16 GMT";
arnews[3] += "
";
arnews[4]="Frankie Sandforda s Slasher Dress Bum Note And Other Terrific Mistakes
";
arnews[4] += "POOR Frankie Sandford is a singer with The Saturdays, a Girls Aloud a 'Spice Girls tribute act and a graduate of S Club Juniors, youth wing of former cabaret act S Club 7. Shea TMs done a Clare Danes and shown lots of flesh.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 03:11:06 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("