CINXE.COM

GovEvents : Login

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>GovEvents : Login</title> <meta name="description" content="GovEvents was created as a service to the government community and is free of charge for all government users, event organizers and vendors/exhibitors/sponsors." > <meta property="og:description" value="GovEvents was created as a service to the government community and is free of charge for all government users, event organizers and vendors/exhibitors/sponsors." > <!-- Taboola Pixel Code --> <script type='text/javascript'> window._tfa = window._tfa || []; window._tfa.push({notify: 'event', name: 'page_view', id: 1395077}); !function (t, f, a, x) { if (!document.getElementById(x)) { t.async = 1;t.src = a;t.id=x;f.parentNode.insertBefore(t, f); } }(document.createElement('script'), document.getElementsByTagName('script')[0], '//cdn.taboola.com/libtrc/unip/1395077/tfa.js', 'tb_tfa_script'); </script> <!-- End of Taboola Pixel Code --> <meta property="og:image" content="https://www.govevents.com/image/logo-og.png" /> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-11633707-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-11633707-1'); </script> <link rel="canonical" href="https://govevents.com/login.php?return_url=%2Fmy-account.php" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="author" content="GovEvents, LLC." /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="language" content="English"> <meta http-equiv="content-language" content="en"> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <script>//window.onerror = function() { return true; }</script> <link rel="stylesheet" href="/css/bootstrap.css?v=6.9.12"> <script type="text/javascript" src="/js/jquery-1.9.1.min.js?v=6.9.12"></script> <link rel="stylesheet" href="/css/govevents-ui/jquery-ui-1.9.2.custom.min.css?v=6.9.12" type="text/css" media="screen" /> <link rel="stylesheet" href="/css/default.css?v=6.9.12" type="text/css" media="screen" /> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'> <script type="text/javascript" src="/js/jquery-ui-1.9.2.custom.min.js?v=6.9.12"></script> <script type="text/javascript" src="/js/jquery-cycle-lite.js?v=6.9.12"></script> <script type="text/javascript" src="/js/swfobject.js?v=6.9.12"></script> <script type="text/javascript" src="/js/site.js?v=6.9.12"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> <!--[if IE]> <link rel="stylesheet" href="/css/ie.css" type="text/css" media="screen" /> <![endif]--> <style type="text/css"> #welcome {padding:15px;color:#135a9f;} #welcome h3 {margin:0;font-size:14px;} #welcome p {margin:0;padding:10px 0 0 0;} </style> <script type="text/javascript"> $(function() { $('#connectfb').click(function(e) { /*e.preventDefault(); FB.login( function() { FB.getLoginStatus(function(response) { if (response.status === 'connected') { location.href='/connect-facebook.php?a=callback'; } }); }, {scope: 'email'} );*/ }); }); </script> <script type="text/javascript" src="https://platform.linkedin.com/in.js"> api_key: xr587kvgmqqp authorize: true //onLoad: onLinkedInLoad scope: r_basicprofile r_emailaddress </script> <script type="text/javascript" src="linkedin.js?v=24"> api_key: xr587kvgmqqp authorize: true //onLoad: onLinkedInLoad scope: r_basicprofile r_emailaddress </script> <script type="text/javascript"> var verify_token; function onLinkedInLoad() { $('a[id*=li_ui_li_gen_]').attr('style', 'display:inline !important').html('<img src="/image/linkedin-signin.png" border="0" width="300" height="55" />'); } $(document).ready(function() { setInterval(function() { //$('.IN-widget').attr('style', 'display:inline !important').html('<span style="padding: 0px !important; margin: 0px !important; text-indent: 0px !important; display: inline-block !important; vertical-align: baseline !important; font-size: 1px !important;"><span id="li_ui_li_gen_1543346555475_0"><a id="li_ui_li_gen_1543346555475_0-link" href="javascript:void(0);" style="display:inline !important"><img src="/image/linkedin-signin.png" border="0" width="300" height="55"></a></span></span>'); $('iframe').find('button').attr('style', 'display:inline !important').html('<img src="/image/linkedin-signin.png" border="0" width="300" height="55" />'); }, 500); }); function doLinkedInLogin(){ //$('#linkedinerrorpanel').dialog({ resizable: false, autoOpen: false, modal: true, width: '640px', dialogClass: 'noTitleStuff'}); //$('#linkedinerrorpanel').dialog('open'); IN.User.authorize(function(){ onLinkedInAuth(); // callback function which will process LinkedIn login }); setInterval(function() { if (IN.User.isAuthorized()) { onLinkedInAuth(); } }, 200); } function onLinkedInAuth() { IN.API.Profile('me') .fields(["id","firstName","lastName","email-address","location","headline"]) .result(function(response) { var id = response.values[0].id; var first_name = response.values[0].firstName; var last_name = response.values[0].lastName; var email = response.values[0].emailAddress; var location = response.values[0].location.name; var headline = response.values[0].headline; $.post('/connect-linkedin.php?a=session', { id: id, first_name: first_name, last_name: last_name, email: email, headline: headline, location: location, verify_token: 'fce6cc17ca11dd1d64a27fcd73a4eeb7' }, function(data) { window.location = '/connect-linkedin.php?a=process&verify_token=fce6cc17ca11dd1d64a27fcd73a4eeb7'; }); }); } </script> </head> <body class="login-page"> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { FB.init({ appId : '485947681434811', // App ID channelUrl : '//www.govevents.com/channel.php', // Channel File status : true, // check login status cookie : true, // enable cookies to allow the server to access the session xfbml : false // parse XFBML }); }; // Load the SDK Asynchronously (function(d){ var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0]; if (d.getElementById(id)) {return;} js = d.createElement('script'); js.id = id; js.async = true; js.src = "//connect.facebook.net/en_US/all.js"; ref.parentNode.insertBefore(js, ref); }(document)); </script> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '312695316448305'); fbq('track', 'PageView'); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=312695316448305&ev=PageView &noscript=1"/> </noscript> <!-- End Facebook Pixel Code --> <div class="container-fluid"> <div class="row"> <div id="header-display" class="col-md-12"> <div class="display fullsize" style=""> <a href="/ct.php?id=8248" target="_blank"><img src="/display-file/2/8/8248/image.jpg" border="0" /></a> </div> </div> </div> <!-- /.row --> </div> <div id="content-wrapper" class="container-fluid"> <div id="header"> <div id="banner" class="row"> <div class="wrapper"> <div class="left col-md-5"><a href="/index.php"><img src="/images/new_logo.png" style="width: 200px;height: 111px;margin-top: 13px;" alt="GovEvents" border="0" /></a></div> <div class="right col-md-7"> <div class="logged-in-holder"> <a href="/register.php?new" class="button green">Join Now. It's Free!</a><br/> <span class="sign-in">Or <a href="/login.php">Sign In</a></a> </div> </div> <style> @media (max-width: 1000px) { a#govwhitebutton { float: none !important; display: inline-block !important; margin-right: auto !important; margin-left: 50% !important; left: -107px !important; } } </style> <a href="https://govwhitepapers.com/?utm_source=GovEvents&utm_medium=NavBar" style=" width: 215px; display: inline-block; clear: both; float: right; margin-top: -38px; margin-right: 15px; margin-bottom: 10px; background: #43b0f0; font-family: 'Open Sans', sans-serif; font-size: 18px; color: white; text-align: center; padding: 7px; position: relative; z-index:99999 " id="govwhitebutton" rel="nofollow">Go To GovWhitePapers</a> <div class="clear"></div> </div> <!-- /.wrapper --> </div> <!-- /#banner --> <div id="header-anchor"></div> <div id="header-scroller"> <div id="topnav"> <div class="left"> <ul> <li class="first"><a href="/index.php">Home</a></li> <li><a href="/find-events.php">Find Events</a></li> <li><a href="/promote.php">Advertise</a></li> <li><a href="/my-account.php">My Account</a></li> <li><a href="/blog/">Blog</a></li> <li><a href="/member-event-admin.php?event_id=new">Add New Event</a></li> </ul> </div> <div class="right"> <form name="quick-search" id="quick-search" method="get" action="/listings.php"> <input type="hidden" name="radius" value="0"> <input type="hidden" name="type" value="MATCH_ALL"> <label for="q" style="display:none;">Enter keywords</label><input type="text" name="q" id="q" value="" /> </form> </div> <div class="clear"></div> </div> </div> <!-- /#header-scroller --> <div id="topnav-mobile"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mobile-menu"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <ul style="display: none;" id="mobile-menu"> <li class="first"><a href="/index.php">Home</a></li> <li><a href="/find-events.php">Find Events</a></li> <li><a href="/promote.php">Advertise</a></li> <li><a href="/my-account.php">My Account</a></li> <li><a href="/blog/">Blog</a></li> <li><a href="/member-event-admin.php?event_id=new">Add New Event</a></li> </ul> </div> </div> <!-- /#topnav-mobile --> </div> <!-- #header --> <div id="container"> <div id="content" class="interior" style="overflow:hidden"> <h1> Login </h1> <div class="row login-gradient"> <div class="col-md-12"> <div id="welcome"> <h3>Finding government events has never been easier!</h3> <p>GovEvents was created as a service to the government community and is free of charge for all government users, event organizers and vendors/exhibitors/sponsors.</p> </div> <div class="login-display"> </div> <div id="loginForm" class="login-form"> <div style="text-align: center;"> <div id="LOGIN_ERROR" style="display:none;"></div> </div> <div style="text-align: center;margin-top:15px;"> <a href="#" class='initiate-login'><img src="/image/email-login.jpg" /></a> </div> <div style="text-align: center; margin-top: 15px;"> </div> <div style="clear:left;text-align: center;"> <div style="margin: 20px 0"> </div> <a href="/connect-facebook.php?a=redirect" id="connectfb"><img src="/image/facebook-login.jpg" /></a> </div> <div style="clear:both;"></div> <div style="text-align: center;"> <div id="ERROR" style="display:none;"></div> <div id="LOGIN_SUCCESS" style="display:none;"></div> </div> <div> <!-- <form action="/login.php?return_url=%2Fmy-account.php" method="post" style="margin-left:0px;margin-top:5px;padding-left:0px;"> <table cellpadding="5" cellspacing="5" class="grid" style="margin: auto;"> <tr><th colspan="2">Or, login using your email and password:</th></tr> <tr> <td><label for="EMAIL">Email:</label></td> <td><input type="text" value="" maxlength="50" id="EMAIL" name="EMAIL" /></td> </tr> <tr> <td><label for="PASSWORD">Password:</label></td> <td><input type="password" value="" maxlength="30" id="PASSWORD" name="PASSWORD" /></td> </tr> <tr> <td>&nbsp;</td> <td><label style="color:red;"><input type="checkbox" value="Y" name="REMEMBER_ME" class="checkbox" checked="checked" /> Keep me signed in</label></td> </tr> <tr> <td></td> <td style="text-align:center;"> <input type="submit" value="Sign In" id="SUBMIT_BUTTON_1" name="SUBMIT_BUTTON" /> </td> </tr> </table> </form> --> </div> <div class="login-info"> <a href="/login-help.php">Forgot password?</a> | <a href="/register.php">Create an Account</a> </div> </div> </div> </div><!-- .row --> <div class="row post-your"> <div class="col-md-3"> <a href="#" class="button green">Post Your Government Event</a> </div> <div class="col-md-6"> Post your events today! Find attendees, exhibitors and sponsors... all at no cost to you! </div> <div class="col-md-3"> <a href="/promote.php" class="button green">Advertise With Us</a> </div> </div> </div> </div> <div id="loginpanel" title="Please log in" style="display:none;"> <div style="margin:3px;"> <h3 style="font-weight: bold !important;">Please enter your email and password:</h3> <form method="post" action="/login.php"> <label for="EMAIL">Email:</label> <input type="text" value="" maxlength="50" id="EMAIL" name="EMAIL" /> <br/><br/> <label for="PASSWORD">Password:</label> <input type="password" value="" maxlength="30" id="PASSWORD" name="PASSWORD" /> <br/><br/> <span style="color:red;"><input type="checkbox" value="Y" name="REMEMBER_ME" class="checkbox" checked="checked" /> Keep me signed in</span><br/><br/> <input type="submit" value="Sign In" id="SUBMIT_BUTTON_1" name="SUBMIT_BUTTON"><br/> </form> </div> </div> <div id="linkedinerrorpanel" title="Please log in" style="display:none;"> <div style="margin:3px;"> <h3 style="font-weight: bold !important;">Please sign in with your email and password:</h3> <p>LinkedIn is experiencing technical difficulties. Please log in via email and password. If you do not remember your password, please click "Forgot Password" to reset.</p> </div> </div> <script> $('.initiate-login').click(function(e) { e.preventDefault(); $('#loginpanel').dialog({ resizable: false, autoOpen: false, modal: true, width: '540px', dialogClass: 'noTitleStuff'}); $('#loginpanel').dialog('open'); }); </script> <!-- BEGIN PHP Live! HTML Code [V3] --> <span style="color: #0000FF; text-decoration: underline; line-height: 0px !important; cursor: pointer;position: fixed; bottom: 2px; right: 15px;" id="phplive_btn_1567114078" > </span> <script data-cfasync="false" type="text/javascript"> if (window.outerWidth > 900) { setTimeout(function() { (function() { console.log('this line'); var phplive_href = encodeURIComponent( location.href ) ; var phplive_e_1567114078 = document.createElement("script") ; phplive_e_1567114078.type = "text/javascript" ; phplive_e_1567114078.async = true ; phplive_e_1567114078.src = "//www.govevents.com/phplive/js/phplive_v2.js.php?v=0|1567114078|0|&r="+phplive_href ; document.getElementById("phplive_btn_1567114078").appendChild( phplive_e_1567114078 ) ; if ( [].filter ) { document.getElementById("phplive_btn_1567114078").addEventListener( "click", function(){ phplive_launch_chat_0() } ) ; } else { document.getElementById("phplive_btn_1567114078").attachEvent( "onclick", function(){ phplive_launch_chat_0() } ) ; } })() ; setTimeout(function() { console.log('this line as well'); var element = '<div style="z-index: 99999; text-align: right !important;"><span onclick="console.log(\'clicked\'); setInterval(function() {$(\'phplive_btn_1567114078_clone\').remove(); $(\'#phplive_iframe_chat_embed_wrapper\').remove();}, 100); return false;" style="cursor: pointer;"> <img src="https://www.carahsoft.com/phplive/themes/initiate/close_box.png" border=0 style="width: 20px !important; height: 20px !important; -moz-border-radius: 2px; border-radius: 2px;"> </span> </div>'; $('#phplive_btn_1567114078_clone').prepend(element); }, 2000); }, 10000); } </script> <!-- END PHP Live! HTML Code [V3] --> <script> var isIE11 = !!window.MSInputMethodContext && !!document.documentMode; $(function() { if (isIE11) { var dialog = $('<div />'); dialog.append('<p>We have detected that you are using Internet Explorer 11. Microsoft is no longer supporting the version of this browser. In order to continue to have access to all the features GovEvents has to offer, we recommend upgrading your browser. Thank you.</p>'); dialog.dialog({ title: 'IMPORTANT NOTICE', modal: true, width: 600, height: 'auto', resizable: false, autoOpen: true, position:{ my: "left bottom", at: "left bottom" } }); } }); </script> <div id="left-top-popup" class="popup"></div> <div id="right-top-popup" class="popup"></div> <div id="left-bottom-popup" class="popup"></div> <div id="right-bottom-popup" class="popup"></div> </div> <div id="footer"> <div id="bottomnav"> <ul> <li><a href="/index.php">Home</a></li> <li><a href="/about-us.php">About Us</a></li> <li><a href="/testimonials.php">Testimonials</a></li> <li><a href="/find-events.php">Find Events</a></li> <li><a href="/promote.php" target="_blank">Advertise With Us!</a></li> <li><a href="/contact-us.php">Contact Us</a></li> <li><a href="/terms-of-service.php">Terms Of Service</a></li> <li><a href="/privacy-policy.php">Privacy Policy</a></li> <li><a href="/sitemap.php">Sitemap</a></li> </ul> </div> <div class="social-footer"> <ul> <li><a class="twitter" target="_blank" href="https://twitter.com/GovEventsGroup"></a></li> <li><a class="facebook" target="_blank" href="http://www.facebook.com/pages/GovEvents/140848353543"></a></li> <li><a class="linkedin" target="_blank" href="https://www.govevents.com/GE-LIpage/"></a></li> <li><a class="rss" target="_blank" href="/events.xml"></a></li> </ul> </div> <div id="disclaimer">Copyright &copy;2024 GovEvents, LLC. All rights reserved.</div> </div> <script> function optOutAlt(user_id) { $.ajax({ url: '/', type: 'POST', dataType: 'json', data: {'ajax_task': 'optout_alt', 'ajax_arguments': {'user_id': user_id} }, success: function(data) { $("#provide-alt-email").dialog('close'); console.log(data); } }); //$("#provide-alt-email").dialog(opt).dialog('close'); $("#provide-alt-email").dialog('close'); localStorage.setItem("optoutAlt", 1); } </script> <script src='https://www.youtube.com/iframe_api'></script> <script> $(document).ready(function() { $('#exhibit-start-date').change(function() { $('#exhibit-end-date').datepicker('option', 'minDate', $('#exhibit-start-date').datepicker('getDate')); }); $('#start-date').change(function() { $('#end-date').datepicker('option', 'minDate', $('#start-date').datepicker('getDate')); }); if ($('#header-ad').is(':visible')) { $('body').css('background-position', 'center 100px'); } $('.navbar-toggle').on('click', function() { $('#mobile-menu').slideToggle(); }); /*$('.navbar-toggle').on('touchstart', function() { $('#mobile-menu').slideToggle(); });*/ $.get('/blog/feed/', function (data) { $(data).find('item').each(function() { var el = $(this); var dateObj = new Date(el.find('pubDate').text()); var dateString = ("0" + dateObj.getMonth()).slice(-2) + "/" + ("0" + dateObj.getDate()).slice(-2) + "/" + dateObj.getFullYear(); //$('.blog ul').append('<li><span class="featured-image">' + el.find('featured').html() + '</span><span class="blog-body"><a href="' + el.find('link').text() + '">' + el.find('title').text() + '</a><br>' + dateString + '<br>' + el.find('description').text() + '</span></li>'); $('.blog ul').append('<li><span class="featured-image"><a target="_blank" href="' + el.find('link').text() + '">' + el.find('featured').html() + '</a></span><span class="blog-body"><a target="_blank" href="' + el.find('link').text() + '">' + el.find('title').text() + '</a></span></li>'); }); console.log(data); }); }); $('#q').on('focus', function() { $(this).addClass('hasFocus'); $('#topnav').addClass('isTwoLine'); }); $('#q').on('blur', function() { $(this).removeClass('hasFocus'); $('#topnav').removeClass('isTwoLine'); }); function linkify(name, id) { link = "/details/" + id + "/"; name = name.toLowerCase(); name = name.replace(/ /g, "-"); name = name.replace(/&/g, "and"); return link+name; } $('div.blog').append('<ul></ul>'); if ($('#header-ad').height()) { $('body').addClass('hasHeaderAdd'); } </script> <div id="interstitial" title="" style="display:none;"> <div style="margin:10px;"> <a href="http://www.govevents.com/ct.php?id=8229" target="_blank"> <img src="/display-file/2/8/8229/image.jpg" alt="Gartner-DandA2025" style="width: 100%; max-width: 800px; height: auto" border="0" /> </a> </div> </div> <script> // check to see if we need to clear the interstitial timer var timer = new Date(localStorage.getItem('interstitialTimer')); if (timer) { now = new Date(); difference = now - timer; if (difference/1000/60 >= 15) { localStorage.removeItem('interstitialTimer'); localStorage.removeItem('hasInterstitial5'); } } setTimeout(function() { if (!localStorage.getItem('hasInterstitial5')) { localStorage.setItem('hasInterstitial5', true) localStorage.setItem('interstitialTimer', new Date()); if (window.location.href.indexOf('InPerson-Events-Video') == -1) { if ($(window).width() > 1000) { $('#interstitial').dialog({width: 850, height: 525, modal: true,create: function(event, ui) { $("body").css({ overflow: 'hidden' }) }, beforeClose: function(event, ui) { $("body").css({ overflow: 'inherit' }) }}); } else { //$('#interstitial').dialog({width: '100%', height: 400, modal: true,create: function(event, ui) { $("body").css({ overflow: 'hidden' }) }, beforeClose: function(event, ui) { $("body").css({ overflow: 'inherit' }) }}); } } } }, 4500); </script> <link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.css" /> <script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script> <script> //window.addEventListener("load", function(){ //window.cookieconsent.initialise({ // "palette": { // "popup": { // "background": "#eaf7f7", // "text": "#5c7291" // }, // "button": { // "background": "#0092b6" // } // }, // "position": "top", // "content": { // "message": "This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.", // "dismiss": "I CONSENT TO COOKIES", // "link": "MORE INFORMATION" // } //})}); </script> <script type="text/javascript"> /* _linkedin_partner_id = "1208386"; window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || []; window._linkedin_data_partner_ids.push(_linkedin_partner_id); */ </script><script type="text/javascript"> (function(){var s = document.getElementsByTagName("script")[0]; var b = document.createElement("script"); b.type = "text/javascript";b.async = true; b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; s.parentNode.insertBefore(b, s);})(); </script> <noscript> </noscript> <style> span#phplive_btn_1567114078_clone img { width: 180px !important; } .profile #profile-logo { border: 0px !important; } #gallery .main-photo img { border: 0px !important; } .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable { top: 10px !important; } body { overflow: initial !important; } </style> <!-- AddThis Smart Layers BEGIN --> <script> $(document).ready(function() { $('a').click(function() { if ($(this).hasClass('details')) { console.log('clicked detail link'); ga('send', 'event', 'link', 'detailclick', $(this).attr('href')); } if ($(this).attr('href') && $(this).attr('href').toString().indexOf('/ct.php?id=') != -1) { var id = $(this).attr('href').toString().replace('/ct.php?id=', ''); ga('send', 'event', 'link', 'otherclick', $(this).attr('href')); } }); $('a').each(function(index, item) { if ($(item).attr('href')) { if ($(item).attr('href').toString().indexOf('ct.php') != -1) { ga('send', 'event', 'link', 'ctimpression', $(this).attr('href')); } } }) }); </script> <!-- AddThis Smart Layers END --> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s) {if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)}; if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)}(window,document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '1249329858586123'); fbq('track', 'PageView'); </script> <noscript> <img height="1" width="1" src="https://www.facebook.com/tr?id=1249329858586123&ev=PageView&noscript=1"/> </noscript> <!-- End Facebook Pixel Code --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10