$(document).ready(function(){

$("blockquote") .corner("round");
$(".menu-container") .corner("round");
$(".comment-text") .corner("round");
$("#single-nav") .corner("round");





});
