What is this?
* This plugin aims to created an easy way to add border layouts to screen content.
* It includes three functions that can be called after jquery.js and jquery.divcorners.js are loaded.
o Use $(expression).dcCreate(properties, bool) to create an instances of a layout.
o Use $(expression).dcResize(bool) to resize an instances of a layout.
o Use $(expression).dcClear(bool) to remove an instances of a layout.
* DivCorners is comprised of jquery.divcorners.js and jquery.divcorners.css, both of which must be linked for desired results