
function initNiftyCorners(){

if(!NiftyCheck())
    return;
RoundedTop("div#welcome","transparent","#6D675E");
RoundedBottom("div#welcome","transparent","#544C42");
RoundedTop("div#feature_prop","transparent","#7C7264");
RoundedBottom("div#feature_prop","transparent","#655949");


}
