Here's what I do. I have a separate redirect page for all affiliate links.
Here's a page I have for VegasRed Casino for example called vegasred.php
PHP Code:
<?php
header("Location: http://banner.vegasred.com/cgi-bin/redir.cgi?id=N&member=XXXXXXXXXXX");
?>
I have all links for VegasRed pointing to this vegasred.php page (with a rel="nofollow").
As Potsie says, when you want to change all the casino links you only have to go to one page.