var hl9635timer; var hl9635closed = 0; var hl9635always = 0; try{hl9635closed=document.cookie.match(new RegExp("(^| )AJSTAT_hello_closed=([^;]*)(;|$)"));hl9635closed=(hl9635closed==null)?0: (parseInt(unescape((hl9635closed)[2])));}catch(e){} if (((hl9635closed != 1) || (hl9635always == -1)) && (a9635ops <= 5) && (a9635ot <= 1000)) { mainhl9635(); } function mainhl9635() { writehl9635(); setTimeout("showhl9635();",3000); } function showhl9635() { document.getElementById('hl9635').style.display=''; hl9635timer = setInterval('movehl9635();',50); setTimeout("closehl9635();",15000); } function uclosehl9635() { closehl9635(); document.cookie='AJSTAT_hello_closed=1;path=/'; } function closehl9635() { clearInterval(hl9635timer); document.getElementById('hl9635').style.display='none'; } function writehl9635() { document.write (''); } window.movehl9635 = function() { var scrollPos; if (typeof window.pageYOffset != 'undefined') { scrollPos = window.pageYOffset; } else if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') { scrollPos = document.documentElement.scrollTop; } else if (typeof document.body != 'undefined') { scrollPos = document.body.scrollTop; } var heightPos; heightPos = (document.body.clientHeight < document.documentElement.clientHeight)?document.body.clientHeight:document.documentElement.clientHeight; if (heightPos == 0){heightPos = (document.body.clientHeight > document.documentElement.clientHeight)?document.body.clientHeight:document.documentElement.clientHeight;} document.getElementById('hl9635').style.top = (scrollPos + heightPos/2 - document.getElementById('hl9635').offsetHeight/2) + 'px'; } function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = function() {func();} } else { window.onload = function() { oldonload(); func(); } } }