/**
 * an insight
 */
Insight = function() {
	
}

/**
 * we load our notes and insight handler
 */
addLoadEvent(function(ev){
	//	we grab all insights
})