var statsTitle = 'Stats';
$( function() {
  if (wgNamespaceNumber != -1) {
  var cTime = new Date(),
      month = cTime.getMonth() + 1,
      year = cTime.getFullYear(),
      month = month<10?'0'+month:month;
 
  mw.util.addPortletLink('p-cactions', 'http://stats.grok.se/da/'+ year + month + '/' + wgPageName, statsTitle, "ca-stats", "Se besöksstatistik för sidan");
  }
});