document.write(
'<p>Collector Series Pages: ' +
'<a href="collector.html">1</a>&nbsp; ' +
'<a href="collector02.html">2</a>&nbsp; ' +
'<a href="collector03.html">3</a>&nbsp; ' +
'<a href="collector04.html">4</a>&nbsp; ' +
'<a href="collector05.html">5</a>&nbsp; ' +
'<a href="collector06.html">6</a>&nbsp; ' +
'<a href="collector07.html">7</a>&nbsp; ' +
'<a href="collector08.html">8</a>&nbsp; ' +
'<a href="collector09.html">9</a>&nbsp; ' +
'<a href="collector10.html">10</a>&nbsp; ' +
'<a href="collector11.html">11</a>&nbsp; ' +
'<a href="collector12.html">12</a>&nbsp; ' +
'</p>'
);

