/* init */
if(typeof SHOPPING=="undefined"){var SHOPPING={};}
SHOPPING.namespace=function(){var a=arguments,o=null,i,j,d;for(i=0;i<a.length;i=i+1){d=a[i].split(".");o=SHOPPING;for(j=(d[0]=="SHOPPING")?1:0;j<d.length;j=j+1){o[d[j]]=o[d[j]]||{};o=o[d[j]];}}return o;};

SHOPPING.namespace("util");

SHOPPING.util={vCategory:function(mode) {
		switch(mode) {
			case "view":
				document.getElementById("allcategorylist").style.display="block";
				break;
			case "hide":
				document.getElementById("allcategorylist").style.display="none";
				break;
		}
	},
	ranking:{},
	displayS:{},
	page:{url:location.href,host:location.host,hostname:location.hostname,search:location.search}
};


