var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Joey Arias and Thierry Mugler's design collaboration - Los Angeles Times
"; arnews[0] += "On the shoe box-sized stage of the Roy and Edna Disney/CalArts Theater, steps away from the site of last weekend's Museum of Contemporary Art gala where Miuccia Prada mixed it up with Frank Gehry and Lady Gaga to create a five-minute performance art ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:08:00 GMT"; arnews[0] += "
"; arnews[1]="TV Review: HOUSE - SEASON SIX - 'Teamwork'... - IF Magazine
"; arnews[1] += "Their decision to leave sets in motion a series of events that ultimately forces House, Chase, Cameron, Taub, Thirteen, Cuddy (Lisa Edelstein), heck, nearly everyone on the show, to reexamine who they were, who they have become, and who they want to ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:44:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");