var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Girls on Film: Sasha Pivovarova, Interview Magazine, Feb. '10
";
arnews[0] += "For its February issue, Interview magazine and photog Craig McDean got zany with Sasha Pivovarova in an editorial filled with psychedelic whimsy.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 20:00:22 GMT";
arnews[0] += "
";
arnews[1]="Elegant touches: accessorise to the top
";
arnews[1] += "French fashion house Maison Michel reveals its exclusive look book of spring-summer hair accessories.";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 20:19:15 GMT";
arnews[1] += "
";
arnews[2]="the Mirror: Threads: Unraveling Style
";
arnews[2] += "Next time you walk to class, play a little game of \"I Spy\" and see how many Longchamp bags you can spot.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Chanel wants to tattoo you
";
arnews[3] += "The tattoo's tacky seafarer image is long a thing of the past, but getting a brand logo permanently inked onto your skin was so far reserved for rappers and other flamboyant figures in show business.";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 19:16:44 GMT";
arnews[3] += "
";
arnews[4]="Alien Shoe Editorials - Alexander McQueen Shoes in 'Attach the Prophets' in Vogue Nippon
";
arnews[4] += "Those infamous heels by Alexander McQueen - you know, the impossibly high ones that had models like Abbey Lee Kershaw and Sasha Pivovarova refusing to walk in his S/S 2010 show - make an appearance in 'Attack the Prophets' in Vogue Nippon.";
arnews[4] += "
Publ.Date : Sun, 27 Dec 2009 21:58:59 GMT";
arnews[4] += "
";
totcount = 5;
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("