function chagetype(tp,path)
{
				       var sogoodslei = document.getElementById("sogoodslei");
					   var soinfolei = document.getElementById("soinfolei");
					   var soshoplei = document.getElementById("soshoplei");
					   var soartlei = document.getElementById("soartlei");
					   var soform = document.getElementById("sosoform");
					   var sogoodno = document.getElementById("sogoodno");
				       if(tp=="sogoods"){					      
						  soform.action=path+'/section/goods_list.php';
					   }else if(tp=="soshop"){					   
						  soform.action=path+'/section/goods_list.php';
					   }else if(tp=="sogoodno"){					     
						  soform.action=path+'/section/goods_list.php';
					   }else if(tp=="sodianzu"){					     
						  soform.action=path+'/section/goods_list.php';
					   }else if(tp=="sohy"){					     
						  soform.action='http://qiye.a0752.com/search.php';
					   }
}
/*
function vaildurl()
{
	var str = 'www|shop';
	var u = document.domain;
	var p = u.indexOf('a0752.com');
	var x = u.slice(0,p-1);
	var pdot = x.indexOf('.');
	var pshop = str.indexOf(x);
	//document.write(pshop);
	if (p==-1)
		return true;	
	else if (pdot!=-1)	
		return true;
	else if (pshop==-1)
		return true;
	else
		return false;
}
if (vaildurl())
	{    
		if (navigator.userAgent.indexOf('MSIE')!=-1)
		{
			document.execCommand("stop");
		}
		else {
			window.stop();
		}
		window.location='http://shop.a0752.com/404.html';
	}
*/