﻿/**
 * 首页的js文件
 */
var ad_json = [{"href":"www.szyixinyi.com","image":"ad/1.jpg"},{"href":"www.kingwalk.com","image":"ad/2.jpg"},{"href":"www.kingwalk.com","image":"ad/3.jpg"},{"href":"www.yilianxin.com","image":"ad/4.jpg"},{"href":"www.scs-ic.com\n","image":"ad/szs.jpg"}];	
$(document).ready(initIndex);

function initIndex(){
	
	//初始化动态广告
	$('#mainAd').initAnimationAd({
		contents:ad_json,
		css:{
			border:'none',
			width:$('#mainAd').width(),
			height:$('#mainAd').height()
		}
	});	
	
	//$('#btn_sub').click(submitScore);
	
	//$('#score_5').attr("checked","checked");
	//$('#note').val("");
	
}  

function choseOther(){
	document.getElementById("score_0").checked = true; 
}

function clearScoreNote(){
	$('#note').val("");
}
function doSearch()
{
if(document.getElementById("IC_Model").value=="")
{
alert('请输入IC型号！');
}
else
{
location.href="/hotic.aspx?icmodel="+escape(document.getElementById("IC_Model").value)+"&icpackage="+escape(document.getElementById("IC_Package").value);
}
}