<!--
			var initRoll = (Math.floor(Math.random() * 10) % 7) + 1;
			var checksum = 1;
			function imgOver(img_name, url){
				real_img = document.getElementById(img_name).src;
			  img = document.getElementById(img_name);
			  img.src = url;
			}
			function imgOut(str){
				if(str!=b){ img.src = real_img; }
			}
			div_roll = "";
			a = "";
			b = "";
			roll_time = "3000"
			roll_num = "7"
			function Roll_Go(){
				if(div_roll!=""){
					a = a%roll_num + 1;
					b = b%roll_num + 1;
					div_roll = div_roll%roll_num + 1;
					document.getElementById("foucs_img" + a).style.display = "none";
					document.getElementById("foucs_img" + b).style.display = "inline";
					document.getElementById("m0" + a).src = "http://images.xingzuomi.com/r/astro/num_out.gif";
					document.getElementById("m0" + b).src = "http://images.xingzuomi.com/r/astro/num_on.gif";
				} else{
					div_roll = initRoll;
					a = initRoll-1;
					b = initRoll;
				}
				setT = window.setTimeout("Roll_Go();",roll_time);
				if(checksum == 3){
					setDisplayMovieArea('+');
					checksum = 0;
				}
				checksum++;
			}
			function Roll_Go2(str){
				window.clearTimeout(setT);
				a = Number(str) - 1;
				b = Number(str);
				for(i=1;i<8;i++){
					
					document.getElementById("foucs_img" + i).style.display = "none";
					document.getElementById("m0" + i).src = "http://images.xingzuomi.com/r/astro/num_out.gif";
				}
				document.getElementById("m0" + b).src = "http://images.xingzuomi.com/r/astro/num_on.gif";
				document.getElementById("foucs_img" + b).style.display = "inline";
				setT = window.setTimeout("Roll_Go();",roll_time);
			}
			window.onload=Roll_Go;
			//-->
