$(function () {$("a.download").click(function(){$.get("/files/download.php?a="+$(this).attr("ref"), function(data){});});});
