// track pdf download - map pdf to file that google can track
// from: http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55529

$(function() {
    //find all form with class jqtransform and apply the plugin
    $("pdfdownload").click(function(){
     pageTracker._trackPageview('/downloads/connected-right-leaflet');
   });;
});

