diff --git a/iTrust/WebRoot/loginMenu.jsp b/iTrust/WebRoot/loginMenu.jsp
index 4f3fb4b94beb3eb30b6d560bb0a7372224b44a89..1760757f3c8f57fd476c0eb73ce6d59083cf37e2 100644
--- a/iTrust/WebRoot/loginMenu.jsp
+++ b/iTrust/WebRoot/loginMenu.jsp
@@ -42,6 +42,8 @@ function fillLoginFields(u,p) {
 		
 	<br /><br />
 	<a style="font-size: 80%;" href="/iTrust/util/resetPassword.jsp">Reset Password</a>
+	<a>        </a>
+	<a style="font-size: 80%;" href="/iTrust/util/PreRegisterPatient.jsp">Pre-Register</a>
 
 	</form>
 <%
@@ -61,6 +63,8 @@ function fillLoginFields(u,p) {
 	<input type="submit" value="Login"><br /><br />
 
 	<a style="font-size: 80%;" href="/iTrust/util/resetPassword.jsp">Reset Password</a>
+	<a>        </a>
+	<a style="font-size: 80%;" href="/iTrust/util/PreRegisterPatient.jsp">Pre-Register</a>
 
 	</form>
 <%