/*nifty corners layout*/

window.onload=function(){
Nifty("div#frontBig","normal fixed-height");
Nifty("div#threeColumn1","bottom normal fixed-height");
Nifty("div#threeColumn2","bottom normal fixed-height");
Nifty("div#threeColumn3","bottom normal fixed-height");
}