$(document).ready(function() {
if(!$('#hsnav').length){ // do not run in edit mode
 $('.vertical_scroller').SetScroller({	velocity: 	 60,
  direction: 	 'vertical',
  startfrom: 	 'bottom',
  loop:		 'infinite',
  movetype: 	 'linear',
  onmouseover: 'pause',
  onmouseout:  'play',
  onstartup: 	 'play',
  cursor: 	 'default'
 });
}else{  }
});
