url.item = function(type,slug){
    return '/'+type+'/'+slug+'/';
}
