var FastInit={onload:function(){if(FastInit.done){return;}
FastInit.done=true;for(var x=0,al=FastInit.f.length;x<al;x++){FastInit.f[x]();}},addOnLoad:function(){var a=arguments;for(var x=0,al=a.length;x<al;x++){if(typeof a[x]==='function'){if(FastInit.done){a[x]();}else{FastInit.f.push(a[x]);}}}},listen:function(){if(/WebKit|khtml/i.test(navigator.userAgent)){FastInit.timer=setInterval(function(){if(/loaded|complete/.test(document.readyState)){clearInterval(FastInit.timer);delete FastInit.timer;FastInit.onload();}},10);}else if(document.addEventListener){document.addEventListener('DOMContentLoaded',FastInit.onload,false);}else if(!FastInit.iew32){if(window.addEventListener){window.addEventListener('load',FastInit.onload,false);}else if(window.attachEvent){return window.attachEvent('onload',FastInit.onload);}}},f:[],done:false,timer:null,iew32:false};FastInit.listen();
