$(document).ready(function() {
   
   // prepare the suggestion links
   prepSuggestLinks();
});

function prepSuggestLinks() {
   
   // change the href of the "suggest a topic" links so they use the ajax form
   $('a.suggest-a-topic').attr('href', '../../ajax-topic-suggestion/?width=600&amp;height=450');
}
