window.onload=function(){
if(!NiftyCheck())
    return;
    Rounded("div#page-container","top", "#c4bcd4","#ffffff", "big smooth");
    Rounded("div#input-new-wish", "all","#ffffff", "#669933", "big smooth");
    Rounded("div#input-new-wish-inner", "all","#669933", "#ffffff", "big smooth");
    /* Rounded("div#wishes-index", "all","#ffffff", "#f7ffeb", "big smooth"); */
	/* Rounded("div#tags-index", "all","#ffffff", "#f7ffeb", "big smooth"); */
    /* Rounded("#selected-wishes-options", "all","#f7ffeb", "#ffffff", "big smooth"); */
}