Sorry if this seems dumb, i'm new to JavaScript.
This is in menu.js:
document.write("<a href="index.html">Home</a>");
document.write("<a href="news.html">News</a>");
document.write("<a href="about.html">About us</a>");
This is in index.html:
<head>
</head>
<body>
<script type="text/javascript" src="menu.js"></script>
</body>
</html>
When I load index.html, nothing comes up...