$(function(){
	if(document.getElementById("case")){
		new Marquee("case","top",1,300,161,30,0,0);
		}
	});

function cate(key,rnd){
	$.get("index.php?lei="+key+"&rnd="+rnd,{},function(data){
		$("#cate").html(data);
		});
	}
	
function sou(){
	var key=$("#key").val(),lei=$("#lei").val().split(","),gl=$("#gl").val();
	location.href="more.php?d=pro&l="+gl+"&b="+lei[0]+(lei[1]?"&s="+lei[1]:"")+(key==""?"":"&k="+key);
	}
