ajax.js 101 Bytes
function load(status,type){
    $(function () {
        search(1,10,status,type)
    })

}