$(document).ready(function() {
	$('.box').corner();
	$('.home').click(function(){
	    console.log('click');
	    location.href="/";
	    
	})
});