$(document).ready(function() {

	$("a.anchorLink").anchorAnimate()

	if(document.location.hash.length < 1) {
		
		$("a.div_01.anchorLink").click();
	}
});
