There is no reason to believe that other sites will pick the same salt for each user, unless they are deriving it from either the password itself, the user id, or some other piece of user private info; which would be bad form anyways.
If you are not using salt, you are vulnerable to rainbow attacks within the same database.
If you are not using salt, you are vulnerable to rainbow attacks within the same database.