window.onload=function(){
if(!RoundCheck())
    return;
Rounded("div#header","bottom","#fff","#84B7FF","smooth");
Rounded("div#header h1","bottom","#84B7FF","#657DA6","small smooth");
Rounded("div#content", "tr bottom", "#FFF", "#D6DEEC", "smooth");
Rounded("div#content3", "tr bottom", "#FFF", "#D6DEEC", "smooth");
Rounded("div#contentAll","all","#FFF","#D6DEEC","smooth");
Rounded("div#contentLeft","tr bottom","#FFF","#D6DEEC","smooth");
Rounded("div#contentRight","tr bottom","#FFF","#D6DEEC","smooth");
Rounded("div#nav","tr bottom","#fff","#B1C0D5","smooth");
Rounded("div#sidenotes","all","#fff","#D6DEEC","smooth");
Rounded("div#myform","all","#fff","#B4CEF7","smooth");
Rounded("blockquote","tr bl","#FFF","#CDFFAA","border #88D84F");
Rounded("div#relax","all","#FFF","transparent");
Rounded("div#footer","all","#fff","#CCCCCC","small border #fff");

Rounded("div#leftnav","tl bl","#fff","#D6DEEC","smooth");
Rounded("div#formMessage","all","#FFF","#fffacd","border #FFE86A");
Rounded("div#sidetips","all","#fff","#fff","border #D6DEEC");
Rounded("div#sidehelp","all","#fff","#fff","border #D6DEEC");
Rounded("div#pagetools","all","#fff","#fff","border #D6DEEC");
//Rounded("div#quote","tr bl","#FFF","#CDFFAA","border #88D84F");

}