Behaviour.addLoadEvent 
(	function()
	{	
	}
);

var Rules = {
    '.extern' : function(el)
	{	el.onclick = function()
		{    this.setAttribute('target','_blank');
		}
	}
};

Behaviour.register(Rules);