var Form1= new formDef('Form1',nullFunc,nullFunc);
/* client-side recordset */
var committee = new Recordset("committee", "committees1", "committees1", "cues9comm4", "SELECT * FROM Content ORDER BY Content.PostDate DESC", "RecordID", true);
if(document.forms[0] != null && document.forms[0].elements != null && document.forms[0].elements.Recordset1_SortList != null)
{
	for(i = 0, n = document.forms[0].elements.committee_SortList.length; i < n; i++)
	{
		if(document.forms[0].elements.committee_SortList.options[i].value == '<%=(committee.OrderByCol)%>')
		{
			document.forms[0].elements.committee_SortList.options[i].selected = true;
		}
	}
}
var Recordset1_Back= new fButtonDef('Recordset1_Back',nullFunc);
var Recordset1_More= new fButtonDef('Recordset1_More',nullFunc);


