$("#<%=gvDiaryList.ClientID%>>tbody>tr:first").hide();
$("#<%=gvDiaryList.ClientID%>>tbody table:first").show();
$("#<%=divSurvey.ClientID%> input[type=radio][checked=true]").each(function () {
itemValue = itemValue + $("#" + this.id).val() + ",";
});