
/* - PLOWSkin2roundedCorners.js - */
/*  (do not remove this :) */
/*  (not this either :) */

window.onload=function(){
if(!NiftyCheck())
    return;
/*  remove corners if editable */
Rounded("div#content","all","#e0d5c1","#FFFFFF");
/*  */

Rounded("dl.portlet","top","#e0d5c1","#780019");
Rounded("dl.portlet","bottom","#e0d5c1","#FFFFFF");
Rounded("#portal-globalnav td.plain","top","#780019","#780019");
Rounded("#portal-globalnav td.selected","top","#780019","#e0d5c1");
Rounded(".calendarTop","top","#e0d5c1","#780019");
Rounded(".calendarBottom","bottom","#e0d5c1","#FFFFFF","smooth"); 

}

/*  */

