// JavaScript Document

$(document).ready(function(){
		
		$('#user').example(function() {
		return $(this).attr('title');
		});
		$('#password').example(function() {
		return $(this).attr('title');
		});

})

