
jQuery.noConflict();
  jQuery(document).ready(function($) {
		$( "#input_1_11" ).datepicker({ defaultDate: '+10d', minDate: '+10d', gotoCurrent: true, prevText: '', showOn: 'both', buttonImage: 'http://www.sweatshopunion.jp/wordpress/wp-content/plugins/gravityforms/images/calendar.png', buttonImageOnly: true, });
  });



jQuery.noConflict();
  jQuery(document).ready(function($) {

  		$("#contact-form").after("<div id='fakeprogress'><h2>Sending form.. Please Wait</h2> <p>This may take a few minutes if you have attached a file.</p></div>");
  		$("#fakeprogress").hide();
		$("#contact-form .gform_footer input").click(function () {
   			$("#fakeprogress").delay(1000).show('slow');
		});	

  });

