 $(document).ready(function(){
           $('#contagem').countdown({until: new Date(2012,8,26)});
           horizontal();
        });
