window.onload=function()
{
  if(!NiftyCheck())
  {
    return;
  }

  Rounded("div.header", "top", "#FFF", "transparent", "smooth");
  Rounded("div#subnav", "bottom", "#FFF", "transparent", "smooth");
  Rounded("div#nav", "bottom", "#FFF", "transparent", "smooth");
  Rounded("div.more", "bottom", "#FFF", "transparent", "smooth");

  Rounded("div#concept", "top", "#FFF", "transparent", "smooth");
}

