$(document).ready(function(){
	$('p.to-top a').click(function(){
		$.scrollTo('#masthead',500);
		return false;
    });
});
