|
Post by Schubaltz on Jul 4, 2007 19:20:28 GMT -5
Description: Self-explanatory
Source: Open
Cross-browser: Yes
Main Footer <script type="text/javascript"> <!-- // Alphabetize Users Online
var alp = [ ], tables = document.getElementById("container").getElementsByTagName("table"); if(/com\/(\w+\.cgi)?\??(#.+|\w+=home)?$/i.test(location.href) && !document.postForm) for(var l = document.links, r = 4; r < l.length; r ++) if(l[r].className == "nav") { var i = l[r].parentNode.getElementsByTagName("table")[3].rows[4].cells[1].firstChild.rows[0].cells[0].firstChild; if(/<a/i.test(i.innerHTML)) { for(var e = i.innerHTML.split(/<br>/i)[1].split(", "), f = 0; f < e.length; f ++) alp.push(e[f]); alp.sort(function(a, b) { if(a.split(">")[1].split("<")[0].toLowerCase() < b.split(">")[1].split("<")[0].toLowerCase()) return -1; else return 1; }); i.innerHTML = i.innerHTML.split(/<a/i)[0] + alp.join(", "); } break; } //--> </script>
|
|