function PostComment(eventID){
	$("#commentScreen").jqm({modal:true});
	$("#commentScreen").load("/interactive.php?ajxReq=commentFrm&eventID="+eventID);
	$("#commentScreen").jqmShow();
	
}

function SendEvent(eventID){
	$("#commentScreen").jqm({modal:true});
	$("#commentScreen").load("/interactive.php?ajxReq=sendFrm&eventID="+eventID);
	$("#commentScreen").jqmShow();	
}

function ViewPhoto(url){
	var popupPhoto=window.open();
	popupPhoto.document.write("hostias");
}

function ClearSearchForm(){
	$("#searchbox").val("");
}
