Is there any way to do something like this in HTML, (or do you know of a quick javascript I can link to for this?)
<body>
<h1> Static Text </h1>
<p> <include href="snippets/dynamic.txt" /> </p>
</body>
Which would render the text inside of "dynamic.txt" as part of the webpage (client side) since this is a static site with no server side scripting engine.