var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Some moms lose weight by breast-feeding
"; arnews[0] += "After Jen Matlack had a baby, the Connecticut mom went on what she called the easiest and most effective weight-loss regimen of her life."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:04:10 GMT"; arnews[0] += "
"; arnews[1]="SI swimsuit covers
"; arnews[1] += "Here are the women who have graced the cover of the Sports Illustrated swimsuit issue over the years."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="SI Swimsuit Issue Cover Girls
"; arnews[2] += "Bar Refaeli graced the cover of Sports Illustrated magazine's 2009 Swimsuit issue."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 22:11:04 GMT"; arnews[2] += "
"; arnews[3]="Sneak peek: SI swimsuit edition
"; arnews[3] += "Click on the photo for a sneak peek of this year's Sports Illustrated swimsuit edition, which went on sale today."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 17:00:52 GMT"; arnews[3] += "
"; arnews[4]="SI Swimsuit Cover: Brooklyn Decker Joins Illustrious Pantheon, Tweets About It
"; arnews[4] += "Ladies and gentlemen - eh, who are we kidding, gentlemen - your Sports Illustrated Swimsuit Issue 2010 Cover Model: Brooklyn Decker ! As has become something of a tradition, the announcement was made on the Late Show with David Letterman , which broadcast the unveiling of a giant nearly-naked billboard in Times Square."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 15:39:08 GMT"; arnews[4] += "
"; arnews[5]="Sports Illustrated Swimsuit Cover: Brooklyn Decker Joins Illustrious Pantheon, Tweets About It
"; arnews[5] += "Ladies and gentlemen - eh, who are we kidding, gentlemen - your Sports Illustrated Swimsuit Issue 2010 Cover Model: Brooklyn Decker ! As has become something of a tradition, the announcement was made on the Late Show with David Letterman , which broadcast the unveiling of a giant nearly-naked billboard in Times Square."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 11:04:29 GMT"; arnews[5] += "
"; arnews[6]="A week on the box: February 9-15
"; arnews[6] += "GETTING LOST AGAIN: Lost returns to TV2 this week. Reviewer James Croot checks out the best shows and films on New Zealand television screens for the week of Tuesday, February 9 to Monday, February 15."; arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 17:49:31 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("
");document.write("
");