<!--
window.onload=function(){
if(!NiftyCheck())
    return;
Rounded("div#news div","tr bl","#FFF","transparent");
Rounded("div#news1 div","tr bl","#FFF","transparent");
Rounded("div#news2 div","tr bl","#FFF","transparent");
Rounded("div#content","all","#333","#e7e7e7","smooth");
Rounded("div#nav1","tr br","#333","#f8f8f8","smooth");
Rounded("div#nav2","tr br","#333","#f8f8f8","smooth");
Rounded("div#nav3","tr","#fff","#e7e7e7","smooth");
Rounded("div#nav4","all","#fff","#e7e7e7","smooth");
Rounded("div#nav5","all","#fff","#e7e7e7","smooth");
Rounded("div#nav6","all","#fff","#e7e7e7","smooth");
Rounded("div#minipics li","all","#e7e7e7","#FFF","smooth");
Rounded("div#nav7","all","#e7e7e7","#fff","smooth");
}
//-->