var arnews = new Array(9); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Fill 'Er Up
"; arnews[0] += "To celebrate Alexander Wang 's Spring show and the launch of the latest issue of Love magazine, the fine folks at MAC and Milk Studios pulled out all the stops."; arnews[0] += "
Publ.Date : Sun, 13 Sep 2009 03:00:00 GMT"; arnews[0] += "
"; arnews[1]="Runway Report: Alexander Wang Spring 2010
"; arnews[1] += "Alexander Wang presented his spring 2010 collection to a packed house. Among them, models , photographers , actresses , fellow designers and fashion industry elite ."; arnews[1] += "
Publ.Date : Sun, 13 Sep 2009 05:55:00 GMT"; arnews[1] += "
"; arnews[2]="The ladies of La La Land
"; arnews[2] += "Los Angeles is not a city usually associated with spiritual purity, community action or the power of the natural woman."; arnews[2] += "
Publ.Date : Thu, 03 Sep 2009 06:19:24 GMT"; arnews[2] += "
"; arnews[3]="Sisters With Voices: The L.A. Ladies Choir
"; arnews[3] += "One of their performance staples is a cover of Yoko Ono's 'Sister O Sisters.' \"We have restrictions in every other place in our lives, so I wanted the choir to be a place where there are no rules, where we just enjoy each other,\" says Aska Matsumiya, one of the two leaders, along with Lavender Diamond 's Becky Stark , of the L.A. Ladies Choir."; arnews[3] += "
Publ.Date : Thu, 06 Aug 2009 08:08:18 GMT"; arnews[3] += "
"; totcount = 4; 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("
");