var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Cover story in Lucire, the global fashion magazine
"; arnews[0] += "Cindy Crawford, George Clooney and others had a full schedule last week as they launched an Omega advertising campaign and a redesigned Constellation line Right Omega president Stephen Urquhart and Cindy Crawford at the London Westfield launch."; arnews[0] += "
Publ.Date : Sat, 17 Oct 2009 09:33:10 GMT"; arnews[0] += "
"; arnews[1]="Bricks Versus Clicks: Front Row at D&G
"; arnews[1] += "Bloggers are now officially front-row material. At least that was the case at the D&G show on Thursday, where Neiman Marcus' Burt Tansky and Saks' Steve Sadove and other retail heavyweights were accommodated in the second row, and further back for fashion directors."; arnews[1] += "
Publ.Date : Thu, 24 Sep 2009 21:03:00 GMT"; arnews[1] += "
"; arnews[2]="Exclusive Video: Brand New St. Trinian's Clip
"; arnews[2] += "We have a new exclusive clip from the upcoming indie comedy St. Trinian's , which will be released in theaters on October 2. Click below to watch our exclusive clip, which features a lecture on how being smart is cool."; arnews[2] += "
Publ.Date : Thu, 17 Sep 2009 23:21:11 GMT"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");