function setstockimg(i){
	document.getElementById("stockimg").src="/curve/realtime/index2.php?code="+i+"&w=370&h=145";
}

function choice_itype(code){

	//window.location = 'index.php?op=vote_result&i_code='+code;
	var img = document.getElementById("history");
	img.innerHTML = '<img src=draw.php?op=history&i_code='+code+' style="float:bottom">';
}
