var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Asshat Interview of the Day, with Director James Cameron - Feministing
"; arnews[0] += "PLAYBOY: We seem to need fantasy icons like Lara Croft and Wonder Woman, despite knowing they mess with our heads. CAMERON: Most of men's problems with women probably have to do with realizing women are real and most of them don't look or act like ..."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 16:35:00 GMT"; arnews[0] += "
"; arnews[1]="Ten celebrity watching restaurants - WSFA
"; arnews[1] += "Remember that \"I Love Lucy\" episode when the always star-struck Lucy eats at Hollywood's Brown Derby and finds William Holden sitting in the next booth? Hilarity, of course, ensues, with Lucy making a fool of herself trying to get Holden's attention ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:57:00 GMT"; arnews[1] += "
"; arnews[2]="Desis in the (White) House - Wall Street Journal
"; arnews[2] += "They are the hottest tickets in town: invitations to the first official dinner at the White House. The Obamas' guest of honor on Nov. 24 will be Indian Prime Minister Manmohan Singh. Some invites already have gone out but many wannabe attendees are ..."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 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("
");