function getCSNews() { var articleData = "\n" + "- Big Miracle\n" + "- Chronicle\n" + "- W.E.\n" + "- The Woman in Black\n" + "- The Grey\n" + ""; document.write( articleData ); } getCSNews();