function mark_for_destroy(element){
    $(element).next('.should_destroy').value = 1;
    $(element).up('li').fade({duration:0.5});
}
