function showEventsContent() {
	if (!document.getElementById("events_content")) return true; 
	var so = new SWFObject("./m/events.swf", "evtcontent", "600", "350", "7", "#000000");
	so.addParam("wmode", "transparent");
	if (!so.write("events_content")) {
		var img = document.createElement("img");
		img.setAttribute("src", "./i/room-people.jpg");
		img.setAttribute("alt", "");
		document.getElementById("home_content").appendChild(img);
	}
}
addLoadEvent(showEventsContent);
addLoadEvent(function() { preparePopup($('catering_button')); });