var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BOOK REVIEW: Memoir loses effectiveness with odd choices - North County Times
";
arnews[0] += "\"Itchy Brown Girl Seeks Employment\" by Ella deCastro Baron. (Courtesy image) San Diego author Ella deCastro Baron, who has chronic, sometimes debilitating eczema, introduces her book, \"Itchy Brown Girl Seeks Employment,\" with the following advice ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:01:00 GMT";
arnews[0] += "
";
arnews[1]="Hello out there: How about some hockey songs? - Sporting News
";
arnews[1] += "Rush's Neil Peart is recording another version of \"The Hockey Theme\" for TSN, the Canadian Press reports. The legendary drummer will be following Simple Plan and the Barenaked Ladies, who also recorded reinterpretations of the iconic song. The theme ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:50:00 GMT";
arnews[1] += "
";
arnews[2]="Diet, exercise key to Kan. couple - Fort Mill Times
";
arnews[2] += "A Kansas couple married 61 years have a simple plan for feeling young. It's diet and exercise. 80-year-old Joe Spradlin and his wife, 79-year-old Rita, have made fitness part of their routines. Joe bikes 20 to 30 miles a day, and Rita walks four to ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:14:00 GMT";
arnews[2] += "
";
arnews[3]="Diet, exercise keep couple young - Topeka Capital-Journal
";
arnews[3] += "LAWRENCE - A Kansas couple married 61 years have a simple plan for feeling young. It's diet and exercise. 80-year-old Joe Spradlin and his wife, 79-year-old Rita, have made fitness part of their routines. Joe bikes 20 to 30 miles a day, and Rita ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT";
arnews[3] += "
";
arnews[4]="Game plan for Matt Holliday: How to keep fromgetting robbed by Scott ... - St. Louis American
";
arnews[4] += "Here we go. The baseball free agency season is now underway. With that comes a lot of rhetoric, hype and just plain foolishness. The Cardinals will be in the fray this fall and winter, and they have a plan. A simple plan that I like. Matt Holliday is ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:34:00 GMT";
arnews[4] += "
";
arnews[5]="Diet, exercise key to Kansas couple married 61 years - FOX2now.com
";
arnews[5] += "LAWRENCE, Kan. (AP) — A Kansas couple married 61 years have a simple plan for feeling young. It's diet and exercise. 80-year-old Joe Spradlin and his wife, 79-year-old Rita, have made fitness part of their routines. Joe bikes 20 to 30 miles a day ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 14:14:00 GMT";
arnews[5] += "
";
arnews[6]="Rush's Neil Peart recording another version of 'The Hockey Theme' for ... - News1130.com
";
arnews[6] += "TORONTO - Rush's Neil Peart is recording another version of \"The Hockey Theme\" for TSN. The legendary drummer will be following Simple Plan and the Barenaked Ladies, who also recorded reinterpretations of the iconic song. The theme, originally ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:52:00 GMT";
arnews[6] += "
";
totcount = 7;
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("