

// NOTE: If you use a ' add a slash before it like this \'


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="190" align="right" class="sidenav">');


// START LINKS //


document.write('<tr><td height="25" background="images/side_menu.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="vault-index.html">What is The VAULT?</a></td>');
document.write('</tr>');

document.write('<tr><td height="25" background="images/side_menu.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="vault.php">Returning Visitors</a></td>');
document.write('</tr>');


document.write('<tr><td height="25" background="images/side_menu.gif">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="vault-register.html">Register</a></td>');
document.write('</tr>');



// COPY AND PASTE THE ABOVE TWO LINES TO ADD A NEW LINK


document.write('</table></DIV>');

//  End -->