function getCSNews() {
var articleData = "\n" +
"- Amanda Seyfriend Joins Noah Baumbach's While We're Young
\n" +
"- Watch the Stars of Now You See Me Perform Actual Magic Tricks
\n" +
"- Gael Garcia Bernal to Lead Jon Stewart's Rosewater
\n" +
"- MGM Plans Things I've Learned from Women Who've Dumped Me
\n" +
"- Universal Pictures Takes Rosaline
\n" +
"";
document.write( articleData );
}
getCSNews();