/* $Id: denkvooruit_ga.js,v 1.3 2009-07-08 14:43:22 jasper Exp $ */

$("a.materiaal-regio").click(function(){
  try {
    pageTracker._trackPageview("Veiligheidsregio: "+ $(this).text());
  }
  catch(err) {}
  document.location.href = this.href;
});

$("a.materiaal-gem").click(function(){
  try {
    pageTracker._trackPageview("Gemeente: "+ $(this).text());
  }
  catch(err) {}
  document.location.href = this.href;
});

$("a.materiaal-retailers").click(function(){
  try {
    pageTracker._trackPageview("Retailer: "+ $(this).text());
  }
  catch(err) {}
  document.location.href = this.href;
});
