if(typeof $ != 'undefined'){ $(document).ready(function() { var a=Math.floor(Math.random()*11); var b=Math.floor(Math.random()*11); $.post('/common_scripts/visit_tracking/track_visit.php',{track_visit:1 , path:location.pathname, referrer:'https://greatlifeinsurancegroup.com/resources/industry-articles/term-to-permanent-insurance.php', a: a, b: b, c: a+b}); }); }