/*nifty corners layout*/

var a = function(){
	Nifty("div#content,div#side","none same-height");
}

addEvent(window, 'load', a);