This page demonstrates how we can have an external file of JavaScript code that is used in several other files. The external file conventionally ends in ".js." In this case, the file is common-stuff.js.
Wherever we want to have a bullet list of news sources, we just read that file in:
<script src="common-stuff.js"></script>
Here's the result: