
		document.write ('<form name="loginForm" action="/community/login_action.cfm" method="post">');
		document.write('<label for="login_name" id="login_label">login name</label>');
		document.write('<input type="text" class="textfield" id="login_name" name="the_login_name" />');
		document.write('<label for="password" id="password_label">password</label>');
		document.write('<input type="password" class="textfield" id="password" name="the_password" />');
		document.write('<input type="submit" value="login" class="input_button" id="login_button"/>');
		document.write('</form>');
		document.write('<a href="/community/registration.cfm" id="reg_button">register</a>');
	