$(function(){	$("a.confirm").click(function(){		return confirm("Tiešām?");	});});
