var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="
";
arnews[0] += "The bold-face buyer of a second-floor apartment on Crosby Street in SoHo is
Samuel L. Jackson, reports The Post's
Jennifer Gould Keil. We hear the seller, Wall Street dude
Eric Gross, got such a kick out of Jackson ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:21:00 GMT";
arnews[0] += "
";
arnews[1]="
";
arnews[1] += "1 WIDE LOAF OF BREAD (WHOLE, NOT SLICED!) *4 HALF CHICKEN BREASTS BONELESS SKINLESS 1 CUP COLE SLAW DRAINED 6 SLICES JALAPENO CHEESE 6 SLICES PIMENTO CHEESE 6 THIN SLICES OF TOMATO SEVERAL LEAVES OF LETTUCE 2 TBSP MAYO OR SALAD DRESSING *HOT SAUCE ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 04:05:00 GMT";
arnews[1] += "
";
arnews[2]="
";
arnews[2] += "NEW YORK (AP) — “Uncharted 2: Among Thieves” has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday. The action-adventure “Uncharted 2” is bucking for Game of the Year, as is “Batman: Arkham ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:58:00 GMT";
arnews[2] += "
";
arnews[3]="
";
arnews[3] += "So what do you when a neighbor is threatening and harassing you? Some of us would try to handle it ourselves, but what happens when that doesn't work out so well? You give in and call the cops, right? It's about time you stopped being a stubborn ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 14:36:00 GMT";
arnews[3] += "
";
arnews[4]="
";
arnews[4] += "NEW YORK -- I hope your Thanksgiving was relaxing and delicious. The holidays can bring tension and grief with them in addition to joy and celebration, especially on military bases for military moms. Did you know that the Army grants six weeks of ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:56:00 GMT";
arnews[4] += "
";
arnews[5]="
";
arnews[5] += "The film will be directed by Belfast-born Kenneth Branagh and the cast also includes Chris Hemsworth in the title role and Anthony Hopkins, Samuel L Jackson, Natalie Portman and Irish actor Stuart Townsend. 'Thor' begins shooting in January and will ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:20:00 GMT";
arnews[5] += "
";
arnews[6]="
";
arnews[6] += "NEW YORK (AP) -- Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood. Forbes figured out that for every dollar in salary, Ferrell's films made an average of a little more than $3. In comparison, for every dollar Shia ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 05:04:00 GMT";
arnews[6] += "
";
arnews[7]="
";
arnews[7] += "NEW YORK -- \"Uncharted 2: Among Thieves'' has seized a leading eight nominations for this year's Video Game Awards, Spike TV announced Wednesday. The action-adventure \"Uncharted 2'' is bucking for Game of the Year, as is \"Batman: Arkham Asylum ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 21:48:00 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("");document.write("");