var Rules = {
	'.madcat font a': function(element) {
		if (element.href == "") {
			element.addClassName("madcat-inactive");
		}
	}
};
