$(document).ready(function() {
	$('#error_box').hide();
	$('#error_box').fadeIn('slow');
	$('input[@title]').example(function() {
		return $(this).attr('title');
	});
});
