If your “server file” is HTML (say NEWS.html) and you want to use jQuery ...
to do
<div id="NailMeHere"></div>
in your document and execute the following code when loading the page
$(document).ready(function(){
$('#NailMeHere').load("NEWS.html");
});
NEWS.html CSS, , ....