//jquery config


//side mobile 

$(document).ready(function(){
	$('#mobile h2').slidePanel();
});




//scroll config

$(function(){
    $('.pagetop a').click(function(){
    $('#pagetop').ScrollTo('normal', 'easeout');
    return false;
   });
});


