var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CHIC HUNTERS: Table Manners
";
arnews[0] += "We have met Atwood a couple of times, in Milan and Singapore and we are also fans of his bf, Nate Berkus', work. Atwood got his table from www.spazio900.net but it was a rare piece. Since we couldn't get our hands on an original, ...";
arnews[0] += "
";
arnews[1]="Resolve to get organised « Belinda's Got Style
";
arnews[1] += "http://wp.me/pIqHs-1K 1 week ago; Organising your home office for maximum productivity http://ow.ly/10vuZ 1 week ago; Oprah's Designer Nate Berkus Tackles Twitter Backgrounds http://ow.ly/10vtn 2 weeks ago ...";
arnews[1] += "
";
arnews[2]="QueerTwoCents.com: Where the (porn) boys are: Connie Francis, gets ...
";
arnews[2] += "Openly gay, Nate Berkus, poised to break TV barrier by hosting his own show - \"Interior designer Nate Berkus, a frequent contributor on The Oprah Winfrey Show, has sold his own show to the top ten markets on NBC,\" reportsAfterElton.co. ...";
arnews[2] += "
";
arnews[3]="Fiore Interiors: What we don't like to talk about...
";
arnews[3] += "I miss O at Home, or as I referred to it \"I love Nate Berkus magazine\" (Because I adore him). I used to own the dining table in the photo below (a discontinued Ralph Lauren by Hendredon piece). I found it the year after I saw it and it ...";
arnews[3] += "
";
arnews[4]="ON MY AGENDA: A Week of Before and Afters - Day 2: A Modern Office
";
arnews[4] += "A hint of Nate Berkus/Kelly Wearstler. Unique accessories. Basically, fun AND functional. The BUDGET: We were trying to stick to a $3000 budget. Dina had priced out built-ins and those alone would have been $5000 and the space didn't ...";
arnews[4] += "
";
arnews[5]="Stop and Smell the Roses: *Chandler Bing* Happy Dance Ensuing
";
arnews[5] += "Nate Berkus Collection. I headed to Lowe's to get the plywood sheet. The nice man Jason cut it down to size (78 inches x 48 inches) for us and we checked out. I'm so glad Daniel came with me because what followed could not have been ...";
arnews[5] += "
";
arnews[6]="My Life List: P.S.
";
arnews[6] += "Have Nate Berkus design a room for me; Pose for a black & white Hollywood style nude; Trade one red paperclip & see where it takes you; Pay it forward; Learn to hula; DONE - See Celtic Thunder in concert; Stay at a famous hotel in Vegas ...";
arnews[6] += "
";
arnews[7]="Paul's Entertainment Blog » Archive » Oprah's Pal, Nate Berkus is ...
";
arnews[7] += "Oprah's Pal, Nate Berkus is Coming to Channel 6. Nate gets his own show, coming to RTV 6. My other job (when I am not blogging about entertainment and pop culture) is overseeing Programming at RTV 6. That means I get to see pitches from ...";
arnews[7] += "
";
arnews[8]="style chronicle: {the perfect pair}
";
arnews[8] += "In order to parlay her eclectic visions into a furnished apartment, Rankeiten turned to two of her favorite desingers: Anne Coyle and Nate Berkus. She wanted the best of what each could offer. Together the two complimentary desingers ...";
arnews[8] += "
";
arnews[9]="BizBash | A Group Activity for Movie Buffs in Chicago
";
arnews[9] += "Rockit Bar & Grill (by Rockit Ranch Productions) Now open in Wrigleyville too! Enjoy the comfort of a neighborhood restaurant and the excitement of a bustling sports bar in this unique, stylized interior designed by Oprah's Nate Berkus. ...";
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("