jQuery(function( $ ){
    $.localScroll({
    duration:1000,
		hash:true
    });
	$.localScroll.hash();
	$('#slideshow').cycle();
});