/* Check to make sure we are connected to the database before
allowing access to the home page. If not connected, go connect
and initialize; otherwise, welcome the user.\
*/
if(!database.connected())
redirect("init.htm");
cursor = database.cursor("select employer_id from employer");
cursor.next();
emailcursor = database.cursor("select admin_email from employer");
emailcursor.next();
Welcome to the Stonebridge Technologies Benefits Enrollment System!
Please enter your social security number and a pin (please confirm with
second entry of your pin). Should you desire to change your pin, please
contact HR.
Once you have entered the requisite text, click on the button directly
beneath the text entry boxes to proceed to the main menu.