function reportspam(id, hash) {
 
  $('#spamreport-'+id).html('<img src="/images/reportloading.gif" /> Reporting..');
  $('#spamreport-'+id).load("/spamreport/"+id+"/"+hash);
  
//$('#example-placeholder').load("/examples/ajax-loaded.html");
  //$('#spamreport-'+id).html("test");
}
