

function pageToHTML(id){
	window.location.replace('/cms/event_details.html?id='+id);
}

function printEvent(){
	window.print();
}