Object.toQuery = function(self){
    var buf = [];
    for(var key in self){
        var value = self[key];
        if(isFunction(value)) continue;