// slidescroll
jQuery(function(){ 
	jQuery("a[href*='#']").slideScroll();
});

