function twoDigits(value) { if(value < 10) { return '0' + value; } return value; } $(document).ready(function() { // Scroll to top $(window).scroll(function() { if ($(this).scrollTop() > 100) { $('.scrollup').fadeIn(); } else { $('.scrollup').fadeOut(); } }); $('.scrollup').click(function() { $("html, body").animate({ scrollTop: 0 }, 600); return false; }); $('#historyback').click(function() { parent.history.back(); return false; }); // Height of divs fix var snheight = $('#sidenavigation').height(); var mainheight = $('#maincontent').height(); if (snheight > mainheight) { $('#maincontent').height(snheight - 60); } // Load Newsfeed var ajax_load = "