jQuery(function(){

	/* css_switch */
	$('#css_switch').styleSwitch();
	
	/* smoothscroll */
	$().smoothscroll();
	
});

