
		
$(document).ready(function() {

	if(document.location.href.search("#") > 0){
		var yakor = document.location.href.substr(document.location.href.search("#"));
		var destination = $(yakor+'_arch').offset().top;
		$("html:not(:animated),body:not(:animated)").animate({ scrollTop: destination}, 1100 );

	}
});
