function roundDivs() 
  {
  	if (!NiftyCheck()) {
      	return;
    }
	//Change the first color to match the background color
	//Make the second color match the interior color
    Rounded("div.newsItem", "#FFB300", "#FFD366", 10, 10);
	Rounded("div#loginPanel", "#FFFFFF", "#025597", 10, 10);
  }
