(function(jq){
    jq.fn.page = function(options) {
        return this.each(function(i) {
            if(options.view!=='home') {
                jq('#helper_form').submit()
            }
        });
    }
})(jQuery);
    
