$(document).ready(function(){$(".liAnchor").click(function(){var divID="#"+this.id.replace("tag","");var p=$(divID);var position=p.position();if($("."+this.id).hasClass("selected")){}else{$('html, body').animate({scrollTop:position.top},1000)}});$('a.top').click(function(){$('html, body').animate({scrollTop:'0px'},1000);return false;});});
