
/* - roundedCorners.js - */
// http://www.sixfeetup.com/portal_javascripts/roundedCorners.js?original=1
jq(document).ready(function(){if(!NiftyCheck())
return;Rounded("#portal-column-two .portlet","top","#fff","#84b55b","border #cccccc");Rounded("#portal-column-two .portlet","bottom","#fff","#fff","border #cccccc");Rounded("#content","all","#fff","#fff","border #cccccc");Rounded("#portlet-technologies","all","#fff","#fff","border #cccccc");Rounded("#portlet-code-snippet","all","#fff","#fff","border #cccccc");Rounded(".featuredItem","all","#434344","#fafafa","border #444444")});
