function getCSNews() {
var articleData = "\n" +
"- Scream 4's Ghostface Spotted!
\n" +
"- J.J. Abrams to Produce Boilerplate Adaptation
\n" +
"- Exclusive Charlie St. Cloud Interviews
\n" +
"- SDCC EXCLUSIVE: Walt Disney Studios' Sean Bailey
\n" +
"- Kristen Johnston Joins Vamps
\n" +
"";
document.write( articleData );
}
getCSNews();