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#box1","bottom","#fff","#e2eaf6","smooth");
	Rounded("div#box2","bottom","#fff","#e2eaf6","smooth");
	Rounded("div#box3","bottom","#fff","#e2eaf6","smooth");	
	Rounded("div#fondino_azzurro","all","#fff","#e2eaf6","smooth");	
	Rounded("div#container_form","all","#fff","#e2eaf6","smooth");
		Rounded("div#container_squadra","all","#fff","#e2eaf6","smooth");	
		Rounded("div#menu_sx_sponsor","all","#fff","#e2eaf6","smooth");

}
