function getCSNews() {
var articleData = "\n" +
"- Exclusive Freakonomics TV Spot
\n" +
"- Emma Bell to Star in Final Destination 5
\n" +
"- Anthony Mackie May Join Worthington On a Ledge
\n" +
"- Paula Patton Cast in Mission: Impossible
\n" +
"- First Look at David Tennant in Fright Night
\n" +
"- First Look at Blackbeard in Pirates of the Caribbean
\n" +
"- Rihanna Spotted on the Battleship Set
\n" +
"- New Harry Potter and the Deathly Hallows Photos
\n" +
"- Foreign Language 13 Trailer Online
\n" +
"- Tron Legacy and Let Me In International Posters
\n" +
"";
document.write( articleData );
}
getCSNews();