var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Mad Men and the art of stealth branding
"; arnews[0] += "By James Cowan Mad Men is lauded for many things - historical accuracy, wit, and layered characterization - but slaughterhouse gore is not considered its forte."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:13:22 GMT"; arnews[0] += "
"; arnews[1]="Candy Crowley's greatest accomplishment
"; arnews[1] += "Naturally, I agree with Rainey's point that the intense focus on Crowley's weight is bullshit."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 22:56:42 GMT"; arnews[1] += "
"; arnews[2]="CNN finds prime-time success elusive in the middle path between MSNBC and Fox
"; arnews[2] += "The latest rough patch for CNN illustrates the two contradictions at the network's heart."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 11:14:34 GMT"; arnews[2] += "
"; arnews[3]="CNN finding that prime-time success is elusive
"; arnews[3] += "In a brutal time for the news business, CNN is one of the few media organizations thriving while its most visible part in the United States a ' prime-time on the flagship network a ' is hurting."; arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 23:31:00 GMT"; arnews[3] += "
"; arnews[4]="CNN finding viewers elusive
"; arnews[4] += "The latest rough patch for CNN illustrates the two contradictions at the network's heart."; arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 12:42:45 GMT"; arnews[4] += "
"; arnews[5]="Dobbs quits CNN
"; arnews[5] += "For a time, Lou Dobbs was one of CNN's biggest stars. Now, though, after having watched his ratings steadily fall, he's leaving the network."; arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 06:05:31 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("
");document.write("
");