function failureFunc() {
    alert ("Module simple failed to load.");
}

function successFunc() {
	if (42 === bondi.webvm.simpler.get42()) {
	var body = document.getElementsByTagName('body')[0];
	body.style.backgroundColor = "green";
	}
}

bondi.requestFeature(successFunc, failureFunc, 'http://webvm.net/api/simpler.get42');
