var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nate Berkus getting own show? - Windy City Times
";
arnews[0] += "Copyright © 2009 Windy City Media Group. All rights reserved. Reprint by permission only. Back issues available for $3 per issue (postage included). Return postage must accompany all manuscripts, drawings, and photographs submitted if they are to be ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 14:39:00 GMT";
arnews[0] += "
";
arnews[1]="Nate Berkus Gets His Own Oprah Show - Advocate
";
arnews[1] += "She made television stars out of Dr. Phil and Dr. Oz, and now, Oprah is hoping to do the same for interior designer Nate Berkus. Sony Pictures Television and Harpo Productions have partnered to launch a syndicated daytime show for Berkus, set to ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 18:44:00 GMT";
arnews[1] += "
";
arnews[2]="Oprah Winfrey Looking to Spin Nate Berkus into New Show? - TheWrap
";
arnews[2] += "Since Arsenio Hall's groundbreaking show went off the air in the late 1990s, others have tried to diversify the late-night airwaves, with mixed results. Three new shows are tackling the issue again. Read more. Sony Pictures Television and Oprah ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:49:00 GMT";
arnews[2] += "
";
arnews[3]="Sony and Oprah Eye 2010 Launch For Nate Berkus Show - Broadcasting Cable
";
arnews[3] += "Sony Pictures Television and Oprah Winfrey’s Harpo Productions are finalizing plans for a new syndicated daytime show featuring interior designer and Oprah Winfrey Show -regular Nate Berkus, according to sources with knowledge of the dealings. The ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 01:32:00 GMT";
arnews[3] += "
";
arnews[4]="Sources: Oprah to launch Nate Berkus show next year - Entertainment Weekly Online
";
arnews[4] += "No wonder she makes so much money. She has a lot of shows under her company. As much as I love Nate, I am tired of O only producing daytime shows. Some of us have to work during the day O! Instead, I would love for Nate to have an “Extreme Makeover ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[4] += "
";
arnews[5]="Nate Expectations - Chicagoist
";
arnews[5] += "Oprah Winfrey’s production company is proposing a new daytime talk show featuring Chicago interior designer and decorator Nate Berkus , which means he’s poised to join Dr. Phil, Rachael Ray, and Dr. Oz as the newest member of the ‘I was a ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 16:20:00 GMT";
arnews[5] += "
";
arnews[6]="Melissa Harris CHICAGO CONFIDENTIAL - Chicago Tribune
";
arnews[6] += "Penny Pritzker and Sam Zell are two of the most prominent figures in Chicago real estate. Both are billionaires and both recently gave speeches on the industry at university events. The similarities ended there. They looked different, talked ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 20:55:00 GMT";
arnews[6] += "
";
arnews[7]="New ‘Oprah’ Spinoff for Interior Designer - New York Times
";
arnews[7] += "Soon to join “Dr. Phil” and “Dr. Oz”: Nate Berkus ? Oprah Winfrey ’s production company is proposing a daytime talk show starring Mr. Berkus, an interior designer and a regular on “The Oprah Winfrey Show,” Broadcasting & Cable reported ...";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[7] += "
";
totcount = 8;
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("