$svjq(function(){
  $svjq('a[href^="http://www.mynewsdesk.com/"]').each(function(i, e){
    var href = $svjq(e).attr('href');
    var id = href.substring(href.lastIndexOf('-') + 1);
    var newLink = '/2/kommun-och-politik/press--och-informationsmaterial.html?nd_ukey=6c9576a5c0af1c1a397923b95cee55b5&nd_view=view_pressrelease&nd_id=' + id;
    $svjq(e).removeAttr('target');
    $svjq(e).removeAttr('rel');
    $svjq(e).attr('href', newLink);
  });
  $svjq('a[href^="http://www.upplandsvasby.se/"]').each(function(i, e) {
    $svjq(e).removeAttr('target');
    $svjq(e).removeAttr('rel');
  });
});

