/*nifty corners layout*/

window.onload=function(){
Initilize();
Nifty("div#content,div#nav","same-height none");
Nifty("div#header","big top fixed-height");
Nifty("div#footer","big bottom fixed-height");
}
