window.onload=function(){
if(!NiftyCheck())
	return;
/*  Rounded("nome del div","posizione","colore angoli","colore parte lunga","tipo di angolo")
    > posizione: all, top, bottom, tl(top-left), tr(top-right), bl(bottom-left), br(bottom-right)
    > tipo di angolo: smooth, border(con il colore in esadecimale), small.   */

	Rounded("div#footer_indirizzo","all","#fff","#dee2e7","smooth");
	Rounded("div#menusx_testa","top","#fff","#dee2e7","smooth");
	Rounded("div#menudx_testa","top","#fff","#dee2e7","smooth");
	Rounded("div#news_testa","top","#fff","#dee2e7","smooth");
}