/*nifty corners layout*/

window.onload=function(){
Nifty("div#menu a","small transparent top");
Nifty("div#content,div#side","same-height");
Nifty("div.comments div");
Nifty("div#footer");
Nifty("div#container","bottom");
Nifty("div#crew1 li","big fixed-height");
Nifty("div#crew2 li","big fixed-height");
Nifty("div#crew3 li","big fixed-height");
Nifty("div#crew4 li","big fixed-height");
}
