function removeConfirm(){
	var answer = confirm("Remove Announcement")
	
	if(answer){
		window.location = './?page=announcement&remove=true';
	}
}
