<script type="text/javascript"> $('ul.h-nav a').each(function () { if ( this.pathname == location.pathname ) { this.className = 'rounded'; } }); </script>