var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Paul McCartney Turns Writer For Gwyneth Paltrow Goop Website - Post Chronicle
";
arnews[0] += "Gwyneth Paltrow called on her close friend Stella McCartney's father Paul to write an article for her lifestyle newsletter - in a bid to explain the benefits of a meat-free diet. The Shakespeare In Love star talks about her diet, daily routine and ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 16:29:00 GMT";
arnews[0] += "
";
arnews[1]="Stressed’ Gwyneth Paltrow wants to learn to meditate - The Gaea Times
";
arnews[1] += "LONDON - Gwyneth Paltrow has said that she needs to learn to meditate because her brain ‘drives her mental’. The ‘Shakespeare in Love’ star, who crashed her off-road vehicle into the back of another car while carrying out the school run in ...";
arnews[1] += "
Publ.Date : Thu, 14 Jan 2010 09:36:00 GMT";
arnews[1] += "
";
arnews[2]="Gwyneth Paltrow, Chris Martin in garden fence row - The Gaea Times
";
arnews[2] += "LONDON - Gwyneth Paltrow and her husband, the Coldplay singer Chris Martin, have offended their neighbours with their security plans. The 37-year-old actress and Martin, 32, have become embroiled in a dispute with their neighbors in north London over ...";
arnews[2] += "
Publ.Date : Sat, 16 Jan 2010 09:40:00 GMT";
arnews[2] += "
";
arnews[3]="'Counterfactual' thinkers are more motivated and analytical, study ... - PhysOrg
";
arnews[3] += "(PhysOrg.com) -- \"If only I had...\" Almost everyone has said those four words at some time. Rather than intensifying regret, '\"what if\" reflection about pivotal moments in the past helps people to weave a coherent life story, and fosters their ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 19:35:00 GMT";
arnews[3] += "
";
arnews[4]="Great DVDs to cuddle up to on Valentine's Day - Courier-Post
";
arnews[4] += "It's that time of year: scores of love stories, both classic and modern, are making their way onto DVD. From time-tripping hook-ups to a Jane Austen-penned romance to a musical love match, there's a movie for every taste. But, beware, not all ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 18:23:00 GMT";
arnews[4] += "
";
arnews[5]="Film fans should prepare for plenty of movies in 2010 - Burlington County Times
";
arnews[5] += "Images that pop off the screen (“Alice in Wonderland 3-D,” “Toy Story 3-D,” “Shrek Forever After 3-D,” “Jackass 3-D,” “Step Up 3-D,” “Despicable Me 3-D,” “Piranha 3-D”). Superheroes fighting for truth, justice and the ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 22:55:00 GMT";
arnews[5] += "
";
arnews[6]="Corus Entertainment launches W Movies, Canada's first movie channel ... - Stockhouse
";
arnews[6] += "<< With a growing demand for more female-targeted films, W Movies launches March 1 with movies 24/7 >> On March 1, Corus Entertainment expands its comprehensive portfolio of women's specialty services with the launch of W Movies, Canada's first movie ...";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 15:39:00 GMT";
arnews[6] += "
";
arnews[7]="Ingrained assumptions: Is rice good for you? - Windsor Star
";
arnews[7] += "But if we assume that people who eat rice are either more health-conscious — rice being a key part of the macrobiotic diet espoused by yogis and Gwyneth Paltrow alike — or they are from an ethnic group that has kept traditional diet habits intact ...";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 14:27: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("