<script> function hash(){ if ( window.location.hash == "#unhashtag" ) { document.write("<a class='nombreclase' href='xxxxxxxxxxxxxx'>xxxxxxxxxxxxxx</a>"); } } hash(); </script>