var expandableDiv={init:function(){var c={success:this.drawDirectory,failure:this.handleDirectoryFailure,scope:this,argument:null};var b=new String(window.location);if(b.indexOf("secure")===-1){var a=YAHOO.util.Connect.asyncRequest("GET",TSCM.cfg.contextRoot+"/jsp/fragments/proxy.jsp?filename=directory.xml",c,null)}else{var a=YAHOO.util.Connect.asyncRequest("GET",TSCM.cfg.commerceBaseUrl+"/tsc/commerce/js/proxy/directory.xml",c,null)}},drawDirectory:function(c){var a=YAHOO.util.Dom.get("directory");try{a.innerHTML=c.responseText}catch(b){throw"oh noes!"}if(TSCM.postitionFooterLinks){TSCM.postitionFooterLinks()}},handleDirectoryFailure:function(){}};