var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="First Oscars of the Season Presented to Esteemed Recipients - ETOnline.com
";
arnews[0] += "The awards season just keeps rolling. Stars were dressed to the nines Saturday night as some of their own were presented with Oscars for their work in the movie business. The Academy of Motion Picture Arts and Sciences whipped out their golden ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 13:23:00 GMT";
arnews[0] += "
";
arnews[1]="Lupe Fiasco, Others To Appear In Upcoming History Channel Documentary ... - Baller Status
";
arnews[1] += "... chronicling the history of this country, including charter documents, letters, diaries and more, from such celebrities as Matt Damon, Josh Brolin, Viggo Mortensen, David Strathairn, Marisa Tomei, Don Cheadle, Q'orianka Kilcher, Michael Ealy ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:48:00 GMT";
arnews[1] += "
";
arnews[2]="Gallery: Museum of Contemporary Art's 30th annviersary gala - Herald-Dispatch
";
arnews[2] += "Singer Lady Gaga performs at The Museum of Contemporary Art's 30th anniversary gala in Los Angeles on Saturday, Nov. 14, 2009. (AP Photo/Dan Steinberg) Singer Ciara arrives at The Museum of Contemporary Art's 30th anniversary gala in Los Angeles on ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[2] += "
";
arnews[3]="The good book goes high-tech - Arizona Daily Sun
";
arnews[3] += "HOLLYWOOD -- Once Jesus signed on, it was easy to enlist King Solomon and Moses. Jim Caviezel (Jesus), Malcolm McDowell (King Solomon) and Richard Dreyfuss (Moses) were among hundreds of actors who lined up to create \"The Word of Promise Audio Bible ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 15:05:00 GMT";
arnews[3] += "
";
arnews[4]="Bande A Part - vogue
";
arnews[4] += "We love the online Polaroid campaigns of US designers Boy by Band of Outsiders. The Seventies-hued snaps star Marisa Tomei (skulking around the Chateau Marmont), Sarah Silverman, Max Minghella and Kirsten Dunst, all dressed in Boy by Band of ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 09:17:00 GMT";
arnews[4] += "
";
arnews[5]="Sombre Brad Pitt and Angelina Jolie look distant on a rare night out ... - Daily Mail
";
arnews[5] += "Outside of awards season or their film premieres, Brad Pitt and Angelina Jolie are rarely spotted together at public events. Following recent rumours of problems in their nearly five-year relationship, the couple stepped out together at the Museum of ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 12:47:00 GMT";
arnews[5] += "
";
totcount = 6;
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("