function getCSNews() {
var articleData = "\n" +
"- Doherty Confirmed for 90210 Spin-Off
\n" +
"- Showtime Puts Nurse Jackie on Call
\n" +
"- Megalyn Echikunwoke Joins CSI: Miami
\n" +
"- New Heroes Commercial!
\n" +
"- Denny Duquette Returning to Grey's
\n" +
"- The 60th Primetime Emmy Awards Nominations
\n" +
"- Zach Braff is Checking Out of Scrubs
\n" +
"- Katie Holmes to Guest Star on Eli Stone
\n" +
"- ABC Announces Fall Premiere Dates
\n" +
"- Poehler Joining Post-Office Comedy
\n" +
"";
document.write( articleData );
}
getCSNews();