function checkClick(event) {
	if(event.button == 2) {
		alert("Sorry, right-clicking images has been disabled.")
	}
}
