function redirect(lid) {
    window.open("redirect.php?lid=" + lid);
    
    return false;
}
