// JavaScript Document

// Rounded Corner Script
    $(function(){
        $('div#corner').corner();
    });
