var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="The boyfriend shirt is back this spring
"; arnews[0] += "The singer Rihanna is one of many celebrities who helped make the boyfriend shirt popular."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 03:39:13 GMT"; arnews[0] += "
"; arnews[1]="On Nov. 18, 2008, Detroit's Big Three automakers pleaded with Congress for a $25 billion lifeline
"; arnews[1] += "Today is Wednesday, Nov. 18, the 322nd day of 2009. There are 43 days left in the year."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:47:03 GMT"; arnews[1] += "
"; arnews[2]="Isaac Mizrahi dishes with Fern Mallis to Norton Museum supporters at Omphoy
"; arnews[2] += "Isaac Mizrahi discusses his love of fashion and cooking with Fern Mallis, left, Friday at The Omphoy Ocean Resort."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:47:13 GMT"; arnews[2] += "
"; arnews[3]="Bottled up
"; arnews[3] += "I'm still feeling the effects of my Beaujolais Nouveau binge, held the third Thursday of November when France yells, \"Come 'n' get it!\" My chums wanted to hit the bottle first thing in the morning, which begged the question: \"What's the difference between oenophiles wanting the first sip of the 2009 vintage and a bunch of sad sots swilling at ..."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:08:45 GMT"; arnews[3] += "
"; arnews[4]="Are you a spectacle?
"; arnews[4] += "More than ever, glasses make a statement -- and designer Robert Marc knows exactly what they say."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:53:22 GMT"; arnews[4] += "
"; arnews[5]="Definitely not the opera, but a film even a prude can love
"; arnews[5] += "Believe it or not, Sook-Yin Lee thinks she's a bit of a prude. The host of CBC radio's Definitely Not the Opera and former MuchMusic VJ may appear in the buff and take part in unsimulated sex -- inside, outside, upside-down; alone and with others -- in the new John Cameron Mitchell movie Shortbus, but don't take this as a sign of the Vancouver-born ..."; arnews[5] += "
Publ.Date : Wed, 13 Sep 2006 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="DIARY: Star Turn
"; arnews[6] += "Left: Outside the MoCA gala. MOVIE STARS MAY GET DAYS OFF but artists are always on the job."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:30:00 GMT"; arnews[6] += "
"; arnews[7]="Hitting His Stride Before '2012'
"; arnews[7] += "Most actors consider themselves lucky to be in one blockbuster. Chin Han will soon have two under his belt."; arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 02:28:02 GMT"; arnews[7] += "
"; arnews[8]="Werner Herzog named Berlin jury head
"; arnews[8] += "Werner Herzog will be president of the International jury for the 2010 Berlin International Film Festival."; arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 15:02:00 GMT"; arnews[8] += "
"; totcount = 9; 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("
");