document.write(
'<p>Popular Series Pages: ' +
'<a href="popular.html">1</a>&nbsp; ' +
'<a href="popular02.html">2</a>&nbsp; ' +
'</p>'
);

