var notelist;

document.observe("dom:loaded", function(){
	notelist = new Notelist();
});
