$(document).ready(function() {
if ($('.article').length > 0) {

var border = RUZEE.ShadedBorder.create({ corner:8, shadow:16  });

$('.article').each(function() {
border.render($(this)[0]);
});
}
});

