$(function() {
	$("li.technotes a").click(function() {
		alert('To print, please first save the JPG to your desktop');
	})
})