$(function() { // Clear out "We'll tell you when our site is up" in belt email box
		   
  $("#idBelt input").click(function() {
	if( $(this).val().match(/We'll tell you when our site is up/) != 0 ){		
	  $(this).val("");}	
  });

});



