jQuery(document).ready(function(){
	$("input[class='field']").toggleVal();
});