function RounCorn() {
if(!NiftyCheck())
    return;
Rounded("td.redsq","top","#fff","#cc0000", "smooth border #cc0000");
Rounded("td.blacksq","top","#fff","#000", "smooth border #000");
Rounded("td.bluesq","top","#fff","#000080", "smooth border #000080");
Rounded("td.greensq","top","#fff","#008000", "smooth border #008000");
Rounded("td.greysq","top","#fff","#a9a9a9", "smooth border #a9a9a9");
Rounded("td.orsq","top","#fff","#ff6500", "smooth border #ff6500");
Rounded("td.maroonsq","top","#fff","#9a0000", "smooth border #9a0000");
Rounded("td.archs",     "top",  "#fff", "#ff6500", "smooth border #ff6500");
Rounded("td.srch",      "top",  "#fff", "#cc9900", "smooth border #cc9900");
Rounded("td.synd",      "top",  "#fff", "#996633", "smooth border #996633");
Rounded("td.pile",      "top",  "#fff", "#666633", "smooth border #666633");
Rounded("td.store",     "top",  "#fff", "#336600", "smooth border #336600");
Rounded("td.sites",     "top",  "#fff", "#003300", "smooth border #003300");
Rounded("td.bloglink",  "top",  "#fff", "#9A0000", "smooth border #9A0000");
Rounded("td.cclicense", "top",  "#fff", "#993399", "smooth border #993399");
Rounded("td.speech",    "top",  "#fff", "#006699", "smooth border #006699");
Rounded("td.mtin",      "top",  "#fff", "#7d7d7d", "smooth border #7d7d7d");
Rounded("td.meter",     "top",  "#fff", "#000000", "smooth border #000000");
Rounded("td.feeds",     "top",  "#fff", "#333399", "smooth border #333399");
}
