var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Very.co.uk SS10 press day
";
arnews[0] += "This new, online department store is certainly making a name for itself in affordable fashion terms.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:25:39 GMT";
arnews[0] += "
";
arnews[1]="Mr looking for his Miss
";
arnews[1] += "He's been hobnobbing with Rihanna and Fearne Cotton, so you wouldn't think Mr Hudson is never short of female company.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[1] += "
";
arnews[2]="Grin and Pudsey Bear it
";
arnews[2] += "Yes, it's that time of year again Children in Need , like all telethon-style events, is always a mixed bag.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:08:54 GMT";
arnews[2] += "
";
arnews[3]="Girls in tights
";
arnews[3] += "Take a style note: there is no end to the prints and embellishment available to decorate your legs this season.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:29:08 GMT";
arnews[3] += "
";
arnews[4]="ITV names Archie Norman as chairman
";
arnews[4] += "The former Conservative MP Archie Norman was today named as the next chairman of ITV , ending a protracted search to fill the post.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 07:37:14 GMT";
arnews[4] += "
";
arnews[5]="X Factor Joe set to top the charts X Factor star Joe McElderry looks...
";
arnews[5] += "X FACTOR star Joe McElderry looks destined to be celebrating his first No 1 hit single this weekend.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:34:20 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("