// simple instrumentation
function info(b, m){
	if(b) alert(m);
}



