CINXE.COM
Online Directory
<link href="/OnlineDirectory/Content/themes/trb/styles?v=Vd7AjWr6WVWkEq3jBfWOlcxYBcMw3SYiMl56H9luaAM1" rel="stylesheet"/> <link href="/OnlineDirectory/Content/themes/bootstrap/styles?v=3lgOGtxQ-Gx6xCY6Ai-FV7QC8JhE2zzTSEIS5hUqBd41" rel="stylesheet"/> <link href="/OnlineDirectory/Content/themes/footable/styles?v=60pMveRnFKYaIidmD50fK_O4sS-P3fex7JlLoaJxLo41" rel="stylesheet"/> <link href="/OnlineDirectory/Content/themes/chosen/styles?v=MICPcde0hgfIKoFVs_OAWOmASCWC6ZgmwRtDqECFtKs1" rel="stylesheet"/> <link href="/OnlineDirectory/Content/styles?v=" rel="stylesheet"/> <script src="/OnlineDirectory/bundles/modernizr?v=w9fZKPSiHtN4N4FRqV7jn-3kGoQY5hHpkwFv5TfMrus1"></script> <script src="/OnlineDirectory/bundles/jquery?v=ywRv5tGf_C8UyV9Nh0RJf-e9u4Rh_SmIN-qx3i-kH8Y1"></script> <script src="/OnlineDirectory/bundles/jqueryui?v=iCdjbzEj_1nl6bqG-mru1sWHcTg_y0I2TI3x60wMhUU1"></script> <script src="/OnlineDirectory/bundles/bootstrap?v=SNpky6DWjnKRnrqT1znTSOEg8XaHNzrb0AMRSg1Ml8w1"></script> <script src="/OnlineDirectory/bundles/footable?v=hEu6HtMzcRgn9psMROYtpInDxcLVsMm16q1ka2n5cp01"></script> <script src="/OnlineDirectory/bundles/jqueryval?v=L56nDjyXasNgHeKV_CV5FqQjKJEy5gJB8fCdEAueK3w1"></script> <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Online Directory</title> <script src="/OnlineDirectory/bundles/modernizr?v=w9fZKPSiHtN4N4FRqV7jn-3kGoQY5hHpkwFv5TfMrus1"></script> <style type="text/css"> #footer { border-top: 4px solid black; margin-top: 30px; background-color: #5e0a00; padding-top: 10px; padding-bottom: 10px; font-size: 12px; } a.topHeader2014, a.topHeader2014:link, a.topHeader2014:active, a.topHeader2014:visited { padding-right: 10px; padding-left: 10px; text-decoration: inherit; color: #ffffff; font-size: 1em; font-family: Arial, Helvetica, sans-serif; } .fheader { position: fixed; top: 0; visibility: hidden; z-index: 5; } /* Override the generated chosen.js class such that the placeholder will not be truncated*/ li.search-field { float: none !important; overflow: hidden !important; } li.search-field input { width: 100% !important; } .menuItems { list-style: none; background-color: #000000; } .menuItems li { float: right; margin-bottom: 0; } .menuItems .centered-menu-item { padding-top: 3px; } #na-logo { float: none; margin-left: auto; margin-right: auto; } @media (min-width: 992px) { #na-logo { float: left; margin: 0; } } </style> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> <title>Online Directory</title> <link href="/OnlineDirectory/Content/themes/starrating/css/star-rating.css" media="all" rel="stylesheet" type="text/css" /> <link href="/OnlineDirectory/Content/toastr.css" rel="stylesheet" /> <script src="/OnlineDirectory/Scripts/jquery.mask.js"></script> <script src="/OnlineDirectory/Scripts/jquery.clearsearch.js"></script> <script src="/OnlineDirectory/Scripts/jquery.cookie.js"></script> <script src="/OnlineDirectory/Scripts/jquery.blockUI.js"></script> <script src="/OnlineDirectory/Scripts/bootstrap-modal-events.js"></script> <script src="/OnlineDirectory/Scripts/underscore.js"></script> <script src="/OnlineDirectory/Scripts/backbone.js"></script> <script src="/OnlineDirectory/Scripts/backbone.localstorage.js"></script> <script src="//cdn.tinymce.com/4/tinymce.min.js"></script> <script src="/OnlineDirectory/Scripts/chosen.jquery.js"></script> <script src="/OnlineDirectory/Scripts/star-rating.js"></script> <script src="/OnlineDirectory/Scripts/typeahead.bundle.js"></script> <script src="/OnlineDirectory/Scripts/handlebars.js"></script> <script src="/OnlineDirectory/Scripts/toastr.min.js"></script> <script src="/OnlineDirectory/Scripts/pressamp-menu.js"></script> <script src="/OnlineDirectory/Scripts/pressamp-messages.js"></script> <script src="/OnlineDirectory/Scripts/pressamp-select.js"></script> <script src="/OnlineDirectory/Scripts/pressamp-table.js"></script> <script src="/OnlineDirectory/Scripts/pressamp-validate.js"></script> <script src="/OnlineDirectory/Scripts/pressamp-sortable.js"></script> <script src="/OnlineDirectory/Scripts/pressamp-table.min.js"></script> <!-- OneTrust Cookies Consent Notice start --> <script src="https://cdn.cookielaw.org/consent/0f7d5b9f-7f34-4218-be52-f82642c1968e.js" type="text/javascript" charset="UTF-8"></script> <script type="text/javascript"> window.$ = jQuery.noConflict(); function OptanonWrapper() { } </script> <!-- OneTrust Cookies Consent Notice end --> <script> toastr.options = { "closeButton": false, "debug": false, "newestOnTop": true, "progressBar": false, "positionClass": "toast-bottom-right", "preventDuplicates": false, "onclick": null, "showDuration": "300", "hideDuration": "1000", "timeOut": "5000", "extendedTimeOut": "1000", "showEasing": "swing", "hideEasing": "linear", "showMethod": "fadeIn", "hideMethod": "fadeOut" } function ShowMessage(type, title, message) { Command: toastr[type](message, title) } function ShowRedirectToastr() { toastr.options.timeOut = 10000; toastr.options.extendedTimeOut = 10000; toastr.success('To access OnlineDirectory, you are being redirected to the MyTRB login page.', 'Redirecting...'); var currentURL = window.location.href; var redirectURL = "/OnlineDirectory/Auth/RedirectToMyTRBLoginPassthrough?returnURL=ReturnURLVariable"; redirectURL = redirectURL.replace("ReturnURLVariable", currentURL); setTimeout(function () { window.location.href = redirectURL; }, 2000); } function isNullOrWhitespace_JS(text) { if (text == null) return true; if (text.trim().length < 1) return true; return false; } var originalLeave = $.fn.popover.Constructor.prototype.leave; $.fn.popover.Constructor.prototype.leave = function (obj) { var self = obj instanceof this.constructor ? obj : $(obj.currentTarget)[this.type](this.getDelegateOptions()).data('bs.' + this.type) var container, timeout; originalLeave.call(this, obj); if (obj.currentTarget) { container = $(obj.currentTarget).siblings('.popover') timeout = self.timeout; container.one('mouseenter', function () { //We entered the actual popover – call off the dogs clearTimeout(timeout); //Let's monitor popover content instead container.one('mouseleave', function () { $.fn.popover.Constructor.prototype.leave.call(self, self); }); }) } }; $(function () { $('.clearable').clearSearch(); $('.jqueryui-button').button(); /* Set the default tab */ $('.chosen-select').chosen({ disable_search_threshold: 10, search_contains: true, no_results_text: 'None!' }); $('.chosen-select-wide').chosen({ width: "95%", disable_search_threshold: 10, search_contains: true, no_results_text: 'None!' }); $('#HtmlSearchCriteria').bind('keypress', function (e) { var key = e.which; if (key == 13) // the enter key code { $('#searchImageButton').click(); return false; } }); $('#searchImageButton').click(function () { var searchText = $('#HtmlSearchCriteria').val(); document.location.href = 'http://www.trb.org/Main/Search2.aspx?q=' + searchText; return false; }); // by default all input text will be validated on blur $('input[data-val=true]').on('blur', function () { $(this).valid(); }); // by default all textarea will be validated on blur $('textarea[data-val=true]').on('blur', function () { $(this).valid(); }); // by default all non-searchable dropdownlist will be validated on blur $('select[data-val=true]').on('blur', function () { $(this).valid(); }); }); String.prototype.fromJSONDate = function () { var dateString = this.substr(6); var intVal = parseInt(dateString); return new Date(intVal); }; Date.prototype.mmddyyyy = function () { var yyyy = this.getFullYear().toString(); var mm = (this.getMonth() + 1).toString(); // getMonth() is zero-based var dd = this.getDate().toString(); var mmddyyyy = (mm[1] ? mm : "0" + mm[0]) + ' / ' + (dd[1] ? dd : "0" + dd[0]) + ' / ' + yyyy; return mmddyyyy; }; CheckDomain = function () { var domain = alert(document.domain); var domainIsLocal = (domain == "local"); return domainIsLocal; }; function showProgress() { ajaxCount++; if (ajaxCount < 1) ajaxCount = 1; // somehow got less than 0? Make it 1. $.blockUI({ message: '<h1><img src="https://www.mytrb.org/OnlineDirectory/Content/images/spin-quick.gif"/> </h1>', baseZ: 2000 }); }; function hideProgress() { if (--ajaxCount < 1) { if (ajaxCount < 0) ajaxCount = 0; // somehow got less than 0? Make it 0 $.unblockUI(); } }; </script> <!-- Google Tag Manager --> <script> // (function (w, d, s, l, i) { // w[l] = w[l] || []; w[l].push({ // 'gtm.start': // new Date().getTime(), event: 'gtm.js' // }); var f = d.getElementsByTagName(s)[0], // j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = // 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); // })(window, document, 'script', 'dataLayer', 'GTM-NT9R3ZL'); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <!-- <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NT9R3ZL" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> --> <!-- End Google Tag Manager (noscript) --> <div id="header" class="clearfix" style="background-color: #000000;"> <!-- TRB top-level header --> <div id="header-container" class="container-fluid" style="background-color: #5e0a00; margin-bottom: 0; padding: 0;"> <div class="row" style="margin:0; background-color: black;"> <div class="col-md-12" style="background-color: black; padding: 0.0em 1em;"> <ul class="menuItems" style=""> <li class="centered-menu-item"><a class="topHeader2014" title="RSS" href="http://www.trb.org/Main/RSSfeeds.aspx">RSS</a></li> <li class="centered-menu-item"><a class="topHeader2014" title="Follow Us" href="http://www.trb.org/Main/FollowUs.aspx">FOLLOW US</a></li> <li class="centered-menu-item"><a class="topHeader2014" title="E-Newsletter" href="http://www.trb.org/Publications/PubsTRBENewsletter.aspx">E-NEWSLETTER</a></li> <li class="centered-menu-item"><a class="topHeader2014" title="Directory" href="https://www.mytrb.org/OnlineDirectory">DIRECTORY</a></li> <li class="centered-menu-item"><a class="topHeader2014" title="Contact Us" href="http://www.trb.org/Contact/Contact.aspx">CONTACT US</a></li> <li class="centered-menu-item"><a class="topHeader2014" title="TRB.org" href="https://www.mytrb.org/">MyTRB</a></li> <li class="centered-menu-item"><a class="topHeader2014" title="Home" href="https://www.trb.org/">HOME</a></li> </ul> </div> </div> <!-- logos <div class="row" style="margin:0;"> <div class="col-md-6 col-sm-12 col-xs-12" style="text-align: left; padding-top: 3px; padding-left: 20px;"> <a href="http://www.national-academies.org/" title="The National Academies of Sciences, Engineering, and Medicine"> <img src="~/Content/images/nasem-logo-2017r.svg" style="border:0px;width:auto;height:41px;margin-top: 10px; margin-bottom: 10px; margin-left: 30px;"> </a> </div> <div class="col-md-6 hidden-sm hidden-xs" id="trb-logo" style="text-align: right; padding-top: 3px;"> <a href="http://www.trb.org" title="Transportation Research Board" style="float:right;"> <img src="~/Content/images/trb-logo-white.png" style="border: 0px;width:auto; margin-bottom: 10px;margin-top: 10px;margin-right: 30px;" class="pull-right float-right"> </a> </div> </div> --> <div class="row" style="margin:0;"> <div class="col-md-6 col-sm-12 col-xs-12" style="text-align: left; padding-top: 3px; padding-left: 20px"> <a href="http://www.national-academies.org/" title="The National Academies of Sciences, Engineering, and Medicine" id="na-logo"> <img src="/OnlineDirectory/Content/images/NASEM_Logo_Pri_Rev.png" style="border:0px;width:auto;height:90px;margin-top: 10px; margin-bottom: 10px; margin-left: 30px;"> </a> </div> <div class="col-md-6 hidden-sm hidden-xs" id="trb-logo" style="text-align: right; padding-top: 3px;"> <a href="http://www.trb.org" title="Transportation Research Board"> <img src="/OnlineDirectory/Content/images/TRB_Lockup_Rev.png" style="border: 0px;width:300px; margin-top: 22px;margin-right: 30px;" class="pull-right float-right"> </a> </div> </div> </div> </div> <div id="application-container" class="container-fluid modal-container" style="background-color:#5e0a00; margin-bottom: 0"> <div class="row"> <div class="col-md-4" style="background-color: #5e0a00; color: white;"> <h4 style="float: left; padding-left:120px;">Online Directory</h4> </div> <div class="col-md-8" style="background-color: #5e0a00; color: white; float: right;"> <div class="nav-actions "> <h4> <a class="nav-action" href="#" onclick="ShowRedirectToastr(); return false;" style="display: block; color: white; float: right;">Log in</a> </h4> </div> </div> </div> </div> <!-- navigation menu --> <div id="page-container"> <!-- Tabs --> <script> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <style> .rowtext { font-size: 14px !important; color: black; font-family: "Open Sans",Arial,Helvetica,sans-serif; color: #444; line-height: 1.42857143; } .RoundBox { display: inline-block; margin-bottom: 0; line-height: 1.42857143; white-space: nowrap; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border-radius: 4px; width: 100%; } .Bigbtn { display: inline-block; padding: 6px 20px; margin-bottom: 0; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 2px solid; border-bottom-style: none; border-top-left-radius: 7px; border-top-Right-radius: 7px; text-decoration: inherit; color: #ffffff; font-size: 15px; font-family: Segoe UI,Arial,Helvetica; } .Bigbtn-selected { color: #000000; background-color: #ddd; border-color: #ddd; text-decoration: none; } .Bigbtn-other { color: #ddd; background-color: #5e0a00; border-color: #ddd; text-decoration: none; } .Bigbtn:hover, .Bigbtn:focus, .Bigbtn:active, .open > .dropdown-toggle.btn-default { color: #333; background-color: #ddd; border-color: #ddd; text-decoration: none; } /* border tweaks */ .ui-selectable-helper { border: 2px dotted black; } .ui-widget-content { border: 2px solid #dddddd; } .ui-widget-header { border: 2px solid #dddddd; } .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 2px solid #dddddd; } .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 2px solid #dddddd; } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 2px solid #dddddd; } .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { border: 2px solid #f4f3f1; } .ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error { border: 2px solid #cd0a0a; } /* Menu bar tweaks*/ .ui-tabs { background: #dddddd; } .ui-tabs-active { font-weight: bold; } /* pad the tab panel neatly */ .ui-tabs .ui-tabs-panel { /*padding:1em .5em;*/ padding: .5em 0 0 .5em; } /* Move over menu a bit */ .ui-tabs .ui-tabs-nav { padding-left: .5em; padding-top: .5em; } .ui-tabs-panel a { background: white; border: 2px solid #490600; padding: 5px 10px; text-decoration: none; } .selected a, .ui-tabs-panel a:hover { background: #dddddd; color: Black; } ul.menu-list { list-style-type: none; margin: 0; overflow: hidden; padding: 0; } ul.menu-list li { display: inline-block; margin: .25em .5em; } ul.menu-list li a { display: table-cell; /*width:8em; height:2.5em;*/ height: 4em; margin: .5em; text-align: center; vertical-align: middle; width: 10em; } .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a.ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a.ui-tabs-anchor:hover { text-decoration: none; } ul.menu-list li a.current-menu-page, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a.ui-tabs-anchor.current-tab { text-decoration: underline; } </style> <div id="main"> <!-- Updated Tabs --> <div class="ui-tabs ui-widget ui-widget-content" style="background-color:#ddd; width: 100%;"> <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all"> <li id="tab-Committee" class="ui-state-default ui-corner-top" role="tab" style="display: block;"> <a href="https://www.mytrb.org" class="ui-tabs-anchor" role="presentation">MyTRB Home </a> </li> <li id="tab-Committee" class="ui-state-default ui-corner-top" role="tab" style="display: block;"> <a href="/OnlineDirectory/Committee" class="ui-tabs-anchor" role="presentation">Committee</a> </li> <li id="tab-Person" class="ui-state-default ui-corner-top" role="tab" style="display: block;"> <a href="/OnlineDirectory/Person" class="ui-tabs-anchor" role="presentation">Person</a> </li> <li id="tab-Organization" class="ui-state-default ui-corner-top" role="tab" style="display: block;"> <a href="/OnlineDirectory/Organization" class="ui-tabs-anchor" role="presentation">Organization</a> </li> <li id="tab-TRBList" class="ui-state-default ui-corner-top" role="tab" style="display: block;"> <a href="/OnlineDirectory/TRBList" class="ui-tabs-anchor" role="presentation">Browse TRB Lists</a> </li> </ul> </div> <div class="row hidden-print"> <div class="col-md-10" id="welcome-message"> <h1>Online Directory</h1> </div> <div class="col-md-2" > <button id="help" onclick="OpenHelpButton()" class="btn" style="background-color: #5e0a00; color:white; float: right; margin-top: 15px;margin-right: 7px; ">Help</button> </div> </div> <input id="TFS2018" name="TFS2018" type="hidden"> <div class="col-md-6"> <br /> <!--<p> <a> Not Logged in</a> <a> Not Authorized</a> </p>--> <p> This Directory contains contact information for TRB Committee and Panel volunteers and other TRB appointed volunteers in leadership provisions. This information is provided as a courtesy to facilitate communications regarding TRB committees and panels, and other TRB events, programs, and undertakings. Users may not use the directory to contact persons listed for non-TRB-related purposes. </p> <p> <b>General Users</b>: The TRB Online Directory provides access to points of contact and information on TRB’s standing committees, project-based committees and panels, and governing committees, as well as to lists of TRB sponsors, affiliates, representatives, volunteers, and staff. </p> <p> <b>Authorized Users</b>: Please login to your MyTRB account before conducting a search in the Online Directory. Authorized users may access the full contact information for TRB’s more than 7,000 volunteers. Authorized users include members of the TRB Executive Committee; members of TRB standing committees (but not subcommittees); and the representatives of TRB Core Program Sponsors. </p> </div> <div class="row"></div> </div> <div class="modal" id="pageHelp" tabindex="-1" role="dialog" aria-labelledby="pageHelpLabel" aria-hidden="true" style="display: none;"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true"> × </button> <h4 class="modal-title" id="myModalLabel"> Help </h4> </div> <div class="container-fluid"> <div class="modal-body" style="text-align:left"> <div class="row"> <div class="col-md-12"> <h5> <strong style="height:2em; min-height:2em"> MyTRB Helpdesk Email Address: <a href="mailto:mytrb@nas.edu">mytrb@nas.edu</a> </strong> </h5> <br> <h5> <strong style="height:2em; min-height:2em"> MyTRB Helpdesk Telephone Number: 202-334-1738 </strong> </h5> <br> <h5> <strong style="height:2em; min-height:2em"> MyTRB Helpdesk Operating Hours: Monday-Friday 8am-5pm ET. </strong> </h5> </div> </div> <br /> </div> </div> <div class="modal-footer"> <div class="modal-page1"> <p> <button type="button" class="btn" style="padding: 6px 12px;float:right;margin-right:2px; background-color: #337ab7; text-transform: none; line-height:1.435;font-size: 14px; color:white; " data-dismiss="modal"> Cancel </button> </p> </div> </div> </div> </div> </div> <script> function OpenHelpButton() { $('#pageHelp').modal('show'); } </script> </div> <div id="footer" class="hidden-print" style="margin-bottom:0;padding: 0;"> <div class="container-fluid" style="margin-bottom: 0; padding: 0;"> <div class="row" style="margin-right: auto; line-height: 1em; text-align: left;"> <div class="col-xs-12 col-sm-8 col-md-6" style="margin: 0; padding: 0;"> <p id="TRB_Footer" style="padding: 3px 0px 3px 10px; margin-left:25px ; font-family:Arial, sans-serf; color: #828282; text-align:left;"> <strong>The National Academies of Sciences, Engineering, and Medicine</strong><br> 500 Fifth Street, NW | Washington, DC 20001 | T: 202.334.2000<br> Copyright © 2024 National Academy of Sciences. All Rights Reserved.<a href="http://www.nationalacademies.org/legal/index.html" style="color:white;text-decoration:none;" target="_blank">Terms of Use and Privacy Statement</a> </p> </div> <div class="col-xs-12 col-sm-8 col-md-6"> <div style="padding: 3px 0px 3px 10px;"> <!-- <a id="footer-logo" href="http://www.nationalacademies.org/"><img src="~/Content/images/NALogo20150611_white.png" alt="National Academies of Science Logo" style="border:0;"></a>--> </div> </div> </div> </div> </div> <div id="interactive-program-templates" style="display:none;"> </div> <script id="committee-popover-template" type="text/x-handlebars-template"> <div> <div> {{name}} ({{code}}) <br><br><br> <a target="_blank" href="{{target}}">Learn more about this committee in the TRB Online Directory</a>. </div> </div> </script> <script> var ajaxCount = 0; //$(document).ajaxSend(function () { // // Show your spinner // showProgress(); //}).ajaxComplete(function () { // // Hide your spinner // hideProgress(); //}).ajaxError(function () { // // Hide your spinner // hideProgress(); //}); function updateProgramCount(){ var url = '/OnlineDirectory/Home/GetProgramCount'; $.ajax({ type: "GET", url: url, data: {}, dataType: "json", success: function (result) { var victory = (result && result.success && result.success.toString().toUpperCase() == "TRUE"); var count = result.count; if (victory) { $('#my-program-count').html(count); $('#my-program-count').show(); } else { console.log("Program did not update successfully"); $('#my-program-count').hide(); } }, error: function (xhr, ajaxOptions, thrownError) { console.log("Program update failed!"); } }); } function popup(URL) { var newWindowName = Math.round((Math.random() * 1000) + 1) newWindow = window.open(URL, newWindowName, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=1,resizable=yes,width=600,height=550,left=20,top=20'); } $(function () { $('a.popup').click(function (e) { e.preventDefault(); var url = $(this).attr('href'); popup(url); }); }); </script> </body> </html>