User:MarkS2/myskin.jss

From Wikipedia, the free encyclopedia

function reformatMyPage() { alert("hi"); } if (window.addEventListener) window.addEventListener("load",reformatMyPage,false); else if (window.attachEvent) window.attachEvent("onload",reformatMyPage);