function slideSuspend(){clearInterval(gE.slideInterval)}function slideResume(){clearInterval(gE.slideInterval);gE.slideInterval=setInterval(function(){slideAnimation(true)},3000)}function nextMatch(){clearInterval(gE.slideInterval);slideAnimation(true)}function prevMatch(){clearInterval(gE.slideInterval);slideAnimation(false)}function showArrow(){if(gE.arrowFlag){show(gE.leftArrowImg);gE.leftArrowDiv.style.backgroundColor="#505050";show(gE.rightArrowImg);gE.rightArrowDiv.style.backgroundColor="#505050";gE.slideFrontMaskDiv.style.overflow="hidden";clearInterval(gE.slideInterval)}}function hideArrow(){gE.leftArrowDiv.style.backgroundColor="";hide(gE.leftArrowImg);gE.rightArrowDiv.style.backgroundColor="";hide(gE.rightArrowImg);gE.slideFrontMaskDiv.style.overflow="visible"}initializeGlobalElement();if(gE.slideBackDiv){iniAnimation()}else{var switchonId=setInterval(function(){initializeGlobalElement();if(!gE.slideBackDiv){return}iniAnimation();clearInterval(switchonId)},3000)}function iniAnimation(){initializeGlobalElement();if(isSafari()==4){gE.slideDiv.style.left="-339px";gE.slideDiv.style.top="0px";gE.hometeamIndicatorDiv.style.top="-13px";gE.awayteamIndicatorDiv.style.top="-24px";gE.teamIndicatorDiv1.style.top="-86px !important";gE.teamIndicatorDiv2.style.top="-175px !important";gE.hometeamIndicator1Div.style.top="-9px";gE.awayteamIndicator1Div.style.top="-20px";gE.hometeamIndicator2Div.style.top="-7px";gE.awayteamIndicator2Div.style.top="-18px";gE.awayteamIndicator2Div.style.left="19px"}setDigitFrontDivArray();setSlideBackImg(countDownLang);checkInitialize();if(!isIE()||isIE()>9){if(gE.canvas){gE.ctx=gE.canvas.getContext("2d")}}if(gE.slideFrontMaskDiv){gE.slideFrontMaskDiv.style.overflow="visible"}enableTrim();setLanguageObj();MatchInfo.setMatchObjectArray();MatchInfo.setMatchObjectSameTimeArray();setInterval(UpdateAnimation,1000);gE.slideInterval=setInterval(function(){slideAnimation(true)},3000);xml.initializeVersion();setInterval(function(){var d=xml.isVersionChanged();if(d){var c=MatchInfo.getMatchLeft();MatchInfo.setMatchObjectArray();MatchInfo.setMatchObjectSameTimeArray();MatchInfo.getNextFormatDateMatchObj();if(c==1){gE.slideInterval=setInterval(function(){slideAnimation(true)},3000)}updateMatchDetail()}},900000);displayInitialTimer()};