var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Martha Stewart: Perfectionist Extraordinaire
";
arnews[0] += "Martha's relationship with her daughter, Alexis Stewart, is not very rosy either. I can only imagine the pressure of being the daughter of such a perfectionist. Sadly, one of the disappointments of Martha and Alexis' life is that Alexis ...";
arnews[0] += "
";
arnews[1]="Whatever with Alexis & Jennifer
";
arnews[1] += "Whatever with Alexis & Jennifer on Sirius satellite radio. Jennifer Koppelman Hutt ('The Sound'-- the girl can TALK!) and Alexis Stewart ('The Fury'-- listen once, you'll get it). http://is.gd/7JTr0. via Ping.fm ...";
arnews[1] += "
";
arnews[2]="100 Celebrities With Back Tax Problems in 2009
";
arnews[2] += "Radio and TV personality Alexis Stewart is the daughter of Martha Stewart. She has her own show on Siirus Satellite Radio and co-hosts a show on the Fine Living Network. Alexis claims it is the fault of her accountant that messed up her ...";
arnews[2] += "
";
arnews[3]="Celeb is Selling Secrets About Famous Parent « BlindGossip.com
";
arnews[3] += "Alexis Stewart? I can only imagine that Martha wasnt the easiest mother to have. Kiki. January 28th, 2010 at 12:52 pm · Reply. Madonna and Lourdes? Nikki. January 28th, 2010 at 8:23 pm · Reply. What about AJ Lamas? ...";
arnews[3] += "
";
arnews[4]="Martha and Me
";
arnews[4] += "Her show guests included \"The Whatever Girls\" (her daughter Alexis Stewart and Jennifer Koppelman-Hutt), food blogger Chez Pim, journalist Brian Williams and actor Jeff Blumenkrantz. An awesome-smelling pad thai; postively gorgeous ...";
arnews[4] += "
";
arnews[5]="Down the road, after loss
";
arnews[5] += "This site contains side by side blogs of Alexis Stewart and Jennifer Koppelman Hutt who are the hosts of a satellite radio show called Whatever, to which I have never listened. I never know what I am going to read on these blogs. ...";
arnews[5] += "
";
arnews[6]="Martha Stewart Blogging Show Update
";
arnews[6] += "Alexis Stewart was there and asked her Mom why she didn't give us laptops. Which I thought was funny. I enjoyed it, it was a really nice time and the most beautiful set I ever saw. Martha Stewart Bloggers Show Update ...";
arnews[6] += "
";
arnews[7]="THE MARTHA STEWART BLOG SHOW
";
arnews[7] += "The opinionated and rather snarky Alexis Stewart (Martha's daughter) and hilariously funny and real Jennifer Koppleman-Hutt of Whatever and Whatever Martha were also guests. You also need to check out the story of Brianna Campbell. ...";
arnews[7] += "
";
arnews[8]="The Mommy Factor: Blogging Live at Martha Stewart Blog Show
";
arnews[8] += "Whatever Girls Jennifer Koppelman-Hutt and Alexis Stewart, who said she has a real job and no time for blogging. I thought that was the funniest thing to say on a show about blogging with an audience filled of bloggers. ...";
arnews[8] += "
";
arnews[9]="My Experience on the Blog Show
";
arnews[9] += "All of the guests that day were so wonderful: Jeff Blumenkrantz of Jeff & Martha, Pim Techamuanvivit of Chez Pim, Jennifer Koppelman-Hutt and Alexis Stewart of Whatever fame. Jeff and I hit it off instantly and we camped it up in the ...";
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("