$(function(){
	   var h=$(window).height();
	   if(h > 0){
		h=h-65;
	   }else{
		h = 700;
	   }

           $('#page-top').scrollFollow({
		    speed: 100,
                    offset: h,
                    container: 'inner'});


});

