Ext.BLANK_IMAGE_URL="images/s.gif";Ext.onReady(function(){Ext.QuickTips.init();Ext.fly("top_logo").on("click",function(c,b){location.href="index.aspx"});Ext.fly("navcontainer").select("a").on("click",function(d,b){d.preventDefault();var c=d.getTarget("a",10,true);c.parent().radioClass("active");switch(c.dom.id){case"nav_home":location.href="index.aspx";break;case"nav_buy":location.href="purchase_01.aspx";break;case"nav_search":location.href="search.aspx";break;case"nav_point":location.href="private_index.aspx";break;case"nav_help":location.href="help_index.aspx";break}});Ext.fly("ButtonSearchCoin").on("click",function(d,b){d.preventDefault();var c=Ext.fly("selectcoin").dom.value;if(c!=0){location.href="purchase_01.aspx?id="+c}});Ext.Ajax.request({url:"act_showcoins.aspx",success:function(b,c){Ext.fly("div_selectcoin").dom.innerHTML=b.responseText}});var a={run:function(){if(!ECoin.win){Ext.Ajax.request({url:"act_checkbill.aspx",params:{phone:ECoin.getCookie("phone")},success:function(b,d){try{var e=Ext.decode(b.responseText);if(e.success==true){ECoin.showPurchaseOk(e)}}catch(c){alert(c)}}})}},interval:5000};Ext.TaskMgr.start(a)});switchNav=function(a){Ext.fly(a).parent().radioClass("active")};