if you mean swapping links, then no, I don't think a plugin is currently available for that but. If you want to change the order
plugin
http://wordpress.org/extend/plugins/my-link-order/
template code
Code:
<?php wp_list_bookmarks('title_li=&categorize=0&orderby=rand'); ?>
or include
Code:
<?php include (TEMPLATEPATH . '/linktrades.php'); ?>