var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Vivier Takes Miami... Parsons Stars... Galliano's Tropical Christmas...
";
arnews[0] += "Read the full article by SUBSCRIBING today! Subscribe now to WWD.COM , for complete access to breaking news and events that shape the worldwide Fashion Industry.";
arnews[0] += "
Publ.Date : Tue, 08 Dec 2009 05:01:00 GMT";
arnews[0] += "
";
arnews[1]="Veni, Vidi, Vivier
";
arnews[1] += "Shoe-a-holics have a new shop to get their fix. This Tuesday, Roger Vivier boutique celebrates its grand opening at Bal Harbour .";
arnews[1] += "
Publ.Date : Mon, 30 Nov 2009 14:20:24 GMT";
arnews[1] += "
";
totcount = 2;
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("