/*Write the HTML code for the header*/

var txt = '<a href="../welcome.html">Help</a>'

document.writeln(txt);

