// 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(
  'fontsizer',
  'autovalidate',

  function(){
    var $ = jQuery;
    
    //zebra stafflist
    $('div.employeelist ul li:nth-child(2n-1)').addClass('alt');

<<<<<<< .mine
=======
    // labelize search input
    $('#qstr').labelizor();
    
    //zebra stafflist
    $('div.employeelist ul li:nth-child(2n-1)').addClass('alt');

>>>>>>> .r7270
    // fontsizer
    $('.pagestyle').fontsizer();

    // validate all forms
    $('form').autoValidate();

  }
);
// **** /jqreq *****