function getCSNews() {
var articleData = "\n" +
"- Fox Releases Interactive New Girl Music Video
\n" +
"- Full Trailer for Oren Peli's The River
\n" +
"- Rango Receives Best Animated Feature Award at 39th Annual Annie Awards
\n" +
"- Michael Sheen and Lizzy Caplan to Star in Showtime's Masters of Sex
\n" +
"- Showtime Picks Up Shameless, House of Lies and Californication
\n" +
"";
document.write( articleData );
}
getCSNews();