// story
$(function() {
    $('#content').corner();
    $('#menu').corner();
    $('#main').corner();
});

