$().ready(function(){
	if ($("#editMode").length > 0) {

		$("#help").css("display", "block");
	}
});

