var arnews = new Array(11); totcount = 10; rnd = 0; document.title=document.title+ " "; arnews[0]="little red fox: way to go, girls!
"; arnews[0] += "The girls were so wonderful last night! They sounded and looked beautiful and I just could not be happier for them. I am a very lucky lady to have so many incredible friends in my life. En masse they are..."; arnews[0] += "
"; arnews[1]="little red fox: new shoes kinda
"; arnews[1] += "Over the weekend I (meaning Mr. Wood) dyed some of my shoes black that really needed it. It was a big weekend. I actually love having shoes of different colors but I turned around recently and saw that I had..."; arnews[1] += "
"; arnews[2]="little red fox: a bozo girl
"; arnews[2] += "Little Bozo Girl, 8.5 x 11. Acrylic on paper) Well it took me a day or two but the prints of this painting are up and in the shop! Also I think I might be a slow person. I've been..."; arnews[2] += "
"; arnews[3]="little red fox: what actors eat
"; arnews[3] += "Just a quick dip into the blog to tell you that my friend Christy and her pal Lynn have a blog called The Actors Diet which is basically different actors talking about--and photographing--what they eat on a given day. They..."; arnews[3] += "
"; arnews[4]="THE ACTORS DIET: Guest Blogger: Mary Catherine Garrison
"; arnews[4] += "Mary Catherine Garrison is an actor who has been seen on film, TV (\"30 Rock,\" \"Lipstick Jungle,\" \"Third Watch\"), and on Broadway (\"The Man Who Came to Dinner,\" \"Debbie Does Dallas\"). In addition to acting, Mary Catherine is a talented ..."; arnews[4] += "
"; arnews[5]="little red fox: found objects/saturday covets
"; arnews[5] += "Though it's not technically Saturday, but these are things I'm coveting so we're half on target... I'm a sucker for Anthropologie. I try to be stronger, more creative, branch out a little in my on-line pretend shopping, etc but they..."; arnews[5] += "
"; arnews[6]="ALICIA SUSPECTS POSSIBLE JURY TAMPERING IN A CLASS ACTION LAW SUIT ...
"; arnews[6] += "Calvin Tober.............................. Sam Stricklen. Carol Demory............ Mary Catherine Garrison. Judge Lee Sutman............................. Chip Zien. Ray Demory......................... Patrick Heusinger. Daniel Golden. ..."; arnews[6] += "
"; arnews[7]="little red fox: what a pretty weekend
"; arnews[7] += "I've had a nice, slow, quiet weekend. The weather has been absolutely beautiful which makes me so happy and optimistic about pretty much everything. Today I'm snuggled in cozy on the couch waiting on Mr. Wood's homecoming."; arnews[7] += "
"; arnews[8]="Island Stage Left's 'Rabbit Hole' opens at Roche Harbor; continues ...
"; arnews[8] += "The cast included Cynthia Nixon as Becca, Tyne Daly as Nat (Becca's mother), John Slattery as Howie, Mary Catherine Garrison as Izzy (Becca's sister), and John Gallagher Jr. as Jason (the driver of the car). ..."; arnews[8] += "
"; arnews[9]="little red fox: say yes to the turkey chili
"; arnews[9] += "So I'm aware that this looks like regular chili (and not very well-lit chili, at that), but this didn't taste like regular chili. And I am totally aware that I am drunk on the season as well as all meals..."; arnews[9] += "
"; totcount = 10; 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("
");