/*@cc_on/*@if(@_jscript_version<5.7)try{document.execCommand('BackgroundImageCache',0,1)}catch(e){}/*@end@*/
jQuery(function($){
  $('tbody tr').removeClass('alt');
  if (!window.EPLICA_loggedin)
  {
    $('tbody tr:nth-child(2n-1)').addClass('alt');
  }
  $('.fontsizer').fontsizer();
  $('form').autoValidate();
});

//init xfbml like button
FB.XFBML.parse();
