swfobject.embedSWF("img/areamap.swf", "AreaContent", "693", "392", "8.0.0");

$(function(){

	$("#newList .entryBox:first").css("border-top","solid #B5DFDE 1px");
	$("#newList .entryBox:even").css("background","#ECF9F9");
	$("#whatsNew").toggle();
	$("#eventTitle").toggle();

	$("#btnEntryEvent a").click(function(){
		$("#newTitle").toggle();
		$("#newList").toggle();
		$("#eventTitle").toggle();
		$("#whatsNew").toggle();
	});

	$("#btnEntryNew a").click(function(){
		$("#newTitle").toggle();
		$("#newList").toggle();
		$("#eventTitle").toggle();
		$("#whatsNew").toggle();
	});

});
