// encoding: utf-8
/*@cc_on/*@if(@_jscript_version<5.7)try{document.execCommand('BackgroundImageCache',0,1)}catch(e){}/*@end@*/

// ***** jqreq *****
Req.localPath = Req.localPath || '/skin/basic/'
Req(
  'eutils',
  'autovalidate',

  function(){
    var $ = jQuery;

    //remove flicker trick
    $('#noflickerCSS').remove();

    // validate all forms
    $('form').autoValidate();

  }
);
// **** /jqreq *****

