function writeJS(){
var str='';
str+='<div id="footerContent">';
str+='<div class="storyWrap hide">';
str+='<p>Footer content here.<\/p>';
str+='<\/div> <!-- \/storyWrap -->';
str+='<\/div>   <!-- \/footerContent.js -->';
document.write(str);
}
writeJS();

