
$(document).ready(function() {
	$('img.load-local').cluetip({local:true, cursor: 'pointer'});
});