//////////////////////////////////////////////////////////
//
//	functions executed on form contact sheet
//
//
////////////////////////////////////////////////////////////

$(document).ready(function() {
   // do stuff when DOM is ready
   //alert("test");
 	$("button:first").click(function () {
      update($("span:first"));
    });
 
});
