$(function(){
	if($("#leftMenu").length > 0){
		if ($("#leftMenu").children().length < 1) {
			$("#col1").remove();
		}
	}	
});

