$(document).ready(function() {
    $('#slideshow').innerfade({
            animationtype: 'fade',
            speed: 2000,
            timeout: 5000,
            type: 'sequence',
            containerheight: '204px'
    });

    $('.homepagearticle').click(function() {
        var href = $(this).find('a').attr('href');
        document.location.href = href;
    });
});

if (window.innerHeight > 680) {
    $('html').css('padding-top', '20px');   
}

function getUpdate(typ,pr1,pr2,pid) {
  	if (typ == 'state') {
	  		if (pr1 == 0) {
				    $(document).attr('pauseAnimation', false);
			  } else {
				    $(document).attr('pauseAnimation', true);
				}
  	}
}
