$(document).ready(function() {	
	setTabs();
       	initDialogs();
      	loadSignupsPage();
      	loadInitialMeetingPage();

	//	validateCreateForm(); //check fields and change the background on the instructions when they're valid
      	initFeedback();  //sets up the feedback form's hide/show behavior
       	showSignedIn();
	
    });