$(document).ready(function() {
	$('a.music').click(function() {
		$.smoothScroll({
			scrollTarget: '#music-title'
		});		
	});
	$('a.video').click(function() {
		$.smoothScroll({
			scrollTarget: '#video-title'
		});		
	});
	$('a.connect').click(function() {
		$.smoothScroll({
			scrollTarget: '#connect-title'
		});		
	});
	$('a.shows').click(function() {
		$.smoothScroll({
			scrollTarget: '#shows-title'
		});		
	});
	$('a.free').click(function() {
		$.smoothScroll({
			scrollTarget: '#free-title'
		});		
	});
	$('a.bio').click(function() {
		$.smoothScroll({
			scrollTarget: '#bio-title'
		});		
	});
	$('a.blog').click(function() {
		$.smoothScroll({
			scrollTarget: '#blog-title'
		});		
	});
	$('a.store').click(function() {
		$.smoothScroll({
			scrollTarget: '#store-title'
		});		
	});
	$('a.contact').click(function() {
		$.smoothScroll({
			scrollTarget: '#contact-title'
		});		
	});
	$('a.top').click(function() {
		$.smoothScroll({
			scrollTarget: '#top'
		});		
	});
});
