/*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","same-height");
Nifty("div.comments div");
Nifty("div#footer");
Nifty("div#container","bottom");
}
*/

window.onload=function(){
	Nifty("div#contentdown1","bottom");
	/*Nifty("div#blockquote","big");
	Nifty("div.box","big");
	Nifty("div#mini-menu","top");
	Nifty("div#footer-red", "tr tl big");
	Nifty("div#footer-gray", "br bl big");
	Nifty("div#red", "big");
	Nifty("div#comanda", "normal");*/
	//Nifty("div#left-translate", "top");
	//Nifty("div#sidecontent", "bottom");
	//Nifty("div.featurebox", "tr bl big");
}