var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cheryl Cole lands own TV show
";
arnews[0] += "The London News.Net Saturday 21st November, 2009 London, November 21 : Cheryl Cole will soon come up with her own TV show.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:33:16 GMT";
arnews[0] += "
";
arnews[1]="Cheryl lands 100k show
";
arnews[1] += "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[1] += "
Publ.Date : Sat, 21 Nov 2009 07:06:16 GMT";
arnews[1] += "
";
arnews[2]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[2] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Tina Osen
";
arnews[3] += "Tina Osen, director on The Vancouver Board of Trade board of directors and on the Women's Leadership Circle Advisory Council, was presented with the Women of Influence Award Nov.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:18:56 GMT";
arnews[3] += "
";
arnews[4]="Fashion Star Of The Week: Kate Beckinsale
";
arnews[4] += "Kate Beckinsale looked very much a fair lady at the MOCA 30th Anniversary Gala which took place in Los Angeles on November 14.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:17:02 GMT";
arnews[4] += "
";
arnews[5]="Maroon split opening games
";
arnews[5] += "The official puck drop by Manitoba Sunflower Festival royalty, a 35 year tradition continued at the season opener for the Altona Maroons.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 09:36:41 GMT";
arnews[5] += "
";
totcount = 6;
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("