function eventName(text)
{
	var e = document.getElementById('event');
	e.innerHTML = '<strong>' + text + '</strong>';
}
