(function($) {
	$(function() {
		$('input').placeholder();
	});
})(jQuery);
