 $(document).ready(function(){
 
 $("#sidebarMenu").corner("10px");
 $('#recentPressRelease,#recentPressCoverage').corner('15px')

 
 $('#recentPressRelease li:eq(1),#recentPressCoverage li:eq(1)').addClass('mostRecentPost')
 
 $('.date').corner("10px")
 $(".post a[href$='.doc']").addClass("wordPostLink")
 $(".post a[href$='.pdf']").addClass("pdfPostLink")
 
 }); //end doc ready
