var links = { '.link1' : function(element) { element.onclick = function() { window.open('page.php?topic='); } } }; Behaviour.register(links);