var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stern might judge 'Idol'
";
arnews[0] += "Howard Stern told listeners Monday that \"American Idol\" producers are considering him to replace Simon Cowell as a judge.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 12:00:00 GMT";
arnews[0] += "
";
arnews[1]="NBC Stations in the Spotlight Yet Again
";
arnews[1] += "Just weeks after NBC stations were cited as a major reason the network pulled the plug on The Jay Leno Show , they are top of mind once again in the syndication world, thanks to Martha Stewart's abrupt switch from syndication to cable at the end of last month.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Elle Decor March 2010
";
arnews[2] += "By Samuel Cochran 48 News Flash 50 Design Dossier Yves Saint Laurent in Paris, Liberty of London at Target, plus grand ideas for small spaces.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 04:54:32 GMT";
arnews[2] += "
";
arnews[3]="Harpo Productions and Sony Pictures Television Partner With NBC Local Media to Launch 'The Nate Berk
";
arnews[3] += "\"The Nate Berkus Show,\" hosted by the popular design expert and New York Times best-selling author who appears regularly on \"The Oprah Winfrey Show,\" will debut in first-run syndication in the Fall on the ten NBC Local Media television stations with a series co-produced by Harpo Productions and Sony Pictures Television and distributed by SPT.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="On new show, Oprah goes Behind the Scenes
";
arnews[4] += "When Oprah Winfrey's cable channel makes its debut in January, she will still be the host of her syndicated talk show on local stations.";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 22:14:00 GMT";
arnews[4] += "
";
arnews[5]="'Rogue's Gallery' author Michael Gross coming, but you're safe - for now
";
arnews[5] += "Certain PB folks with bones rattling in their closets are feeling skittish since hearing author Michael Gross is visiting this weekend, but their secrets are safe because he's not writing about them.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 07:24:27 GMT";
arnews[5] += "
";
totcount = 6;
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("