var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Andre Leon Talley to judge 'Top Model'
";
arnews[0] += "Andre Leon Talley will help crown \"America's Next Top Model.\" The over-the-top 60-year-old Vogue editor-at-large will join Tyra Banks, photographer Nigel Barker and a weekly guest judge on the panel of the 14th season of the CW modeling competition , the network announced Monday.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 15:17:21 GMT";
arnews[0] += "
";
arnews[1]="Andre Leon Talley to judge 'Top Mo ...
";
arnews[1] += "Andre Leon Talley will help crown \"America's Next Top Model.\"The over-the-top 60-year-old Vogue editor-at-large will join Tyra Banks, photographer Nigel Barker and a weekly guest judge on the panel of the 14th season of the CW modeling competition , the network announced Monday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:00:46 GMT";
arnews[1] += "
";
arnews[2]="Andre Leon Talley added to 'America's Next Top Model' judging panel
";
arnews[2] += "Andre Leon Talley will help crown \"America's Next Top Model.\" The over-the-top 60-year-old Vogue editor-at-large will join Tyra Banks, photographer Nigel Barker and a weekly guest judge on the panel of the 14th season of the CW modeling competition , the network announced Monday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:30:35 GMT";
arnews[2] += "
";
arnews[3]="Alistair Campbell chokes up during an interview with Andrew Marr in BBC Television centre.
";
arnews[3] += "Alastair Campbell is only the latest politico to be caught blinking back tears on TV.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:22:39 GMT";
arnews[3] += "
";
arnews[4]="Regency Square Mall is at a crossroads
";
arnews[4] += "Forty-two years ago, the Regency Square Mall represented the latest and greatest trends in shopping mall development.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 06:41:29 GMT";
arnews[4] += "
";
arnews[5]="Afternoon Links
";
arnews[5] += "Paris Hilton films a commercial for Bloomingdale's in NYC today. Check out what my cyber friends are writing about: John Mayer and Taylor Swift : definitely more than friends.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 03:04:28 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("