$(document).ready(function() {

    // Make the coupon download links trigger a floodlight tag.
    $('a.floodlight-CouponDownload').click(function(e) {
        var axel = Math.random() + "";
        var a = axel * 10000000000000;
        $('body').append('<iframe src="http://fls.doubleclick.net/activityi;src=2622306;type=coupo381;cat=itali965;ord=1;num=' + a + '?" width="1" height="1" frameborder="0"></iframe>');
    });

});

