var View = {
	NAME:"View",
	init: function() {
		//$('a[rel*=lightbox]').lightBox();
	}
}

Registry.add(View);