﻿				var oneCode = new Array("#00fdfa","#00dcfd","#6cd8fc","#78c0ee","#6b9dee","#4e65f0","#524ef0","#694ef0");
				function oneOver(oneSteckDesign) {
				  oneSteckDesign.style.backgroundColor=oneCode[Math.round(Math.random()*7)];
				}
				function oneOut(oneSteckDesign) {
				  oneSteckDesign.style.color='#ffffff';
				}


				var twoCode = new Array("#d1e400","#e1e400","#e4dc00","#e4cc00","#ffd800","#fdca00");
				function twoOver(twoSteckDesign) {
				  twoSteckDesign.style.backgroundColor=twoCode[Math.round(Math.random()*5)];
				}
				function twoOut(twoSteckDesign) {
				  twoSteckDesign.style.color='#ffffff';
				}


				var threeCode = new Array("#6cc7a4","#3dc27c","#3dc246","#69b26f","#5bbe51","#77d14f","#83ce63","#9ac24d");
				function threeOver(threeSteckDesign) {
				  threeSteckDesign.style.backgroundColor=threeCode[Math.round(Math.random()*7)];
				}
				function threeOut(threeSteckDesign) {
				  threeSteckDesign.style.color='#ffffff';
				}


				var fourCode = new Array("#ffa201","#ff8401","#ff5501","#ff2501","#ff014f","#ff019c","#ea01ff","#ae01ff");
				function fourOver(fourSteckDesign) {
				  fourSteckDesign.style.backgroundColor=fourCode[Math.round(Math.random()*7)];
				}
				function fourOut(fourSteckDesign) {
				  fourSteckDesign.style.color='#ffffff';
				}


				var fiveCode = new Array("#6352a0","#5256a0","#466a9f","#3f799b","#609da8","#7ea8c3","#7e8ac3","#867fca");
				function fiveOver(fiveSteckDesign) {
				  fiveSteckDesign.style.backgroundColor=fiveCode[Math.round(Math.random()*7)];
				}
				function fiveOut(fiveSteckDesign) {
				  fiveSteckDesign.style.color='#ffffff';
				}

				var sixCode = new Array("#888653","#887a53","#886c53","#a25a5a","#a56969","#845265","#a5697d","#995f88");
				function sixOver(sixSteckDesign) {
				  sixSteckDesign.style.backgroundColor=sixCode[Math.round(Math.random()*7)];
				}
				function sixOut(sixSteckDesign) {
				  sixSteckDesign.style.color='#ffffff';
				}

