jQuery(document).ready(function($){
$('.enter').click(function(){
$('.authorization').fadeIn('fast');
});

$('.authorization .close').click(function(){
$('.authorization').fadeOut('fast');
});

$('.logout').click(function(){
document.location.href = "http://www.elitgranit.ru/netcat/modules/auth/?logoff=1&REDIRECT_STATUS=on&redirect="+document.location.href;
});

$('.centerlogo').click(function(){
document.location.href = "http://www.elitgranit.ru/";
});

});
