$(document).ready(function(){

	$("a").focus(function() {
		this.blur();
	});

	// use jquery.scrollfollow.js plugin
	$('#sideMenu').scrollFollow();

	// artist page left margin
	$('.artist_list:odd').css('margin-left', '10px');
	
	$('.topic_detail_wrap').corner();
	
	$("#footer").footer();
	
});
