/*nifty corners layout*/

window.onload=function(){
Nifty("div#menu a","small transparent top");
Nifty("ul#intro li","same-height");
Nifty("div.date");
Nifty("div#content,div#side,div#ipmcontent","same-height");
Nifty("div.comments div");
Nifty("div#footer");
Nifty("div#search");
Nifty("div#stuff");
Nifty("div#container","bottom");
Nifty("ul#splita h3","top");
Nifty("ul#splita div","none same-height");
Nifty("ul#splitb h3","top");
Nifty("ul#splitb div","none same-height");
Nifty("ul#splitc h3","top");
Nifty("ul#splitc div","none same-height");
Nifty("ul#splitd h3","top");
Nifty("ul#splitd div","none same-height");
Nifty("ul#splite h3","top");
Nifty("ul#splite div","none same-height");
Nifty("ul#splitf h3","top");
Nifty("ul#splitf div","none same-height");
Nifty("ul#buttons h3","top");
Nifty("ul#buttons div","none same-height");
Nifty("ul#dnames h3","top");
Nifty("ul#dname div","none same-height");
Nifty("ul#suggests h3","top");
Nifty("ul#suggest div","none same-height");
Nifty("ul#saves h3","top");
Nifty("ul#save div","none same-height");
}
