javascript:(function%20(){/*%20https://gist.github.com/inkarkat/cd1d40996a1f818dfc71%20*/function%20ls(u,c){var%20h=document.getElementsByTagName("head")[0];var%20s=document.createElement("script");s.src=u;var%20d=false;s.onload=s.onreadystatechange=function%20(){if(!d&&(!this.readyState||this.readyState=="loaded"||this.readyState=="complete")){d=true;c();s.onload=s.onreadystatechange=null;h.removeChild(s);}};h.appendChild(s);}var%20$;var%20loc=location.href;var%20anchorPos=location.href.lastIndexOf('#');if(anchorPos>-1){loc=loc.substring(0,anchorPos);/*%20if%20already%20has%20an%20anchor,%20it%20needs%20to%20be%20replaced%20*/}function%20a(n,t){return%20'';}ls("//ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js",function%20(){$=jQuery;$("a[name]").each(function%20(i){$(a(this.name,"NAME")).insertBefore(this.nextSibling);});$("[id]:not(input[type='hidden'])").each(function%20(i){switch(this.nodeName){case'TD':$(this).prepend(a(this.id,"ID"));break;default:$(a(this.id,"ID")).insertBefore(this.nextSibling);}});});})()