            $(function() {
                if ((screen.width>=1152) && (screen.height>=864)) {
                    $('#header').css({'padding-top':'4%'});
                }

                $.fn.hoverscroll.params = $.extend($.fn.hoverscroll.params, {
                    vertical : false,
                    width: '100%',
                    horizontal: true,
                    arrows: false
                });

                $('#posts').hoverscroll();
				
				$('body').append('<div style="position: absolute; bottom: 10px; right: 10px; color: black; font-size: 9px; text-align: right;">posted by <a href="http://www.seven4z.net">seven4z design.</a> all rights reserved.</div>');
            });
