<script type="text/javascript">
$(document).ready(function(){
//alert(0);
var flag = true;
var height = 0;
$(window).scroll(function(){
if($(document).scrollTop()>100){
if(flag){h=$(document).scrollTop();flag=false;}
$("html,body").animate({scrollTop:height},0);
}
})
})
</script>
$(document).ready(function(){
//alert(0);
var flag = true;
var height = 0;
$(window).scroll(function(){
if($(document).scrollTop()>100){
if(flag){h=$(document).scrollTop();flag=false;}
$("html,body").animate({scrollTop:height},0);
}
})
})
</script>