<script type="text/javascript">$(document).ready(function(){ $("a[href*='http://wow.tentonhammer.com']").each(function(){ $(this).parent().html( $(this).html() ); })})</script>