function getCSNews() { var articleData = "\n" + "- The Intouchables
\n" + "- Men in Black 3
\n" + "- Moonrise Kingdom
\n" + "- Battleship
\n" + "- Battleship
\n" + ""; document.write( articleData ); } getCSNews();