$(function() {
  $('.type').dropkick({width: 150});

	$('input[title]').example(function() {
	  return $(this).attr('title');
	});
});
