function FSHHint() {
}

FSHHint.prototype.showText = function(text) {
	document.getElementById('fshhint').innerHTML = text.replace(/\n/g, '<br/>');
	// TODO: More formatting?
}

