$(document).ready(function() {
	$("a.anchorLink").anchorAnimate()
	// skocimo na #home, ampak samo ce ni IDja podanega
	if(document.location.hash.length < 1) {		
		//document.location = "#home";
		$("a.home.anchorLink").click();		
	}
});
