function writehelp(thehelp){
	helplines=new Array();
	helplines.push("Having a Problem in your life...?</a><br>Well, everyone seems to.  <a href=http://joshtamura.joshtam.net target=_blank>This guy</a> wants to help you for free... you can signup at his site.<br>");
	helplines.push("<a href=http://joshtamura.joshtam.net target=_blank>Problem Solver</a><br>Do you have a problem?  Tell me and I maybe able to help you!<br>");
	helplines.push("<a href=http://joshtamura.joshtam.net target=_blank>Not Enough Cash? Need to Lose Weight? Other Problems?</a><br>I will try and help you find a solution...<br>");
	helplines.push("<a href=http://joshtamura.joshtam.net target=_blank>DO NOT Click Here if You Have NO PROBLEM in your life...</a><br>Well, everyone has a problem and I am here to help, but if you have no problem, <a href=http://joshtamura.joshtam.net target=_blank>you do not have to click here.</a><br>");
	document.write(helplines[thehelp]);
}