(function($){
  
  $('body').attr('id','top');
  $('div.article div.content h2:not(.subtitle), div.article div.content table h3').before('<a class="stream" href="#top">Aftur upp</a>');

  // totop link on twocol
  if ($('div.pagebody').height() > window.innerHeight)
  {
    $('body.twocol, body.threecol')
        .find('div.pagebody div.box:last')
            .append('<a class="stream" class="totop" href="#top">Efst á síðu</a>');
  };

  
  $('div.fontsizer').fontsizer();
  
  $('form').autoValidate();
  
})(jQuery);