$(document).ready(function() {
	$("span[rel=marker]").click(function() {
		alert($(this).attr('data'));
	});
});