function writeMainNav() {	document.write('<div id="mainmenu"><p>');	document.write('<a href="index.html" target="_top">Home</a> / ');	document.write('<a href="cks1/index.html" target="_top">CKS 1</a> / ');	document.write('<a href="cks2/index.html" target="_top">CKS 2</a> / ');	document.write('<a href="cks2_rs/index.html" target="_top">CKS 2 Redux</a> / ');	document.write('<a href="faqs.html" target="_top">FAQs</a> / ');	document.write('<a href="comments/index.html" target="_top">Your Comments</a> / ');	document.write('<a href="feedback/index.html" target="_top">Leave Feedback</a> / ');	document.write('<a href="press.html" target="_top">Press!</a>');	document.write('</div>');}function writeMainNav2() {	document.write('<div id="mainmenu"><p>');	document.write('<a href="../index.html" target="_top">Home</a> / ');	document.write('<a href="../cks1/index.html" target="_top">CKS 1</a> / ');	document.write('<a href="../cks2/index.html" target="_top">CKS 2</a> / ');	document.write('<a href="../cks2_rs/index.html" target="_top">CKS 2 Redux</a> / ');	document.write('<a href="../faqs.html" target="_top">FAQs</a> / ');	document.write('<a href="../comments/index.html" target="_top">Your Comments</a> / ');	document.write('<a href="../feedback/index.html" target="_top">Leave Feedback</a> / ');	document.write('<a href="../press.html" target="_top">Press!</a>');	document.write('</div>');}function writeCommentsNav() {	document.write('<p>Pages: ');	document.write('<a href="index.html" target="_top">1</a> / ');	document.write('<a href="comments2.html" target="_top">2</a> / ');	document.write('<a href="comments3.html" target="_top">3</a> / ');	document.write('<a href="comments4.html" target="_top">4</a> / ');	document.write('<a href="comments5.html" target="_top">5</a> / ');	document.write('<a href="comments6.html" target="_top">6</a> / ');	document.write('<a href="comments7.html" target="_top">7</a> / ');	document.write('<a href="comments8.html" target="_top">8</a> / ');	document.write('<a href="comments9.html" target="_top">9</a> / ');		document.write('<a href="comments10.html" target="_top">10</a> / ');	document.write('<a href="comments11.html" target="_top">11</a> / ');	document.write('<a href="comments12.html" target="_top">12</a> / ');	document.write('<a href="comments13.html" target="_top">13</a> / ');	document.write('<a href="comments14.html" target="_top">14</a> / ');	document.write('<a href="comments15.html" target="_top">15</a> / ');	document.write('<a href="comments16.html" target="_top">16</a> / ');	document.write('<a href="comments17.html" target="_top">17</a>');}

function writeLoveCommentsNav() {	document.write('<p>Pages: ');	document.write('<a href="comments_love1.html" target="_top">1</a> / ');	document.write('<a href="comments_love2.html" target="_top">2</a> ');}

function writeHateCommentsNav() {	document.write('<p>Pages: ');	document.write('<a href="comments_hate1.html" target="_top">1</a>');}

function writeWtfCommentsNav() {	document.write('<p>Pages: ');	document.write('<a href="comments_wtf1.html" target="_top">1</a> / ');	document.write('<a href="comments_wtf2.html" target="_top">2</a> / ');
	document.write('<a href="comments_wtf3.html" target="_top">3</a> / ');}