User:MarkS2/myskin.jss
Appearance
function reformatMyPage() { alert("hi"); } if (window.addEventListener) window.addEventListener("load",reformatMyPage,false); else if (window.attachEvent) window.attachEvent("onload",reformatMyPage);
function reformatMyPage() { alert("hi"); } if (window.addEventListener) window.addEventListener("load",reformatMyPage,false); else if (window.attachEvent) window.attachEvent("onload",reformatMyPage);