jQuery(document).ready(function($){

	$('.teaserBottom_item_1').hover(function(){
		$(this).animate({bottom:'0px'},{queue:false,duration:500});
	}, function(){
		$(this).animate({bottom:'-212px'},{queue:false,duration:500});
	});

	$('.teaserBottom_item_2').hover(function(){
		$(this).animate({bottom:'0px'},{queue:false,duration:500});
	}, function(){
		$(this).animate({bottom:'-212px'},{queue:false,duration:500});
	});

	$('.teaserBottom_item_3').hover(function(){
		$(this).animate({bottom:'0px'},{queue:false,duration:500});
	}, function(){
		$(this).animate({bottom:'-212px'},{queue:false,duration:500});
	});

	$('.teaserBottom_item_4').hover(function(){
		$(this).animate({bottom:'0px'},{queue:false,duration:500});
	}, function(){
		$(this).animate({bottom:'-212px'},{queue:false,duration:500});
	});

    $('#page > div, #footer > div').each(function() {
        if($(this).html().trim() == '') {
            $(this).css('display', 'none')
        }
    });
});

/* fire AddThis manually, mostly for IE issues*/
window.onload = function() {
	addthis.toolbox(".addthis_toolbox");
}
