$(document).ready(function() {
    $('.noselect').live('mousedown',   function() { return false })
                  .live('selectstart', function() { return false });
});
