﻿window.onload = function() {
    if (!NiftyCheck()) {
        return;
    }
    //Rounded("div#container", "#377CB1", "#9BD1FA");
    Rounded("div#container", "#ff0000", "#660066");
    //Rounded("div.box", "#9BD1FA", "#eeffff");
    Rounded("div.box", "#660066", "#ffff99");
}