﻿var myrules = {
    '.notelink' : function(el) {
	    el.onclick = function() {
		    return popup(this, 'notes', 500, 400, true);
	    }
    }
}

Behaviour.register(myrules);