function amazilonTrack(sEventTracker, sEvent, sAsin) { if (sEventTracker == 'gajs' && typeof _gaq != 'undefined') { if (sEvent == 'clickout') { _gaq.push( [ '_trackEvent', 'Amazilon', 'Klick', sAsin ] ); } } else if (sEventTracker == 'analyticsjs' && typeof ga != 'undefined') { if (sEvent == 'clickout') { ga('send', 'event', 'Amazilon', 'Klick', sAsin); } } } jQuery( document ).ready(function() { jQuery( '.amazilon-tooltip' ).each(function (idx, el) { jQuery(el).tooltip(); }); } );