

/**
 * @author appel
 */
jQuery(document).ready(function()
{
	//scroll initially if there's a hash (#something) in the url 
	jQuery.localScroll.hash({
		queue:true,
		duration:1000,
		hash:true
	});

	jQuery.localScroll({
		queue:true,
		duration:1000,
		hash:true
	});
});