function kurt2sidemenu() {
	document.write("<div class=linklist>");
	document.write("<div style=\"border-right:thin dotted #505050; padding-right:10px\">");
	document.write("<span class=mp3>.MP3</span><br>");
	document.write("<span class=rowHeading>IS GOOD</span><br>");
	document.write("<div class=tocRow>");
	document.write("<a href=download.html>Download K2-MP3</a><br>");
	document.write("<a href=aboutk2mp3.html>About K2-MP3</a><br>");
	document.write("<a href=screenshot.html>ScreenShot</a><br>");
	document.write("<a href=documentation.html>Documentation</a><br>");
	document.write("<a href=tips.html>Tips & Stuff</a><br>");
	document.write("<a href=contact.html>Contact</a><br>");
	document.write("<a href=aboutme.html>About Me</A><br>");
	document.write("<a href=http://www.mirc.com>mIRC Page</A>");
	document.write("</div>");
	document.write("<span class=homelink><a href=index.html><span class=homelinkpart2>&nbsp;HOME </span></a></span>");
	document.write("<div class=endofpage><br><div class=dottedline><br>Send comments, suggestions, and things of that nature directly to hell c/o ''the hand basket'' j/k. <br> Last modified: " + document.lastModified + " US & Canadian central tyme <BR> </div>");
	document.write("</div>");
	document.write("</div>");
}

function kurt2endofpage() {
	document.write("<br><br><div class=dottedline><br>");
	document.write("<span class=totop>");
	document.write("<a href=#top>TOP</a> | <a href=index.html>HOME</a>");
	document.write("</span>");
	document.write("<br><br>");
}
