function getCSNews() {
var articleData = "\n" +
"- Box Office Results: Star Trek into Darkness Opens with $84 Million Domestic
\n" +
"- Myriad Finds Life Itself with Morgan Freeman and Diane Keaton
\n" +
"- Radius-TWC Buys Blue Ruin
\n" +
"- A Behind-the-Scenes Photo From the Set of Godzilla
\n" +
"- The New Teaser Trailer for Anchorman 2: The Legend Continues is Here!
\n" +
"";
document.write( articleData );
}
getCSNews();