(function($){
	$(document).ready(function(){ 
		/* as another example - this will turn this on for ALL text inputs that have the class inputTip
		$('input.inputTip').inputTip();
		*/
		
		$('#textInput').inputTip();
		$('#passwordInput').inputTip();

	});
})(jQuery);
