var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " - "Alison+Carroll" - Google News"; document.title=document.title+ " "; arnews[0]="Offshore workers cholesterol results provide food for thought - PersonnelToday.com
"; arnews[0] += "

Offshore workers cholesterol results provide food for thought
PersonnelToday.com
Medical Director, Dr Alison Carroll, sees the results as being somewhat encouraging “These results are generally extremely heartening, ...

"; arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 15:15:03 GMT+00:00"; arnews[0] += "
"; arnews[1]="Babe of the Week: 10/30/09 - IGN
"; arnews[1] += "

IGN

Babe of the Week: 10/30/09
IGN
Fellow Brit and current Lara Croft model Alison Carroll came in second place, followed by Brett Ratner's girl (don't hold that against her) Alina Puscau. ...

"; arnews[1] += "
Publ.Date : Fri, 30 Oct 2009 22:52:58 GMT+00:00"; arnews[1] += "
"; totcount = 2; 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("
");