Add a bar to show where your scroll is on the top of the page
##include the script
<script type="text/javascript" src="whereURAt.js"></script>
##run the script
whereURAt.add();
whereURAt.add(config);
##example config:
{
barId: 'whereURAt-bar',
barColor: '#298AD9',
barHeight: '2px',
animate: true,
animationSpeed: 0.1,
zIndex: '999999'
}