var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Fine living: Have yourself a playful holiday - Marin Independent Journal
"; arnews[0] += "Designer Erinn Valencich says color is a vital unifying element to holiday decor. Her table was inspired by fall s deep colors in nature. (Provided by Bobbi Fabian) Designer and entertaining expert Erinn Valencich has made a name for herself in ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT"; arnews[0] += "
"; arnews[1]="Melissa Joan Hart - People
"; arnews[1] += "The women in her life, including her friend, actress Jaime Pressly , who has a son, Dezi, 2, as well as her own mom Paula, who gave birth to seven children \"and is tiny!\" Hart says. \"I realized I didn't have to be heavy just because I have kids.\""; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 15:36:00 GMT"; 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("
");