Start date
End date
HTML
<script type="text/javascript" >
$(document).ready( function() {
$('#das_top').addClass('adActive adMovable adFixed');
setTimeout(function() {
$("body.stackbar.ads_normal .das_top.adFixed > div:not(.adMoved)").animate({top: '-'+(bheit+20)+'px'}, 500, 'swing', function() {$("#das_top.adFixed").removeClass('adFixed');})
},4500);
setTimeout(function() {
$("#das_top.adFixed").removeClass('adFixed');},5000);
});
</script>