var myrules = {
	'.a_cemetery' : function(element){
		element.onclick = function(){
			var theWindow =
				window.open('http://wiki.urbandead.com/index.php/Sacred_Ground_Policy',
				'_tab');
			theWindow.focus();
			return theWindow;
		}
	},
};

Behaviour.register(myrules);
