/*nifty corners layout*/

window.onload=function(){
Nifty("div#menu a","small transparent top");
Nifty("div#div_commenti","bottom");
Nifty("div#div_outer_frame","top");
Nifty("div#footer");
Nifty("div#container","bottom");
Nifty("div#foot_frame","bottom");
Nifty("div#content");

Nifty("div.oddcommentor","top");
Nifty("div.normalcommentor","top");
Nifty("div.normal","bottom");
Nifty("div.odd","bottom");
Nifty("div#image_info");
Nifty("div#newsletterbox");

//Nifty("div#input_comment");
//Nifty("div#input_comment");
//getEl('input_comment').style.display='none';
//Nifty("div#side");
//Nifty("div#preview a","small transparent top");
//Nifty("ul#intro li","same-height");
//Nifty("div.date");
//Nifty("div#content,div#side","same-height");

}