FuncOL=new Array();function StkFunc(Obj){FuncOL[FuncOL.length]=Obj;}
window.onload=function(){for(i=0;i<FuncOL.length;i++)
{FuncOL[i]();}}