function xomInit(){	styleswitcherInit();	footnoteLinksInit();}function xomFinal(){	styleswitcherFinal();}//setup of onload and onunload events from any other scripts consolidated here:window.onload = xomInit;window.onunload = xomFinal;
