/*nifty corners layout*/

var a = function(){
	//Nifty("div#menu a","small transparent top");
	Nifty("ul#intro li","medium transparent");
	Nifty("div#latestFeature","medium transparent");
	Nifty("div.comments div,div.frontfeature", "");
	//Nifty("div#container","bottom");
	Nifty("div.roundl","large");
	//Nifty("div#headbar","tr small");
	Nifty("div.featured","big");
	Nifty("div.roundm","medium");
	//Nifty("div#content,div#side","none same-height");
	Nifty("div#footer,div.rounds", "small");
	Nifty("div#refine div#outside", "medium transparent top");
	Nifty("div#refine","medium bottom");
}
addEvent(window, 'load', a);