var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Coens get chatty over 'True Grit' remake
";
arnews[0] += "Directors Joel and Ethan Coen are delivering their take on the classic western, 'True Grit.' The Coen brothers , Joel and Ethan, mixed business and pleasure Tuesday night when they hosted Josh Brolin and Robert Iler at Intermezzo on Eighth Ave.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 05:19:42 GMT";
arnews[0] += "
";
arnews[1]="A-Rod & Derek Jeter Celebrate Series Win with Leading Ladies
";
arnews[1] += "On top of the world after winning the World Series, Yankees stars Alex Rodriguez and Derek Jeter celebrated with a night out in New York City with their teammates - and their Hollywood girlfriends Kate Hudson and Minka Kelly.";
arnews[1] += "
Publ.Date : Fri, 06 Nov 2009 21:05:00 GMT";
arnews[1] += "
";
arnews[2]="A-Rod & Derek Jeter Celebrate Series Win with Leading Ladies | Alex Rodriguez, Kate Hudson
";
arnews[2] += "On top of the world after winning the World Series, Yankees stars Alex Rodriguez and Derek Jeter celebrated with a night out in New York City with their teammates - and their Hollywood girlfriends Kate Hudson and Minka Kelly.";
arnews[2] += "
Publ.Date : Fri, 06 Nov 2009 23:01:48 GMT";
arnews[2] += "
";
arnews[3]="Galleries look deeper for fall
";
arnews[3] += "A cool fall art season at area galleries is coming into view. Looming on the horizon are weird landscapes, offbeat abstracts and bodies everywhere -- some of them even naughty.";
arnews[3] += "
Publ.Date : Thu, 24 Sep 2009 15:10:35 GMT";
arnews[3] += "
";
arnews[4]="Galleries look deeper for fall
";
arnews[4] += "A cool fall art season at area galleries is coming into view. Looming on the horizon are weird landscapes, offbeat abstracts and bodies everywhere -- some of them even naughty.";
arnews[4] += "
Publ.Date : Thu, 24 Sep 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="The Idiot's Guide to the NFL Season
";
arnews[5] += "Just to catch you up: The over-exposed Steelers are the defending champs after Santonio Holmes's amazing catch helped them beat the Cardinals in the Super Bowl.";
arnews[5] += "
Publ.Date : Thu, 10 Sep 2009 20:39:37 GMT";
arnews[5] += "
";
arnews[6]="Burning Man 2009
";
arnews[6] += "A giant interactive Rubik's Cube was on hand at the Burning Man art, music and community festival in the Black Rock Desert the week of August 31 to September 7, 2009.";
arnews[6] += "
Publ.Date : Thu, 10 Sep 2009 20:34:02 GMT";
arnews[6] += "
";
arnews[7]="New jobs at port spark fury
";
arnews[7] += "On the eve of the Toronto Port Authority's annual general meeting, the federal government came under fire yesterday for stacking its board of directors again.";
arnews[7] += "
Publ.Date : Thu, 03 Sep 2009 13:09:05 GMT";
arnews[7] += "
";
totcount = 8;
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("