function recomment(uid){
    var cf=jQuery('#comments form');
    cf.attr('action','/comments/post/'+uid+'/');
    return true;
}