
$('document').ready(function () {
    $('.box1').corner("5px")
    $('abbr.timeago').timeago()
    $('ul#uses li').corner("5px")
})

