document.write('<form>');
document.write("  <input type='button' onClick=\"document.location='/index.html';\"");
document.write("         value='Home'>");
document.write('</form>');


