window.onload=function(){
	if(getElementsBySelector("div.con_1col") != "") {
		Nifty("div.con_1col", "same-height");
	}
	if(getElementsBySelector("div.con_2col") != "") {
		Nifty("div.con_2col", "same-height");
	}
	if(getElementsBySelector("div.con_3col") != "") {
		Nifty("div.con_3col", "same-height");
	}
	if(getElementsBySelector("div.con_4col") != "") {
		Nifty("div.con_4col", "same-height");
	}
	if(getElementsBySelector("div.con_5col") != "") {
		Nifty("div.con_5col", "same-height");
	}
	if(getElementsBySelector("div.con_pic_overview") != "") {
		Nifty("div.con_pic_overview", "same-height");
	}
}