NEWS21 REPUBLISH

The republish link requires jQuery and jQuery Tools ... click the link below to see example

republish

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script>
<script src="https://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script>
<script type="text/javascript" src="https://assets.news21.com/2011/jquery.news21ams.js"></script>

Also you will need to initialize the jquery plugin ... please do not use the demo api code! ... ask for a specific on for your site.
In the code below 193 is the story id of the story within the asset management system (ams.news21.com)
<script type="text/javascript" charset="utf-8">
  jQuery(document).ready(function() {
    jQuery().news21ams({'api_key':'14e8378b7b806e820ec8f8a4ecc9a156282','ams_url':'https://ams.news21.com/api'});
    jQuery('a.news21republishlink').click(function() {jQuery.news21ams.getStoryRepublish(193);});
  });
</script>