function Alert_try(t){
alert('Предупреждение!\r\nНекорректная комбинация логина и пароля.\r\nОсталось попыток ['+t+']');
location.href='login.html';
}
    // override Highslide settings here
    // instead of ting the highslide.js file
//var hs;
//hs.graphicsDir = './modules/highslide-4.1.2/graphics/';
//jQuery(document).ready(function() {
//    jQuery('#mycarousel').jcarousel({
//        vertical: true,
//        scroll: 2
//    });
//});
//jQuery(document).ready(function() {
//    jQuery('#mycarousel1').jcarousel({
//        vertical: true,
//        scroll: 2
//    });
//});