$(function(){
	$("a[href*='#']").filter(function(){
		return !$(this).parent().parent().hasClass("tab");
	}).slideScroll();
});