window.addEvent('domready', function() {
                slideUp = new Fx.Tween('footerad', { property: 'height', duration: 1000 });
                (function(){ slideUp.start(0, 130) }).delay('1000');
                $('closead').addEvent('click', function() {
                   $('footerad').tween('height', 0);
                });
            });
