$(document).ready(function() {
	$('input[type=text]').defaultValue();
});

