$(function(){ $("#bottombackground").corner("3px"); $("div.blueborder").corner("3px"); $("div.rgeenborder").corner("3px"); $("div.whiteborder").corner("3px"); $("div.lightgreyborder").corner("3px"); $("div.lightbrownbg").corner("3px"); $("div.darkbrownbg").corner("3px"); $("div.darkbrightgreenbg").corner("3px"); $("div.lightbluebg").corner("3px"); $("div.darkbluebg").corner("3px"); $("div.lightgreenbg").corner("3px"); $("div.brightgreenbg").corner("3px"); $("div.darkgreenbg").corner("3px"); $("div.edarkgreenbg").corner("4px"); $("div.greenbg").corner("3px"); $("div.brightbluebgbg").corner("3px"); $("div.msg").corner("3px"); $("div.error").corner("3px"); $("#borybg_first").corner("top 5px cc:#a74103").corner("bottom 5px"); $("#borybg_second").corner("top 5px cc:#a47227").corner("bottom 5px"); $("#borybg_third").corner("3px"); $("#borybg_fourth").corner("3px"); });