var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nick Knight's ShowStudio Invades NYFW to Live Stream Rodarte and Alexander Wang
";
arnews[0] += "By taking two of New York's most exclusive fashion shows live for all to see in real-time, Nick Knight has become the new king of New York Fashion Week.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 23:59:01 GMT";
arnews[0] += "
";
arnews[1]="Frances Berry Mathis
";
arnews[1] += "Entered into eternal rest on Saturday, Feb. 6, 2010, Ms. Frances Berry Mathis, 83, of Aiken, widow of the late Eddie Frank Mathis and daughter of the late Olen Berry Sr.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 09:15:19 GMT";
arnews[1] += "
";
arnews[2]="Dick Page Maps Out Your Spring Makeup Look
";
arnews[2] += "Photo courtesy of Shiseido When makeup artist Dick Page debuted Shiseido 's spring makeup collection this past September at the Michael Kors Spring 2010 show we instantly fell in love with the bright, juicy colors and gorgeous textures.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 14:00:00 GMT";
arnews[2] += "
";
arnews[3]="Is Fashion Getting Lazy?
";
arnews[3] += "Why are all those ladies laying down? Louis Vuitton earlier released ads with Lara Stone lying in moss and grass.";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 02:25:14 GMT";
arnews[3] += "
";
arnews[4]="Fab Ad: Alexander McQueen, Spring '10
";
arnews[4] += "If you look closely, model Raquel Zimmermann is in there. After witnessing McQueen's future primitive Spring show , it's no surprise the ad campaign elicits a few \"wows.\" Shot by Nick Knight a ' who also filmed McQueen's webcast runway show a ' ophidiophobics beware.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 23:00:22 GMT";
arnews[4] += "
";
arnews[5]="Alexander McQueen's SS10 campaign
";
arnews[5] += "Did sssomeone sssay ssspring? Alright, enough of the snake gags, but seriously, Alexander McQueen's spring campaign is a slithering, squirming, up-scale sizzler.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 15:22:58 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("