$(function() {
	
	// Initialize the event summary modal dialog popup
	$('#eventSummary').jqm({
		ajax:    '@href', 
		trigger: 'a.eventLink'
	});



});
