var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Target Fashions a Comeback from Recession with Carlos Falchi, Jean Paul Gaultier
";
arnews[0] += "Despite the expansion of food operations in its latest generation discount stores , Target has continued to promote fashion and, as sales trends improve, the company could style something positive out of the recession.";
arnews[0] += "
Publ.Date : Sat, 24 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="This season, flat sales are good sales
";
arnews[1] += "This holiday season, flat is good. The National Retail Federation is predicting that holiday sales will decline roughly 1 percent this season compared with last, according to a forecast to be released today.";
arnews[1] += "
Publ.Date : Tue, 06 Oct 2009 11:30:33 GMT";
arnews[1] += "
";
arnews[2]="Target to launch Marcel Wanders home décor collection for holiday '09
";
arnews[2] += "Minneapolis A collection of \"romantic\" home dcor pieces by Netherlands designer Marcel Wanders is set to roll out to Target stores in time for the holiday selling season.";
arnews[2] += "
Publ.Date : Tue, 29 Sep 2009 16:23:00 GMT";
arnews[2] += "
";
arnews[3]="Target vs. Wal-Mart: The battle for consumers' dollars continues
";
arnews[3] += "The economic downturn has made an already competitive retail landscape especially brutal and unforgiving.";
arnews[3] += "
Publ.Date : Wed, 16 Sep 2009 03:42:31 GMT";
arnews[3] += "
";
arnews[4]="Saks Fifth Avenue Celebrates Fashion's Night Out With Over 50 Designer Appearances
";
arnews[4] += "Thousands of customers strutted down the red carpet into Saks Fifth Avenue for Thursday's Fashion's Night Out celebration, a global initiative supporting the fashion and retail industry.";
arnews[4] += "
Publ.Date : Mon, 14 Sep 2009 15:25:52 GMT";
arnews[4] += "
";
arnews[5]="Target vs. Wal-Mart: The battle for consumers' dollars continues
";
arnews[5] += "The economic downturn has made an already competitive retail landscape especially brutal and unforgiving.";
arnews[5] += "
Publ.Date : Sun, 13 Sep 2009 03:17:51 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("