$(document).ready(function(){
	$("#ser1").click(function(){
		var df = /^[\u4e00-\u9fa5 a-zA-Z0-9\-]+$/;
		var words = $("#word1").val().replace(/\s*/g,"");
		if(!df.test(words)){
			alert("您所查询的域名不符合命名规范!");
			return false;
		}
		words = encodeURI(words);
		var dom = "";
		$("input[name=domain]").each(function(){
			if($(this).attr("checked"))
				dom += $(this).val()+"=yes&";
		});
		if(dom.length<1){
			alert("请选择您想注册的域名后缀!");
		}
		dom+="image24.x=32&image24.y=6";
		dom = escape(dom);
		window.open("http://www.chengzhiw.com/domain.php?words="+words+"&dom="+dom);
	});
});
var stoptime = 5000 , scrolltime = 3000;
function setcase2(){
	if($("#case").width()>=600){
		$("#case2").html($("#case").html());
	}
	setTimeout("wincasescroll()",5000);
}
function wincasescroll(){
	//$(".index_wincase").scrollLeft(0);
	if($(".index_wincase").scrollLeft()>=$("#case").width())
		$(".index_wincase").scrollLeft($(".index_wincase").scrollLeft()-$("#case").width());
	$(".index_wincase").animate({ scrollLeft : "+="+197*4},scrolltime,"linear",function(){setTimeout("wincasescroll()",stoptime);});
}
