/*nifty corners layout*/

window.onload=function(){

Nifty("div#topbox","all");
Nifty("div#menuholder","all");
Nifty("ul#intro li","same-height");
Nifty("div#content","all");
if (document.getElementById("side") != null) { Nifty("div#side","all fixed-height"); }
if (document.getElementById("side2") != null) { Nifty("div#side2","all fixed-height"); }
if (document.getElementById("side_sameheight") != null) { Nifty("div#side_sameheight,div#content","same-height"); }
Nifty("div#footer", "all");
Nifty("div.contentarea div");
Nifty("div#goodnews", "all");
Nifty("div#goodnews div", "all");
Nifty("div#aimhigh p", "all");
}