var arnews = new Array(8); totcount = 3; 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] += "
"; 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("
");