// encoding: utf-8
/*@cc_on/*@if(@_jscript_version<5.7)try{document.execCommand('BackgroundImageCache',0,1)}catch(e){}/*@end@*/
(function($){
  
  $('#qstr').labelizor();

  $('#noflickerCSS').remove();
  
  if (!window.EPLICA_loggedin) {
    $('div.pgmain span.netfang, div.pgfoot span.netfang').mailtoEnabler();
    $("div.article table tr:even").addClass("alt");
    $('div.pagestyle').fontsizer();
    $('form').autoValidate();
  }
  
})(jQuery);