/*<!--  This is the af_welcome.js file using integration with jQuery   -->

<!--  This puts rounded corners on the Welcome page  -->*/

$(document).ready(function() {
$('#whatwedo').corner("corner 20px");
$('#believe').corner("corner 20px");
$('#thanks').corner("corner 20px");
});
