Add this:
Code:
$('.dt1 a').trigger('click');
here:
Code:
.live('click',function(){
$(this).addClass('active').parent().siblings().find('>a').removeClass('active').stop().animate({opacity:0})
})
$('.dt1 a').trigger('click');
})
</script>
But that might be too soon. If it is, add it here instead:
Code:
$(window).load(function(){
$palkit.animate({marginTop:'0px'}, 350, function(){
$(this).animate({marginTop:'25px'}, 400);});
$palkitDD.css({display:'block'})
$palkitDD.css({display:'none'})
$('.dt1 a').trigger('click');
})
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks