﻿function changeList(orderSort)
{
    //排序改变
    $("orderSort").value=orderSort;
    theSearch();
}
function changeTypeList(ClassType)
{
    //分类改变
    $("theCid").value=ClassType;
    theSearch();
    
}
function theSearch()
{
    //查询结果
    location.href ="?orderSort="+$("orderSort").value+"&theCid="+$("theCid").value;
    return false;
}
function addTicket(theID)
{
    AjaxHelper.Call({url:"?isticket=Y",pars:{Owner:theID}});
}

function refMessageList()
{

}
