function Cat(category){
    
    window.location = '/category/' + category;

}
