Lakstins Family, LLC web site.

var pfTrackOutboundLink = function (loLink, lsUrl) { ga('send', 'event', 'outbound', 'click', lsUrl, { 'hitCallback': function () { if (loLink.target.toLowerCase() != '_blank') { document.location = lsUrl;}}});} jQuery(document).ready(function () { jQuery("a[href^='http:']:not([href*='" + window.location.host + "'])").each(function () { jQuery(this).on("click", function () { pfTrackOutboundLink(this, jQuery(this).attr('href'));});});});