var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paul Wendkos, Director of 'Gidget' Surfer Movies, Is Dead at 84
";
arnews[0] += "Paul Wendkos, a movie and television director best known for the frothy surfer film \"Gidget,\" but whose other productions ranged from thrillers to historical dramas, died Nov.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:28:11 GMT";
arnews[0] += "
";
arnews[1]="Local woman shares her story after recently diagnosed with ALS
";
arnews[1] += "A local woman shares her inspiring story after being diagnosed with a terminal illness.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:15:15 GMT";
arnews[1] += "
";
arnews[2]="Yanks' duo takes on Mauer for Al MVP
";
arnews[2] += "The 2009 American League Most Valuable Player Award will be announced Monday, and the decision is the result of a familiar philosophical debate.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="BC-OBIT-WENDKOS-NYT
";
arnews[3] += "Paul Wendkos, a movie and television director best known for the frothy surfer film \"Gidget,\" but whose other productions ranged from thrillers to historical dramas, died Nov.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:45:24 GMT";
arnews[3] += "
";
arnews[4]="Retro Style: Knoxville apparel company gets boost from throwback jerseys
";
arnews[4] += "Rolls of brightly colored fabric wait to be cut and sewed together into throwback jerseys.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:40:20 GMT";
arnews[4] += "
";
arnews[5]="COLUMN: Charlie, Duck while away time by bringing smiles to faces
";
arnews[5] += "His name is Charlie and he's an outlandish character who whiles away his days with a buffoonish smile plastered across his face.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 21:27:41 GMT";
arnews[5] += "
";
arnews[6]="Is He Holding All Our Cards Again?
";
arnews[6] += "BDD is a feature of Boston.com. The site is not produced by the Boston Globe sports dept.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 20:16:01 GMT";
arnews[6] += "
";
arnews[7]="Virtual Catalog kicks off holiday season
";
arnews[7] += "It's that time of year When the world falls in love ... When the Virtual Catalog launches at the MLB.com Shop -- signaling the official start to another season of holiday shopping.";
arnews[7] += "
Publ.Date : Tue, 17 Nov 2009 08:00: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("