document.write('<style type="text/css">.hide-from-js{display:none}</style>');


// fill in captcha code
$(document).ready(function () {
  window.setTimeout(fillCaptcha, 5000);
});



function fillCaptcha()
{
  if ($('#captchaCode').length) {
    $.get(HTTP_PATH+'/inc/securimage/AJAX_captcha.php', function (data) {
      $('#captchaCode').val(data);
      
    });
  }
}

$(function(){
  $('#reference-slider').slides({
    preload: true,
    preloadImage: 'images/loading.gif',
    play: 5000,
    pause: 2500,
    hoverPause: true,
    slideSpeed: 1200
  });
});

$(function(){
  $('#partners-slider').slides({
    preload: true,
    preloadImage: 'images/loading.gif',
    play: 5000,
    pause: 2500,
    hoverPause: true,
    slideSpeed: 1200
  });
});
