var HTML = '<p class="bottom-right" >' + 
               '<a href="index.html">Home</a> ' +
             '</p>';

document.write(HTML);
